@livechat/design-system-icons 1.0.0-alpha.1 → 1.0.0-alpha.13
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/index.d.ts +1 -0
- package/lib/react/material/AccountCircle.tsx +18 -0
- package/lib/react/material/Activities.tsx +28 -0
- package/lib/react/material/Add.tsx +18 -0
- package/lib/react/material/AddCircle.tsx +18 -0
- package/lib/react/material/AddTemplate.tsx +22 -0
- package/lib/react/material/Adjust.tsx +18 -0
- package/lib/react/material/Android.tsx +18 -0
- package/lib/react/material/Animals.tsx +20 -0
- package/lib/react/material/AppSettings.tsx +18 -0
- package/lib/react/material/Apple.tsx +25 -0
- package/lib/react/material/Apps.tsx +18 -0
- package/lib/react/material/Archives.tsx +18 -0
- package/lib/react/material/ArrowBack.tsx +18 -0
- package/lib/react/material/ArrowDownward.tsx +18 -0
- package/lib/react/material/ArrowForward.tsx +18 -0
- package/lib/react/material/ArrowReverse.tsx +18 -0
- package/lib/react/material/ArrowUpward.tsx +18 -0
- package/lib/react/material/Assessment.tsx +18 -0
- package/lib/react/material/Assignment.tsx +18 -0
- package/lib/react/material/Attachment.tsx +20 -0
- package/lib/react/material/Audiotrack.tsx +18 -0
- package/lib/react/material/Automaiton.tsx +18 -0
- package/lib/react/material/Block.tsx +18 -0
- package/lib/react/material/Bot.tsx +24 -0
- package/lib/react/material/BugReport.tsx +18 -0
- package/lib/react/material/Calendar.tsx +18 -0
- package/lib/react/material/Camera.tsx +19 -0
- package/lib/react/material/CannedResponse.tsx +20 -0
- package/lib/react/material/Channels.tsx +18 -0
- package/lib/react/material/Chart.tsx +18 -0
- package/lib/react/material/Chat.tsx +18 -0
- package/lib/react/material/ChatMissed.tsx +18 -0
- package/lib/react/material/ChatTakeover.tsx +20 -0
- package/lib/react/material/Chats.tsx +18 -0
- package/lib/react/material/Check.tsx +18 -0
- package/lib/react/material/CheckBox.tsx +18 -0
- package/lib/react/material/CheckCircleSolid.tsx +18 -0
- package/lib/react/material/ChevronDown.tsx +18 -0
- package/lib/react/material/ChevronLeft.tsx +18 -0
- package/lib/react/material/ChevronRight.tsx +18 -0
- package/lib/react/material/ChevronUp.tsx +18 -0
- package/lib/react/material/Chrome.tsx +66 -0
- package/lib/react/material/Close.tsx +18 -0
- package/lib/react/material/CloseCircle.tsx +18 -0
- package/lib/react/material/Code.tsx +18 -0
- package/lib/react/material/CodeBlack.tsx +18 -0
- package/lib/react/material/Columns.tsx +18 -0
- package/lib/react/material/Contact.tsx +20 -0
- package/lib/react/material/ContentCopy.tsx +18 -0
- package/lib/react/material/CreditCardOutline.tsx +18 -0
- package/lib/react/material/DayMode.tsx +18 -0
- package/lib/react/material/Delete.tsx +18 -0
- package/lib/react/material/Description.tsx +18 -0
- package/lib/react/material/Device.tsx +18 -0
- package/lib/react/material/DeviceMobile.tsx +18 -0
- package/lib/react/material/Devices.tsx +18 -0
- package/lib/react/material/DoubleArrowLeft.tsx +22 -0
- package/lib/react/material/DoubleArrowRight.tsx +22 -0
- package/lib/react/material/DragIndicator.tsx +18 -0
- package/lib/react/material/DropDown.tsx +18 -0
- package/lib/react/material/Edge.tsx +115 -0
- package/lib/react/material/Edit.tsx +18 -0
- package/lib/react/material/Email.tsx +18 -0
- package/lib/react/material/EmailAddress.tsx +18 -0
- package/lib/react/material/Emoji.tsx +30 -0
- package/lib/react/material/Error.tsx +18 -0
- package/lib/react/material/Extension.tsx +18 -0
- package/lib/react/material/FileCopy.tsx +18 -0
- package/lib/react/material/FileDownload.tsx +18 -0
- package/lib/react/material/FileUpload.tsx +18 -0
- package/lib/react/material/Filter.tsx +18 -0
- package/lib/react/material/Firefox.tsx +243 -0
- package/lib/react/material/Flags.tsx +18 -0
- package/lib/react/material/Folder.tsx +18 -0
- package/lib/react/material/Foods.tsx +20 -0
- package/lib/react/material/FrequentlyUsed.tsx +18 -0
- package/lib/react/material/Glasses.tsx +20 -0
- package/lib/react/material/GreetingCard.tsx +18 -0
- package/lib/react/material/GreetingPlainText.tsx +20 -0
- package/lib/react/material/GreetingQuickReply.tsx +18 -0
- package/lib/react/material/Group.tsx +22 -0
- package/lib/react/material/Help.tsx +18 -0
- package/lib/react/material/Home.tsx +18 -0
- package/lib/react/material/Image.tsx +18 -0
- package/lib/react/material/Info.tsx +18 -0
- package/lib/react/material/InternetExplorer.tsx +18 -0
- package/lib/react/material/Keyboard.tsx +18 -0
- package/lib/react/material/Link.tsx +18 -0
- package/lib/react/material/Linux.tsx +18 -0
- package/lib/react/material/List.tsx +18 -0
- package/lib/react/material/LockBlack.tsx +18 -0
- package/lib/react/material/LockOpen.tsx +18 -0
- package/lib/react/material/MoreHoriz.tsx +18 -0
- package/lib/react/material/MoveTo.tsx +22 -0
- package/lib/react/material/NightMode.tsx +18 -0
- package/lib/react/material/NoteAdd.tsx +18 -0
- package/lib/react/material/Notifications.tsx +18 -0
- package/lib/react/material/Objects.tsx +18 -0
- package/lib/react/material/OpenInNew.tsx +18 -0
- package/lib/react/material/Opera.tsx +50 -0
- package/lib/react/material/Palette.tsx +22 -0
- package/lib/react/material/People.tsx +18 -0
- package/lib/react/material/Person.tsx +18 -0
- package/lib/react/material/PersonAdd.tsx +18 -0
- package/lib/react/material/Place.tsx +18 -0
- package/lib/react/material/PlayArrow.tsx +15 -0
- package/lib/react/material/PlayCircle.tsx +18 -0
- package/lib/react/material/Position.tsx +18 -0
- package/lib/react/material/PowerSettings.tsx +18 -0
- package/lib/react/material/Refresh.tsx +18 -0
- package/lib/react/material/Remove.tsx +18 -0
- package/lib/react/material/Reply.tsx +18 -0
- package/lib/react/material/Safari.tsx +85 -0
- package/lib/react/material/Search.tsx +18 -0
- package/lib/react/material/Send.tsx +18 -0
- package/lib/react/material/Settings.tsx +18 -0
- package/lib/react/material/Share.tsx +18 -0
- package/lib/react/material/ShoppingCart.tsx +18 -0
- package/lib/react/material/Smiles.tsx +18 -0
- package/lib/react/material/SoundOff.tsx +18 -0
- package/lib/react/material/SoundOn.tsx +18 -0
- package/lib/react/material/Symbols.tsx +18 -0
- package/lib/react/material/Tag.tsx +18 -0
- package/lib/react/material/TextBlock.tsx +18 -0
- package/lib/react/material/TextFields.tsx +18 -0
- package/lib/react/material/ThumbDown.tsx +18 -0
- package/lib/react/material/ThumbUp.tsx +18 -0
- package/lib/react/material/Tickets.tsx +18 -0
- package/lib/react/material/Time.tsx +18 -0
- package/lib/react/material/Timeline.tsx +18 -0
- package/lib/react/material/TipsAndUpdates.tsx +18 -0
- package/lib/react/material/Tools.tsx +18 -0
- package/lib/react/material/Traffic.tsx +18 -0
- package/lib/react/material/Travels.tsx +18 -0
- package/lib/react/material/Undo.tsx +18 -0
- package/lib/react/material/VerifiedUser.tsx +18 -0
- package/lib/react/material/Video.tsx +18 -0
- package/lib/react/material/VisibilityOff.tsx +18 -0
- package/lib/react/material/VisibilityOn.tsx +18 -0
- package/lib/react/material/Waiting.tsx +28 -0
- package/lib/react/material/Warning.tsx +18 -0
- package/lib/react/material/Windows.tsx +10 -0
- package/lib/react/material/World.tsx +18 -0
- package/lib/react/material/index.ts +143 -0
- package/package.json +23 -8
- package/react/material/AccountCircle.js +25 -0
- package/react/material/Activities.js +33 -0
- package/react/material/Add.js +25 -0
- package/react/material/AddCircle.js +25 -0
- package/react/material/AddTemplate.js +28 -0
- package/react/material/Adjust.js +25 -0
- package/react/material/Android.js +25 -0
- package/react/material/Animals.js +27 -0
- package/react/material/AppSettings.js +25 -0
- package/react/material/Apple.js +32 -0
- package/react/material/Apps.js +25 -0
- package/react/material/Archives.js +25 -0
- package/react/material/ArrowBack.js +25 -0
- package/react/material/ArrowDownward.js +25 -0
- package/react/material/ArrowForward.js +25 -0
- package/react/material/ArrowReverse.js +25 -0
- package/react/material/ArrowUpward.js +25 -0
- package/react/material/Assessment.js +25 -0
- package/react/material/Assignment.js +25 -0
- package/react/material/Attachment.js +27 -0
- package/react/material/Audiotrack.js +25 -0
- package/react/material/Automaiton.js +25 -0
- package/react/material/Block.js +25 -0
- package/react/material/Bot.js +30 -0
- package/react/material/BugReport.js +25 -0
- package/react/material/Calendar.js +25 -0
- package/react/material/Camera.js +28 -0
- package/react/material/CannedResponse.js +27 -0
- package/react/material/Channels.js +25 -0
- package/react/material/Chart.js +25 -0
- package/react/material/Chat.js +25 -0
- package/react/material/ChatMissed.js +25 -0
- package/react/material/ChatTakeover.js +27 -0
- package/react/material/Chats.js +25 -0
- package/react/material/Check.js +25 -0
- package/react/material/CheckBox.js +25 -0
- package/react/material/CheckCircleSolid.js +25 -0
- package/react/material/ChevronDown.js +25 -0
- package/react/material/ChevronLeft.js +25 -0
- package/react/material/ChevronRight.js +25 -0
- package/react/material/ChevronUp.js +25 -0
- package/react/material/Chrome.js +73 -0
- package/react/material/Close.js +25 -0
- package/react/material/CloseCircle.js +25 -0
- package/react/material/Code.js +25 -0
- package/react/material/CodeBlack.js +25 -0
- package/react/material/Columns.js +25 -0
- package/react/material/Contact.js +27 -0
- package/react/material/ContentCopy.js +25 -0
- package/react/material/CreditCardOutline.js +25 -0
- package/react/material/DayMode.js +25 -0
- package/react/material/Delete.js +25 -0
- package/react/material/Description.js +25 -0
- package/react/material/Device.js +25 -0
- package/react/material/DeviceMobile.js +25 -0
- package/react/material/Devices.js +25 -0
- package/react/material/DoubleArrowLeft.js +28 -0
- package/react/material/DoubleArrowRight.js +28 -0
- package/react/material/DragIndicator.js +25 -0
- package/react/material/DropDown.js +25 -0
- package/react/material/Edge.js +136 -0
- package/react/material/Edit.js +25 -0
- package/react/material/Email.js +25 -0
- package/react/material/EmailAddress.js +25 -0
- package/react/material/Emoji.js +35 -0
- package/react/material/Error.js +25 -0
- package/react/material/Extension.js +25 -0
- package/react/material/FileCopy.js +25 -0
- package/react/material/FileDownload.js +25 -0
- package/react/material/FileUpload.js +25 -0
- package/react/material/Filter.js +25 -0
- package/react/material/Firefox.js +357 -0
- package/react/material/Flags.js +25 -0
- package/react/material/Folder.js +25 -0
- package/react/material/Foods.js +27 -0
- package/react/material/FrequentlyUsed.js +25 -0
- package/react/material/Glasses.js +27 -0
- package/react/material/GreetingCard.js +25 -0
- package/react/material/GreetingPlainText.js +27 -0
- package/react/material/GreetingQuickReply.js +25 -0
- package/react/material/Group.js +28 -0
- package/react/material/Help.js +25 -0
- package/react/material/Home.js +25 -0
- package/react/material/Image.js +25 -0
- package/react/material/Info.js +25 -0
- package/react/material/InternetExplorer.js +25 -0
- package/react/material/Keyboard.js +25 -0
- package/react/material/Link.js +25 -0
- package/react/material/Linux.js +25 -0
- package/react/material/List.js +25 -0
- package/react/material/LockBlack.js +25 -0
- package/react/material/LockOpen.js +25 -0
- package/react/material/MoreHoriz.js +25 -0
- package/react/material/MoveTo.js +28 -0
- package/react/material/NightMode.js +25 -0
- package/react/material/NoteAdd.js +25 -0
- package/react/material/Notifications.js +25 -0
- package/react/material/Objects.js +25 -0
- package/react/material/OpenInNew.js +25 -0
- package/react/material/Opera.js +65 -0
- package/react/material/Palette.js +28 -0
- package/react/material/People.js +25 -0
- package/react/material/Person.js +25 -0
- package/react/material/PersonAdd.js +25 -0
- package/react/material/Place.js +25 -0
- package/react/material/PlayArrow.js +25 -0
- package/react/material/PlayCircle.js +25 -0
- package/react/material/Position.js +25 -0
- package/react/material/PowerSettings.js +25 -0
- package/react/material/Refresh.js +25 -0
- package/react/material/Remove.js +25 -0
- package/react/material/Reply.js +25 -0
- package/react/material/Safari.js +98 -0
- package/react/material/Search.js +25 -0
- package/react/material/Send.js +25 -0
- package/react/material/Settings.js +25 -0
- package/react/material/Share.js +25 -0
- package/react/material/ShoppingCart.js +25 -0
- package/react/material/Smiles.js +25 -0
- package/react/material/SoundOff.js +25 -0
- package/react/material/SoundOn.js +25 -0
- package/react/material/Symbols.js +25 -0
- package/react/material/Tag.js +25 -0
- package/react/material/TextBlock.js +25 -0
- package/react/material/TextFields.js +25 -0
- package/react/material/ThumbDown.js +25 -0
- package/react/material/ThumbUp.js +25 -0
- package/react/material/Tickets.js +25 -0
- package/react/material/Time.js +25 -0
- package/react/material/Timeline.js +25 -0
- package/react/material/TipsAndUpdates.js +25 -0
- package/react/material/Tools.js +25 -0
- package/react/material/Traffic.js +25 -0
- package/react/material/Travels.js +25 -0
- package/react/material/Undo.js +25 -0
- package/react/material/VerifiedUser.js +25 -0
- package/react/material/Video.js +25 -0
- package/react/material/VisibilityOff.js +25 -0
- package/react/material/VisibilityOn.js +25 -0
- package/react/material/Waiting.js +33 -0
- package/react/material/Warning.js +25 -0
- package/react/material/Windows.js +23 -0
- package/react/material/World.js +25 -0
- package/react/material/index.js +1151 -0
- package/svg/material/account_circle.svg +3 -0
- package/svg/material/activities.svg +5 -0
- package/svg/material/add.svg +3 -0
- package/svg/material/add_circle.svg +3 -0
- package/svg/material/add_template.svg +7 -0
- package/svg/material/adjust.svg +3 -0
- package/svg/material/android.svg +3 -0
- package/svg/material/animals.svg +3 -0
- package/svg/material/app_settings.svg +3 -0
- package/svg/material/apple.svg +11 -0
- package/svg/material/apps.svg +3 -0
- package/svg/material/archives.svg +3 -0
- package/svg/material/arrow_back.svg +3 -0
- package/svg/material/arrow_downward.svg +3 -0
- package/svg/material/arrow_forward.svg +3 -0
- package/svg/material/arrow_reverse.svg +3 -0
- package/svg/material/arrow_upward.svg +3 -0
- package/svg/material/assessment.svg +3 -0
- package/svg/material/assignment.svg +3 -0
- package/svg/material/attachment.svg +3 -0
- package/svg/material/audiotrack.svg +3 -0
- package/svg/material/automaiton.svg +3 -0
- package/svg/material/block.svg +3 -0
- package/svg/material/bot.svg +6 -0
- package/svg/material/bug_report.svg +3 -0
- package/svg/material/calendar.svg +3 -0
- package/svg/material/camera.svg +4 -0
- package/svg/material/canned_response.svg +3 -0
- package/svg/material/channels.svg +3 -0
- package/svg/material/chart.svg +3 -0
- package/svg/material/chat.svg +3 -0
- package/svg/material/chat_missed.svg +3 -0
- package/svg/material/chat_takeover.svg +3 -0
- package/svg/material/chats.svg +3 -0
- package/svg/material/check.svg +3 -0
- package/svg/material/check_box.svg +3 -0
- package/svg/material/check_circle_solid.svg +3 -0
- package/svg/material/chevron_down.svg +3 -0
- package/svg/material/chevron_left.svg +3 -0
- package/svg/material/chevron_right.svg +3 -0
- package/svg/material/chevron_up.svg +3 -0
- package/svg/material/chrome.svg +21 -0
- package/svg/material/close.svg +3 -0
- package/svg/material/close_circle.svg +3 -0
- package/svg/material/code.svg +3 -0
- package/svg/material/code_black.svg +3 -0
- package/svg/material/columns.svg +3 -0
- package/svg/material/contact.svg +3 -0
- package/svg/material/content_copy.svg +3 -0
- package/svg/material/credit_card_outline.svg +3 -0
- package/svg/material/day_mode.svg +3 -0
- package/svg/material/delete.svg +3 -0
- package/svg/material/description.svg +3 -0
- package/svg/material/device.svg +3 -0
- package/svg/material/device_mobile.svg +3 -0
- package/svg/material/devices.svg +3 -0
- package/svg/material/double_arrow_left.svg +4 -0
- package/svg/material/double_arrow_right.svg +4 -0
- package/svg/material/drag_indicator.svg +3 -0
- package/svg/material/drop_down.svg +3 -0
- package/svg/material/edge.svg +41 -0
- package/svg/material/edit.svg +3 -0
- package/svg/material/email.svg +3 -0
- package/svg/material/email_address.svg +3 -0
- package/svg/material/emoji.svg +6 -0
- package/svg/material/error.svg +3 -0
- package/svg/material/extension.svg +3 -0
- package/svg/material/file_copy.svg +3 -0
- package/svg/material/file_download.svg +3 -0
- package/svg/material/file_upload.svg +3 -0
- package/svg/material/filter.svg +3 -0
- package/svg/material/firefox.svg +111 -0
- package/svg/material/flags.svg +3 -0
- package/svg/material/folder.svg +3 -0
- package/svg/material/foods.svg +3 -0
- package/svg/material/frequently_used.svg +3 -0
- package/svg/material/glasses.svg +3 -0
- package/svg/material/greeting_card.svg +3 -0
- package/svg/material/greeting_plain_text.svg +3 -0
- package/svg/material/greeting_quick_reply.svg +3 -0
- package/svg/material/group.svg +6 -0
- package/svg/material/help.svg +3 -0
- package/svg/material/home.svg +3 -0
- package/svg/material/image.svg +3 -0
- package/svg/material/info.svg +3 -0
- package/svg/material/internet_explorer.svg +3 -0
- package/svg/material/keyboard.svg +3 -0
- package/svg/material/link.svg +3 -0
- package/svg/material/linux.svg +3 -0
- package/svg/material/list.svg +3 -0
- package/svg/material/lock_black.svg +3 -0
- package/svg/material/lock_open.svg +3 -0
- package/svg/material/more_horiz.svg +3 -0
- package/svg/material/move_to.svg +4 -0
- package/svg/material/night_mode.svg +3 -0
- package/svg/material/note_add.svg +3 -0
- package/svg/material/notifications.svg +3 -0
- package/svg/material/objects.svg +3 -0
- package/svg/material/open_in_new.svg +3 -0
- package/svg/material/opera.svg +18 -0
- package/svg/material/palette.svg +7 -0
- package/svg/material/people.svg +3 -0
- package/svg/material/person.svg +3 -0
- package/svg/material/person_add.svg +3 -0
- package/svg/material/place.svg +3 -0
- package/svg/material/play_arrow.svg +3 -0
- package/svg/material/play_circle.svg +3 -0
- package/svg/material/position.svg +3 -0
- package/svg/material/power_settings.svg +3 -0
- package/svg/material/refresh.svg +3 -0
- package/svg/material/remove.svg +3 -0
- package/svg/material/reply.svg +3 -0
- package/svg/material/safari.svg +29 -0
- package/svg/material/search.svg +3 -0
- package/svg/material/send.svg +3 -0
- package/svg/material/settings.svg +3 -0
- package/svg/material/share.svg +3 -0
- package/svg/material/shopping_cart.svg +3 -0
- package/svg/material/smiles.svg +3 -0
- package/svg/material/sound_off.svg +3 -0
- package/svg/material/sound_on.svg +3 -0
- package/svg/material/symbols.svg +3 -0
- package/svg/material/tag.svg +3 -0
- package/svg/material/text_block.svg +3 -0
- package/svg/material/text_fields.svg +3 -0
- package/svg/material/thumb_down.svg +3 -0
- package/svg/material/thumb_up.svg +3 -0
- package/svg/material/tickets.svg +3 -0
- package/svg/material/time.svg +3 -0
- package/svg/material/timeline.svg +3 -0
- package/svg/material/tips_and_updates.svg +3 -0
- package/svg/material/tools.svg +3 -0
- package/svg/material/traffic.svg +3 -0
- package/svg/material/travels.svg +3 -0
- package/svg/material/undo.svg +3 -0
- package/svg/material/verified_user.svg +3 -0
- package/svg/material/video.svg +3 -0
- package/svg/material/visibility_off.svg +3 -0
- package/svg/material/visibility_on.svg +3 -0
- package/svg/material/waiting.svg +6 -0
- package/svg/material/warning.svg +3 -0
- package/svg/material/windows.svg +1 -0
- package/svg/material/world.svg +3 -0
- package/dist/material/AccountCircle.tsx +0 -19
- package/dist/material/Activities.tsx +0 -29
- package/dist/material/Add.tsx +0 -19
- package/dist/material/AddCircle.tsx +0 -19
- package/dist/material/AddTemplate.tsx +0 -23
- package/dist/material/Adjust.tsx +0 -19
- package/dist/material/Android.tsx +0 -19
- package/dist/material/Animals.tsx +0 -21
- package/dist/material/AppSettings.tsx +0 -19
- package/dist/material/Apps.tsx +0 -19
- package/dist/material/Archives.tsx +0 -19
- package/dist/material/ArrowBack.tsx +0 -19
- package/dist/material/ArrowDownward.tsx +0 -19
- package/dist/material/ArrowForward.tsx +0 -19
- package/dist/material/ArrowReverse.tsx +0 -19
- package/dist/material/ArrowUpward.tsx +0 -19
- package/dist/material/Assessment.tsx +0 -19
- package/dist/material/Assignment.tsx +0 -19
- package/dist/material/Attachment.tsx +0 -21
- package/dist/material/Audiotrack.tsx +0 -19
- package/dist/material/Automaiton.tsx +0 -19
- package/dist/material/Block.tsx +0 -19
- package/dist/material/Bot.tsx +0 -25
- package/dist/material/BugReport.tsx +0 -19
- package/dist/material/Calendar.tsx +0 -19
- package/dist/material/CannedResponse.tsx +0 -21
- package/dist/material/Channels.tsx +0 -19
- package/dist/material/Chart.tsx +0 -19
- package/dist/material/Chat.tsx +0 -19
- package/dist/material/ChatMissed.tsx +0 -19
- package/dist/material/ChatTakeover.tsx +0 -21
- package/dist/material/Chats.tsx +0 -19
- package/dist/material/Check.tsx +0 -19
- package/dist/material/CheckBox.tsx +0 -19
- package/dist/material/CheckCircleSolid.tsx +0 -19
- package/dist/material/ChevronDown.tsx +0 -19
- package/dist/material/ChevronLeft.tsx +0 -19
- package/dist/material/ChevronRight.tsx +0 -19
- package/dist/material/ChevronUp.tsx +0 -19
- package/dist/material/Close.tsx +0 -19
- package/dist/material/CloseCircle.tsx +0 -19
- package/dist/material/CodeBlack.tsx +0 -19
- package/dist/material/Contact.tsx +0 -21
- package/dist/material/CreditCardOutline.tsx +0 -19
- package/dist/material/DayMode.tsx +0 -19
- package/dist/material/Delete.tsx +0 -19
- package/dist/material/Description.tsx +0 -19
- package/dist/material/Device.tsx +0 -19
- package/dist/material/Devices.tsx +0 -19
- package/dist/material/DoubleArrowLeft.tsx +0 -23
- package/dist/material/DoubleArrowRight.tsx +0 -23
- package/dist/material/DragIndicator.tsx +0 -19
- package/dist/material/DropDown.tsx +0 -19
- package/dist/material/Edit.tsx +0 -19
- package/dist/material/Email.tsx +0 -19
- package/dist/material/EmailAddress.tsx +0 -19
- package/dist/material/Emoji.tsx +0 -31
- package/dist/material/Error.tsx +0 -19
- package/dist/material/Extension.tsx +0 -19
- package/dist/material/FileCopy.tsx +0 -19
- package/dist/material/FileDownload.tsx +0 -19
- package/dist/material/FileUpload.tsx +0 -19
- package/dist/material/Filter.tsx +0 -19
- package/dist/material/Flags.tsx +0 -19
- package/dist/material/Folder.tsx +0 -19
- package/dist/material/Foods.tsx +0 -21
- package/dist/material/FrequentlyUsed.tsx +0 -19
- package/dist/material/GreetingCard.tsx +0 -19
- package/dist/material/GreetingPlainText.tsx +0 -21
- package/dist/material/GreetingQuickReply.tsx +0 -19
- package/dist/material/Group.tsx +0 -23
- package/dist/material/Help.tsx +0 -19
- package/dist/material/Home.tsx +0 -19
- package/dist/material/Image.tsx +0 -19
- package/dist/material/Info.tsx +0 -19
- package/dist/material/Keyboard.tsx +0 -19
- package/dist/material/Link.tsx +0 -19
- package/dist/material/List.tsx +0 -19
- package/dist/material/LockBlack.tsx +0 -19
- package/dist/material/LockOpen.tsx +0 -19
- package/dist/material/MoreHoriz.tsx +0 -19
- package/dist/material/NightMode.tsx +0 -19
- package/dist/material/NoteAdd.tsx +0 -19
- package/dist/material/Notifications.tsx +0 -19
- package/dist/material/Objects.tsx +0 -19
- package/dist/material/OpenInNew.tsx +0 -19
- package/dist/material/Palette.tsx +0 -23
- package/dist/material/People.tsx +0 -19
- package/dist/material/Person.tsx +0 -19
- package/dist/material/PersonAdd.tsx +0 -19
- package/dist/material/Place.tsx +0 -19
- package/dist/material/PlayCircle.tsx +0 -19
- package/dist/material/PowerSettings.tsx +0 -19
- package/dist/material/Refresh.tsx +0 -19
- package/dist/material/Remove.tsx +0 -19
- package/dist/material/Search.tsx +0 -19
- package/dist/material/Send.tsx +0 -19
- package/dist/material/Settings.tsx +0 -19
- package/dist/material/Share.tsx +0 -19
- package/dist/material/ShoppingCart.tsx +0 -19
- package/dist/material/Smiles.tsx +0 -19
- package/dist/material/SoundOff.tsx +0 -19
- package/dist/material/SoundOn.tsx +0 -19
- package/dist/material/Symbols.tsx +0 -19
- package/dist/material/Tag.tsx +0 -19
- package/dist/material/TextBlock.tsx +0 -19
- package/dist/material/TextFields.tsx +0 -19
- package/dist/material/ThumbDown.tsx +0 -19
- package/dist/material/ThumbUp.tsx +0 -19
- package/dist/material/Tickets.tsx +0 -19
- package/dist/material/Time.tsx +0 -19
- package/dist/material/Timeline.tsx +0 -19
- package/dist/material/Tools.tsx +0 -19
- package/dist/material/Traffic.tsx +0 -19
- package/dist/material/Travels.tsx +0 -19
- package/dist/material/Undo.tsx +0 -19
- package/dist/material/VerifiedUser.tsx +0 -19
- package/dist/material/Video.tsx +0 -19
- package/dist/material/VisibilityOff.tsx +0 -19
- package/dist/material/VisibilityOn.tsx +0 -19
- package/dist/material/Waiting.tsx +0 -29
- package/dist/material/Warning.tsx +0 -19
- package/dist/material/World.tsx +0 -19
- package/dist/material/index.tsx +0 -123
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
function SvgVisibilityOn(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 24 24"
|
|
7
|
-
fill="none"
|
|
8
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<path
|
|
12
|
-
d="M12 4C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 12.5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"
|
|
13
|
-
fill="currentcolor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export default SvgVisibilityOn;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
function SvgWaiting(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 24 24"
|
|
7
|
-
fill="none"
|
|
8
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<path
|
|
12
|
-
d="M13 5a4 4 0 11-8 0 4 4 0 018 0zM17.5 13.5a.5.5 0 00-1 0V16a.5.5 0 00.146.354l1.5 1.5a.5.5 0 00.708-.708L17.5 15.793V13.5z"
|
|
13
|
-
fill="currentcolor"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
fillRule="evenodd"
|
|
17
|
-
clipRule="evenodd"
|
|
18
|
-
d="M17 10a6 6 0 100 12 6 6 0 000-12zm-4 6a4 4 0 118 0 4 4 0 01-8 0z"
|
|
19
|
-
fill="currentcolor"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
d="M10.653 11.13A7.965 7.965 0 009 16c0 .339.021.672.062 1H2c-.55 0-1-.45-1-1v-1c0-2.66 5.33-4 8-4 .48 0 1.047.043 1.653.13z"
|
|
23
|
-
fill="currentcolor"
|
|
24
|
-
/>
|
|
25
|
-
</svg>
|
|
26
|
-
);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export default SvgWaiting;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
function SvgWarning(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 24 24"
|
|
7
|
-
fill="none"
|
|
8
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<path
|
|
12
|
-
d="M12 4.99L19.53 18H4.47L12 4.99zM2.74 17c-.77 1.33.19 3 1.73 3h15.06c1.54 0 2.5-1.67 1.73-3L13.73 3.99c-.77-1.33-2.69-1.33-3.46 0L2.74 17zM11 10v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zm0 5h2v2h-2v-2z"
|
|
13
|
-
fill="currentcolor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export default SvgWarning;
|
package/dist/material/World.tsx
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
function SvgWorld(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 24 24"
|
|
7
|
-
fill="none"
|
|
8
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<path
|
|
12
|
-
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"
|
|
13
|
-
fill="currentcolor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export default SvgWorld;
|
package/dist/material/index.tsx
DELETED
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
export { default as AccountCircle } from './AccountCircle'
|
|
2
|
-
export { default as Activities } from './Activities'
|
|
3
|
-
export { default as Add } from './Add'
|
|
4
|
-
export { default as AddCircle } from './AddCircle'
|
|
5
|
-
export { default as AddTemplate } from './AddTemplate'
|
|
6
|
-
export { default as Adjust } from './Adjust'
|
|
7
|
-
export { default as Android } from './Android'
|
|
8
|
-
export { default as Animals } from './Animals'
|
|
9
|
-
export { default as AppSettings } from './AppSettings'
|
|
10
|
-
export { default as Apps } from './Apps'
|
|
11
|
-
export { default as Archives } from './Archives'
|
|
12
|
-
export { default as ArrowBack } from './ArrowBack'
|
|
13
|
-
export { default as ArrowDownward } from './ArrowDownward'
|
|
14
|
-
export { default as ArrowForward } from './ArrowForward'
|
|
15
|
-
export { default as ArrowReverse } from './ArrowReverse'
|
|
16
|
-
export { default as ArrowUpward } from './ArrowUpward'
|
|
17
|
-
export { default as Assessment } from './Assessment'
|
|
18
|
-
export { default as Assignment } from './Assignment'
|
|
19
|
-
export { default as Attachment } from './Attachment'
|
|
20
|
-
export { default as Audiotrack } from './Audiotrack'
|
|
21
|
-
export { default as Automaiton } from './Automaiton'
|
|
22
|
-
export { default as Block } from './Block'
|
|
23
|
-
export { default as Bot } from './Bot'
|
|
24
|
-
export { default as BugReport } from './BugReport'
|
|
25
|
-
export { default as Calendar } from './Calendar'
|
|
26
|
-
export { default as CannedResponse } from './CannedResponse'
|
|
27
|
-
export { default as Channels } from './Channels'
|
|
28
|
-
export { default as Chart } from './Chart'
|
|
29
|
-
export { default as Chat } from './Chat'
|
|
30
|
-
export { default as ChatMissed } from './ChatMissed'
|
|
31
|
-
export { default as ChatTakeover } from './ChatTakeover'
|
|
32
|
-
export { default as Chats } from './Chats'
|
|
33
|
-
export { default as Check } from './Check'
|
|
34
|
-
export { default as CheckBox } from './CheckBox'
|
|
35
|
-
export { default as CheckCircleSolid } from './CheckCircleSolid'
|
|
36
|
-
export { default as ChevronDown } from './ChevronDown'
|
|
37
|
-
export { default as ChevronLeft } from './ChevronLeft'
|
|
38
|
-
export { default as ChevronRight } from './ChevronRight'
|
|
39
|
-
export { default as ChevronUp } from './ChevronUp'
|
|
40
|
-
export { default as Close } from './Close'
|
|
41
|
-
export { default as CloseCircle } from './CloseCircle'
|
|
42
|
-
export { default as CodeBlack } from './CodeBlack'
|
|
43
|
-
export { default as Contact } from './Contact'
|
|
44
|
-
export { default as CreditCardOutline } from './CreditCardOutline'
|
|
45
|
-
export { default as DayMode } from './DayMode'
|
|
46
|
-
export { default as Delete } from './Delete'
|
|
47
|
-
export { default as Description } from './Description'
|
|
48
|
-
export { default as Device } from './Device'
|
|
49
|
-
export { default as Devices } from './Devices'
|
|
50
|
-
export { default as DoubleArrowLeft } from './DoubleArrowLeft'
|
|
51
|
-
export { default as DoubleArrowRight } from './DoubleArrowRight'
|
|
52
|
-
export { default as DragIndicator } from './DragIndicator'
|
|
53
|
-
export { default as DropDown } from './DropDown'
|
|
54
|
-
export { default as Edit } from './Edit'
|
|
55
|
-
export { default as Email } from './Email'
|
|
56
|
-
export { default as EmailAddress } from './EmailAddress'
|
|
57
|
-
export { default as Emoji } from './Emoji'
|
|
58
|
-
export { default as Error } from './Error'
|
|
59
|
-
export { default as Extension } from './Extension'
|
|
60
|
-
export { default as FileCopy } from './FileCopy'
|
|
61
|
-
export { default as FileDownload } from './FileDownload'
|
|
62
|
-
export { default as FileUpload } from './FileUpload'
|
|
63
|
-
export { default as Filter } from './Filter'
|
|
64
|
-
export { default as Flags } from './Flags'
|
|
65
|
-
export { default as Folder } from './Folder'
|
|
66
|
-
export { default as Foods } from './Foods'
|
|
67
|
-
export { default as FrequentlyUsed } from './FrequentlyUsed'
|
|
68
|
-
export { default as GreetingCard } from './GreetingCard'
|
|
69
|
-
export { default as GreetingPlainText } from './GreetingPlainText'
|
|
70
|
-
export { default as GreetingQuickReply } from './GreetingQuickReply'
|
|
71
|
-
export { default as Group } from './Group'
|
|
72
|
-
export { default as Help } from './Help'
|
|
73
|
-
export { default as Home } from './Home'
|
|
74
|
-
export { default as Image } from './Image'
|
|
75
|
-
export { default as Info } from './Info'
|
|
76
|
-
export { default as Keyboard } from './Keyboard'
|
|
77
|
-
export { default as Link } from './Link'
|
|
78
|
-
export { default as List } from './List'
|
|
79
|
-
export { default as LockBlack } from './LockBlack'
|
|
80
|
-
export { default as LockOpen } from './LockOpen'
|
|
81
|
-
export { default as MoreHoriz } from './MoreHoriz'
|
|
82
|
-
export { default as NightMode } from './NightMode'
|
|
83
|
-
export { default as NoteAdd } from './NoteAdd'
|
|
84
|
-
export { default as Notifications } from './Notifications'
|
|
85
|
-
export { default as Objects } from './Objects'
|
|
86
|
-
export { default as OpenInNew } from './OpenInNew'
|
|
87
|
-
export { default as Palette } from './Palette'
|
|
88
|
-
export { default as People } from './People'
|
|
89
|
-
export { default as Person } from './Person'
|
|
90
|
-
export { default as PersonAdd } from './PersonAdd'
|
|
91
|
-
export { default as Place } from './Place'
|
|
92
|
-
export { default as PlayCircle } from './PlayCircle'
|
|
93
|
-
export { default as PowerSettings } from './PowerSettings'
|
|
94
|
-
export { default as Refresh } from './Refresh'
|
|
95
|
-
export { default as Remove } from './Remove'
|
|
96
|
-
export { default as Search } from './Search'
|
|
97
|
-
export { default as Send } from './Send'
|
|
98
|
-
export { default as Settings } from './Settings'
|
|
99
|
-
export { default as Share } from './Share'
|
|
100
|
-
export { default as ShoppingCart } from './ShoppingCart'
|
|
101
|
-
export { default as Smiles } from './Smiles'
|
|
102
|
-
export { default as SoundOff } from './SoundOff'
|
|
103
|
-
export { default as SoundOn } from './SoundOn'
|
|
104
|
-
export { default as Symbols } from './Symbols'
|
|
105
|
-
export { default as Tag } from './Tag'
|
|
106
|
-
export { default as TextBlock } from './TextBlock'
|
|
107
|
-
export { default as TextFields } from './TextFields'
|
|
108
|
-
export { default as ThumbDown } from './ThumbDown'
|
|
109
|
-
export { default as ThumbUp } from './ThumbUp'
|
|
110
|
-
export { default as Tickets } from './Tickets'
|
|
111
|
-
export { default as Time } from './Time'
|
|
112
|
-
export { default as Timeline } from './Timeline'
|
|
113
|
-
export { default as Tools } from './Tools'
|
|
114
|
-
export { default as Traffic } from './Traffic'
|
|
115
|
-
export { default as Travels } from './Travels'
|
|
116
|
-
export { default as Undo } from './Undo'
|
|
117
|
-
export { default as VerifiedUser } from './VerifiedUser'
|
|
118
|
-
export { default as Video } from './Video'
|
|
119
|
-
export { default as VisibilityOff } from './VisibilityOff'
|
|
120
|
-
export { default as VisibilityOn } from './VisibilityOn'
|
|
121
|
-
export { default as Waiting } from './Waiting'
|
|
122
|
-
export { default as Warning } from './Warning'
|
|
123
|
-
export { default as World } from './World'
|