@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
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgVideo = (props: SVGProps<SVGSVGElement>) => (
|
|
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="M15 8v8H5V8h10Zm1-2H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4V7c0-.55-.45-1-1-1Z"
|
|
13
|
+
fill="currentcolor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
export default SvgVideo;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgVisibilityOff = (props: SVGProps<SVGSVGElement>) => (
|
|
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 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6Zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14ZM2.01 3.87l2.68 2.68A11.737 11.737 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87Zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13Zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53Z"
|
|
13
|
+
fill="currentcolor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
export default SvgVisibilityOff;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgVisibilityOn = (props: SVGProps<SVGSVGElement>) => (
|
|
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
|
+
export default SvgVisibilityOn;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgWaiting = (props: SVGProps<SVGSVGElement>) => (
|
|
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 1 1-8 0 4 4 0 0 1 8 0ZM17.5 13.5a.5.5 0 0 0-1 0V16a.5.5 0 0 0 .146.354l1.5 1.5a.5.5 0 0 0 .708-.708L17.5 15.793V13.5Z"
|
|
13
|
+
fill="currentcolor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
fillRule="evenodd"
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
d="M17 10a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm-4 6a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z"
|
|
19
|
+
fill="currentcolor"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M10.653 11.13A7.965 7.965 0 0 0 9 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
|
+
export default SvgWaiting;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgWarning = (props: SVGProps<SVGSVGElement>) => (
|
|
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.99 19.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
|
+
export default SvgWarning;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgWindows = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 88 88" {...props}>
|
|
6
|
+
<path d="m0 12.4 35.7-4.9V42L0 42.2zm35.7 33.5v34.5L0 75.4V45.8zM40 7l47.3-7v41.5L40 42zm47.3 39.4v41.3L40 80.9V46.2z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
|
|
10
|
+
export default SvgWindows;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgWorld = (props: SVGProps<SVGSVGElement>) => (
|
|
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
|
+
export default SvgWorld;
|
|
@@ -0,0 +1,143 @@
|
|
|
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 Apple } from './Apple';
|
|
11
|
+
export { default as Apps } from './Apps';
|
|
12
|
+
export { default as Archives } from './Archives';
|
|
13
|
+
export { default as ArrowBack } from './ArrowBack';
|
|
14
|
+
export { default as ArrowDownward } from './ArrowDownward';
|
|
15
|
+
export { default as ArrowForward } from './ArrowForward';
|
|
16
|
+
export { default as ArrowReverse } from './ArrowReverse';
|
|
17
|
+
export { default as ArrowUpward } from './ArrowUpward';
|
|
18
|
+
export { default as Assessment } from './Assessment';
|
|
19
|
+
export { default as Assignment } from './Assignment';
|
|
20
|
+
export { default as Attachment } from './Attachment';
|
|
21
|
+
export { default as Audiotrack } from './Audiotrack';
|
|
22
|
+
export { default as Automaiton } from './Automaiton';
|
|
23
|
+
export { default as Block } from './Block';
|
|
24
|
+
export { default as Bot } from './Bot';
|
|
25
|
+
export { default as BugReport } from './BugReport';
|
|
26
|
+
export { default as Calendar } from './Calendar';
|
|
27
|
+
export { default as Camera } from './Camera';
|
|
28
|
+
export { default as CannedResponse } from './CannedResponse';
|
|
29
|
+
export { default as Channels } from './Channels';
|
|
30
|
+
export { default as Chart } from './Chart';
|
|
31
|
+
export { default as Chat } from './Chat';
|
|
32
|
+
export { default as ChatMissed } from './ChatMissed';
|
|
33
|
+
export { default as ChatTakeover } from './ChatTakeover';
|
|
34
|
+
export { default as Chats } from './Chats';
|
|
35
|
+
export { default as Check } from './Check';
|
|
36
|
+
export { default as CheckBox } from './CheckBox';
|
|
37
|
+
export { default as CheckCircleSolid } from './CheckCircleSolid';
|
|
38
|
+
export { default as ChevronDown } from './ChevronDown';
|
|
39
|
+
export { default as ChevronLeft } from './ChevronLeft';
|
|
40
|
+
export { default as ChevronRight } from './ChevronRight';
|
|
41
|
+
export { default as ChevronUp } from './ChevronUp';
|
|
42
|
+
export { default as Chrome } from './Chrome';
|
|
43
|
+
export { default as Close } from './Close';
|
|
44
|
+
export { default as CloseCircle } from './CloseCircle';
|
|
45
|
+
export { default as Code } from './Code';
|
|
46
|
+
export { default as CodeBlack } from './CodeBlack';
|
|
47
|
+
export { default as Columns } from './Columns';
|
|
48
|
+
export { default as Contact } from './Contact';
|
|
49
|
+
export { default as ContentCopy } from './ContentCopy';
|
|
50
|
+
export { default as CreditCardOutline } from './CreditCardOutline';
|
|
51
|
+
export { default as DayMode } from './DayMode';
|
|
52
|
+
export { default as Delete } from './Delete';
|
|
53
|
+
export { default as Description } from './Description';
|
|
54
|
+
export { default as Device } from './Device';
|
|
55
|
+
export { default as DeviceMobile } from './DeviceMobile';
|
|
56
|
+
export { default as Devices } from './Devices';
|
|
57
|
+
export { default as DoubleArrowLeft } from './DoubleArrowLeft';
|
|
58
|
+
export { default as DoubleArrowRight } from './DoubleArrowRight';
|
|
59
|
+
export { default as DragIndicator } from './DragIndicator';
|
|
60
|
+
export { default as DropDown } from './DropDown';
|
|
61
|
+
export { default as Edge } from './Edge';
|
|
62
|
+
export { default as Edit } from './Edit';
|
|
63
|
+
export { default as Email } from './Email';
|
|
64
|
+
export { default as EmailAddress } from './EmailAddress';
|
|
65
|
+
export { default as Emoji } from './Emoji';
|
|
66
|
+
export { default as Error } from './Error';
|
|
67
|
+
export { default as Extension } from './Extension';
|
|
68
|
+
export { default as FileCopy } from './FileCopy';
|
|
69
|
+
export { default as FileDownload } from './FileDownload';
|
|
70
|
+
export { default as FileUpload } from './FileUpload';
|
|
71
|
+
export { default as Filter } from './Filter';
|
|
72
|
+
export { default as Firefox } from './Firefox';
|
|
73
|
+
export { default as Flags } from './Flags';
|
|
74
|
+
export { default as Folder } from './Folder';
|
|
75
|
+
export { default as Foods } from './Foods';
|
|
76
|
+
export { default as FrequentlyUsed } from './FrequentlyUsed';
|
|
77
|
+
export { default as Glasses } from './Glasses';
|
|
78
|
+
export { default as GreetingCard } from './GreetingCard';
|
|
79
|
+
export { default as GreetingPlainText } from './GreetingPlainText';
|
|
80
|
+
export { default as GreetingQuickReply } from './GreetingQuickReply';
|
|
81
|
+
export { default as Group } from './Group';
|
|
82
|
+
export { default as Help } from './Help';
|
|
83
|
+
export { default as Home } from './Home';
|
|
84
|
+
export { default as Image } from './Image';
|
|
85
|
+
export { default as Info } from './Info';
|
|
86
|
+
export { default as InternetExplorer } from './InternetExplorer';
|
|
87
|
+
export { default as Keyboard } from './Keyboard';
|
|
88
|
+
export { default as Link } from './Link';
|
|
89
|
+
export { default as Linux } from './Linux';
|
|
90
|
+
export { default as List } from './List';
|
|
91
|
+
export { default as LockBlack } from './LockBlack';
|
|
92
|
+
export { default as LockOpen } from './LockOpen';
|
|
93
|
+
export { default as MoreHoriz } from './MoreHoriz';
|
|
94
|
+
export { default as MoveTo } from './MoveTo';
|
|
95
|
+
export { default as NightMode } from './NightMode';
|
|
96
|
+
export { default as NoteAdd } from './NoteAdd';
|
|
97
|
+
export { default as Notifications } from './Notifications';
|
|
98
|
+
export { default as Objects } from './Objects';
|
|
99
|
+
export { default as OpenInNew } from './OpenInNew';
|
|
100
|
+
export { default as Opera } from './Opera';
|
|
101
|
+
export { default as Palette } from './Palette';
|
|
102
|
+
export { default as People } from './People';
|
|
103
|
+
export { default as Person } from './Person';
|
|
104
|
+
export { default as PersonAdd } from './PersonAdd';
|
|
105
|
+
export { default as Place } from './Place';
|
|
106
|
+
export { default as PlayArrow } from './PlayArrow';
|
|
107
|
+
export { default as PlayCircle } from './PlayCircle';
|
|
108
|
+
export { default as Position } from './Position';
|
|
109
|
+
export { default as PowerSettings } from './PowerSettings';
|
|
110
|
+
export { default as Refresh } from './Refresh';
|
|
111
|
+
export { default as Remove } from './Remove';
|
|
112
|
+
export { default as Reply } from './Reply';
|
|
113
|
+
export { default as Safari } from './Safari';
|
|
114
|
+
export { default as Search } from './Search';
|
|
115
|
+
export { default as Send } from './Send';
|
|
116
|
+
export { default as Settings } from './Settings';
|
|
117
|
+
export { default as Share } from './Share';
|
|
118
|
+
export { default as ShoppingCart } from './ShoppingCart';
|
|
119
|
+
export { default as Smiles } from './Smiles';
|
|
120
|
+
export { default as SoundOff } from './SoundOff';
|
|
121
|
+
export { default as SoundOn } from './SoundOn';
|
|
122
|
+
export { default as Symbols } from './Symbols';
|
|
123
|
+
export { default as Tag } from './Tag';
|
|
124
|
+
export { default as TextBlock } from './TextBlock';
|
|
125
|
+
export { default as TextFields } from './TextFields';
|
|
126
|
+
export { default as ThumbDown } from './ThumbDown';
|
|
127
|
+
export { default as ThumbUp } from './ThumbUp';
|
|
128
|
+
export { default as Tickets } from './Tickets';
|
|
129
|
+
export { default as Time } from './Time';
|
|
130
|
+
export { default as Timeline } from './Timeline';
|
|
131
|
+
export { default as TipsAndUpdates } from './TipsAndUpdates';
|
|
132
|
+
export { default as Tools } from './Tools';
|
|
133
|
+
export { default as Traffic } from './Traffic';
|
|
134
|
+
export { default as Travels } from './Travels';
|
|
135
|
+
export { default as Undo } from './Undo';
|
|
136
|
+
export { default as VerifiedUser } from './VerifiedUser';
|
|
137
|
+
export { default as Video } from './Video';
|
|
138
|
+
export { default as VisibilityOff } from './VisibilityOff';
|
|
139
|
+
export { default as VisibilityOn } from './VisibilityOn';
|
|
140
|
+
export { default as Waiting } from './Waiting';
|
|
141
|
+
export { default as Warning } from './Warning';
|
|
142
|
+
export { default as Windows } from './Windows';
|
|
143
|
+
export { default as World } from './World';
|
package/package.json
CHANGED
|
@@ -1,25 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livechat/design-system-icons",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.13",
|
|
4
4
|
"description": "",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
-
"
|
|
8
|
+
"types": "./index.d.ts",
|
|
9
|
+
"typings": "./index.d.ts",
|
|
9
10
|
"scripts": {
|
|
10
|
-
"
|
|
11
|
-
"
|
|
11
|
+
"prebuild": "rimraf react lib",
|
|
12
|
+
"build": "run-s build:lib build:js",
|
|
13
|
+
"build:lib": "svgr --replace-attr-values '#424D57=currentcolor' --typescript --no-dimensions -d ./lib/react ./svg ",
|
|
14
|
+
"build:js": "babel ./lib/react --out-dir react --extensions '.tsx,.ts'",
|
|
15
|
+
"build:ts": "rimraf react && svgr --replace-attr-values '#424D57=currentcolor' --typescript --no-dimensions -d ./react ./svg ",
|
|
16
|
+
"dev": "npm run build:ts"
|
|
12
17
|
},
|
|
13
18
|
"author": "",
|
|
14
19
|
"files": [
|
|
15
|
-
"
|
|
20
|
+
"react",
|
|
21
|
+
"svg",
|
|
22
|
+
"lib",
|
|
23
|
+
"index.d.ts"
|
|
16
24
|
],
|
|
17
25
|
"license": "ISC",
|
|
18
26
|
"devDependencies": {
|
|
19
|
-
"@
|
|
27
|
+
"@babel/cli": "^7.17.6",
|
|
28
|
+
"@babel/core": "^7.17.8",
|
|
29
|
+
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
|
|
30
|
+
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
31
|
+
"@babel/preset-react": "^7.16.7",
|
|
32
|
+
"@babel/preset-typescript": "^7.16.7",
|
|
33
|
+
"@svgr/cli": "^6.2.1",
|
|
34
|
+
"@types/react": "^17.0.40"
|
|
20
35
|
},
|
|
21
36
|
"peerDependencies": {
|
|
22
|
-
"react": "
|
|
37
|
+
"react": ">= 16"
|
|
23
38
|
},
|
|
24
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "237b3f62051854bea2d8e754690bebf77d6e657c"
|
|
25
40
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgAccountCircle = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3Zm0 14.2a7.2 7.2 0 0 1-6-3.22c.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08a7.2 7.2 0 0 1-6 3.22Z",
|
|
21
|
+
fill: "currentcolor"
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
var _default = SvgAccountCircle;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgActivities = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M20.311 3.69c.35.35.75 2.27.67 4.69l-5.36-5.36c2.41-.09 4.34.32 4.69.67Z",
|
|
21
|
+
fill: "currentcolor"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M13.081 3.28c-2.33.42-4.79 1.34-6.62 3.18s-2.76 4.29-3.18 6.62l7.63 7.63c2.34-.41 4.79-1.34 6.62-3.18s2.76-4.29 3.18-6.62l-7.63-7.63Zm1.72 7.32-4.2 4.2a.983.983 0 0 1-1.4 0 .984.984 0 0 1 0-1.4l4.2-4.2a.983.983 0 0 1 1.4 0c.39.39.39 1.01 0 1.4Z",
|
|
26
|
+
fill: "currentcolor"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M3.02 15.62c-.081 2.42.32 4.34.669 4.69.35.35 2.28.76 4.69.67l-5.36-5.36Z",
|
|
29
|
+
fill: "currentcolor"
|
|
30
|
+
}));
|
|
31
|
+
|
|
32
|
+
var _default = SvgActivities;
|
|
33
|
+
exports.default = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgAdd = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M18 13h-5v5c0 .55-.45 1-1 1s-1-.45-1-1v-5H6c-.55 0-1-.45-1-1s.45-1 1-1h5V6c0-.55.45-1 1-1s1 .45 1 1v5h5c.55 0 1 .45 1 1s-.45 1-1 1Z",
|
|
21
|
+
fill: "currentcolor"
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
var _default = SvgAdd;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgAddCircle = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M12 7c-.55 0-1 .45-1 1v3H8c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V8c0-.55-.45-1-1-1Zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z",
|
|
21
|
+
fill: "currentcolor"
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
var _default = SvgAddCircle;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgAddTemplate = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M18 12c-.55 0-1 .45-1 1v5.22c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1ZM21.02 5H19V2.98c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98V5h-2.01c-.54 0-.98.44-.99.98v.03c0 .55.44.99.99.99H17v2.01c0 .54.44.99.99.98h.03c.54 0 .98-.44.98-.98V7h2.02c.54 0 .98-.44.98-.98v-.04c0-.54-.44-.98-.98-.98Z",
|
|
21
|
+
fill: "currentcolor"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M14 9H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1ZM14 12H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1ZM14 15H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1Z",
|
|
24
|
+
fill: "currentcolor"
|
|
25
|
+
}));
|
|
26
|
+
|
|
27
|
+
var _default = SvgAddTemplate;
|
|
28
|
+
exports.default = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgAdjust = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M3 18c0 .55.45 1 1 1h5v-2H4c-.55 0-1 .45-1 1ZM3 6c0 .55.45 1 1 1h9V5H4c-.55 0-1 .45-1 1Zm10 14v-1h7c.55 0 1-.45 1-1s-.45-1-1-1h-7v-1c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1ZM7 10v1H4c-.55 0-1 .45-1 1s.45 1 1 1h3v1c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1Zm14 2c0-.55-.45-1-1-1h-9v2h9c.55 0 1-.45 1-1Zm-5-3c.55 0 1-.45 1-1V7h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V4c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1Z",
|
|
21
|
+
fill: "currentcolor"
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
var _default = SvgAdjust;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgAndroid = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "m17.6 9.48 1.84-3.18c.16-.31.04-.69-.26-.85a.637.637 0 0 0-.83.22l-1.88 3.24a11.463 11.463 0 0 0-8.94 0L5.65 5.67a.643.643 0 0 0-.87-.2c-.28.18-.37.54-.22.83L6.4 9.48A10.78 10.78 0 0 0 1 18h22a10.78 10.78 0 0 0-5.4-8.52ZM7 15.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm10 0a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Z",
|
|
21
|
+
fill: "currentcolor"
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
var _default = SvgAndroid;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgAnimals = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M20.68 4c.57 0 1.08.35 1.26.88.18.56-.05 1.17-.56 1.48l-.87.52.39 1.24c.23.58.05 1.25-.45 1.62-.23.17-.51.26-.78.26-.31 0-.61-.11-.86-.32l-.81-.7-.81.7c-.25.21-.55.32-.86.32-.27 0-.55-.09-.78-.26-.49-.37-.68-1.04-.45-1.62l.4-1.24-.87-.52c-.52-.31-.75-.92-.56-1.48.18-.53.69-.88 1.26-.88h1.07l.31-.96C16.85 2.43 17.39 2 18 2s1.15.43 1.29 1.03l.31.97h1.08ZM17 6c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1Zm-2.592 6H15.5c.28 0 .5.22.51.51 0 .28-.22.5-.5.5h-.88c.1 1.13-.271 2.3-1.14 3.17-.17.16-.35.3-.53.43l.52 1.37c.56 1.58-.26 3.3-1.821 3.85-.33.11-.67.17-1.01.17-.44 0-.87-.1-1.29-.3-.48-.23-.87-.58-1.16-1-1.34.38-2.85.06-3.91-1s-1.38-2.56-1-3.91c-.42-.29-.77-.68-1-1.16-.35-.72-.39-1.54-.12-2.29.55-1.552 2.272-2.37 3.832-1.82l1.4.53c.13-.19.27-.37.43-.53.78-.78 1.81-1.17 2.83-1.17.075 0 .154.009.232.018L11 9.38V8.5c0-.28.22-.5.5-.5s.5.22.5.5v1.09A3.865 3.865 0 0 1 14.41 12h-.002Zm-10.31 1.78c.12.24.32.42.57.51 1.18.42 2.66-.09 3.81-.69l-3.16-1.19c-.5-.18-1.07.09-1.26.61-.09.25-.08.52.04.76Zm6.13 6.12c.24.12.51.13.76.04.52-.18.79-.76.61-1.28l-1.18-3.13c-.61 1.15-1.12 2.62-.7 3.8.09.25.27.46.51.57Zm1.36-6.91.61 1.61c.64-.79.6-1.94-.13-2.67a1.967 1.967 0 0 0-2.67-.13l1.6.6c.01.01.02.02.03.02a.218.218 0 0 1 .083.037l.037.023c.04.02.08.04.11.07l.18.18c.03.04.05.07.07.11l.06.12c.01.01.02.02.02.03Z",
|
|
23
|
+
fill: "currentcolor"
|
|
24
|
+
}));
|
|
25
|
+
|
|
26
|
+
var _default = SvgAnimals;
|
|
27
|
+
exports.default = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgAppSettings = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2L7 1.01C5.9 1.01 5 1.9 5 3v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1Zm4-6c0-.13-.02-.26-.04-.39l.64-.48c.2-.15.26-.44.13-.66l-.57-.96a.495.495 0 0 0-.62-.2l-.72.3c-.2-.15-.42-.29-.65-.39l-.1-.77a.505.505 0 0 0-.49-.44l-1.12-.02c-.26 0-.47.18-.5.44l-.1.79c-.24.1-.45.23-.65.39l-.72-.3c-.23-.1-.5-.01-.62.2l-.57.96c-.13.22-.08.5.13.66l.64.48c-.05.13-.07.26-.07.39s.02.25.04.37l-.64.49c-.2.15-.26.43-.13.65l.56.97c.13.22.39.31.63.21l.73-.31c.2.16.42.3.67.4l.1.77c.03.25.24.44.5.44h1.12c.25 0 .46-.19.5-.44l.1-.77c.24-.1.46-.24.67-.4l.73.31c.23.1.5.01.63-.21l.56-.97c.13-.22.07-.5-.13-.65l-.64-.49c-.02-.12 0-.24 0-.37Zm-3 1.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5Z",
|
|
21
|
+
fill: "currentcolor"
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
var _default = SvgAppSettings;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgApple = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
viewBox: "-80.823 0 909.283 909.283",
|
|
17
|
+
...props
|
|
18
|
+
}, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
19
|
+
id: "apple_svg__a"
|
|
20
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M45.3 72h13v15.8h-13V71.9z"
|
|
22
|
+
}))), /*#__PURE__*/React.createElement("g", {
|
|
23
|
+
transform: "matrix(54.85033 0 0 -54.85033 -2466 4835)",
|
|
24
|
+
clipPath: "url(#apple_svg__a)"
|
|
25
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M56.1 79.4c0 2 1.6 3 1.7 3A3.7 3.7 0 0 1 55 84c-1.2 0-2.4-.8-3-.8-.6 0-1.6.7-2.6.7-1.4 0-2.6-.8-3.3-2-1.4-2.4-.4-6 1-8 .7-1 1.4-2 2.5-2 1 0 1.4.7 2.6.7 1.2 0 1.5-.7 2.6-.7 1 0 1.8 1 2.4 2 .8 1.1 1.1 2.2 1.1 2.3 0 0-2 .8-2.1 3.2"
|
|
27
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M501.8 158.5c30.3-36.8 50.9-88 45.2-139-43.8 1.8-96.7 29.2-128.2 66C390.7 118 366 170 372.7 220c48.8 3.8 98.7-24.9 129-61.6"
|
|
29
|
+
}));
|
|
30
|
+
|
|
31
|
+
var _default = SvgApple;
|
|
32
|
+
exports.default = _default;
|