lib-pajakio-v2 1.0.0
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/.env +3 -0
- package/README.md +15 -0
- package/babel.config.js +5 -0
- package/dist/demo.html +10 -0
- package/dist/library-frontend-pajakio.common.js +42049 -0
- package/dist/library-frontend-pajakio.common.js.map +1 -0
- package/dist/library-frontend-pajakio.css +1 -0
- package/dist/library-frontend-pajakio.umd.js +42059 -0
- package/dist/library-frontend-pajakio.umd.js.map +1 -0
- package/dist/library-frontend-pajakio.umd.min.js +2 -0
- package/dist/library-frontend-pajakio.umd.min.js.map +1 -0
- package/index.html +13 -0
- package/lib-pajakio-v2-1.0.27.tgz +0 -0
- package/package.json +30 -0
- package/public/favicon.ico +0 -0
- package/public/index.html +17 -0
- package/src/App.vue +50 -0
- package/src/assets/fonts/Avenir-Black.ttf +0 -0
- package/src/assets/fonts/Avenir-Book.ttf +0 -0
- package/src/assets/fonts/Avenir-Heavy.ttf +0 -0
- package/src/assets/fonts/Avenir-Light.ttf +0 -0
- package/src/assets/fonts/Avenir-Medium.ttf +0 -0
- package/src/assets/fonts/Avenir-Roman.ttf +0 -0
- package/src/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/src/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/src/assets/fonts/OpenSans-Light.ttf +0 -0
- package/src/assets/fonts/OpenSans-Medium.ttf +0 -0
- package/src/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/src/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/src/assets/fonts/style.css +35 -0
- package/src/assets/logo.png +0 -0
- package/src/assets/style/_color.scss +51 -0
- package/src/assets/style/base.scss +1083 -0
- package/src/assets/style/sizing.scss +157 -0
- package/src/components/Base/BaseButton.vue +276 -0
- package/src/components/Base/BaseIcon.vue +1591 -0
- package/src/components/Base/BaseTable.vue +76 -0
- package/src/components/Breadcrumbs/index.vue +95 -0
- package/src/components/ComponentsLayout/NavigationMenu.vue +148 -0
- package/src/components/DashboardFooter/index.vue +105 -0
- package/src/components/DashboardHeader/index.vue +566 -0
- package/src/components/DatePicker/index.vue +2230 -0
- package/src/components/Dropdown/DropdownCheckbox.vue +99 -0
- package/src/components/Dropdown/DropdownCompany.vue +259 -0
- package/src/components/Dropdown/DropdownMultipleTag.vue +126 -0
- package/src/components/Dropdown/DropdownSearchList.vue +185 -0
- package/src/components/Dropdown/DropdownSelect.vue +387 -0
- package/src/components/Dropdown/index.vue +193 -0
- package/src/components/ExpansionPanel/index.vue +102 -0
- package/src/components/Form/FormCheckbox.vue +195 -0
- package/src/components/Form/FormGroupCheckbox.vue +256 -0
- package/src/components/Form/FormInput.vue +618 -0
- package/src/components/Form/FormInputTag.vue +286 -0
- package/src/components/Form/FormRadio.vue +195 -0
- package/src/components/Form/FormSwitch.vue +162 -0
- package/src/components/Form/FormTextarea.vue +204 -0
- package/src/components/Icons/Action/Accessibility.vue +5 -0
- package/src/components/Icons/Action/AccessibilityNew.vue +5 -0
- package/src/components/Icons/Action/Accessible.vue +10 -0
- package/src/components/Icons/Action/AccessibleForward.vue +10 -0
- package/src/components/Icons/Action/AccountBalance.vue +5 -0
- package/src/components/Icons/Action/AccountBalanceWallet.vue +5 -0
- package/src/components/Icons/Action/AccountBox.vue +5 -0
- package/src/components/Icons/Action/AccountCircle.vue +5 -0
- package/src/components/Icons/Action/ActionIcons.vue +981 -0
- package/src/components/Icons/Action/AddShoppingCart.vue +5 -0
- package/src/components/Icons/Action/AddTask.vue +5 -0
- package/src/components/Icons/Action/Addchart.vue +5 -0
- package/src/components/Icons/Action/AdminPanelSettings.vue +10 -0
- package/src/components/Icons/Action/Alarm.vue +5 -0
- package/src/components/Icons/Action/AlarmAdd.vue +5 -0
- package/src/components/Icons/Action/AlarmOff.vue +5 -0
- package/src/components/Icons/Action/AlarmOn.vue +5 -0
- package/src/components/Icons/Action/AllInbox.vue +5 -0
- package/src/components/Icons/Action/AllOut.vue +5 -0
- package/src/components/Icons/Action/Analytics.vue +5 -0
- package/src/components/Icons/Action/Anchor.vue +5 -0
- package/src/components/Icons/Action/Android.vue +19 -0
- package/src/components/Icons/Action/Announcement.vue +5 -0
- package/src/components/Icons/Action/Api.vue +5 -0
- package/src/components/Icons/Action/AppBlocking.vue +10 -0
- package/src/components/Icons/Action/ArrowCircleDown.vue +5 -0
- package/src/components/Icons/Action/ArrowCircleUp.vue +5 -0
- package/src/components/Icons/Action/ArrowRightAlt.vue +5 -0
- package/src/components/Icons/Action/AspectRatio.vue +5 -0
- package/src/components/Icons/Action/Assessment.vue +5 -0
- package/src/components/Icons/Action/Assignment.vue +5 -0
- package/src/components/Icons/Action/AssignmentInd.vue +5 -0
- package/src/components/Icons/Action/AssignmentLate.vue +5 -0
- package/src/components/Icons/Action/AssignmentReturn.vue +5 -0
- package/src/components/Icons/Action/AssignmentReturned.vue +5 -0
- package/src/components/Icons/Action/AssignmentTurnedIn.vue +5 -0
- package/src/components/Icons/Action/Autorenew.vue +5 -0
- package/src/components/Icons/Action/Backup.vue +5 -0
- package/src/components/Icons/Action/BackupTable.vue +10 -0
- package/src/components/Icons/Action/BatchPrediction.vue +5 -0
- package/src/components/Icons/Action/Book.vue +5 -0
- package/src/components/Icons/Action/BookOnline.vue +5 -0
- package/src/components/Icons/Action/Bookmark.vue +5 -0
- package/src/components/Icons/Action/BookmarkBorder.vue +5 -0
- package/src/components/Icons/Action/Bookmarks.vue +5 -0
- package/src/components/Icons/Action/BugReport.vue +5 -0
- package/src/components/Icons/Action/Build.vue +5 -0
- package/src/components/Icons/Action/BuildCircle.vue +7 -0
- package/src/components/Icons/Action/Cached.vue +5 -0
- package/src/components/Icons/Action/CalendarToday.vue +5 -0
- package/src/components/Icons/Action/CalendarViewDay.vue +5 -0
- package/src/components/Icons/Action/CameraEnhance.vue +5 -0
- package/src/components/Icons/Action/CancelScheduleSend.vue +22 -0
- package/src/components/Icons/Action/CardGiftcard.vue +5 -0
- package/src/components/Icons/Action/CardMembership.vue +5 -0
- package/src/components/Icons/Action/CardTravel.vue +5 -0
- package/src/components/Icons/Action/ChangeHistory.vue +5 -0
- package/src/components/Icons/Action/CheckCircle.vue +5 -0
- package/src/components/Icons/Action/CheckCircleOutline.vue +5 -0
- package/src/components/Icons/Action/ChromeReaderMode.vue +5 -0
- package/src/components/Icons/Action/Class.vue +5 -0
- package/src/components/Icons/Action/CloseFullscreen.vue +5 -0
- package/src/components/Icons/Action/CommentBank.vue +5 -0
- package/src/components/Icons/Action/Commute.vue +5 -0
- package/src/components/Icons/Action/CompareArrows.vue +5 -0
- package/src/components/Icons/Action/ContactPage.vue +5 -0
- package/src/components/Icons/Action/ContactSupport.vue +5 -0
- package/src/components/Icons/Action/Contactless.vue +5 -0
- package/src/components/Icons/Action/Copyright.vue +5 -0
- package/src/components/Icons/Action/CreditCard.vue +5 -0
- package/src/components/Icons/Action/Dashboard.vue +5 -0
- package/src/components/Icons/Action/DateRange.vue +5 -0
- package/src/components/Icons/Action/Delete.vue +5 -0
- package/src/components/Icons/Action/DeleteForever.vue +5 -0
- package/src/components/Icons/Action/DeleteOutline.vue +5 -0
- package/src/components/Icons/Action/Description.vue +5 -0
- package/src/components/Icons/Action/DisabledByDefault.vue +5 -0
- package/src/components/Icons/Action/Dns.vue +5 -0
- package/src/components/Icons/Action/Done.vue +5 -0
- package/src/components/Icons/Action/DoneAll.vue +5 -0
- package/src/components/Icons/Action/DoneOutline.vue +5 -0
- package/src/components/Icons/Action/DonutLarge.vue +5 -0
- package/src/components/Icons/Action/DonutSmall.vue +5 -0
- package/src/components/Icons/Action/DragIndicator.vue +5 -0
- package/src/components/Icons/Action/DynamicForm.vue +5 -0
- package/src/components/Icons/Action/Eco.vue +5 -0
- package/src/components/Icons/Action/Eject.vue +5 -0
- package/src/components/Icons/Action/EuroSymbol.vue +5 -0
- package/src/components/Icons/Action/Event.vue +5 -0
- package/src/components/Icons/Action/EventSeat.vue +5 -0
- package/src/components/Icons/Action/ExitToApp.vue +5 -0
- package/src/components/Icons/Action/Explore.vue +5 -0
- package/src/components/Icons/Action/ExploreOff.vue +5 -0
- package/src/components/Icons/Action/Extension.vue +5 -0
- package/src/components/Icons/Action/Face.vue +5 -0
- package/src/components/Icons/Action/FaceUnlock.vue +5 -0
- package/src/components/Icons/Action/FactCheck.vue +7 -0
- package/src/components/Icons/Action/Favorite.vue +5 -0
- package/src/components/Icons/Action/FavoriteBorder.vue +5 -0
- package/src/components/Icons/Action/Feedback.vue +5 -0
- package/src/components/Icons/Action/FilterAlt.vue +5 -0
- package/src/components/Icons/Action/FindInPage.vue +5 -0
- package/src/components/Icons/Action/FindReplace.vue +5 -0
- package/src/components/Icons/Action/Fingerprint.vue +5 -0
- package/src/components/Icons/Action/Flaky.vue +7 -0
- package/src/components/Icons/Action/FlightLand.vue +5 -0
- package/src/components/Icons/Action/FlightTakeoff.vue +5 -0
- package/src/components/Icons/Action/FlipToBack.vue +5 -0
- package/src/components/Icons/Action/FlipToFront.vue +5 -0
- package/src/components/Icons/Action/GTranslate.vue +5 -0
- package/src/components/Icons/Action/Gavel.vue +5 -0
- package/src/components/Icons/Action/GetApp.vue +5 -0
- package/src/components/Icons/Action/Gif.vue +5 -0
- package/src/components/Icons/Action/Grade.vue +5 -0
- package/src/components/Icons/Action/Grading.vue +22 -0
- package/src/components/Icons/Action/GroupWork.vue +5 -0
- package/src/components/Icons/Action/Help.vue +5 -0
- package/src/components/Icons/Action/HelpCenter.vue +5 -0
- package/src/components/Icons/Action/HelpOutline.vue +5 -0
- package/src/components/Icons/Action/HighlightAlt.vue +5 -0
- package/src/components/Icons/Action/HighlightOff.vue +5 -0
- package/src/components/Icons/Action/History.vue +5 -0
- package/src/components/Icons/Action/HistoryToggleOff.vue +5 -0
- package/src/components/Icons/Action/Home.vue +19 -0
- package/src/components/Icons/Action/HomeBold.vue +3 -0
- package/src/components/Icons/Action/HomeLinear.vue +22 -0
- package/src/components/Icons/Action/HorizontalSplit.vue +5 -0
- package/src/components/Icons/Action/HourglassDisabled.vue +10 -0
- package/src/components/Icons/Action/HourglassEmpty.vue +5 -0
- package/src/components/Icons/Action/HourglassFull.vue +5 -0
- package/src/components/Icons/Action/Http.vue +5 -0
- package/src/components/Icons/Action/Https.vue +5 -0
- package/src/components/Icons/Action/IcArticle.vue +5 -0
- package/src/components/Icons/Action/IcCode.vue +5 -0
- package/src/components/Icons/Action/IcInput.vue +5 -0
- package/src/components/Icons/Action/IcLabel.vue +5 -0
- package/src/components/Icons/Action/IcSource.vue +5 -0
- package/src/components/Icons/Action/ImportantDevices.vue +5 -0
- package/src/components/Icons/Action/Info.vue +5 -0
- package/src/components/Icons/Action/InfoOutline.vue +5 -0
- package/src/components/Icons/Action/IntegrationInstructions.vue +5 -0
- package/src/components/Icons/Action/InvertColors.vue +5 -0
- package/src/components/Icons/Action/LabelImportant.vue +5 -0
- package/src/components/Icons/Action/LabelImportantOutline.vue +5 -0
- package/src/components/Icons/Action/LabelOff.vue +5 -0
- package/src/components/Icons/Action/LabelOutline.vue +5 -0
- package/src/components/Icons/Action/Language.vue +5 -0
- package/src/components/Icons/Action/Launch.vue +5 -0
- package/src/components/Icons/Action/Leaderboard.vue +5 -0
- package/src/components/Icons/Action/LightbulbOutline.vue +5 -0
- package/src/components/Icons/Action/LineStyle.vue +5 -0
- package/src/components/Icons/Action/LineWeight.vue +5 -0
- package/src/components/Icons/Action/List.vue +5 -0
- package/src/components/Icons/Action/Lock.vue +5 -0
- package/src/components/Icons/Action/LockOpen.vue +5 -0
- package/src/components/Icons/Action/LockOutline.vue +5 -0
- package/src/components/Icons/Action/Login.vue +5 -0
- package/src/components/Icons/Action/Logout.vue +3 -0
- package/src/components/Icons/Action/Loyalty.vue +5 -0
- package/src/components/Icons/Action/MarkunreadMailbox.vue +19 -0
- package/src/components/Icons/Action/Maximize.vue +5 -0
- package/src/components/Icons/Action/Mediation.vue +5 -0
- package/src/components/Icons/Action/Minimize.vue +5 -0
- package/src/components/Icons/Action/ModelTraining.vue +5 -0
- package/src/components/Icons/Action/NextPlan.vue +5 -0
- package/src/components/Icons/Action/NotAccessible.vue +5 -0
- package/src/components/Icons/Action/NotStarted.vue +5 -0
- package/src/components/Icons/Action/NoteAdd.vue +5 -0
- package/src/components/Icons/Action/OfflineBolt.vue +5 -0
- package/src/components/Icons/Action/OfflinePin.vue +5 -0
- package/src/components/Icons/Action/OnlinePrediction.vue +5 -0
- package/src/components/Icons/Action/Opacity.vue +5 -0
- package/src/components/Icons/Action/OpenInBrowser.vue +5 -0
- package/src/components/Icons/Action/OpenInFull.vue +5 -0
- package/src/components/Icons/Action/OpenInNew.vue +5 -0
- package/src/components/Icons/Action/OpenWith.vue +5 -0
- package/src/components/Icons/Action/Outbond.vue +5 -0
- package/src/components/Icons/Action/Outlet.vue +5 -0
- package/src/components/Icons/Action/Pageview.vue +5 -0
- package/src/components/Icons/Action/PanTool.vue +19 -0
- package/src/components/Icons/Action/Payment.vue +5 -0
- package/src/components/Icons/Action/Pending.vue +5 -0
- package/src/components/Icons/Action/PendingActions.vue +5 -0
- package/src/components/Icons/Action/PermCameraMic.vue +5 -0
- package/src/components/Icons/Action/PermContactCalendar.vue +5 -0
- package/src/components/Icons/Action/PermDataSetting.vue +5 -0
- package/src/components/Icons/Action/PermDeviceInformation.vue +5 -0
- package/src/components/Icons/Action/PermIdentity.vue +5 -0
- package/src/components/Icons/Action/PermMedia.vue +5 -0
- package/src/components/Icons/Action/PermPhoneMsg.vue +5 -0
- package/src/components/Icons/Action/PermScanWifi.vue +5 -0
- package/src/components/Icons/Action/Pets.vue +19 -0
- package/src/components/Icons/Action/PictureInPicture.vue +5 -0
- package/src/components/Icons/Action/PictureInPictureAlt.vue +5 -0
- package/src/components/Icons/Action/Plagiarism.vue +10 -0
- package/src/components/Icons/Action/PlayForWork.vue +5 -0
- package/src/components/Icons/Action/Polymer.vue +5 -0
- package/src/components/Icons/Action/PowerSettingsNew.vue +5 -0
- package/src/components/Icons/Action/PregnantWoman.vue +5 -0
- package/src/components/Icons/Action/Preview.vue +5 -0
- package/src/components/Icons/Action/Print.vue +5 -0
- package/src/components/Icons/Action/PrivacyTip.vue +5 -0
- package/src/components/Icons/Action/PublishedWithChanges.vue +5 -0
- package/src/components/Icons/Action/QueryBuilder.vue +5 -0
- package/src/components/Icons/Action/QuestionAnswer.vue +5 -0
- package/src/components/Icons/Action/Quickreply.vue +10 -0
- package/src/components/Icons/Action/Receipt.vue +5 -0
- package/src/components/Icons/Action/RecordVoiceOver.vue +10 -0
- package/src/components/Icons/Action/Redeem.vue +5 -0
- package/src/components/Icons/Action/RemoveShoppingCart.vue +5 -0
- package/src/components/Icons/Action/Reorder.vue +5 -0
- package/src/components/Icons/Action/ReportProblem.vue +5 -0
- package/src/components/Icons/Action/RequestPage.vue +5 -0
- package/src/components/Icons/Action/Restore.vue +5 -0
- package/src/components/Icons/Action/RestoreFromTrash.vue +5 -0
- package/src/components/Icons/Action/RestorePage.vue +5 -0
- package/src/components/Icons/Action/Room.vue +5 -0
- package/src/components/Icons/Action/RoundedCorner.vue +5 -0
- package/src/components/Icons/Action/Rowing.vue +5 -0
- package/src/components/Icons/Action/Rule.vue +5 -0
- package/src/components/Icons/Action/Schedule.vue +5 -0
- package/src/components/Icons/Action/Search.vue +5 -0
- package/src/components/Icons/Action/SearchOff.vue +10 -0
- package/src/components/Icons/Action/Settings.vue +5 -0
- package/src/components/Icons/Action/SettingsApplications.vue +5 -0
- package/src/components/Icons/Action/SettingsBackupRestore.vue +5 -0
- package/src/components/Icons/Action/SettingsBluetooth.vue +19 -0
- package/src/components/Icons/Action/SettingsBrightness.vue +5 -0
- package/src/components/Icons/Action/SettingsCell.vue +19 -0
- package/src/components/Icons/Action/SettingsEthernet.vue +5 -0
- package/src/components/Icons/Action/SettingsInputAntenna.vue +5 -0
- package/src/components/Icons/Action/SettingsInputComponent.vue +5 -0
- package/src/components/Icons/Action/SettingsInputComposite.vue +5 -0
- package/src/components/Icons/Action/SettingsInputHdmi.vue +5 -0
- package/src/components/Icons/Action/SettingsInputSvideo.vue +5 -0
- package/src/components/Icons/Action/SettingsOverscan.vue +5 -0
- package/src/components/Icons/Action/SettingsPhone.vue +5 -0
- package/src/components/Icons/Action/SettingsPower.vue +5 -0
- package/src/components/Icons/Action/SettingsRemote.vue +19 -0
- package/src/components/Icons/Action/SettingsVoice.vue +5 -0
- package/src/components/Icons/Action/Shop.vue +5 -0
- package/src/components/Icons/Action/ShopTwo.vue +5 -0
- package/src/components/Icons/Action/ShoppingBag.vue +5 -0
- package/src/components/Icons/Action/ShoppingBasket.vue +5 -0
- package/src/components/Icons/Action/ShoppingCart.vue +5 -0
- package/src/components/Icons/Action/SmartButton.vue +5 -0
- package/src/components/Icons/Action/SpeakerNotes.vue +5 -0
- package/src/components/Icons/Action/SpeakerNotesOff.vue +5 -0
- package/src/components/Icons/Action/Spellcheck.vue +5 -0
- package/src/components/Icons/Action/StarRate.vue +5 -0
- package/src/components/Icons/Action/Stars.vue +5 -0
- package/src/components/Icons/Action/StickyNote2.vue +5 -0
- package/src/components/Icons/Action/Store.vue +5 -0
- package/src/components/Icons/Action/Subject.vue +5 -0
- package/src/components/Icons/Action/SubtitlesOff.vue +10 -0
- package/src/components/Icons/Action/SupervisedUserCircle.vue +5 -0
- package/src/components/Icons/Action/SupervisorAccount.vue +5 -0
- package/src/components/Icons/Action/Support.vue +5 -0
- package/src/components/Icons/Action/SwapHoriz.vue +5 -0
- package/src/components/Icons/Action/SwapHorizontalCircle.vue +5 -0
- package/src/components/Icons/Action/SwapVert.vue +5 -0
- package/src/components/Icons/Action/SwapVerticalCircle.vue +5 -0
- package/src/components/Icons/Action/SyncAlt.vue +10 -0
- package/src/components/Icons/Action/SystemUpdateAlt.vue +5 -0
- package/src/components/Icons/Action/Tab.vue +5 -0
- package/src/components/Icons/Action/TabUnselected.vue +5 -0
- package/src/components/Icons/Action/TableView.vue +5 -0
- package/src/components/Icons/Action/TextRotateUp.vue +5 -0
- package/src/components/Icons/Action/TextRotateVertical.vue +5 -0
- package/src/components/Icons/Action/TextRotationAngledown.vue +5 -0
- package/src/components/Icons/Action/TextRotationAngleup.vue +5 -0
- package/src/components/Icons/Action/TextRotationDown.vue +5 -0
- package/src/components/Icons/Action/TextRotationNone.vue +5 -0
- package/src/components/Icons/Action/Theaters.vue +5 -0
- package/src/components/Icons/Action/ThumbDown.vue +5 -0
- package/src/components/Icons/Action/ThumbUp.vue +5 -0
- package/src/components/Icons/Action/ThumbsUpDown.vue +19 -0
- package/src/components/Icons/Action/Timeline.vue +5 -0
- package/src/components/Icons/Action/Toc.vue +5 -0
- package/src/components/Icons/Action/Today.vue +5 -0
- package/src/components/Icons/Action/Toll.vue +5 -0
- package/src/components/Icons/Action/TouchApp.vue +5 -0
- package/src/components/Icons/Action/Tour.vue +5 -0
- package/src/components/Icons/Action/TrackChanges.vue +5 -0
- package/src/components/Icons/Action/Translate.vue +5 -0
- package/src/components/Icons/Action/TrendingDown.vue +5 -0
- package/src/components/Icons/Action/TrendingFlat.vue +5 -0
- package/src/components/Icons/Action/TrendingUp.vue +5 -0
- package/src/components/Icons/Action/TridRotation.vue +19 -0
- package/src/components/Icons/Action/TurnedIn.vue +5 -0
- package/src/components/Icons/Action/TurnedInNot.vue +5 -0
- package/src/components/Icons/Action/Unpublished.vue +5 -0
- package/src/components/Icons/Action/Update.vue +5 -0
- package/src/components/Icons/Action/Upgrade.vue +5 -0
- package/src/components/Icons/Action/Usiness.vue +5 -0
- package/src/components/Icons/Action/Verified.vue +5 -0
- package/src/components/Icons/Action/VerifiedUser.vue +5 -0
- package/src/components/Icons/Action/VerticalSplit.vue +5 -0
- package/src/components/Icons/Action/ViewAgenda.vue +5 -0
- package/src/components/Icons/Action/ViewArray.vue +5 -0
- package/src/components/Icons/Action/ViewCarousel.vue +5 -0
- package/src/components/Icons/Action/ViewColumn.vue +5 -0
- package/src/components/Icons/Action/ViewDay.vue +5 -0
- package/src/components/Icons/Action/ViewHeadline.vue +5 -0
- package/src/components/Icons/Action/ViewList.vue +5 -0
- package/src/components/Icons/Action/ViewModule.vue +5 -0
- package/src/components/Icons/Action/ViewQuilt.vue +5 -0
- package/src/components/Icons/Action/ViewSidebar.vue +5 -0
- package/src/components/Icons/Action/ViewStream.vue +5 -0
- package/src/components/Icons/Action/ViewWeek.vue +5 -0
- package/src/components/Icons/Action/Visibility.vue +5 -0
- package/src/components/Icons/Action/VisibilityOff.vue +5 -0
- package/src/components/Icons/Action/VoiceOverOff.vue +5 -0
- package/src/components/Icons/Action/WatchLater.vue +5 -0
- package/src/components/Icons/Action/WifiProtectedSetup.vue +10 -0
- package/src/components/Icons/Action/Work.vue +5 -0
- package/src/components/Icons/Action/WorkOff.vue +5 -0
- package/src/components/Icons/Action/WorkOutline.vue +5 -0
- package/src/components/Icons/Action/Wysiwyg.vue +5 -0
- package/src/components/Icons/Action/YoutubeSearchedFor.vue +5 -0
- package/src/components/Icons/Action/ZoomIn.vue +5 -0
- package/src/components/Icons/Action/ZoomOut.vue +5 -0
- package/src/components/Icons/Alert/AddAlert.vue +5 -0
- package/src/components/Icons/Alert/AlertIcons.vue +36 -0
- package/src/components/Icons/Alert/AutoDelete.vue +13 -0
- package/src/components/Icons/Alert/Error.vue +5 -0
- package/src/components/Icons/Alert/ErrorOutline.vue +5 -0
- package/src/components/Icons/Alert/NotificationImportant.vue +5 -0
- package/src/components/Icons/Alert/Warning.vue +5 -0
- package/src/components/Icons/Alert/WarningAmber.vue +5 -0
- package/src/components/Icons/AudioVideo/AddToQueue.vue +5 -0
- package/src/components/Icons/AudioVideo/Airplay.vue +5 -0
- package/src/components/Icons/AudioVideo/Album.vue +5 -0
- package/src/components/Icons/AudioVideo/ArtTrack.vue +5 -0
- package/src/components/Icons/AudioVideo/AudioVideoIcons.vue +285 -0
- package/src/components/Icons/AudioVideo/AvTimer.vue +16 -0
- package/src/components/Icons/AudioVideo/BrandingWatermark.vue +5 -0
- package/src/components/Icons/AudioVideo/CallToAction.vue +5 -0
- package/src/components/Icons/AudioVideo/ClosedCaption.vue +5 -0
- package/src/components/Icons/AudioVideo/ClosedCaptionDisabled.vue +5 -0
- package/src/components/Icons/AudioVideo/ControlCamera.vue +10 -0
- package/src/components/Icons/AudioVideo/Equalizer.vue +5 -0
- package/src/components/Icons/AudioVideo/Explicit.vue +5 -0
- package/src/components/Icons/AudioVideo/FastForward.vue +5 -0
- package/src/components/Icons/AudioVideo/FastRewind.vue +5 -0
- package/src/components/Icons/AudioVideo/FeaturedPlayList.vue +5 -0
- package/src/components/Icons/AudioVideo/FeaturedVideo.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberDvr.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberManualRecord.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberNew.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberPin.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberSmartRecord.vue +10 -0
- package/src/components/Icons/AudioVideo/Fiveg.vue +10 -0
- package/src/components/Icons/AudioVideo/Forward10.vue +5 -0
- package/src/components/Icons/AudioVideo/Forward30.vue +5 -0
- package/src/components/Icons/AudioVideo/Forward5.vue +5 -0
- package/src/components/Icons/AudioVideo/Fourk.vue +5 -0
- package/src/components/Icons/AudioVideo/Games.vue +5 -0
- package/src/components/Icons/AudioVideo/Hd.vue +5 -0
- package/src/components/Icons/AudioVideo/Hearing.vue +5 -0
- package/src/components/Icons/AudioVideo/HearingDisabled.vue +5 -0
- package/src/components/Icons/AudioVideo/HighQuality.vue +5 -0
- package/src/components/Icons/AudioVideo/IcStop.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryAdd.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryAddCheck.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryBooks.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryMusic.vue +5 -0
- package/src/components/Icons/AudioVideo/Loop.vue +5 -0
- package/src/components/Icons/AudioVideo/Mic.vue +5 -0
- package/src/components/Icons/AudioVideo/MicNone.vue +5 -0
- package/src/components/Icons/AudioVideo/MicOff.vue +5 -0
- package/src/components/Icons/AudioVideo/MissedVideoCall.vue +5 -0
- package/src/components/Icons/AudioVideo/Movie.vue +5 -0
- package/src/components/Icons/AudioVideo/MusicVideo.vue +5 -0
- package/src/components/Icons/AudioVideo/NewReleases.vue +5 -0
- package/src/components/Icons/AudioVideo/NotInterested.vue +5 -0
- package/src/components/Icons/AudioVideo/Note.vue +5 -0
- package/src/components/Icons/AudioVideo/Pause.vue +5 -0
- package/src/components/Icons/AudioVideo/PauseCircleFilled.vue +5 -0
- package/src/components/Icons/AudioVideo/PauseCircleOutline.vue +5 -0
- package/src/components/Icons/AudioVideo/PlayArrow.vue +5 -0
- package/src/components/Icons/AudioVideo/PlayCircleFilled.vue +5 -0
- package/src/components/Icons/AudioVideo/PlayCircleOutline.vue +5 -0
- package/src/components/Icons/AudioVideo/PlaylistAdd.vue +5 -0
- package/src/components/Icons/AudioVideo/PlaylistAddCheck.vue +5 -0
- package/src/components/Icons/AudioVideo/PlaylistPlay.vue +5 -0
- package/src/components/Icons/AudioVideo/Queue.vue +5 -0
- package/src/components/Icons/AudioVideo/QueueMusic.vue +5 -0
- package/src/components/Icons/AudioVideo/QueuePlayNext.vue +5 -0
- package/src/components/Icons/AudioVideo/Radio.vue +5 -0
- package/src/components/Icons/AudioVideo/RecentActors.vue +5 -0
- package/src/components/Icons/AudioVideo/RemoveFromQueue.vue +5 -0
- package/src/components/Icons/AudioVideo/Repeat.vue +5 -0
- package/src/components/Icons/AudioVideo/RepeatOne.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay10.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay30.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay5.vue +5 -0
- package/src/components/Icons/AudioVideo/Shuffle.vue +5 -0
- package/src/components/Icons/AudioVideo/SkipNext.vue +5 -0
- package/src/components/Icons/AudioVideo/SkipPrevious.vue +5 -0
- package/src/components/Icons/AudioVideo/SlowMotionVideo.vue +5 -0
- package/src/components/Icons/AudioVideo/Snooze.vue +5 -0
- package/src/components/Icons/AudioVideo/SortByAlpha.vue +5 -0
- package/src/components/Icons/AudioVideo/Speed.vue +10 -0
- package/src/components/Icons/AudioVideo/StopCircle.vue +7 -0
- package/src/components/Icons/AudioVideo/Subscriptions.vue +5 -0
- package/src/components/Icons/AudioVideo/Subtitles.vue +5 -0
- package/src/components/Icons/AudioVideo/SurroundSound.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoCall.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoLabel.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoLibrary.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoSettings.vue +11 -0
- package/src/components/Icons/AudioVideo/Videocam.vue +5 -0
- package/src/components/Icons/AudioVideo/VideocamOff.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeDown.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeMute.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeOff.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeUp.vue +5 -0
- package/src/components/Icons/AudioVideo/Web.vue +5 -0
- package/src/components/Icons/AudioVideo/WebAsset.vue +5 -0
- package/src/components/Icons/Communication/AddIcCall.vue +5 -0
- package/src/components/Icons/Communication/AlternateEmail.vue +5 -0
- package/src/components/Icons/Communication/Business.vue +5 -0
- package/src/components/Icons/Communication/Call.vue +5 -0
- package/src/components/Icons/Communication/CallEnd.vue +5 -0
- package/src/components/Icons/Communication/CallMade.vue +5 -0
- package/src/components/Icons/Communication/CallMerge.vue +5 -0
- package/src/components/Icons/Communication/CallMissed.vue +5 -0
- package/src/components/Icons/Communication/CallMissedOutgoing.vue +5 -0
- package/src/components/Icons/Communication/CallReceived.vue +5 -0
- package/src/components/Icons/Communication/CallSplit.vue +5 -0
- package/src/components/Icons/Communication/CancelPresentation.vue +5 -0
- package/src/components/Icons/Communication/Chat.vue +5 -0
- package/src/components/Icons/Communication/ChatBubble.vue +5 -0
- package/src/components/Icons/Communication/ChatBubbleOutline.vue +5 -0
- package/src/components/Icons/Communication/ClearAll.vue +5 -0
- package/src/components/Icons/Communication/Comment.vue +5 -0
- package/src/components/Icons/Communication/CommunicationIcons.vue +255 -0
- package/src/components/Icons/Communication/ContactMail.vue +5 -0
- package/src/components/Icons/Communication/ContactPhone.vue +5 -0
- package/src/components/Icons/Communication/Contacts.vue +19 -0
- package/src/components/Icons/Communication/DesktopAccessDisabled.vue +5 -0
- package/src/components/Icons/Communication/DialerSip.vue +5 -0
- package/src/components/Icons/Communication/Dialpad.vue +5 -0
- package/src/components/Icons/Communication/DomainDisabled.vue +5 -0
- package/src/components/Icons/Communication/DomainVerification.vue +10 -0
- package/src/components/Icons/Communication/Duo.vue +5 -0
- package/src/components/Icons/Communication/Email.vue +5 -0
- package/src/components/Icons/Communication/Forum.vue +5 -0
- package/src/components/Icons/Communication/ForwardToInbox.vue +5 -0
- package/src/components/Icons/Communication/HourglassBottom.vue +5 -0
- package/src/components/Icons/Communication/HourglassTop.vue +5 -0
- package/src/components/Icons/Communication/ImportContacts.vue +5 -0
- package/src/components/Icons/Communication/ImportExport.vue +5 -0
- package/src/components/Icons/Communication/InvertColorsOff.vue +5 -0
- package/src/components/Icons/Communication/ListAlt.vue +5 -0
- package/src/components/Icons/Communication/LiveHelp.vue +5 -0
- package/src/components/Icons/Communication/LocationOff.vue +5 -0
- package/src/components/Icons/Communication/LocationOn.vue +5 -0
- package/src/components/Icons/Communication/MailOutline.vue +5 -0
- package/src/components/Icons/Communication/MarkChatRead.vue +5 -0
- package/src/components/Icons/Communication/MarkChatUnread.vue +19 -0
- package/src/components/Icons/Communication/MarkEmailRead.vue +5 -0
- package/src/components/Icons/Communication/MarkEmailUnread.vue +5 -0
- package/src/components/Icons/Communication/Message.vue +5 -0
- package/src/components/Icons/Communication/MobileScreenShare.vue +5 -0
- package/src/components/Icons/Communication/MoreTime.vue +13 -0
- package/src/components/Icons/Communication/Nat.vue +10 -0
- package/src/components/Icons/Communication/NoSim.vue +5 -0
- package/src/components/Icons/Communication/PausePresentation.vue +5 -0
- package/src/components/Icons/Communication/PersonAddDisabled.vue +5 -0
- package/src/components/Icons/Communication/PersonSearch.vue +13 -0
- package/src/components/Icons/Communication/Phone.vue +5 -0
- package/src/components/Icons/Communication/PhoneDisabled.vue +5 -0
- package/src/components/Icons/Communication/PhoneEnabled.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkErase.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkLock.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkRing.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkSetup.vue +5 -0
- package/src/components/Icons/Communication/PortableWifiOff.vue +5 -0
- package/src/components/Icons/Communication/PresentToAll.vue +5 -0
- package/src/components/Icons/Communication/PrintDisabled.vue +5 -0
- package/src/components/Icons/Communication/QrCode.vue +37 -0
- package/src/components/Icons/Communication/QrCodeScanner.vue +5 -0
- package/src/components/Icons/Communication/ReadMore.vue +16 -0
- package/src/components/Icons/Communication/RingVolume.vue +5 -0
- package/src/components/Icons/Communication/RssFeed.vue +10 -0
- package/src/components/Icons/Communication/ScreenShare.vue +5 -0
- package/src/components/Icons/Communication/SentimentSatisfiedAlt.vue +13 -0
- package/src/components/Icons/Communication/SpeakerPhone.vue +5 -0
- package/src/components/Icons/Communication/StayCurrentLandscape.vue +5 -0
- package/src/components/Icons/Communication/StayCurrentPortrait.vue +5 -0
- package/src/components/Icons/Communication/StayPrimaryLandscape.vue +5 -0
- package/src/components/Icons/Communication/StayPrimaryPortrait.vue +5 -0
- package/src/components/Icons/Communication/StopScreenShare.vue +5 -0
- package/src/components/Icons/Communication/SwapCalls.vue +5 -0
- package/src/components/Icons/Communication/Textsms.vue +5 -0
- package/src/components/Icons/Communication/Unsubscribe.vue +5 -0
- package/src/components/Icons/Communication/Voicemail.vue +5 -0
- package/src/components/Icons/Communication/VpnKey.vue +5 -0
- package/src/components/Icons/Communication/WifiCalling.vue +10 -0
- package/src/components/Icons/Content/Add.vue +5 -0
- package/src/components/Icons/Content/AddBox.vue +5 -0
- package/src/components/Icons/Content/AddCircle.vue +5 -0
- package/src/components/Icons/Content/AddCircleOutline.vue +5 -0
- package/src/components/Icons/Content/AmpStories.vue +13 -0
- package/src/components/Icons/Content/Archive.vue +5 -0
- package/src/components/Icons/Content/Attribution.vue +10 -0
- package/src/components/Icons/Content/Backspace.vue +19 -0
- package/src/components/Icons/Content/Ballot.vue +5 -0
- package/src/components/Icons/Content/Biotech.vue +13 -0
- package/src/components/Icons/Content/Block.vue +5 -0
- package/src/components/Icons/Content/Calculate.vue +5 -0
- package/src/components/Icons/Content/Clear.vue +5 -0
- package/src/components/Icons/Content/ContentCopy.vue +5 -0
- package/src/components/Icons/Content/ContentCut.vue +5 -0
- package/src/components/Icons/Content/ContentIcons.vue +198 -0
- package/src/components/Icons/Content/ContentPaste.vue +19 -0
- package/src/components/Icons/Content/Create.vue +5 -0
- package/src/components/Icons/Content/DeleteSweep.vue +5 -0
- package/src/components/Icons/Content/Drafts.vue +5 -0
- package/src/components/Icons/Content/DynamicFeed.vue +13 -0
- package/src/components/Icons/Content/FileCopy.vue +5 -0
- package/src/components/Icons/Content/FilterList.vue +5 -0
- package/src/components/Icons/Content/Flag.vue +5 -0
- package/src/components/Icons/Content/FontDownload.vue +5 -0
- package/src/components/Icons/Content/Forward.vue +5 -0
- package/src/components/Icons/Content/Gesture.vue +5 -0
- package/src/components/Icons/Content/HowToReg.vue +10 -0
- package/src/components/Icons/Content/HowToVote.vue +5 -0
- package/src/components/Icons/Content/IcLink.vue +5 -0
- package/src/components/Icons/Content/Inbox.vue +5 -0
- package/src/components/Icons/Content/Insights.vue +13 -0
- package/src/components/Icons/Content/LinkOff.vue +5 -0
- package/src/components/Icons/Content/LowPriority.vue +5 -0
- package/src/components/Icons/Content/Mail.vue +5 -0
- package/src/components/Icons/Content/Markunread.vue +5 -0
- package/src/components/Icons/Content/MoveToInbox.vue +5 -0
- package/src/components/Icons/Content/NextWeek.vue +5 -0
- package/src/components/Icons/Content/OutlinedFlag.vue +5 -0
- package/src/components/Icons/Content/Policy.vue +10 -0
- package/src/components/Icons/Content/PushPin.vue +7 -0
- package/src/components/Icons/Content/Redo.vue +5 -0
- package/src/components/Icons/Content/Remove.vue +5 -0
- package/src/components/Icons/Content/RemoveCircle.vue +5 -0
- package/src/components/Icons/Content/RemoveCircleOutline.vue +5 -0
- package/src/components/Icons/Content/Reply.vue +5 -0
- package/src/components/Icons/Content/ReplyAll.vue +19 -0
- package/src/components/Icons/Content/Report.vue +5 -0
- package/src/components/Icons/Content/ReportGmailerrorred.vue +13 -0
- package/src/components/Icons/Content/ReportOff.vue +5 -0
- package/src/components/Icons/Content/Save.vue +5 -0
- package/src/components/Icons/Content/SaveAlt.vue +5 -0
- package/src/components/Icons/Content/SelectAll.vue +5 -0
- package/src/components/Icons/Content/Send.vue +5 -0
- package/src/components/Icons/Content/Sort.vue +5 -0
- package/src/components/Icons/Content/SquareFoot.vue +5 -0
- package/src/components/Icons/Content/TextFormat.vue +5 -0
- package/src/components/Icons/Content/Unarchive.vue +5 -0
- package/src/components/Icons/Content/Undo.vue +5 -0
- package/src/components/Icons/Content/Waves.vue +5 -0
- package/src/components/Icons/Content/Weekend.vue +5 -0
- package/src/components/Icons/Content/WhereToVote.vue +5 -0
- package/src/components/Icons/Device/AccessAlarm.vue +5 -0
- package/src/components/Icons/Device/AccessAlarms.vue +5 -0
- package/src/components/Icons/Device/AccessTime.vue +5 -0
- package/src/components/Icons/Device/AdUnits.vue +10 -0
- package/src/components/Icons/Device/AddAlarm.vue +5 -0
- package/src/components/Icons/Device/AddToHomeScreen.vue +5 -0
- package/src/components/Icons/Device/AirplanemodeActive.vue +5 -0
- package/src/components/Icons/Device/AirplanemodeInactive.vue +5 -0
- package/src/components/Icons/Device/BatteryAlert.vue +5 -0
- package/src/components/Icons/Device/BatteryChargingFull.vue +5 -0
- package/src/components/Icons/Device/BatteryFull.vue +5 -0
- package/src/components/Icons/Device/BatteryStd.vue +5 -0
- package/src/components/Icons/Device/BatteryUnknown.vue +5 -0
- package/src/components/Icons/Device/Bluetooth.vue +5 -0
- package/src/components/Icons/Device/BluetoothConnected.vue +5 -0
- package/src/components/Icons/Device/BluetoothDisabled.vue +5 -0
- package/src/components/Icons/Device/BluetoothSearching.vue +5 -0
- package/src/components/Icons/Device/BrightnessAuto.vue +5 -0
- package/src/components/Icons/Device/BrightnessHigh.vue +5 -0
- package/src/components/Icons/Device/BrightnessLow.vue +5 -0
- package/src/components/Icons/Device/BrightnessMedium.vue +5 -0
- package/src/components/Icons/Device/DataUsage.vue +5 -0
- package/src/components/Icons/Device/DeveloperMode.vue +5 -0
- package/src/components/Icons/Device/DeviceIcons.vue +187 -0
- package/src/components/Icons/Device/Devices.vue +5 -0
- package/src/components/Icons/Device/Dvr.vue +5 -0
- package/src/components/Icons/Device/GpsFixed.vue +5 -0
- package/src/components/Icons/Device/GpsNotFixed.vue +5 -0
- package/src/components/Icons/Device/GpsOff.vue +5 -0
- package/src/components/Icons/Device/GraphicEq.vue +5 -0
- package/src/components/Icons/Device/LocationDisabled.vue +5 -0
- package/src/components/Icons/Device/LocationSearching.vue +5 -0
- package/src/components/Icons/Device/MobileFriendly.vue +5 -0
- package/src/components/Icons/Device/MobileOff.vue +5 -0
- package/src/components/Icons/Device/Nfc.vue +5 -0
- package/src/components/Icons/Device/ScreenLockLandscape.vue +5 -0
- package/src/components/Icons/Device/ScreenLockPortrait.vue +5 -0
- package/src/components/Icons/Device/ScreenLockRotation.vue +5 -0
- package/src/components/Icons/Device/ScreenRotation.vue +19 -0
- package/src/components/Icons/Device/SdStorage.vue +5 -0
- package/src/components/Icons/Device/SettingsSystemDaydream.vue +5 -0
- package/src/components/Icons/Device/SignalCellular4Bar.vue +5 -0
- package/src/components/Icons/Device/SignalCellularAlt.vue +5 -0
- package/src/components/Icons/Device/SignalCellularConnectedNoInternet4Bar.vue +5 -0
- package/src/components/Icons/Device/SignalCellularNoSim.vue +5 -0
- package/src/components/Icons/Device/SignalCellularNull.vue +5 -0
- package/src/components/Icons/Device/SignalCellularOff.vue +5 -0
- package/src/components/Icons/Device/SignalWifi4Bar.vue +5 -0
- package/src/components/Icons/Device/SignalWifi4BarLock.vue +5 -0
- package/src/components/Icons/Device/SignalWifiOff.vue +5 -0
- package/src/components/Icons/Device/Storage.vue +5 -0
- package/src/components/Icons/Device/Thermostat.vue +5 -0
- package/src/components/Icons/Device/Usb.vue +5 -0
- package/src/components/Icons/Device/Wallpaper.vue +5 -0
- package/src/components/Icons/Device/Widgets.vue +5 -0
- package/src/components/Icons/Device/WifiLock.vue +5 -0
- package/src/components/Icons/Device/WifiTethering.vue +5 -0
- package/src/components/Icons/Editor/AddComment.vue +5 -0
- package/src/components/Icons/Editor/AttachFile.vue +5 -0
- package/src/components/Icons/Editor/AttachMoney.vue +5 -0
- package/src/components/Icons/Editor/BarChart.vue +5 -0
- package/src/components/Icons/Editor/BorderAll.vue +5 -0
- package/src/components/Icons/Editor/BorderBottom.vue +5 -0
- package/src/components/Icons/Editor/BorderClear.vue +5 -0
- package/src/components/Icons/Editor/BorderHorizontal.vue +5 -0
- package/src/components/Icons/Editor/BorderInner.vue +5 -0
- package/src/components/Icons/Editor/BorderLeft.vue +5 -0
- package/src/components/Icons/Editor/BorderOuter.vue +5 -0
- package/src/components/Icons/Editor/BorderRight.vue +5 -0
- package/src/components/Icons/Editor/BorderStyle.vue +5 -0
- package/src/components/Icons/Editor/BorderTop.vue +5 -0
- package/src/components/Icons/Editor/BorderVertical.vue +5 -0
- package/src/components/Icons/Editor/BubbleChart.vue +13 -0
- package/src/components/Icons/Editor/DragHandle.vue +5 -0
- package/src/components/Icons/Editor/EditorIcons.vue +264 -0
- package/src/components/Icons/Editor/FormatAlignCenter.vue +5 -0
- package/src/components/Icons/Editor/FormatAlignJustify.vue +5 -0
- package/src/components/Icons/Editor/FormatAlignLeft.vue +5 -0
- package/src/components/Icons/Editor/FormatAlignRight.vue +5 -0
- package/src/components/Icons/Editor/FormatBold.vue +5 -0
- package/src/components/Icons/Editor/FormatClear.vue +5 -0
- package/src/components/Icons/Editor/FormatColorReset.vue +5 -0
- package/src/components/Icons/Editor/FormatIndentDecrease.vue +5 -0
- package/src/components/Icons/Editor/FormatIndentIncrease.vue +5 -0
- package/src/components/Icons/Editor/FormatItalic.vue +5 -0
- package/src/components/Icons/Editor/FormatLineSpacing.vue +5 -0
- package/src/components/Icons/Editor/FormatListBulleted.vue +5 -0
- package/src/components/Icons/Editor/FormatListNumbered.vue +5 -0
- package/src/components/Icons/Editor/FormatListNumberedRtl.vue +5 -0
- package/src/components/Icons/Editor/FormatPaint.vue +5 -0
- package/src/components/Icons/Editor/FormatQuote.vue +5 -0
- package/src/components/Icons/Editor/FormatShapes.vue +5 -0
- package/src/components/Icons/Editor/FormatSize.vue +5 -0
- package/src/components/Icons/Editor/FormatStrikethrough.vue +5 -0
- package/src/components/Icons/Editor/FormatTextdirectionLToR.vue +5 -0
- package/src/components/Icons/Editor/FormatTextdirectionRToL.vue +5 -0
- package/src/components/Icons/Editor/FormatUnderlined.vue +5 -0
- package/src/components/Icons/Editor/Functions.vue +5 -0
- package/src/components/Icons/Editor/Height.vue +5 -0
- package/src/components/Icons/Editor/Highlight.vue +5 -0
- package/src/components/Icons/Editor/HorizontalRule.vue +7 -0
- package/src/components/Icons/Editor/IcTitle.vue +5 -0
- package/src/components/Icons/Editor/InsertChart.vue +5 -0
- package/src/components/Icons/Editor/InsertChartOutlined.vue +5 -0
- package/src/components/Icons/Editor/InsertComment.vue +5 -0
- package/src/components/Icons/Editor/InsertDriveFile.vue +5 -0
- package/src/components/Icons/Editor/InsertEmoticon.vue +5 -0
- package/src/components/Icons/Editor/InsertInvitation.vue +5 -0
- package/src/components/Icons/Editor/InsertLink.vue +5 -0
- package/src/components/Icons/Editor/InsertPhoto.vue +5 -0
- package/src/components/Icons/Editor/LinearScale.vue +5 -0
- package/src/components/Icons/Editor/MergeType.vue +5 -0
- package/src/components/Icons/Editor/Mode.vue +5 -0
- package/src/components/Icons/Editor/ModeComment.vue +5 -0
- package/src/components/Icons/Editor/MonetizationOn.vue +5 -0
- package/src/components/Icons/Editor/MoneyOff.vue +5 -0
- package/src/components/Icons/Editor/MoneyOffCsred.vue +5 -0
- package/src/components/Icons/Editor/MultilineChart.vue +5 -0
- package/src/components/Icons/Editor/Notes.vue +5 -0
- package/src/components/Icons/Editor/PieChart.vue +5 -0
- package/src/components/Icons/Editor/PieChartOutline.vue +5 -0
- package/src/components/Icons/Editor/PostAdd.vue +19 -0
- package/src/components/Icons/Editor/Publish.vue +5 -0
- package/src/components/Icons/Editor/ScatterPlot.vue +13 -0
- package/src/components/Icons/Editor/Score.vue +5 -0
- package/src/components/Icons/Editor/ShortText.vue +5 -0
- package/src/components/Icons/Editor/ShowChart.vue +5 -0
- package/src/components/Icons/Editor/SpaceBar.vue +5 -0
- package/src/components/Icons/Editor/StackedLineChart.vue +5 -0
- package/src/components/Icons/Editor/StrikethroughS.vue +5 -0
- package/src/components/Icons/Editor/Subscript.vue +5 -0
- package/src/components/Icons/Editor/Superscript.vue +5 -0
- package/src/components/Icons/Editor/TableChart.vue +5 -0
- package/src/components/Icons/Editor/TableRows.vue +5 -0
- package/src/components/Icons/Editor/TextFields.vue +5 -0
- package/src/components/Icons/Editor/VerticalAlignBottom.vue +5 -0
- package/src/components/Icons/Editor/VerticalAlignCenter.vue +5 -0
- package/src/components/Icons/Editor/VerticalAlignTop.vue +5 -0
- package/src/components/Icons/Editor/WrapText.vue +5 -0
- package/src/components/Icons/File/AttachEmail.vue +10 -0
- package/src/components/Icons/File/Attachment.vue +5 -0
- package/src/components/Icons/File/Cloud.vue +5 -0
- package/src/components/Icons/File/CloudCircle.vue +5 -0
- package/src/components/Icons/File/CloudDone.vue +5 -0
- package/src/components/Icons/File/CloudDownload.vue +5 -0
- package/src/components/Icons/File/CloudOff.vue +5 -0
- package/src/components/Icons/File/CloudQueue.vue +5 -0
- package/src/components/Icons/File/CloudUpload.vue +5 -0
- package/src/components/Icons/File/CreateNewFolder.vue +5 -0
- package/src/components/Icons/File/Download.vue +5 -0
- package/src/components/Icons/File/DownloadDone.vue +5 -0
- package/src/components/Icons/File/FileIcons.vue +78 -0
- package/src/components/Icons/File/Folder.vue +5 -0
- package/src/components/Icons/File/FolderOpen.vue +5 -0
- package/src/components/Icons/File/FolderShared.vue +5 -0
- package/src/components/Icons/File/RequestQuote.vue +5 -0
- package/src/components/Icons/File/RuleFolder.vue +5 -0
- package/src/components/Icons/File/SnippetFolder.vue +5 -0
- package/src/components/Icons/File/TextSnippet.vue +5 -0
- package/src/components/Icons/File/Topic.vue +5 -0
- package/src/components/Icons/File/Upload.vue +5 -0
- package/src/components/Icons/Hardware/BrowserNotSupported.vue +10 -0
- package/src/components/Icons/Hardware/Cast.vue +5 -0
- package/src/components/Icons/Hardware/CastConnected.vue +5 -0
- package/src/components/Icons/Hardware/CastForEducation.vue +5 -0
- package/src/components/Icons/Hardware/Computer.vue +5 -0
- package/src/components/Icons/Hardware/DesktopMac.vue +5 -0
- package/src/components/Icons/Hardware/DesktopWindows.vue +5 -0
- package/src/components/Icons/Hardware/DeveloperBoard.vue +5 -0
- package/src/components/Icons/Hardware/DeviceHub.vue +5 -0
- package/src/components/Icons/Hardware/DeviceUnknown.vue +5 -0
- package/src/components/Icons/Hardware/DevicesOther.vue +5 -0
- package/src/components/Icons/Hardware/Dock.vue +5 -0
- package/src/components/Icons/Hardware/Gamepad.vue +5 -0
- package/src/components/Icons/Hardware/HardwareIcons.vue +171 -0
- package/src/components/Icons/Hardware/Headset.vue +5 -0
- package/src/components/Icons/Hardware/HeadsetMic.vue +5 -0
- package/src/components/Icons/Hardware/Keyboard.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowDown.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowLeft.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowRight.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowUp.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardBackspace.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardCapslock.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardHide.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardReturn.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardTab.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardVoice.vue +5 -0
- package/src/components/Icons/Hardware/Laptop.vue +5 -0
- package/src/components/Icons/Hardware/LaptopChromebook.vue +5 -0
- package/src/components/Icons/Hardware/LaptopMac.vue +5 -0
- package/src/components/Icons/Hardware/LaptopWindows.vue +5 -0
- package/src/components/Icons/Hardware/Memory.vue +5 -0
- package/src/components/Icons/Hardware/Mouse.vue +5 -0
- package/src/components/Icons/Hardware/PhoneAndroid.vue +5 -0
- package/src/components/Icons/Hardware/PhoneIphone.vue +5 -0
- package/src/components/Icons/Hardware/Phonelink.vue +5 -0
- package/src/components/Icons/Hardware/PhonelinkOff.vue +5 -0
- package/src/components/Icons/Hardware/PointOfSale.vue +5 -0
- package/src/components/Icons/Hardware/PowerInput.vue +5 -0
- package/src/components/Icons/Hardware/Router.vue +5 -0
- package/src/components/Icons/Hardware/Scanner.vue +5 -0
- package/src/components/Icons/Hardware/Security.vue +5 -0
- package/src/components/Icons/Hardware/SimCard.vue +5 -0
- package/src/components/Icons/Hardware/Smartphone.vue +5 -0
- package/src/components/Icons/Hardware/Speaker.vue +5 -0
- package/src/components/Icons/Hardware/SpeakerGroup.vue +13 -0
- package/src/components/Icons/Hardware/Tablet.vue +5 -0
- package/src/components/Icons/Hardware/TabletAndroid.vue +19 -0
- package/src/components/Icons/Hardware/TabletMac.vue +19 -0
- package/src/components/Icons/Hardware/Toys.vue +5 -0
- package/src/components/Icons/Hardware/Tv.vue +5 -0
- package/src/components/Icons/Hardware/VideogameAsset.vue +5 -0
- package/src/components/Icons/Hardware/Watch.vue +19 -0
- package/src/components/Icons/Home/HomeIcons.vue +21 -0
- package/src/components/Icons/Home/SensorDoor.vue +5 -0
- package/src/components/Icons/Home/SensorWindow.vue +5 -0
- package/src/components/Icons/Image/AddAPhoto.vue +13 -0
- package/src/components/Icons/Image/AddPhotoAlternate.vue +5 -0
- package/src/components/Icons/Image/AddToPhotos.vue +5 -0
- package/src/components/Icons/Image/Adjust.vue +5 -0
- package/src/components/Icons/Image/Assistant.vue +5 -0
- package/src/components/Icons/Image/AssistantPhoto.vue +5 -0
- package/src/components/Icons/Image/Audiotrack.vue +5 -0
- package/src/components/Icons/Image/Bedtime.vue +5 -0
- package/src/components/Icons/Image/BlurCircular.vue +5 -0
- package/src/components/Icons/Image/BlurLinear.vue +5 -0
- package/src/components/Icons/Image/BlurOff.vue +43 -0
- package/src/components/Icons/Image/BlurOn.vue +5 -0
- package/src/components/Icons/Image/Brightness1.vue +5 -0
- package/src/components/Icons/Image/Brightness2.vue +5 -0
- package/src/components/Icons/Image/Brightness3.vue +5 -0
- package/src/components/Icons/Image/Brightness4.vue +5 -0
- package/src/components/Icons/Image/Brightness5.vue +5 -0
- package/src/components/Icons/Image/Brightness6.vue +5 -0
- package/src/components/Icons/Image/Brightness7.vue +5 -0
- package/src/components/Icons/Image/BrokenImage.vue +5 -0
- package/src/components/Icons/Image/Brush.vue +5 -0
- package/src/components/Icons/Image/BurstMode.vue +5 -0
- package/src/components/Icons/Image/Camera.vue +5 -0
- package/src/components/Icons/Image/CameraAlt.vue +10 -0
- package/src/components/Icons/Image/CameraFront.vue +19 -0
- package/src/components/Icons/Image/CameraRear.vue +19 -0
- package/src/components/Icons/Image/CameraRoll.vue +5 -0
- package/src/components/Icons/Image/CenterFocusStrong.vue +5 -0
- package/src/components/Icons/Image/CenterFocusWeak.vue +5 -0
- package/src/components/Icons/Image/Collections.vue +5 -0
- package/src/components/Icons/Image/CollectionsBookmark.vue +5 -0
- package/src/components/Icons/Image/ColorLens.vue +5 -0
- package/src/components/Icons/Image/Colorize.vue +5 -0
- package/src/components/Icons/Image/Compare.vue +5 -0
- package/src/components/Icons/Image/ControlPoint.vue +5 -0
- package/src/components/Icons/Image/ControlPointDuplicate.vue +5 -0
- package/src/components/Icons/Image/Crop.vue +5 -0
- package/src/components/Icons/Image/Crop169.vue +5 -0
- package/src/components/Icons/Image/Crop32.vue +5 -0
- package/src/components/Icons/Image/Crop54.vue +5 -0
- package/src/components/Icons/Image/Crop75.vue +5 -0
- package/src/components/Icons/Image/CropDin.vue +5 -0
- package/src/components/Icons/Image/CropFree.vue +5 -0
- package/src/components/Icons/Image/CropLandscape.vue +5 -0
- package/src/components/Icons/Image/CropOriginal.vue +5 -0
- package/src/components/Icons/Image/CropPortrait.vue +5 -0
- package/src/components/Icons/Image/CropRotate.vue +19 -0
- package/src/components/Icons/Image/CropSquare.vue +5 -0
- package/src/components/Icons/Image/Dehaze.vue +5 -0
- package/src/components/Icons/Image/Edit.vue +5 -0
- package/src/components/Icons/Image/Euro.vue +5 -0
- package/src/components/Icons/Image/Exposure.vue +5 -0
- package/src/components/Icons/Image/ExposureNeg1.vue +5 -0
- package/src/components/Icons/Image/ExposureNeg2.vue +5 -0
- package/src/components/Icons/Image/ExposurePlus1.vue +5 -0
- package/src/components/Icons/Image/ExposurePlus2.vue +5 -0
- package/src/components/Icons/Image/ExposureZero.vue +5 -0
- package/src/components/Icons/Image/Filter1.vue +5 -0
- package/src/components/Icons/Image/Filter2.vue +5 -0
- package/src/components/Icons/Image/Filter3.vue +5 -0
- package/src/components/Icons/Image/Filter4.vue +5 -0
- package/src/components/Icons/Image/Filter5.vue +5 -0
- package/src/components/Icons/Image/Filter6.vue +5 -0
- package/src/components/Icons/Image/Filter7.vue +5 -0
- package/src/components/Icons/Image/Filter8.vue +5 -0
- package/src/components/Icons/Image/Filter9.vue +5 -0
- package/src/components/Icons/Image/Filter9Plus.vue +5 -0
- package/src/components/Icons/Image/FilterBAndW.vue +5 -0
- package/src/components/Icons/Image/FilterCenterFocus.vue +5 -0
- package/src/components/Icons/Image/FilterDrama.vue +5 -0
- package/src/components/Icons/Image/FilterFrames.vue +19 -0
- package/src/components/Icons/Image/FilterHdr.vue +5 -0
- package/src/components/Icons/Image/FilterNone.vue +5 -0
- package/src/components/Icons/Image/FilterTiltShift.vue +5 -0
- package/src/components/Icons/Image/FilterVintage.vue +19 -0
- package/src/components/Icons/Image/Flare.vue +5 -0
- package/src/components/Icons/Image/FlashAuto.vue +5 -0
- package/src/components/Icons/Image/FlashOff.vue +5 -0
- package/src/components/Icons/Image/FlashOn.vue +5 -0
- package/src/components/Icons/Image/Flip.vue +5 -0
- package/src/components/Icons/Image/FlipCameraAndroid.vue +13 -0
- package/src/components/Icons/Image/FlipCameraIos.vue +5 -0
- package/src/components/Icons/Image/Gradient.vue +5 -0
- package/src/components/Icons/Image/Grain.vue +5 -0
- package/src/components/Icons/Image/GridOff.vue +5 -0
- package/src/components/Icons/Image/GridOn.vue +5 -0
- package/src/components/Icons/Image/HdrOff.vue +5 -0
- package/src/components/Icons/Image/HdrOn.vue +5 -0
- package/src/components/Icons/Image/HdrStrong.vue +5 -0
- package/src/components/Icons/Image/HdrWeak.vue +5 -0
- package/src/components/Icons/Image/Healing.vue +5 -0
- package/src/components/Icons/Image/IcDetails.vue +5 -0
- package/src/components/Icons/Image/IcFilter.vue +5 -0
- package/src/components/Icons/Image/IcImage.vue +5 -0
- package/src/components/Icons/Image/IcStyle.vue +5 -0
- package/src/components/Icons/Image/ImageAspectRatio.vue +5 -0
- package/src/components/Icons/Image/ImageIcons.vue +524 -0
- package/src/components/Icons/Image/ImageNotSupported.vue +5 -0
- package/src/components/Icons/Image/ImageSearch.vue +5 -0
- package/src/components/Icons/Image/Iso.vue +5 -0
- package/src/components/Icons/Image/Landscape.vue +5 -0
- package/src/components/Icons/Image/LeakAdd.vue +5 -0
- package/src/components/Icons/Image/LeakRemove.vue +5 -0
- package/src/components/Icons/Image/Lens.vue +5 -0
- package/src/components/Icons/Image/LinkedCamera.vue +10 -0
- package/src/components/Icons/Image/Looks.vue +5 -0
- package/src/components/Icons/Image/Looks3.vue +5 -0
- package/src/components/Icons/Image/Looks4.vue +19 -0
- package/src/components/Icons/Image/Looks5.vue +5 -0
- package/src/components/Icons/Image/Looks6.vue +5 -0
- package/src/components/Icons/Image/LooksOne.vue +5 -0
- package/src/components/Icons/Image/LooksTwo.vue +5 -0
- package/src/components/Icons/Image/Loupe.vue +5 -0
- package/src/components/Icons/Image/MonochromePhotos.vue +5 -0
- package/src/components/Icons/Image/MotionPhotosOn.vue +5 -0
- package/src/components/Icons/Image/MotionPhotosPause.vue +5 -0
- package/src/components/Icons/Image/MotionPhotosPaused.vue +5 -0
- package/src/components/Icons/Image/MovieCreation.vue +5 -0
- package/src/components/Icons/Image/MovieFilter.vue +5 -0
- package/src/components/Icons/Image/MusicNote.vue +5 -0
- package/src/components/Icons/Image/MusicOff.vue +5 -0
- package/src/components/Icons/Image/Nature.vue +5 -0
- package/src/components/Icons/Image/NaturePeople.vue +10 -0
- package/src/components/Icons/Image/NavigateBefore.vue +5 -0
- package/src/components/Icons/Image/NavigateNext.vue +5 -0
- package/src/components/Icons/Image/Palette.vue +5 -0
- package/src/components/Icons/Image/Panorama.vue +5 -0
- package/src/components/Icons/Image/PanoramaFishEye.vue +5 -0
- package/src/components/Icons/Image/PanoramaHorizontal.vue +5 -0
- package/src/components/Icons/Image/PanoramaVertical.vue +5 -0
- package/src/components/Icons/Image/PanoramaWideAngle.vue +5 -0
- package/src/components/Icons/Image/Photo.vue +5 -0
- package/src/components/Icons/Image/PhotoAlbum.vue +5 -0
- package/src/components/Icons/Image/PhotoCamera.vue +10 -0
- package/src/components/Icons/Image/PhotoFilter.vue +5 -0
- package/src/components/Icons/Image/PhotoLibrary.vue +5 -0
- package/src/components/Icons/Image/PhotoSizeSelectActual.vue +5 -0
- package/src/components/Icons/Image/PhotoSizeSelectLarge.vue +5 -0
- package/src/components/Icons/Image/PhotoSizeSelectSmall.vue +5 -0
- package/src/components/Icons/Image/PictureAsPdf.vue +5 -0
- package/src/components/Icons/Image/Portrait.vue +5 -0
- package/src/components/Icons/Image/ReceiptLong.vue +19 -0
- package/src/components/Icons/Image/RemoveRedEye.vue +5 -0
- package/src/components/Icons/Image/Rotate90DegreesCcw.vue +5 -0
- package/src/components/Icons/Image/RotateLeft.vue +5 -0
- package/src/components/Icons/Image/RotateRight.vue +5 -0
- package/src/components/Icons/Image/ShutterSpeed.vue +5 -0
- package/src/components/Icons/Image/SlashRedEye.vue +5 -0
- package/src/components/Icons/Image/Slideshow.vue +5 -0
- package/src/components/Icons/Image/Straighten.vue +5 -0
- package/src/components/Icons/Image/SwitchCamera.vue +5 -0
- package/src/components/Icons/Image/SwitchVideo.vue +5 -0
- package/src/components/Icons/Image/TagFaces.vue +5 -0
- package/src/components/Icons/Image/Texture.vue +5 -0
- package/src/components/Icons/Image/Timelapse.vue +5 -0
- package/src/components/Icons/Image/Timer.vue +5 -0
- package/src/components/Icons/Image/Timer10.vue +19 -0
- package/src/components/Icons/Image/Timer3.vue +5 -0
- package/src/components/Icons/Image/TimerOff.vue +5 -0
- package/src/components/Icons/Image/Tonality.vue +5 -0
- package/src/components/Icons/Image/Transform.vue +5 -0
- package/src/components/Icons/Image/Tune.vue +5 -0
- package/src/components/Icons/Image/ViewComfy.vue +5 -0
- package/src/components/Icons/Image/ViewCompact.vue +5 -0
- package/src/components/Icons/Image/Vignette.vue +5 -0
- package/src/components/Icons/Image/WbAuto.vue +5 -0
- package/src/components/Icons/Image/WbCloudy.vue +19 -0
- package/src/components/Icons/Image/WbIncandescent.vue +5 -0
- package/src/components/Icons/Image/WbIridescent.vue +5 -0
- package/src/components/Icons/Image/WbSunny.vue +19 -0
- package/src/components/Icons/LoadingIcon.vue +39 -0
- package/src/components/Icons/Maps/AddBusiness.vue +13 -0
- package/src/components/Icons/Maps/AddLocation.vue +5 -0
- package/src/components/Icons/Maps/AddLocationAlt.vue +5 -0
- package/src/components/Icons/Maps/AddRoad.vue +22 -0
- package/src/components/Icons/Maps/Agriculture.vue +16 -0
- package/src/components/Icons/Maps/AltRoute.vue +5 -0
- package/src/components/Icons/Maps/Atm.vue +5 -0
- package/src/components/Icons/Maps/Beenhere.vue +5 -0
- package/src/components/Icons/Maps/BikeScooter.vue +13 -0
- package/src/components/Icons/Maps/Category.vue +13 -0
- package/src/components/Icons/Maps/CleaningServices.vue +5 -0
- package/src/components/Icons/Maps/CompassCalibration.vue +10 -0
- package/src/components/Icons/Maps/DepartureBoard.vue +5 -0
- package/src/components/Icons/Maps/DesignServices.vue +10 -0
- package/src/components/Icons/Maps/Directions.vue +5 -0
- package/src/components/Icons/Maps/DirectionsBike.vue +5 -0
- package/src/components/Icons/Maps/DirectionsBoat.vue +5 -0
- package/src/components/Icons/Maps/DirectionsBus.vue +5 -0
- package/src/components/Icons/Maps/DirectionsCar.vue +5 -0
- package/src/components/Icons/Maps/DirectionsRailway.vue +5 -0
- package/src/components/Icons/Maps/DirectionsRun.vue +5 -0
- package/src/components/Icons/Maps/DirectionsSubway.vue +5 -0
- package/src/components/Icons/Maps/DirectionsTransit.vue +5 -0
- package/src/components/Icons/Maps/DirectionsWalk.vue +5 -0
- package/src/components/Icons/Maps/EditAttributes.vue +5 -0
- package/src/components/Icons/Maps/EditLocation.vue +19 -0
- package/src/components/Icons/Maps/EditRoad.vue +22 -0
- package/src/components/Icons/Maps/ElectricBike.vue +8 -0
- package/src/components/Icons/Maps/ElectricCar.vue +8 -0
- package/src/components/Icons/Maps/ElectricMoped.vue +14 -0
- package/src/components/Icons/Maps/ElectricRickshaw.vue +8 -0
- package/src/components/Icons/Maps/ElectricScooter.vue +11 -0
- package/src/components/Icons/Maps/ElectricalServices.vue +16 -0
- package/src/components/Icons/Maps/EvStation.vue +5 -0
- package/src/components/Icons/Maps/Fastfood.vue +5 -0
- package/src/components/Icons/Maps/Flight.vue +5 -0
- package/src/components/Icons/Maps/Handyman.vue +10 -0
- package/src/components/Icons/Maps/HomeRepairService.vue +10 -0
- package/src/components/Icons/Maps/Hotel.vue +5 -0
- package/src/components/Icons/Maps/Hvac.vue +19 -0
- package/src/components/Icons/Maps/IcMap.vue +5 -0
- package/src/components/Icons/Maps/Layers.vue +5 -0
- package/src/components/Icons/Maps/LayersClear.vue +5 -0
- package/src/components/Icons/Maps/LocalActivity.vue +5 -0
- package/src/components/Icons/Maps/LocalAirport.vue +5 -0
- package/src/components/Icons/Maps/LocalAtm.vue +5 -0
- package/src/components/Icons/Maps/LocalBar.vue +5 -0
- package/src/components/Icons/Maps/LocalCafe.vue +5 -0
- package/src/components/Icons/Maps/LocalCarWash.vue +5 -0
- package/src/components/Icons/Maps/LocalConvenienceStore.vue +5 -0
- package/src/components/Icons/Maps/LocalDining.vue +5 -0
- package/src/components/Icons/Maps/LocalDrink.vue +5 -0
- package/src/components/Icons/Maps/LocalFireDepartment.vue +10 -0
- package/src/components/Icons/Maps/LocalFlorist.vue +5 -0
- package/src/components/Icons/Maps/LocalGasStation.vue +5 -0
- package/src/components/Icons/Maps/LocalGroceryStore.vue +5 -0
- package/src/components/Icons/Maps/LocalHospital.vue +5 -0
- package/src/components/Icons/Maps/LocalHotel.vue +5 -0
- package/src/components/Icons/Maps/LocalLaundryService.vue +5 -0
- package/src/components/Icons/Maps/LocalLibrary.vue +5 -0
- package/src/components/Icons/Maps/LocalMall.vue +5 -0
- package/src/components/Icons/Maps/LocalMovies.vue +5 -0
- package/src/components/Icons/Maps/LocalOffer.vue +5 -0
- package/src/components/Icons/Maps/LocalParking.vue +5 -0
- package/src/components/Icons/Maps/LocalPharmacy.vue +5 -0
- package/src/components/Icons/Maps/LocalPhone.vue +5 -0
- package/src/components/Icons/Maps/LocalPizza.vue +5 -0
- package/src/components/Icons/Maps/LocalPlay.vue +5 -0
- package/src/components/Icons/Maps/LocalPolice.vue +5 -0
- package/src/components/Icons/Maps/LocalPostOffice.vue +5 -0
- package/src/components/Icons/Maps/LocalPrintshop.vue +5 -0
- package/src/components/Icons/Maps/LocalSee.vue +10 -0
- package/src/components/Icons/Maps/LocalShipping.vue +5 -0
- package/src/components/Icons/Maps/LocalTaxi.vue +5 -0
- package/src/components/Icons/Maps/MapsIcons.vue +371 -0
- package/src/components/Icons/Maps/MapsUgc.vue +12 -0
- package/src/components/Icons/Maps/MedicalServices.vue +5 -0
- package/src/components/Icons/Maps/MenuBook.vue +16 -0
- package/src/components/Icons/Maps/MiscellaneousServices.vue +10 -0
- package/src/components/Icons/Maps/Money.vue +5 -0
- package/src/components/Icons/Maps/Moped.vue +13 -0
- package/src/components/Icons/Maps/MultipleStop.vue +5 -0
- package/src/components/Icons/Maps/Museum.vue +5 -0
- package/src/components/Icons/Maps/MyLocation.vue +5 -0
- package/src/components/Icons/Maps/Navigation.vue +5 -0
- package/src/components/Icons/Maps/NearMe.vue +5 -0
- package/src/components/Icons/Maps/NearMeDisabled.vue +5 -0
- package/src/components/Icons/Maps/NoMeals.vue +5 -0
- package/src/components/Icons/Maps/NoTransfer.vue +5 -0
- package/src/components/Icons/Maps/NotListedLocation.vue +5 -0
- package/src/components/Icons/Maps/PedalBike.vue +5 -0
- package/src/components/Icons/Maps/PersonPin.vue +5 -0
- package/src/components/Icons/Maps/PersonPinCircle.vue +5 -0
- package/src/components/Icons/Maps/PestControl.vue +5 -0
- package/src/components/Icons/Maps/PestControlRodent.vue +5 -0
- package/src/components/Icons/Maps/PinDrop.vue +7 -0
- package/src/components/Icons/Maps/Place.vue +5 -0
- package/src/components/Icons/Maps/Plumbing.vue +13 -0
- package/src/components/Icons/Maps/RateReview.vue +5 -0
- package/src/components/Icons/Maps/Restaurant.vue +5 -0
- package/src/components/Icons/Maps/RestaurantMenu.vue +5 -0
- package/src/components/Icons/Maps/RunCircle.vue +5 -0
- package/src/components/Icons/Maps/Satellite.vue +5 -0
- package/src/components/Icons/Maps/SetMeal.vue +5 -0
- package/src/components/Icons/Maps/StoreMallDirectory.vue +5 -0
- package/src/components/Icons/Maps/Streetview.vue +13 -0
- package/src/components/Icons/Maps/Subway.vue +13 -0
- package/src/components/Icons/Maps/Terrain.vue +5 -0
- package/src/components/Icons/Maps/Traffic.vue +5 -0
- package/src/components/Icons/Maps/Train.vue +5 -0
- package/src/components/Icons/Maps/Tram.vue +5 -0
- package/src/components/Icons/Maps/TransferWithinAStation.vue +5 -0
- package/src/components/Icons/Maps/TransitEnterexit.vue +5 -0
- package/src/components/Icons/Maps/Tri60.vue +5 -0
- package/src/components/Icons/Maps/TripOrigin.vue +5 -0
- package/src/components/Icons/Maps/TwoWheeler.vue +5 -0
- package/src/components/Icons/Maps/WineBar.vue +5 -0
- package/src/components/Icons/Maps/WrongLocation.vue +10 -0
- package/src/components/Icons/Maps/ZoomOutMap.vue +5 -0
- package/src/components/Icons/Navigation/AppSettingsAlt.vue +5 -0
- package/src/components/Icons/Navigation/Apps.vue +5 -0
- package/src/components/Icons/Navigation/ArrowBack.vue +5 -0
- package/src/components/Icons/Navigation/ArrowBackIos.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDownward.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDropDown.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDropDownCircle.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDropUp.vue +5 -0
- package/src/components/Icons/Navigation/ArrowForward.vue +5 -0
- package/src/components/Icons/Navigation/ArrowForwardIos.vue +5 -0
- package/src/components/Icons/Navigation/ArrowLeft.vue +5 -0
- package/src/components/Icons/Navigation/ArrowRight.vue +5 -0
- package/src/components/Icons/Navigation/ArrowUpward.vue +5 -0
- package/src/components/Icons/Navigation/Campaign.vue +19 -0
- package/src/components/Icons/Navigation/Cancel.vue +5 -0
- package/src/components/Icons/Navigation/Check.vue +5 -0
- package/src/components/Icons/Navigation/ChevronLeft.vue +5 -0
- package/src/components/Icons/Navigation/ChevronRight.vue +5 -0
- package/src/components/Icons/Navigation/Close.vue +5 -0
- package/src/components/Icons/Navigation/DoubleArrow.vue +10 -0
- package/src/components/Icons/Navigation/East.vue +5 -0
- package/src/components/Icons/Navigation/ExpandLess.vue +5 -0
- package/src/components/Icons/Navigation/ExpandMore.vue +5 -0
- package/src/components/Icons/Navigation/FirstPage.vue +5 -0
- package/src/components/Icons/Navigation/Fullscreen.vue +5 -0
- package/src/components/Icons/Navigation/FullscreenExit.vue +5 -0
- package/src/components/Icons/Navigation/HomeWork.vue +10 -0
- package/src/components/Icons/Navigation/IcMenu.vue +5 -0
- package/src/components/Icons/Navigation/LastPage.vue +5 -0
- package/src/components/Icons/Navigation/LegendToggle.vue +5 -0
- package/src/components/Icons/Navigation/MenuOpen.vue +5 -0
- package/src/components/Icons/Navigation/MoreHoriz.vue +5 -0
- package/src/components/Icons/Navigation/MoreVert.vue +5 -0
- package/src/components/Icons/Navigation/NavigationIcons.vue +167 -0
- package/src/components/Icons/Navigation/North.vue +5 -0
- package/src/components/Icons/Navigation/NorthEast.vue +5 -0
- package/src/components/Icons/Navigation/NorthWest.vue +5 -0
- package/src/components/Icons/Navigation/Payments.vue +5 -0
- package/src/components/Icons/Navigation/Refresh.vue +5 -0
- package/src/components/Icons/Navigation/South.vue +5 -0
- package/src/components/Icons/Navigation/SouthEast.vue +5 -0
- package/src/components/Icons/Navigation/SouthWest.vue +5 -0
- package/src/components/Icons/Navigation/SubdirectoryArrowLeft.vue +5 -0
- package/src/components/Icons/Navigation/SubdirectoryArrowRight.vue +5 -0
- package/src/components/Icons/Navigation/SwitchDown.vue +5 -0
- package/src/components/Icons/Navigation/SwitchLeft.vue +5 -0
- package/src/components/Icons/Navigation/SwitchRight.vue +19 -0
- package/src/components/Icons/Navigation/SwitchUp.vue +19 -0
- package/src/components/Icons/Navigation/UnfoldLess.vue +5 -0
- package/src/components/Icons/Navigation/UnfoldMore.vue +5 -0
- package/src/components/Icons/Navigation/West.vue +5 -0
- package/src/components/Icons/Notification/AccountTree.vue +5 -0
- package/src/components/Icons/Notification/Adb.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatFlat.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatFlatAngled.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatIndividualSuite.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatLegroomExtra.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatLegroomNormal.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatLegroomReduced.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatReclineExtra.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatReclineNormal.vue +5 -0
- package/src/components/Icons/Notification/BluetoothAudio.vue +5 -0
- package/src/components/Icons/Notification/ConfirmationNumber.vue +5 -0
- package/src/components/Icons/Notification/DirectionsOff.vue +10 -0
- package/src/components/Icons/Notification/DiscFull.vue +5 -0
- package/src/components/Icons/Notification/DoDisturb.vue +5 -0
- package/src/components/Icons/Notification/DoDisturbAlt.vue +5 -0
- package/src/components/Icons/Notification/DoDisturbOff.vue +5 -0
- package/src/components/Icons/Notification/DoDisturbOn.vue +5 -0
- package/src/components/Icons/Notification/DriveEta.vue +5 -0
- package/src/components/Icons/Notification/EnhancedEncryption.vue +5 -0
- package/src/components/Icons/Notification/EventAvailable.vue +5 -0
- package/src/components/Icons/Notification/EventBusy.vue +5 -0
- package/src/components/Icons/Notification/EventNote.vue +5 -0
- package/src/components/Icons/Notification/FolderSpecial.vue +5 -0
- package/src/components/Icons/Notification/LiveTv.vue +5 -0
- package/src/components/Icons/Notification/Mms.vue +5 -0
- package/src/components/Icons/Notification/More.vue +19 -0
- package/src/components/Icons/Notification/NetworkCheck.vue +5 -0
- package/src/components/Icons/Notification/NetworkLocked.vue +5 -0
- package/src/components/Icons/Notification/NoEncryption.vue +5 -0
- package/src/components/Icons/Notification/NoEncryptionGmailerrorred.vue +5 -0
- package/src/components/Icons/Notification/NotificationIcons.vue +214 -0
- package/src/components/Icons/Notification/OndemandVideo.vue +5 -0
- package/src/components/Icons/Notification/PersonalVideo.vue +5 -0
- package/src/components/Icons/Notification/PhoneBluetoothSpeaker.vue +5 -0
- package/src/components/Icons/Notification/PhoneCallback.vue +5 -0
- package/src/components/Icons/Notification/PhoneForwarded.vue +5 -0
- package/src/components/Icons/Notification/PhoneInTalk.vue +5 -0
- package/src/components/Icons/Notification/PhoneLocked.vue +5 -0
- package/src/components/Icons/Notification/PhoneMissed.vue +5 -0
- package/src/components/Icons/Notification/PhonePaused.vue +5 -0
- package/src/components/Icons/Notification/Power.vue +5 -0
- package/src/components/Icons/Notification/PowerOff.vue +5 -0
- package/src/components/Icons/Notification/PriorityHigh.vue +10 -0
- package/src/components/Icons/Notification/SdCard.vue +5 -0
- package/src/components/Icons/Notification/SdCardAlert.vue +5 -0
- package/src/components/Icons/Notification/Sms.vue +5 -0
- package/src/components/Icons/Notification/SmsFailed.vue +5 -0
- package/src/components/Icons/Notification/SupportAgent.vue +16 -0
- package/src/components/Icons/Notification/Sync.vue +19 -0
- package/src/components/Icons/Notification/SyncDisabled.vue +5 -0
- package/src/components/Icons/Notification/SyncProblem.vue +5 -0
- package/src/components/Icons/Notification/SystemUpdate.vue +5 -0
- package/src/components/Icons/Notification/TapAndPlay.vue +5 -0
- package/src/components/Icons/Notification/TimeToLeave.vue +5 -0
- package/src/components/Icons/Notification/TvOff.vue +5 -0
- package/src/components/Icons/Notification/Vibration.vue +5 -0
- package/src/components/Icons/Notification/VoiceChat.vue +5 -0
- package/src/components/Icons/Notification/VpnLock.vue +5 -0
- package/src/components/Icons/Notification/Wc.vue +19 -0
- package/src/components/Icons/Notification/Wifi.vue +5 -0
- package/src/components/Icons/Notification/WifiOff.vue +5 -0
- package/src/components/Icons/Places/AcUnit.vue +5 -0
- package/src/components/Icons/Places/AirportShuttle.vue +5 -0
- package/src/components/Icons/Places/AllInclusive.vue +5 -0
- package/src/components/Icons/Places/Apartment.vue +5 -0
- package/src/components/Icons/Places/BabyChangingStation.vue +5 -0
- package/src/components/Icons/Places/Backpack.vue +5 -0
- package/src/components/Icons/Places/Bathtub.vue +10 -0
- package/src/components/Icons/Places/BeachAccess.vue +5 -0
- package/src/components/Icons/Places/Bento.vue +5 -0
- package/src/components/Icons/Places/BusinessCenter.vue +5 -0
- package/src/components/Icons/Places/Carpenter.vue +5 -0
- package/src/components/Icons/Places/Casino.vue +5 -0
- package/src/components/Icons/Places/ChargingStation.vue +5 -0
- package/src/components/Icons/Places/Checkroom.vue +5 -0
- package/src/components/Icons/Places/ChildCare.vue +13 -0
- package/src/components/Icons/Places/ChildFriendly.vue +5 -0
- package/src/components/Icons/Places/CorporateFare.vue +5 -0
- package/src/components/Icons/Places/Countertops.vue +5 -0
- package/src/components/Icons/Places/DoNotStep.vue +5 -0
- package/src/components/Icons/Places/DoNotTouch.vue +5 -0
- package/src/components/Icons/Places/Dry.vue +5 -0
- package/src/components/Icons/Places/Elevator.vue +5 -0
- package/src/components/Icons/Places/Escalator.vue +5 -0
- package/src/components/Icons/Places/EscalatorWarning.vue +5 -0
- package/src/components/Icons/Places/FamilyRestroom.vue +5 -0
- package/src/components/Icons/Places/Fence.vue +5 -0
- package/src/components/Icons/Places/FireExtinguisher.vue +5 -0
- package/src/components/Icons/Places/FitnessCenter.vue +5 -0
- package/src/components/Icons/Places/FoodBank.vue +5 -0
- package/src/components/Icons/Places/Foundation.vue +5 -0
- package/src/components/Icons/Places/FreeBreakfast.vue +5 -0
- package/src/components/Icons/Places/GolfCourse.vue +10 -0
- package/src/components/Icons/Places/Grass.vue +5 -0
- package/src/components/Icons/Places/HotTub.vue +10 -0
- package/src/components/Icons/Places/House.vue +5 -0
- package/src/components/Icons/Places/HouseSiding.vue +5 -0
- package/src/components/Icons/Places/Kitchen.vue +5 -0
- package/src/components/Icons/Places/MeetingRoom.vue +5 -0
- package/src/components/Icons/Places/Microwave.vue +5 -0
- package/src/components/Icons/Places/NightShelter.vue +5 -0
- package/src/components/Icons/Places/NoBackpack.vue +5 -0
- package/src/components/Icons/Places/NoCell.vue +5 -0
- package/src/components/Icons/Places/NoDrinks.vue +5 -0
- package/src/components/Icons/Places/NoFlash.vue +5 -0
- package/src/components/Icons/Places/NoFood.vue +5 -0
- package/src/components/Icons/Places/NoMeetingRoom.vue +5 -0
- package/src/components/Icons/Places/NoPhotography.vue +5 -0
- package/src/components/Icons/Places/NoStroller.vue +5 -0
- package/src/components/Icons/Places/PlacesIcons.vue +219 -0
- package/src/components/Icons/Places/Pool.vue +10 -0
- package/src/components/Icons/Places/RiceBowl.vue +5 -0
- package/src/components/Icons/Places/Roofing.vue +5 -0
- package/src/components/Icons/Places/RoomPreferences.vue +5 -0
- package/src/components/Icons/Places/RoomService.vue +5 -0
- package/src/components/Icons/Places/RvHookup.vue +5 -0
- package/src/components/Icons/Places/SmokeFree.vue +5 -0
- package/src/components/Icons/Places/SmokingRooms.vue +5 -0
- package/src/components/Icons/Places/Soap.vue +5 -0
- package/src/components/Icons/Places/Spa.vue +5 -0
- package/src/components/Icons/Places/SportsBar.vue +5 -0
- package/src/components/Icons/Places/Stairs.vue +5 -0
- package/src/components/Icons/Places/Storefront.vue +5 -0
- package/src/components/Icons/Places/Stroller.vue +5 -0
- package/src/components/Icons/Places/Tapas.vue +5 -0
- package/src/components/Icons/Places/Tty.vue +5 -0
- package/src/components/Icons/Places/Umbrella.vue +5 -0
- package/src/components/Icons/Places/Wash.vue +5 -0
- package/src/components/Icons/Places/WaterDamage.vue +5 -0
- package/src/components/Icons/Places/WheelchairPickup.vue +5 -0
- package/src/components/Icons/Social/Architecture.vue +13 -0
- package/src/components/Icons/Social/Cake.vue +19 -0
- package/src/components/Icons/Social/CleanHands.vue +5 -0
- package/src/components/Icons/Social/ConnectWithoutContact.vue +5 -0
- package/src/components/Icons/Social/Construction.vue +10 -0
- package/src/components/Icons/Social/Coronavirus.vue +5 -0
- package/src/components/Icons/Social/Deck.vue +13 -0
- package/src/components/Icons/Social/Domain.vue +5 -0
- package/src/components/Icons/Social/Elderly.vue +5 -0
- package/src/components/Icons/Social/EmojiEmotions.vue +5 -0
- package/src/components/Icons/Social/EmojiEvents.vue +5 -0
- package/src/components/Icons/Social/EmojiFlags.vue +5 -0
- package/src/components/Icons/Social/EmojiFoodBeverage.vue +10 -0
- package/src/components/Icons/Social/EmojiNature.vue +10 -0
- package/src/components/Icons/Social/EmojiObjects.vue +5 -0
- package/src/components/Icons/Social/EmojiPeople.vue +10 -0
- package/src/components/Icons/Social/EmojiSymbols.vue +25 -0
- package/src/components/Icons/Social/EmojiTransportation.vue +14 -0
- package/src/components/Icons/Social/Engineering.vue +19 -0
- package/src/components/Icons/Social/Facebook.vue +5 -0
- package/src/components/Icons/Social/Fireplace.vue +5 -0
- package/src/components/Icons/Social/FollowTheSigns.vue +5 -0
- package/src/components/Icons/Social/Group.vue +5 -0
- package/src/components/Icons/Social/GroupAdd.vue +5 -0
- package/src/components/Icons/Social/Groups.vue +5 -0
- package/src/components/Icons/Social/HistoryEdu.vue +5 -0
- package/src/components/Icons/Social/KingBed.vue +5 -0
- package/src/components/Icons/Social/LocationCity.vue +5 -0
- package/src/components/Icons/Social/Luggage.vue +5 -0
- package/src/components/Icons/Social/Masks.vue +5 -0
- package/src/components/Icons/Social/MilitaryTech.vue +5 -0
- package/src/components/Icons/Social/Mood.vue +5 -0
- package/src/components/Icons/Social/MoodBad.vue +5 -0
- package/src/components/Icons/Social/NightsStay.vue +10 -0
- package/src/components/Icons/Social/NoLuggage.vue +5 -0
- package/src/components/Icons/Social/Notifications.vue +5 -0
- package/src/components/Icons/Social/NotificationsActive.vue +5 -0
- package/src/components/Icons/Social/NotificationsNone.vue +5 -0
- package/src/components/Icons/Social/NotificationsOff.vue +5 -0
- package/src/components/Icons/Social/NotificationsPaused.vue +5 -0
- package/src/components/Icons/Social/OutdoorGrill.vue +16 -0
- package/src/components/Icons/Social/Pages.vue +5 -0
- package/src/components/Icons/Social/PartyMode.vue +5 -0
- package/src/components/Icons/Social/People.vue +5 -0
- package/src/components/Icons/Social/PeopleAlt.vue +22 -0
- package/src/components/Icons/Social/PeopleOutline.vue +5 -0
- package/src/components/Icons/Social/Person.vue +5 -0
- package/src/components/Icons/Social/PersonAdd.vue +5 -0
- package/src/components/Icons/Social/PersonAddAlt1.vue +13 -0
- package/src/components/Icons/Social/PersonOutline.vue +5 -0
- package/src/components/Icons/Social/PersonRemove.vue +5 -0
- package/src/components/Icons/Social/PersonRemoveAlt1.vue +5 -0
- package/src/components/Icons/Social/PlusOne.vue +5 -0
- package/src/components/Icons/Social/Poll.vue +5 -0
- package/src/components/Icons/Social/PrecisionManufacturing.vue +5 -0
- package/src/components/Icons/Social/Psychology.vue +10 -0
- package/src/components/Icons/Social/Public.vue +5 -0
- package/src/components/Icons/Social/PublicOff.vue +5 -0
- package/src/components/Icons/Social/ReduceCapacity.vue +5 -0
- package/src/components/Icons/Social/Sanitizer.vue +5 -0
- package/src/components/Icons/Social/School.vue +5 -0
- package/src/components/Icons/Social/Science.vue +5 -0
- package/src/components/Icons/Social/SelfImprovement.vue +10 -0
- package/src/components/Icons/Social/SentimentDissatisfied.vue +13 -0
- package/src/components/Icons/Social/SentimentNeutral.vue +16 -0
- package/src/components/Icons/Social/SentimentSatisfied.vue +13 -0
- package/src/components/Icons/Social/SentimentVeryDissatisfied.vue +5 -0
- package/src/components/Icons/Social/SentimentVerySatisfied.vue +5 -0
- package/src/components/Icons/Social/Share.vue +5 -0
- package/src/components/Icons/Social/Sick.vue +5 -0
- package/src/components/Icons/Social/SingleBed.vue +5 -0
- package/src/components/Icons/Social/SixFtApart.vue +5 -0
- package/src/components/Icons/Social/SocialIcons.vue +292 -0
- package/src/components/Icons/Social/Sports.vue +10 -0
- package/src/components/Icons/Social/SportsBaseball.vue +13 -0
- package/src/components/Icons/Social/SportsBasketball.vue +28 -0
- package/src/components/Icons/Social/SportsCricket.vue +13 -0
- package/src/components/Icons/Social/SportsEsports.vue +5 -0
- package/src/components/Icons/Social/SportsFootball.vue +13 -0
- package/src/components/Icons/Social/SportsGolf.vue +19 -0
- package/src/components/Icons/Social/SportsHandball.vue +13 -0
- package/src/components/Icons/Social/SportsHockey.vue +16 -0
- package/src/components/Icons/Social/SportsKabaddi.vue +28 -0
- package/src/components/Icons/Social/SportsMma.vue +10 -0
- package/src/components/Icons/Social/SportsMotorsports.vue +10 -0
- package/src/components/Icons/Social/SportsRugby.vue +5 -0
- package/src/components/Icons/Social/SportsSoccer.vue +5 -0
- package/src/components/Icons/Social/SportsTennis.vue +10 -0
- package/src/components/Icons/Social/SportsVolleyball.vue +22 -0
- package/src/components/Icons/Social/ThumbDownAlt.vue +5 -0
- package/src/components/Icons/Social/ThumbUpAlt.vue +5 -0
- package/src/components/Icons/Social/Whatshot.vue +5 -0
- package/src/components/Icons/TaxApplication/Automasi.vue +53 -0
- package/src/components/Icons/TaxApplication/Beejak.vue +77 -0
- package/src/components/Icons/TaxApplication/ConvertToCsv.vue +23 -0
- package/src/components/Icons/TaxApplication/CtasEbupotPph21.vue +43 -0
- package/src/components/Icons/TaxApplication/CtasEbupotUnifikasi.vue +29 -0
- package/src/components/Icons/TaxApplication/CtasEfaktur.vue +47 -0
- package/src/components/Icons/TaxApplication/Ebilling.vue +173 -0
- package/src/components/Icons/TaxApplication/Ebupot.vue +136 -0
- package/src/components/Icons/TaxApplication/Efaktur.vue +136 -0
- package/src/components/Icons/TaxApplication/Efiling.vue +50 -0
- package/src/components/Icons/TaxApplication/Ematerai.vue +55 -0
- package/src/components/Icons/TaxApplication/EsptBadan.vue +54 -0
- package/src/components/Icons/TaxApplication/Genta.vue +39 -0
- package/src/components/Icons/TaxApplication/H2h.vue +91 -0
- package/src/components/Icons/TaxApplication/Invoice.vue +136 -0
- package/src/components/Icons/TaxApplication/Rekonsiliasi.vue +61 -0
- package/src/components/Icons/TaxApplication/TaxApplicationIcons.vue +76 -0
- package/src/components/Icons/TaxApplication/TaxomaticPph.vue +34 -0
- package/src/components/Icons/TaxApplication/Training.vue +41 -0
- package/src/components/Icons/TaxApplication/Verify.vue +38 -0
- package/src/components/Icons/TaxApplication/Wapu.vue +140 -0
- package/src/components/Icons/Toggle/CheckBox.vue +5 -0
- package/src/components/Icons/Toggle/CheckBoxOutlineBlank.vue +8 -0
- package/src/components/Icons/Toggle/IndeterminateCheckBox.vue +5 -0
- package/src/components/Icons/Toggle/RadioButtonChecked.vue +11 -0
- package/src/components/Icons/Toggle/RadioButtonUnchecked.vue +5 -0
- package/src/components/Icons/Toggle/Star.vue +5 -0
- package/src/components/Icons/Toggle/StarBorder.vue +5 -0
- package/src/components/Icons/Toggle/StarHalf.vue +5 -0
- package/src/components/Icons/Toggle/StarOutline.vue +5 -0
- package/src/components/Icons/Toggle/ToggleIcons.vue +48 -0
- package/src/components/Icons/Toggle/ToggleOff.vue +5 -0
- package/src/components/Icons/Toggle/ToggleOn.vue +5 -0
- package/src/components/ModalDialog/index.vue +122 -0
- package/src/components/Product/LogActivityCard.vue +16 -0
- package/src/components/SideNav/index.vue +585 -0
- package/src/components/Snackbar/index.vue +249 -0
- package/src/components/Stepper/index.vue +164 -0
- package/src/components/Table/TablePagination.vue +356 -0
- package/src/components/Tabmenu/index.vue +123 -0
- package/src/components/Typography/TypoText.vue +118 -0
- package/src/components/index.js +61 -0
- package/src/install.js +1 -0
- package/src/main.js +8 -0
- package/src/router/index.js +166 -0
- package/src/store/index.js +8 -0
- package/src/views/About.vue +5 -0
- package/src/views/Breadcrumbs.vue +91 -0
- package/src/views/Button.vue +294 -0
- package/src/views/ColorPallete.vue +171 -0
- package/src/views/CssClass.vue +1276 -0
- package/src/views/Datepicker.vue +276 -0
- package/src/views/Dropdown.vue +444 -0
- package/src/views/ExpansionPanel.vue +81 -0
- package/src/views/Footer.vue +72 -0
- package/src/views/FormCheckbox.vue +259 -0
- package/src/views/FormInputTag.vue +260 -0
- package/src/views/FormRadio.vue +147 -0
- package/src/views/FormSwitch.vue +112 -0
- package/src/views/FormTextarea.vue +323 -0
- package/src/views/FormToggle.vue +779 -0
- package/src/views/Header.vue +170 -0
- package/src/views/Iconography.vue +1536 -0
- package/src/views/Installation.vue +52 -0
- package/src/views/ModalDialog.vue +82 -0
- package/src/views/PageElement.vue +107 -0
- package/src/views/ReadMe.md +41 -0
- package/src/views/SideNav.vue +142 -0
- package/src/views/Snackbar.vue +318 -0
- package/src/views/Stepper.vue +92 -0
- package/src/views/Table.vue +288 -0
- package/src/views/Tooltip.vue +54 -0
- package/src/views/Typography.vue +197 -0
- package/vite.config.js +25 -0
- package/vue.config.js +11 -0
|
@@ -0,0 +1,1536 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="iconography">
|
|
3
|
+
<typo-text variant="title-bold">Iconography</typo-text>
|
|
4
|
+
<hr class="my-3" />
|
|
5
|
+
<div class="wrap-example">
|
|
6
|
+
<typo-text variant="body-1-bold"> Example </typo-text>
|
|
7
|
+
<code>
|
|
8
|
+
{{ code1 }}
|
|
9
|
+
<input class="w-10" type="text" v-model="iconName" />
|
|
10
|
+
{{ code2 }}
|
|
11
|
+
<input class="w-10" type="text" v-model="color" />
|
|
12
|
+
{{ code3 }}
|
|
13
|
+
</code>
|
|
14
|
+
<div class="mt-3">
|
|
15
|
+
<base-icon :iconName="iconName" :color="color" />
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
|
+
<div>
|
|
19
|
+
<div class="mt-2">
|
|
20
|
+
<typo-text variant="body-1-bold">Progress</typo-text>
|
|
21
|
+
<div class="flex flex-wrap bg-group">
|
|
22
|
+
<div class="flex flex-col items-center item-icon">
|
|
23
|
+
<loading-icon />
|
|
24
|
+
<pre>
|
|
25
|
+
{{ "<loading-icon />" }}
|
|
26
|
+
</pre>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
<div v-for="(item, index) in dataIcon" :key="index" class="mt-2">
|
|
31
|
+
<typo-text variant="body-1-bold">
|
|
32
|
+
{{ item.category }}
|
|
33
|
+
</typo-text>
|
|
34
|
+
<div class="flex flex-wrap bg-group">
|
|
35
|
+
<div
|
|
36
|
+
v-for="(data, indexData) in item.icon"
|
|
37
|
+
:key="indexData"
|
|
38
|
+
class="flex flex-col items-center item-icon"
|
|
39
|
+
>
|
|
40
|
+
<base-icon width="24" height="24" :iconName="data" />
|
|
41
|
+
<typo-text variant="body-2-bold" class="pt-1 text-center">
|
|
42
|
+
{{ data }}
|
|
43
|
+
</typo-text>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</template>
|
|
50
|
+
|
|
51
|
+
<script>
|
|
52
|
+
import BaseIcon from "@/components/Base/BaseIcon.vue";
|
|
53
|
+
import TypoText from "@/components/Typography/TypoText.vue";
|
|
54
|
+
import LoadingIcon from "@/components/Icons/LoadingIcon.vue";
|
|
55
|
+
|
|
56
|
+
export default {
|
|
57
|
+
components: {
|
|
58
|
+
BaseIcon,
|
|
59
|
+
TypoText,
|
|
60
|
+
LoadingIcon,
|
|
61
|
+
},
|
|
62
|
+
data() {
|
|
63
|
+
return {
|
|
64
|
+
color: "",
|
|
65
|
+
iconName: "apps",
|
|
66
|
+
code1: `<base-icon width="24" height="24" iconName=`,
|
|
67
|
+
code2: "color=",
|
|
68
|
+
code3: " />",
|
|
69
|
+
dataIcon: [
|
|
70
|
+
{
|
|
71
|
+
category: "Tax Application",
|
|
72
|
+
icon: [
|
|
73
|
+
"ebilling",
|
|
74
|
+
"ebupot-unifikasi",
|
|
75
|
+
"efaktur",
|
|
76
|
+
"efiling",
|
|
77
|
+
"espt",
|
|
78
|
+
"efaktur-wapu",
|
|
79
|
+
"rekonsiliasi",
|
|
80
|
+
"eregistration",
|
|
81
|
+
"beejak",
|
|
82
|
+
"training",
|
|
83
|
+
"h2h",
|
|
84
|
+
"verify",
|
|
85
|
+
"invoice",
|
|
86
|
+
"ematerai",
|
|
87
|
+
"ocr",
|
|
88
|
+
"convert-to-csv",
|
|
89
|
+
"ctas-efaktur",
|
|
90
|
+
"ctas-ebupot-unifikasi",
|
|
91
|
+
"ctas-ebupot-pph21",
|
|
92
|
+
"genta"
|
|
93
|
+
],
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
category: "Alert",
|
|
97
|
+
icon: [
|
|
98
|
+
"add_alert",
|
|
99
|
+
"auto_delete",
|
|
100
|
+
"error_outline",
|
|
101
|
+
"error",
|
|
102
|
+
"notification_important",
|
|
103
|
+
"warning_amber",
|
|
104
|
+
"warning",
|
|
105
|
+
],
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
category: "Social",
|
|
109
|
+
icon: [
|
|
110
|
+
"6_ft_apart",
|
|
111
|
+
"architecture",
|
|
112
|
+
"cake",
|
|
113
|
+
"clean_hands",
|
|
114
|
+
"connect_without_contact",
|
|
115
|
+
"construction",
|
|
116
|
+
"coronavirus",
|
|
117
|
+
"deck",
|
|
118
|
+
"domain",
|
|
119
|
+
"elderly",
|
|
120
|
+
"emoji_emotions",
|
|
121
|
+
"emoji_events",
|
|
122
|
+
"emoji_flags",
|
|
123
|
+
"emoji_food_beverage",
|
|
124
|
+
"emoji_nature",
|
|
125
|
+
"emoji_objects",
|
|
126
|
+
"emoji_people",
|
|
127
|
+
"emoji_symbols",
|
|
128
|
+
"emoji_transportation",
|
|
129
|
+
"engineering",
|
|
130
|
+
"facebook",
|
|
131
|
+
"fireplace",
|
|
132
|
+
"follow_the_signs",
|
|
133
|
+
"group",
|
|
134
|
+
"group_add",
|
|
135
|
+
"groups",
|
|
136
|
+
"history_edu",
|
|
137
|
+
"king_bed",
|
|
138
|
+
"location_city",
|
|
139
|
+
"luggage",
|
|
140
|
+
"masks",
|
|
141
|
+
"military_tech",
|
|
142
|
+
"mood",
|
|
143
|
+
"mood_bad",
|
|
144
|
+
"nights_stay",
|
|
145
|
+
"no_luggage",
|
|
146
|
+
"notifications",
|
|
147
|
+
"notifications_active",
|
|
148
|
+
"notifications_none",
|
|
149
|
+
"notifications_off",
|
|
150
|
+
"notifications_paused",
|
|
151
|
+
"outdoor_grill",
|
|
152
|
+
"pages",
|
|
153
|
+
"party_mode",
|
|
154
|
+
"people",
|
|
155
|
+
"people_alt",
|
|
156
|
+
"people_outline",
|
|
157
|
+
"person",
|
|
158
|
+
"person_add",
|
|
159
|
+
"person_add_alt_1",
|
|
160
|
+
"person_outline",
|
|
161
|
+
"person_remove",
|
|
162
|
+
"person_remove_alt_1",
|
|
163
|
+
"plus_one",
|
|
164
|
+
"poll",
|
|
165
|
+
"precision_manufacturing",
|
|
166
|
+
"psychology",
|
|
167
|
+
"public",
|
|
168
|
+
"public_off",
|
|
169
|
+
"reduce_capacity",
|
|
170
|
+
"sanitizer",
|
|
171
|
+
"school",
|
|
172
|
+
"science",
|
|
173
|
+
"self_improvement",
|
|
174
|
+
"sentiment_dissatisfied",
|
|
175
|
+
"sentiment_neutral",
|
|
176
|
+
"sentiment_satisfied",
|
|
177
|
+
"sentiment_very_dissatisfied",
|
|
178
|
+
"sentiment_very_satisfied",
|
|
179
|
+
"share",
|
|
180
|
+
"sick",
|
|
181
|
+
"single_bed",
|
|
182
|
+
"sports",
|
|
183
|
+
"sports_baseball",
|
|
184
|
+
"sports_basketball",
|
|
185
|
+
"sports_cricket",
|
|
186
|
+
"sports_esports",
|
|
187
|
+
"sports_football",
|
|
188
|
+
"sports_golf",
|
|
189
|
+
"sports_handball",
|
|
190
|
+
"sports_hockey",
|
|
191
|
+
"sports_kabaddi",
|
|
192
|
+
"sports_mma",
|
|
193
|
+
"sports_motorsports",
|
|
194
|
+
"sports_rugby",
|
|
195
|
+
"sports_soccer",
|
|
196
|
+
"sports_tennis",
|
|
197
|
+
"sports_volleyball",
|
|
198
|
+
"thumb_down_alt",
|
|
199
|
+
"thumb_up_alt",
|
|
200
|
+
"whatshot",
|
|
201
|
+
],
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
category: "Image",
|
|
205
|
+
icon: [
|
|
206
|
+
"add_a_photo",
|
|
207
|
+
"add_photo_alternate",
|
|
208
|
+
"add_to_photos",
|
|
209
|
+
"adjust",
|
|
210
|
+
"assistant",
|
|
211
|
+
"assistant_photo",
|
|
212
|
+
"audiotrack",
|
|
213
|
+
"bedtime",
|
|
214
|
+
"blur_circular",
|
|
215
|
+
"blur_linear",
|
|
216
|
+
"blur_off",
|
|
217
|
+
"blur_on",
|
|
218
|
+
"brightness_1",
|
|
219
|
+
"brightness_2",
|
|
220
|
+
"brightness_3",
|
|
221
|
+
"brightness_4",
|
|
222
|
+
"brightness_5",
|
|
223
|
+
"brightness_6",
|
|
224
|
+
"brightness_7",
|
|
225
|
+
"broken_image",
|
|
226
|
+
"brush",
|
|
227
|
+
"burst_mode",
|
|
228
|
+
"camera",
|
|
229
|
+
"camera_alt",
|
|
230
|
+
"camera_front",
|
|
231
|
+
"camera_rear",
|
|
232
|
+
"camera_roll",
|
|
233
|
+
"center_focus_strong",
|
|
234
|
+
"center_focus_weak",
|
|
235
|
+
"collections",
|
|
236
|
+
"collections_bookmark",
|
|
237
|
+
"color_lens",
|
|
238
|
+
"colorize",
|
|
239
|
+
"compare",
|
|
240
|
+
"control_point",
|
|
241
|
+
"control_point_duplicate",
|
|
242
|
+
"crop",
|
|
243
|
+
"crop_3_2",
|
|
244
|
+
"crop_5_4",
|
|
245
|
+
"crop_7_5",
|
|
246
|
+
"crop_16_9",
|
|
247
|
+
"crop_din",
|
|
248
|
+
"crop_free",
|
|
249
|
+
"crop_landscape",
|
|
250
|
+
"crop_original",
|
|
251
|
+
"crop_portrait",
|
|
252
|
+
"crop_rotate",
|
|
253
|
+
"crop_square",
|
|
254
|
+
"dehaze",
|
|
255
|
+
"details",
|
|
256
|
+
"edit",
|
|
257
|
+
"euro",
|
|
258
|
+
"exposure",
|
|
259
|
+
"exposure_neg_1",
|
|
260
|
+
"exposure_neg_2",
|
|
261
|
+
"exposure_plus_1",
|
|
262
|
+
"exposure_plus_2",
|
|
263
|
+
"exposure_zero",
|
|
264
|
+
"filter",
|
|
265
|
+
"filter_1",
|
|
266
|
+
"filter_2",
|
|
267
|
+
"filter_3",
|
|
268
|
+
"filter_4",
|
|
269
|
+
"filter_5",
|
|
270
|
+
"filter_6",
|
|
271
|
+
"filter_7",
|
|
272
|
+
"filter_8",
|
|
273
|
+
"filter_9",
|
|
274
|
+
"filter_9_plus",
|
|
275
|
+
"filter_b_and_w",
|
|
276
|
+
"filter_center_focus",
|
|
277
|
+
"filter_drama",
|
|
278
|
+
"filter_frames",
|
|
279
|
+
"filter_hdr",
|
|
280
|
+
"filter_none",
|
|
281
|
+
"filter_tilt_shift",
|
|
282
|
+
"filter_vintage",
|
|
283
|
+
"flare",
|
|
284
|
+
"flash_auto",
|
|
285
|
+
"flash_off",
|
|
286
|
+
"flash_on",
|
|
287
|
+
"flip",
|
|
288
|
+
"flip_camera_android",
|
|
289
|
+
"flip_camera_ios",
|
|
290
|
+
"gradient",
|
|
291
|
+
"grain",
|
|
292
|
+
"grid_off",
|
|
293
|
+
"grid_on",
|
|
294
|
+
"hdr_off",
|
|
295
|
+
"hdr_on",
|
|
296
|
+
"hdr_strong",
|
|
297
|
+
"hdr_weak",
|
|
298
|
+
"healing",
|
|
299
|
+
"image",
|
|
300
|
+
"image_aspect_ratio",
|
|
301
|
+
"image_not_supported",
|
|
302
|
+
"image_search",
|
|
303
|
+
"iso",
|
|
304
|
+
"landscape",
|
|
305
|
+
"leak_add",
|
|
306
|
+
"leak_remove",
|
|
307
|
+
"lens",
|
|
308
|
+
"linked_camera",
|
|
309
|
+
"looks",
|
|
310
|
+
"looks_3",
|
|
311
|
+
"looks_4",
|
|
312
|
+
"looks_5",
|
|
313
|
+
"looks_6",
|
|
314
|
+
"looks_one",
|
|
315
|
+
"looks_two",
|
|
316
|
+
"loupe",
|
|
317
|
+
"monochrome_photos",
|
|
318
|
+
"motion_photos_on",
|
|
319
|
+
"motion_photos_pause",
|
|
320
|
+
"motion_photos_paused",
|
|
321
|
+
"movie_creation",
|
|
322
|
+
"movie_filter",
|
|
323
|
+
"music_note",
|
|
324
|
+
"music_off",
|
|
325
|
+
"nature",
|
|
326
|
+
"nature_people",
|
|
327
|
+
"navigate_before",
|
|
328
|
+
"navigate_next",
|
|
329
|
+
"palette",
|
|
330
|
+
"panorama",
|
|
331
|
+
"panorama_fish_eye",
|
|
332
|
+
"panorama_horizontal",
|
|
333
|
+
"panorama_vertical",
|
|
334
|
+
"panorama_wide_angle",
|
|
335
|
+
"photo",
|
|
336
|
+
"photo_album",
|
|
337
|
+
"photo_camera",
|
|
338
|
+
"photo_filter",
|
|
339
|
+
"photo_library",
|
|
340
|
+
"photo_size_select_actual",
|
|
341
|
+
"photo_size_select_large",
|
|
342
|
+
"photo_size_select_small",
|
|
343
|
+
"picture_as_pdf",
|
|
344
|
+
"portrait",
|
|
345
|
+
"receipt_long",
|
|
346
|
+
"remove_red_eye",
|
|
347
|
+
"slash_red_eye",
|
|
348
|
+
"rotate_90_degrees_ccw",
|
|
349
|
+
"rotate_left",
|
|
350
|
+
"rotate_right",
|
|
351
|
+
"shutter_speed",
|
|
352
|
+
"slideshow",
|
|
353
|
+
"straighten",
|
|
354
|
+
"style",
|
|
355
|
+
"switch_camera",
|
|
356
|
+
"switch_video",
|
|
357
|
+
"tag_faces",
|
|
358
|
+
"texture",
|
|
359
|
+
"timelapse",
|
|
360
|
+
"timer",
|
|
361
|
+
"timer_3",
|
|
362
|
+
"timer_10",
|
|
363
|
+
"timer_off",
|
|
364
|
+
"tonality",
|
|
365
|
+
"transform",
|
|
366
|
+
"tune",
|
|
367
|
+
"view_comfy",
|
|
368
|
+
"view_compact",
|
|
369
|
+
"vignette",
|
|
370
|
+
"wb_auto",
|
|
371
|
+
"wb_cloudy",
|
|
372
|
+
"wb_incandescent",
|
|
373
|
+
"wb_iridescent",
|
|
374
|
+
"wb_sunny",
|
|
375
|
+
],
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
category: "Navigation",
|
|
379
|
+
icon: [
|
|
380
|
+
"app_settings_alt",
|
|
381
|
+
"apps",
|
|
382
|
+
"arrow_back",
|
|
383
|
+
"arrow_back_ios",
|
|
384
|
+
"arrow_downward",
|
|
385
|
+
"arrow_drop_down",
|
|
386
|
+
"arrow_drop_down_circle",
|
|
387
|
+
"arrow_drop_up",
|
|
388
|
+
"arrow_forward",
|
|
389
|
+
"arrow_forward_ios",
|
|
390
|
+
"arrow_left",
|
|
391
|
+
"arrow_right",
|
|
392
|
+
"arrow_upward",
|
|
393
|
+
"campaign",
|
|
394
|
+
"cancel",
|
|
395
|
+
"check",
|
|
396
|
+
"chevron_left",
|
|
397
|
+
"chevron_right",
|
|
398
|
+
"close",
|
|
399
|
+
"double_arrow",
|
|
400
|
+
"east",
|
|
401
|
+
"expand_less",
|
|
402
|
+
"expand_more",
|
|
403
|
+
"first_page",
|
|
404
|
+
"fullscreen",
|
|
405
|
+
"fullscreen_exit",
|
|
406
|
+
"home_work",
|
|
407
|
+
"last_page",
|
|
408
|
+
"legend_toggle",
|
|
409
|
+
"menu",
|
|
410
|
+
"menu_open",
|
|
411
|
+
"more_horiz",
|
|
412
|
+
"more_vert",
|
|
413
|
+
"north",
|
|
414
|
+
"north_east",
|
|
415
|
+
"north_west",
|
|
416
|
+
"payments",
|
|
417
|
+
"refresh",
|
|
418
|
+
"south",
|
|
419
|
+
"south_east",
|
|
420
|
+
"south_west",
|
|
421
|
+
"subdirectory_arrow_left",
|
|
422
|
+
"subdirectory_arrow_right",
|
|
423
|
+
"switch_down",
|
|
424
|
+
"switch_left",
|
|
425
|
+
"switch_right",
|
|
426
|
+
"switch_up",
|
|
427
|
+
"unfold_less",
|
|
428
|
+
"unfold_more",
|
|
429
|
+
"west",
|
|
430
|
+
],
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
category: "File",
|
|
434
|
+
icon: [
|
|
435
|
+
"attach_email",
|
|
436
|
+
"attachment",
|
|
437
|
+
"cloud",
|
|
438
|
+
"cloud_circle",
|
|
439
|
+
"cloud_done",
|
|
440
|
+
"cloud_download",
|
|
441
|
+
"cloud_off",
|
|
442
|
+
"cloud_queue",
|
|
443
|
+
"cloud_upload",
|
|
444
|
+
"create_new_folder",
|
|
445
|
+
"download",
|
|
446
|
+
"download_done",
|
|
447
|
+
"folder",
|
|
448
|
+
"folder_open",
|
|
449
|
+
"folder_shared",
|
|
450
|
+
"request_quote",
|
|
451
|
+
"rule_folder",
|
|
452
|
+
"snippet_folder",
|
|
453
|
+
"text_snippet",
|
|
454
|
+
"topic",
|
|
455
|
+
"upload",
|
|
456
|
+
],
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
category: "Editor",
|
|
460
|
+
icon: [
|
|
461
|
+
"add_comment",
|
|
462
|
+
"attach_file",
|
|
463
|
+
"attach_money",
|
|
464
|
+
"bar_chart",
|
|
465
|
+
"border_all",
|
|
466
|
+
"border_bottom",
|
|
467
|
+
"border_clear",
|
|
468
|
+
"border_horizontal",
|
|
469
|
+
"border_inner",
|
|
470
|
+
"border_left",
|
|
471
|
+
"border_outer",
|
|
472
|
+
"border_right",
|
|
473
|
+
"border_style",
|
|
474
|
+
"border_top",
|
|
475
|
+
"border_vertical",
|
|
476
|
+
"bubble_chart",
|
|
477
|
+
"drag_handle",
|
|
478
|
+
"format_align_center",
|
|
479
|
+
"format_align_justify",
|
|
480
|
+
"format_align_left",
|
|
481
|
+
"format_align_right",
|
|
482
|
+
"format_bold",
|
|
483
|
+
"format_clear",
|
|
484
|
+
"format_color_reset",
|
|
485
|
+
"format_indent_decrease",
|
|
486
|
+
"format_indent_increase",
|
|
487
|
+
"format_italic",
|
|
488
|
+
"format_line_spacing",
|
|
489
|
+
"format_list_bulleted",
|
|
490
|
+
"format_list_numbered",
|
|
491
|
+
"format_list_numbered_rtl",
|
|
492
|
+
"format_paint",
|
|
493
|
+
"format_quote",
|
|
494
|
+
"format_shapes",
|
|
495
|
+
"format_size",
|
|
496
|
+
"format_strikethrough",
|
|
497
|
+
"format_textdirection_l_to_r",
|
|
498
|
+
"format_textdirection_r_to_l",
|
|
499
|
+
"format_underlined",
|
|
500
|
+
"functions",
|
|
501
|
+
"height",
|
|
502
|
+
"highlight",
|
|
503
|
+
"horizontal_rule",
|
|
504
|
+
"insert_chart",
|
|
505
|
+
"insert_chart_outlined",
|
|
506
|
+
"insert_comment",
|
|
507
|
+
"insert_drive_file",
|
|
508
|
+
"insert_emoticon",
|
|
509
|
+
"insert_invitation",
|
|
510
|
+
"insert_link",
|
|
511
|
+
"insert_photo",
|
|
512
|
+
"linear_scale",
|
|
513
|
+
"merge_type",
|
|
514
|
+
"mode",
|
|
515
|
+
"mode_comment",
|
|
516
|
+
"monetization_on",
|
|
517
|
+
"money_off",
|
|
518
|
+
"money_off_csred",
|
|
519
|
+
"multiline_chart",
|
|
520
|
+
"notes",
|
|
521
|
+
"pie_chart",
|
|
522
|
+
"pie_chart_outline",
|
|
523
|
+
"post_add",
|
|
524
|
+
"publish",
|
|
525
|
+
"scatter_plot",
|
|
526
|
+
"score",
|
|
527
|
+
"short_text",
|
|
528
|
+
"show_chart",
|
|
529
|
+
"space_bar",
|
|
530
|
+
"stacked_line_chart",
|
|
531
|
+
"strikethrough_s",
|
|
532
|
+
"subscript",
|
|
533
|
+
"superscript",
|
|
534
|
+
"table_chart",
|
|
535
|
+
"table_rows",
|
|
536
|
+
"text_fields",
|
|
537
|
+
"title",
|
|
538
|
+
"vertical_align_bottom",
|
|
539
|
+
"vertical_align_center",
|
|
540
|
+
"vertical_align_top",
|
|
541
|
+
"wrap_text",
|
|
542
|
+
],
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
category: "Audio & Video",
|
|
546
|
+
icon: [
|
|
547
|
+
"4k",
|
|
548
|
+
"5g",
|
|
549
|
+
"add_to_queue",
|
|
550
|
+
"airplay",
|
|
551
|
+
"album",
|
|
552
|
+
"art_track",
|
|
553
|
+
"av_timer",
|
|
554
|
+
"branding_watermark",
|
|
555
|
+
"call_to_action",
|
|
556
|
+
"closed_caption",
|
|
557
|
+
"closed_caption_disabled",
|
|
558
|
+
"control_camera",
|
|
559
|
+
"equalizer",
|
|
560
|
+
"explicit",
|
|
561
|
+
"fast_forward",
|
|
562
|
+
"fast_rewind",
|
|
563
|
+
"featured_play_list",
|
|
564
|
+
"featured_video",
|
|
565
|
+
"fiber_dvr",
|
|
566
|
+
"fiber_manual_record",
|
|
567
|
+
"fiber_new",
|
|
568
|
+
"fiber_pin",
|
|
569
|
+
"fiber_smart_record",
|
|
570
|
+
"forward_5",
|
|
571
|
+
"forward_10",
|
|
572
|
+
"forward_30",
|
|
573
|
+
"games",
|
|
574
|
+
"hd",
|
|
575
|
+
"hearing",
|
|
576
|
+
"hearing_disabled",
|
|
577
|
+
"high_quality",
|
|
578
|
+
"library_add",
|
|
579
|
+
"library_add_check",
|
|
580
|
+
"library_books",
|
|
581
|
+
"library_music",
|
|
582
|
+
"loop",
|
|
583
|
+
"mic",
|
|
584
|
+
"mic_none",
|
|
585
|
+
"mic_off",
|
|
586
|
+
"missed_video_call",
|
|
587
|
+
"movie",
|
|
588
|
+
"music_video",
|
|
589
|
+
"new_releases",
|
|
590
|
+
"not_interested",
|
|
591
|
+
"note",
|
|
592
|
+
"pause",
|
|
593
|
+
"pause_circle_filled",
|
|
594
|
+
"pause_circle_outline",
|
|
595
|
+
"play_arrow",
|
|
596
|
+
"play_circle_filled",
|
|
597
|
+
"play_circle_outline",
|
|
598
|
+
"playlist_add",
|
|
599
|
+
"playlist_add_check",
|
|
600
|
+
"playlist_play",
|
|
601
|
+
"queue",
|
|
602
|
+
"queue_music",
|
|
603
|
+
"queue_play_next",
|
|
604
|
+
"radio",
|
|
605
|
+
"recent_actors",
|
|
606
|
+
"remove_from_queue",
|
|
607
|
+
"repeat",
|
|
608
|
+
"repeat_one",
|
|
609
|
+
"replay",
|
|
610
|
+
"replay_5",
|
|
611
|
+
"replay_10",
|
|
612
|
+
"replay_30",
|
|
613
|
+
"shuffle",
|
|
614
|
+
"skip_next",
|
|
615
|
+
"skip_previous",
|
|
616
|
+
"slow_motion_video",
|
|
617
|
+
"snooze",
|
|
618
|
+
"sort_by_alpha",
|
|
619
|
+
"speed",
|
|
620
|
+
"stop",
|
|
621
|
+
"stop_circle",
|
|
622
|
+
"subscriptions",
|
|
623
|
+
"subtitles",
|
|
624
|
+
"surround_sound",
|
|
625
|
+
"video_call",
|
|
626
|
+
"video_label",
|
|
627
|
+
"video_library",
|
|
628
|
+
"video_settings",
|
|
629
|
+
"videocam",
|
|
630
|
+
"videocam_off",
|
|
631
|
+
"volume_down",
|
|
632
|
+
"volume_mute",
|
|
633
|
+
"volume_off",
|
|
634
|
+
"volume_up",
|
|
635
|
+
"web",
|
|
636
|
+
"web_asset",
|
|
637
|
+
],
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
category: "Action",
|
|
641
|
+
icon: [
|
|
642
|
+
"3d_rotation",
|
|
643
|
+
"accessibility",
|
|
644
|
+
"accessibility_new",
|
|
645
|
+
"accessible",
|
|
646
|
+
"accessible_forward",
|
|
647
|
+
"account_balance",
|
|
648
|
+
"account_balance_wallet",
|
|
649
|
+
"account_box",
|
|
650
|
+
"account_circle",
|
|
651
|
+
"add_shopping_cart",
|
|
652
|
+
"add_task",
|
|
653
|
+
"addchart",
|
|
654
|
+
"admin_panel_settings",
|
|
655
|
+
"alarm",
|
|
656
|
+
"alarm_add",
|
|
657
|
+
"alarm_off",
|
|
658
|
+
"alarm_on",
|
|
659
|
+
"all_inbox",
|
|
660
|
+
"all_out",
|
|
661
|
+
"analytics",
|
|
662
|
+
"anchor",
|
|
663
|
+
"android",
|
|
664
|
+
"announcement",
|
|
665
|
+
"api",
|
|
666
|
+
"app_blocking",
|
|
667
|
+
"arrow_circle_down",
|
|
668
|
+
"arrow_circle_up",
|
|
669
|
+
"arrow_right_alt",
|
|
670
|
+
"article",
|
|
671
|
+
"aspect_ratio",
|
|
672
|
+
"assessment",
|
|
673
|
+
"assignment",
|
|
674
|
+
"assignment_ind",
|
|
675
|
+
"assignment_late",
|
|
676
|
+
"assignment_return",
|
|
677
|
+
"assignment_returned",
|
|
678
|
+
"assignment_turned_in",
|
|
679
|
+
"autorenew",
|
|
680
|
+
"backup",
|
|
681
|
+
"backup_table",
|
|
682
|
+
"batch_prediction",
|
|
683
|
+
"book",
|
|
684
|
+
"book_online",
|
|
685
|
+
"bookmark",
|
|
686
|
+
"bookmark_border",
|
|
687
|
+
"bookmarks",
|
|
688
|
+
"bug_report",
|
|
689
|
+
"build",
|
|
690
|
+
"build_circle",
|
|
691
|
+
"cached",
|
|
692
|
+
"calendar_today",
|
|
693
|
+
"calendar_view_day",
|
|
694
|
+
"camera_enhance",
|
|
695
|
+
"cancel_schedule_send",
|
|
696
|
+
"card_giftcard",
|
|
697
|
+
"card_membership",
|
|
698
|
+
"card_travel",
|
|
699
|
+
"change_history",
|
|
700
|
+
"check_circle",
|
|
701
|
+
"check_circle_outline",
|
|
702
|
+
"chrome_reader_mode",
|
|
703
|
+
"class",
|
|
704
|
+
"close_fullscreen",
|
|
705
|
+
"code",
|
|
706
|
+
"comment_bank",
|
|
707
|
+
"commute",
|
|
708
|
+
"compare_arrows",
|
|
709
|
+
"contact_page",
|
|
710
|
+
"contact_support",
|
|
711
|
+
"contactless",
|
|
712
|
+
"copyright",
|
|
713
|
+
"credit_card",
|
|
714
|
+
"dashboard",
|
|
715
|
+
"date_range",
|
|
716
|
+
"delete",
|
|
717
|
+
"delete_forever",
|
|
718
|
+
"delete_outline",
|
|
719
|
+
"description",
|
|
720
|
+
"disabled_by_default",
|
|
721
|
+
"dns",
|
|
722
|
+
"done",
|
|
723
|
+
"done_all",
|
|
724
|
+
"done_outline",
|
|
725
|
+
"donut_large",
|
|
726
|
+
"donut_small",
|
|
727
|
+
"drag_indicator",
|
|
728
|
+
"dynamic_form",
|
|
729
|
+
"eco",
|
|
730
|
+
"eject",
|
|
731
|
+
"euro_symbol",
|
|
732
|
+
"event",
|
|
733
|
+
"event_seat",
|
|
734
|
+
"exit_to_app",
|
|
735
|
+
"explore",
|
|
736
|
+
"explore_off",
|
|
737
|
+
"extension",
|
|
738
|
+
"face",
|
|
739
|
+
"face_unlock",
|
|
740
|
+
"fact_check",
|
|
741
|
+
"favorite",
|
|
742
|
+
"favorite_border",
|
|
743
|
+
"feedback",
|
|
744
|
+
"filter_alt",
|
|
745
|
+
"find_in_page",
|
|
746
|
+
"find_replace",
|
|
747
|
+
"fingerprint",
|
|
748
|
+
"flaky",
|
|
749
|
+
"flight_land",
|
|
750
|
+
"flight_takeoff",
|
|
751
|
+
"flip_to_back",
|
|
752
|
+
"flip_to_front",
|
|
753
|
+
"g_translate",
|
|
754
|
+
"gavel",
|
|
755
|
+
"get_app",
|
|
756
|
+
"gif",
|
|
757
|
+
"grade",
|
|
758
|
+
"grading",
|
|
759
|
+
"group_work",
|
|
760
|
+
"help",
|
|
761
|
+
"help_center",
|
|
762
|
+
"help_outline",
|
|
763
|
+
"highlight_alt",
|
|
764
|
+
"highlight_off",
|
|
765
|
+
"history",
|
|
766
|
+
"history_toggle_off",
|
|
767
|
+
"home",
|
|
768
|
+
"horizontal_split",
|
|
769
|
+
"hourglass_disabled",
|
|
770
|
+
"hourglass_empty",
|
|
771
|
+
"hourglass_full",
|
|
772
|
+
"http",
|
|
773
|
+
"https",
|
|
774
|
+
"important_devices",
|
|
775
|
+
"info",
|
|
776
|
+
"info_outline",
|
|
777
|
+
"input",
|
|
778
|
+
"integration_instructions",
|
|
779
|
+
"invert_colors",
|
|
780
|
+
"label",
|
|
781
|
+
"label_important",
|
|
782
|
+
"label_important_outline",
|
|
783
|
+
"label_off",
|
|
784
|
+
"label_outline",
|
|
785
|
+
"language",
|
|
786
|
+
"launch",
|
|
787
|
+
"leaderboard",
|
|
788
|
+
"lightbulb_outline",
|
|
789
|
+
"line_style",
|
|
790
|
+
"line_weight",
|
|
791
|
+
"list",
|
|
792
|
+
"lock",
|
|
793
|
+
"lock_open",
|
|
794
|
+
"lock_outline",
|
|
795
|
+
"login",
|
|
796
|
+
"loyalty",
|
|
797
|
+
"markunread_mailbox",
|
|
798
|
+
"maximize",
|
|
799
|
+
"mediation",
|
|
800
|
+
"minimize",
|
|
801
|
+
"model_training",
|
|
802
|
+
"next_plan",
|
|
803
|
+
"not_accessible",
|
|
804
|
+
"not_started",
|
|
805
|
+
"note_add",
|
|
806
|
+
"offline_bolt",
|
|
807
|
+
"offline_pin",
|
|
808
|
+
"online_prediction",
|
|
809
|
+
"opacity",
|
|
810
|
+
"open_in_browser",
|
|
811
|
+
"open_in_full",
|
|
812
|
+
"open_in_new",
|
|
813
|
+
"open_with",
|
|
814
|
+
"outbond",
|
|
815
|
+
"outlet",
|
|
816
|
+
"pageview",
|
|
817
|
+
"pan_tool",
|
|
818
|
+
"payment",
|
|
819
|
+
"pending",
|
|
820
|
+
"pending_actions",
|
|
821
|
+
"perm_camera_mic",
|
|
822
|
+
"perm_contact_calendar",
|
|
823
|
+
"perm_data_setting",
|
|
824
|
+
"perm_device_information",
|
|
825
|
+
"perm_identity",
|
|
826
|
+
"perm_media",
|
|
827
|
+
"perm_phone_msg",
|
|
828
|
+
"perm_scan_wifi",
|
|
829
|
+
"pets",
|
|
830
|
+
"picture_in_picture",
|
|
831
|
+
"picture_in_picture_alt",
|
|
832
|
+
"plagiarism",
|
|
833
|
+
"play_for_work",
|
|
834
|
+
"polymer",
|
|
835
|
+
"power_settings_new",
|
|
836
|
+
"pregnant_woman",
|
|
837
|
+
"preview",
|
|
838
|
+
"print",
|
|
839
|
+
"privacy_tip",
|
|
840
|
+
"published_with_changes",
|
|
841
|
+
"query_builder",
|
|
842
|
+
"question_answer",
|
|
843
|
+
"quickreply",
|
|
844
|
+
"receipt",
|
|
845
|
+
"record_voice_over",
|
|
846
|
+
"redeem",
|
|
847
|
+
"remove_shopping_cart",
|
|
848
|
+
"reorder",
|
|
849
|
+
"report_problem",
|
|
850
|
+
"request_page",
|
|
851
|
+
"restore",
|
|
852
|
+
"restore_from_trash",
|
|
853
|
+
"restore_page",
|
|
854
|
+
"room",
|
|
855
|
+
"rounded_corner",
|
|
856
|
+
"rowing",
|
|
857
|
+
"rule",
|
|
858
|
+
"schedule",
|
|
859
|
+
"search",
|
|
860
|
+
"search_off",
|
|
861
|
+
"settings",
|
|
862
|
+
"settings_applications",
|
|
863
|
+
"settings_backup_restore",
|
|
864
|
+
"settings_bluetooth",
|
|
865
|
+
"settings_brightness",
|
|
866
|
+
"settings_cell",
|
|
867
|
+
"settings_ethernet",
|
|
868
|
+
"settings_input_antenna",
|
|
869
|
+
"settings_input_component",
|
|
870
|
+
"settings_input_composite",
|
|
871
|
+
"settings_input_hdmi",
|
|
872
|
+
"settings_input_svideo",
|
|
873
|
+
"settings_overscan",
|
|
874
|
+
"settings_phone",
|
|
875
|
+
"settings_power",
|
|
876
|
+
"settings_remote",
|
|
877
|
+
"settings_voice",
|
|
878
|
+
"shop",
|
|
879
|
+
"shop_two",
|
|
880
|
+
"shopping_bag",
|
|
881
|
+
"shopping_basket",
|
|
882
|
+
"shopping_cart",
|
|
883
|
+
"smart_button",
|
|
884
|
+
"source",
|
|
885
|
+
"speaker_notes",
|
|
886
|
+
"speaker_notes_off",
|
|
887
|
+
"spellcheck",
|
|
888
|
+
"star_rate",
|
|
889
|
+
"stars",
|
|
890
|
+
"sticky_note_2",
|
|
891
|
+
"store",
|
|
892
|
+
"subject",
|
|
893
|
+
"subtitles_off",
|
|
894
|
+
"supervised_user_circle",
|
|
895
|
+
"supervisor_account",
|
|
896
|
+
"support",
|
|
897
|
+
"swap_horiz",
|
|
898
|
+
"swap_horizontal_circle",
|
|
899
|
+
"swap_vert",
|
|
900
|
+
"swap_vertical_circle",
|
|
901
|
+
"sync_alt",
|
|
902
|
+
"system_update_alt",
|
|
903
|
+
"tab",
|
|
904
|
+
"tab_unselected",
|
|
905
|
+
"table_view",
|
|
906
|
+
"text_rotate_up",
|
|
907
|
+
"text_rotate_vertical",
|
|
908
|
+
"text_rotation_angledown",
|
|
909
|
+
"text_rotation_angleup",
|
|
910
|
+
"text_rotation_down",
|
|
911
|
+
"text_rotation_none",
|
|
912
|
+
"theaters",
|
|
913
|
+
"thumb_down",
|
|
914
|
+
"thumb_up",
|
|
915
|
+
"thumbs_up_down",
|
|
916
|
+
"timeline",
|
|
917
|
+
"toc",
|
|
918
|
+
"today",
|
|
919
|
+
"toll",
|
|
920
|
+
"touch_app",
|
|
921
|
+
"tour",
|
|
922
|
+
"track_changes",
|
|
923
|
+
"translate",
|
|
924
|
+
"trending_down",
|
|
925
|
+
"trending_flat",
|
|
926
|
+
"trending_up",
|
|
927
|
+
"turned_in",
|
|
928
|
+
"turned_in_not",
|
|
929
|
+
"unpublished",
|
|
930
|
+
"update",
|
|
931
|
+
"upgrade",
|
|
932
|
+
"verified",
|
|
933
|
+
"verified_user",
|
|
934
|
+
"vertical_split",
|
|
935
|
+
"view_agenda",
|
|
936
|
+
"view_array",
|
|
937
|
+
"view_carousel",
|
|
938
|
+
"view_column",
|
|
939
|
+
"view_day",
|
|
940
|
+
"view_headline",
|
|
941
|
+
"view_list",
|
|
942
|
+
"view_module",
|
|
943
|
+
"view_quilt",
|
|
944
|
+
"view_sidebar",
|
|
945
|
+
"view_stream",
|
|
946
|
+
"view_week",
|
|
947
|
+
"visibility",
|
|
948
|
+
"visibility_off",
|
|
949
|
+
"voice_over_off",
|
|
950
|
+
"watch_later",
|
|
951
|
+
"wifi_protected_setup",
|
|
952
|
+
"work",
|
|
953
|
+
"work_off",
|
|
954
|
+
"work_outline",
|
|
955
|
+
"wysiwyg",
|
|
956
|
+
"youtube_searched_for",
|
|
957
|
+
"zoom_in",
|
|
958
|
+
"zoom_out",
|
|
959
|
+
"logout",
|
|
960
|
+
"home_bold"
|
|
961
|
+
],
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
category: "Places",
|
|
965
|
+
icon: [
|
|
966
|
+
"ac_unit",
|
|
967
|
+
"airport_shuttle",
|
|
968
|
+
"all_inclusive",
|
|
969
|
+
"apartment",
|
|
970
|
+
"baby_changing_station",
|
|
971
|
+
"backpack",
|
|
972
|
+
"bathtub",
|
|
973
|
+
"beach_access",
|
|
974
|
+
"bento",
|
|
975
|
+
"business_center",
|
|
976
|
+
"carpenter",
|
|
977
|
+
"casino",
|
|
978
|
+
"charging_station",
|
|
979
|
+
"checkroom",
|
|
980
|
+
"child_care",
|
|
981
|
+
"child_friendly",
|
|
982
|
+
"corporate_fare",
|
|
983
|
+
"countertops",
|
|
984
|
+
"do_not_step",
|
|
985
|
+
"do_not_touch",
|
|
986
|
+
"dry",
|
|
987
|
+
"elevator",
|
|
988
|
+
"escalator",
|
|
989
|
+
"escalator_warning",
|
|
990
|
+
"family_restroom",
|
|
991
|
+
"fence",
|
|
992
|
+
"fire_extinguisher",
|
|
993
|
+
"fitness_center",
|
|
994
|
+
"food_bank",
|
|
995
|
+
"foundation",
|
|
996
|
+
"free_breakfast",
|
|
997
|
+
"golf_course",
|
|
998
|
+
"grass",
|
|
999
|
+
"hot_tub",
|
|
1000
|
+
"house",
|
|
1001
|
+
"house_siding",
|
|
1002
|
+
"kitchen",
|
|
1003
|
+
"meeting_room",
|
|
1004
|
+
"microwave",
|
|
1005
|
+
"night_shelter",
|
|
1006
|
+
"no_backpack",
|
|
1007
|
+
"no_cell",
|
|
1008
|
+
"no_drinks",
|
|
1009
|
+
"no_flash",
|
|
1010
|
+
"no_food",
|
|
1011
|
+
"no_meeting_room",
|
|
1012
|
+
"no_photography",
|
|
1013
|
+
"no_stroller",
|
|
1014
|
+
"pool",
|
|
1015
|
+
"rice_bowl",
|
|
1016
|
+
"roofing",
|
|
1017
|
+
"room_preferences",
|
|
1018
|
+
"room_service",
|
|
1019
|
+
"rv_hookup",
|
|
1020
|
+
"smoke_free",
|
|
1021
|
+
"smoking_rooms",
|
|
1022
|
+
"soap",
|
|
1023
|
+
"spa",
|
|
1024
|
+
"sports_bar",
|
|
1025
|
+
"stairs",
|
|
1026
|
+
"storefront",
|
|
1027
|
+
"stroller",
|
|
1028
|
+
"tapas",
|
|
1029
|
+
"tty",
|
|
1030
|
+
"umbrella",
|
|
1031
|
+
"wash",
|
|
1032
|
+
"water_damage",
|
|
1033
|
+
"wheelchair_pickup",
|
|
1034
|
+
],
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
category: "Device",
|
|
1038
|
+
icon: [
|
|
1039
|
+
"access_alarm",
|
|
1040
|
+
"access_alarms",
|
|
1041
|
+
"access_time",
|
|
1042
|
+
"ad_units",
|
|
1043
|
+
"add_alarm",
|
|
1044
|
+
"add_to_home_screen",
|
|
1045
|
+
"airplanemode_active",
|
|
1046
|
+
"airplanemode_inactive",
|
|
1047
|
+
"battery_alert",
|
|
1048
|
+
"battery_charging_full",
|
|
1049
|
+
"battery_full",
|
|
1050
|
+
"battery_std",
|
|
1051
|
+
"battery_unknown",
|
|
1052
|
+
"bluetooth",
|
|
1053
|
+
"bluetooth_connected",
|
|
1054
|
+
"bluetooth_disabled",
|
|
1055
|
+
"bluetooth_searching",
|
|
1056
|
+
"brightness_auto",
|
|
1057
|
+
"brightness_high",
|
|
1058
|
+
"brightness_low",
|
|
1059
|
+
"brightness_medium",
|
|
1060
|
+
"data_usage",
|
|
1061
|
+
"developer_mode",
|
|
1062
|
+
"devices",
|
|
1063
|
+
"dvr",
|
|
1064
|
+
"gps_fixed",
|
|
1065
|
+
"gps_not_fixed",
|
|
1066
|
+
"gps_off",
|
|
1067
|
+
"graphic_eq",
|
|
1068
|
+
"location_disabled",
|
|
1069
|
+
"location_searching",
|
|
1070
|
+
"mobile_friendly",
|
|
1071
|
+
"mobile_off",
|
|
1072
|
+
"nfc",
|
|
1073
|
+
"screen_lock_landscape",
|
|
1074
|
+
"screen_lock_portrait",
|
|
1075
|
+
"screen_lock_rotation",
|
|
1076
|
+
"screen_rotation",
|
|
1077
|
+
"sd_storage",
|
|
1078
|
+
"settings_system_daydream",
|
|
1079
|
+
"signal_cellular_4_bar",
|
|
1080
|
+
"signal_cellular_alt",
|
|
1081
|
+
"signal_cellular_connected_no_internet_4_bar",
|
|
1082
|
+
"signal_cellular_no_sim",
|
|
1083
|
+
"signal_cellular_null",
|
|
1084
|
+
"signal_cellular_off",
|
|
1085
|
+
"signal_wifi_4_bar",
|
|
1086
|
+
"signal_wifi_4_bar_lock",
|
|
1087
|
+
"signal_wifi_off",
|
|
1088
|
+
"storage",
|
|
1089
|
+
"thermostat",
|
|
1090
|
+
"usb",
|
|
1091
|
+
"wallpaper",
|
|
1092
|
+
"widgets",
|
|
1093
|
+
"wifi_lock",
|
|
1094
|
+
"wifi_tethering",
|
|
1095
|
+
],
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
category: "Toggle",
|
|
1099
|
+
icon: [
|
|
1100
|
+
"check_box",
|
|
1101
|
+
"check_box_outline_blank",
|
|
1102
|
+
"indeterminate_check_box",
|
|
1103
|
+
"radio_button_checked",
|
|
1104
|
+
"radio_button_unchecked",
|
|
1105
|
+
"star",
|
|
1106
|
+
"star_border",
|
|
1107
|
+
"star_half",
|
|
1108
|
+
"star_outline",
|
|
1109
|
+
"toggle_off",
|
|
1110
|
+
"toggle_on",
|
|
1111
|
+
],
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
category: "Maps",
|
|
1115
|
+
icon: [
|
|
1116
|
+
"360",
|
|
1117
|
+
"add_business",
|
|
1118
|
+
"add_location",
|
|
1119
|
+
"add_location_alt",
|
|
1120
|
+
"add_road",
|
|
1121
|
+
"agriculture",
|
|
1122
|
+
"alt_route",
|
|
1123
|
+
"atm",
|
|
1124
|
+
"beenhere",
|
|
1125
|
+
"bike_scooter",
|
|
1126
|
+
"category",
|
|
1127
|
+
"cleaning_services",
|
|
1128
|
+
"compass_calibration",
|
|
1129
|
+
"departure_board",
|
|
1130
|
+
"design_services",
|
|
1131
|
+
"directions",
|
|
1132
|
+
"directions_bike",
|
|
1133
|
+
"directions_boat",
|
|
1134
|
+
"directions_bus",
|
|
1135
|
+
"directions_car",
|
|
1136
|
+
"directions_railway",
|
|
1137
|
+
"directions_run",
|
|
1138
|
+
"directions_subway",
|
|
1139
|
+
"directions_transit",
|
|
1140
|
+
"directions_walk",
|
|
1141
|
+
"edit_attributes",
|
|
1142
|
+
"edit_location",
|
|
1143
|
+
"edit_road",
|
|
1144
|
+
"electric_bike",
|
|
1145
|
+
"electric_car",
|
|
1146
|
+
"electric_moped",
|
|
1147
|
+
"electric_rickshaw",
|
|
1148
|
+
"electric_scooter",
|
|
1149
|
+
"electrical_services",
|
|
1150
|
+
"ev_station",
|
|
1151
|
+
"fastfood",
|
|
1152
|
+
"flight",
|
|
1153
|
+
"handyman",
|
|
1154
|
+
"home_repair_service",
|
|
1155
|
+
"hotel",
|
|
1156
|
+
"hvac",
|
|
1157
|
+
"layers",
|
|
1158
|
+
"layers_clear",
|
|
1159
|
+
"local_activity",
|
|
1160
|
+
"local_airport",
|
|
1161
|
+
"local_atm",
|
|
1162
|
+
"local_bar",
|
|
1163
|
+
"local_cafe",
|
|
1164
|
+
"local_car_wash",
|
|
1165
|
+
"local_convenience_store",
|
|
1166
|
+
"local_dining",
|
|
1167
|
+
"local_drink",
|
|
1168
|
+
"local_fire_department",
|
|
1169
|
+
"local_florist",
|
|
1170
|
+
"local_gas_station",
|
|
1171
|
+
"local_grocery_store",
|
|
1172
|
+
"local_hospital",
|
|
1173
|
+
"local_hotel",
|
|
1174
|
+
"local_laundry_service",
|
|
1175
|
+
"local_library",
|
|
1176
|
+
"local_mall",
|
|
1177
|
+
"local_movies",
|
|
1178
|
+
"local_offer",
|
|
1179
|
+
"local_parking",
|
|
1180
|
+
"local_pharmacy",
|
|
1181
|
+
"local_phone",
|
|
1182
|
+
"local_pizza",
|
|
1183
|
+
"local_play",
|
|
1184
|
+
"local_police",
|
|
1185
|
+
"local_post_office",
|
|
1186
|
+
"local_printshop",
|
|
1187
|
+
"local_see",
|
|
1188
|
+
"local_shipping",
|
|
1189
|
+
"local_taxi",
|
|
1190
|
+
"map",
|
|
1191
|
+
"maps_ugc",
|
|
1192
|
+
"medical_services",
|
|
1193
|
+
"menu_book",
|
|
1194
|
+
"miscellaneous_services",
|
|
1195
|
+
"money",
|
|
1196
|
+
"moped",
|
|
1197
|
+
"multiple_stop",
|
|
1198
|
+
"museum",
|
|
1199
|
+
"my_location",
|
|
1200
|
+
"navigation",
|
|
1201
|
+
"near_me",
|
|
1202
|
+
"near_me_disabled",
|
|
1203
|
+
"no_meals",
|
|
1204
|
+
"no_transfer",
|
|
1205
|
+
"not_listed_location",
|
|
1206
|
+
"pedal_bike",
|
|
1207
|
+
"person_pin",
|
|
1208
|
+
"person_pin_circle",
|
|
1209
|
+
"pest_control",
|
|
1210
|
+
"pest_control_rodent",
|
|
1211
|
+
"pin_drop",
|
|
1212
|
+
"place",
|
|
1213
|
+
"plumbing",
|
|
1214
|
+
"rate_review",
|
|
1215
|
+
"restaurant",
|
|
1216
|
+
"restaurant_menu",
|
|
1217
|
+
"run_circle",
|
|
1218
|
+
"satellite",
|
|
1219
|
+
"set_meal",
|
|
1220
|
+
"store_mall_directory",
|
|
1221
|
+
"streetview",
|
|
1222
|
+
"subway",
|
|
1223
|
+
"terrain",
|
|
1224
|
+
"traffic",
|
|
1225
|
+
"train",
|
|
1226
|
+
"tram",
|
|
1227
|
+
"transfer_within_a_station",
|
|
1228
|
+
"transit_enterexit",
|
|
1229
|
+
"trip_origin",
|
|
1230
|
+
"two_wheeler",
|
|
1231
|
+
"wine_bar",
|
|
1232
|
+
"wrong_location",
|
|
1233
|
+
"zoom_out_map",
|
|
1234
|
+
],
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
category: "Content",
|
|
1238
|
+
icon: [
|
|
1239
|
+
"add",
|
|
1240
|
+
"add_box",
|
|
1241
|
+
"add_circle",
|
|
1242
|
+
"add_circle_outline",
|
|
1243
|
+
"amp_stories",
|
|
1244
|
+
"archive",
|
|
1245
|
+
"attribution",
|
|
1246
|
+
"backspace",
|
|
1247
|
+
"ballot",
|
|
1248
|
+
"biotech",
|
|
1249
|
+
"block",
|
|
1250
|
+
"calculate",
|
|
1251
|
+
"clear",
|
|
1252
|
+
"content_copy",
|
|
1253
|
+
"content_cut",
|
|
1254
|
+
"content_paste",
|
|
1255
|
+
"create",
|
|
1256
|
+
"delete_sweep",
|
|
1257
|
+
"drafts",
|
|
1258
|
+
"dynamic_feed",
|
|
1259
|
+
"file_copy",
|
|
1260
|
+
"filter_list",
|
|
1261
|
+
"flag",
|
|
1262
|
+
"font_download",
|
|
1263
|
+
"forward",
|
|
1264
|
+
"gesture",
|
|
1265
|
+
"how_to_reg",
|
|
1266
|
+
"how_to_vote",
|
|
1267
|
+
"inbox",
|
|
1268
|
+
"insights",
|
|
1269
|
+
"link",
|
|
1270
|
+
"link_off",
|
|
1271
|
+
"low_priority",
|
|
1272
|
+
"mail",
|
|
1273
|
+
"markunread",
|
|
1274
|
+
"move_to_inbox",
|
|
1275
|
+
"next_week",
|
|
1276
|
+
"outlined_flag",
|
|
1277
|
+
"policy",
|
|
1278
|
+
"push_pin",
|
|
1279
|
+
"redo",
|
|
1280
|
+
"remove",
|
|
1281
|
+
"remove_circle",
|
|
1282
|
+
"remove_circle_outline",
|
|
1283
|
+
"reply",
|
|
1284
|
+
"reply_all",
|
|
1285
|
+
"report",
|
|
1286
|
+
"report_gmailerrorred",
|
|
1287
|
+
"report_off",
|
|
1288
|
+
"save",
|
|
1289
|
+
"save_alt",
|
|
1290
|
+
"select_all",
|
|
1291
|
+
"send",
|
|
1292
|
+
"sort",
|
|
1293
|
+
"square_foot",
|
|
1294
|
+
"text_format",
|
|
1295
|
+
"unarchive",
|
|
1296
|
+
"undo",
|
|
1297
|
+
"waves",
|
|
1298
|
+
"weekend",
|
|
1299
|
+
"where_to_vote",
|
|
1300
|
+
],
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
category: "Hardware",
|
|
1304
|
+
icon: [
|
|
1305
|
+
"browser_not_supported",
|
|
1306
|
+
"cast",
|
|
1307
|
+
"cast_connected",
|
|
1308
|
+
"cast_for_education",
|
|
1309
|
+
"computer",
|
|
1310
|
+
"desktop_mac",
|
|
1311
|
+
"desktop_windows",
|
|
1312
|
+
"developer_board",
|
|
1313
|
+
"device_hub",
|
|
1314
|
+
"device_unknown",
|
|
1315
|
+
"devices_other",
|
|
1316
|
+
"dock",
|
|
1317
|
+
"gamepad",
|
|
1318
|
+
"headset",
|
|
1319
|
+
"headset_mic",
|
|
1320
|
+
"keyboard",
|
|
1321
|
+
"keyboard_arrow_down",
|
|
1322
|
+
"keyboard_arrow_left",
|
|
1323
|
+
"keyboard_arrow_right",
|
|
1324
|
+
"keyboard_arrow_up",
|
|
1325
|
+
"keyboard_backspace",
|
|
1326
|
+
"keyboard_capslock",
|
|
1327
|
+
"keyboard_hide",
|
|
1328
|
+
"keyboard_return",
|
|
1329
|
+
"keyboard_tab",
|
|
1330
|
+
"keyboard_voice",
|
|
1331
|
+
"laptop",
|
|
1332
|
+
"laptop_chromebook",
|
|
1333
|
+
"laptop_mac",
|
|
1334
|
+
"laptop_windows",
|
|
1335
|
+
"memory",
|
|
1336
|
+
"mouse",
|
|
1337
|
+
"phone_android",
|
|
1338
|
+
"phone_iphone",
|
|
1339
|
+
"phonelink",
|
|
1340
|
+
"phonelink_off",
|
|
1341
|
+
"point_of_sale",
|
|
1342
|
+
"power_input",
|
|
1343
|
+
"router",
|
|
1344
|
+
"scanner",
|
|
1345
|
+
"security",
|
|
1346
|
+
"sim_card",
|
|
1347
|
+
"smartphone",
|
|
1348
|
+
"speaker",
|
|
1349
|
+
"speaker_group",
|
|
1350
|
+
"tablet",
|
|
1351
|
+
"tablet_android",
|
|
1352
|
+
"tablet_mac",
|
|
1353
|
+
"toys",
|
|
1354
|
+
"tv",
|
|
1355
|
+
"videogame_asset",
|
|
1356
|
+
"watch",
|
|
1357
|
+
],
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
category: "Notification",
|
|
1361
|
+
icon: [
|
|
1362
|
+
"account_tree",
|
|
1363
|
+
"adb",
|
|
1364
|
+
"airline_seat_flat",
|
|
1365
|
+
"airline_seat_flat_angled",
|
|
1366
|
+
"airline_seat_individual_suite",
|
|
1367
|
+
"airline_seat_legroom_extra",
|
|
1368
|
+
"airline_seat_legroom_normal",
|
|
1369
|
+
"airline_seat_legroom_reduced",
|
|
1370
|
+
"airline_seat_recline_extra",
|
|
1371
|
+
"airline_seat_recline_normal",
|
|
1372
|
+
"bluetooth_audio",
|
|
1373
|
+
"confirmation_number",
|
|
1374
|
+
"directions_off",
|
|
1375
|
+
"disc_full",
|
|
1376
|
+
"do_disturb",
|
|
1377
|
+
"do_disturb_alt",
|
|
1378
|
+
"do_disturb_off",
|
|
1379
|
+
"do_disturb_on",
|
|
1380
|
+
"drive_eta",
|
|
1381
|
+
"enhanced_encryption",
|
|
1382
|
+
"event_available",
|
|
1383
|
+
"event_busy",
|
|
1384
|
+
"event_note",
|
|
1385
|
+
"folder_special",
|
|
1386
|
+
"live_tv",
|
|
1387
|
+
"mms",
|
|
1388
|
+
"more",
|
|
1389
|
+
"network_check",
|
|
1390
|
+
"network_locked",
|
|
1391
|
+
"no_encryption",
|
|
1392
|
+
"no_encryption_gmailerrorred",
|
|
1393
|
+
"ondemand_video",
|
|
1394
|
+
"personal_video",
|
|
1395
|
+
"phone_bluetooth_speaker",
|
|
1396
|
+
"phone_callback",
|
|
1397
|
+
"phone_forwarded",
|
|
1398
|
+
"phone_in_talk",
|
|
1399
|
+
"phone_locked",
|
|
1400
|
+
"phone_missed",
|
|
1401
|
+
"phone_paused",
|
|
1402
|
+
"power",
|
|
1403
|
+
"power_off",
|
|
1404
|
+
"priority_high",
|
|
1405
|
+
"sd_card",
|
|
1406
|
+
"sd_card_alert",
|
|
1407
|
+
"sms",
|
|
1408
|
+
"sms_failed",
|
|
1409
|
+
"support_agent",
|
|
1410
|
+
"sync",
|
|
1411
|
+
"sync_disabled",
|
|
1412
|
+
"sync_problem",
|
|
1413
|
+
"system_update",
|
|
1414
|
+
"tap_and_play",
|
|
1415
|
+
"time_to_leave",
|
|
1416
|
+
"tv_off",
|
|
1417
|
+
"vibration",
|
|
1418
|
+
"voice_chat",
|
|
1419
|
+
"vpn_lock",
|
|
1420
|
+
"wc",
|
|
1421
|
+
"wifi",
|
|
1422
|
+
"wifi_off",
|
|
1423
|
+
],
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
category: "Communication",
|
|
1427
|
+
icon: [
|
|
1428
|
+
"add_ic_call",
|
|
1429
|
+
"alternate_email",
|
|
1430
|
+
"business",
|
|
1431
|
+
"call",
|
|
1432
|
+
"call_end",
|
|
1433
|
+
"call_made",
|
|
1434
|
+
"call_merge",
|
|
1435
|
+
"call_missed",
|
|
1436
|
+
"call_missed_outgoing",
|
|
1437
|
+
"call_received",
|
|
1438
|
+
"call_split",
|
|
1439
|
+
"cancel_presentation",
|
|
1440
|
+
"chat",
|
|
1441
|
+
"chat_bubble",
|
|
1442
|
+
"chat_bubble_outline",
|
|
1443
|
+
"clear_all",
|
|
1444
|
+
"comment",
|
|
1445
|
+
"contact_mail",
|
|
1446
|
+
"contact_phone",
|
|
1447
|
+
"contacts",
|
|
1448
|
+
"desktop_access_disabled",
|
|
1449
|
+
"dialer_sip",
|
|
1450
|
+
"dialpad",
|
|
1451
|
+
"domain_disabled",
|
|
1452
|
+
"domain_verification",
|
|
1453
|
+
"duo",
|
|
1454
|
+
"email",
|
|
1455
|
+
"forum",
|
|
1456
|
+
"forward_to_inbox",
|
|
1457
|
+
"hourglass_bottom",
|
|
1458
|
+
"hourglass_top",
|
|
1459
|
+
"import_contacts",
|
|
1460
|
+
"import_export",
|
|
1461
|
+
"invert_colors_off",
|
|
1462
|
+
"list_alt",
|
|
1463
|
+
"live_help",
|
|
1464
|
+
"location_off",
|
|
1465
|
+
"location_on",
|
|
1466
|
+
"mail_outline",
|
|
1467
|
+
"mark_chat_read",
|
|
1468
|
+
"mark_chat_unread",
|
|
1469
|
+
"mark_email_read",
|
|
1470
|
+
"mark_email_unread",
|
|
1471
|
+
"message",
|
|
1472
|
+
"mobile_screen_share",
|
|
1473
|
+
"more_time",
|
|
1474
|
+
"nat",
|
|
1475
|
+
"no_sim",
|
|
1476
|
+
"pause_presentation",
|
|
1477
|
+
"person_add_disabled",
|
|
1478
|
+
"person_search",
|
|
1479
|
+
"phone",
|
|
1480
|
+
"phone_disabled",
|
|
1481
|
+
"phone_enabled",
|
|
1482
|
+
"phonelink_erase",
|
|
1483
|
+
"phonelink_lock",
|
|
1484
|
+
"phonelink_ring",
|
|
1485
|
+
"phonelink_setup",
|
|
1486
|
+
"portable_wifi_off",
|
|
1487
|
+
"present_to_all",
|
|
1488
|
+
"print_disabled",
|
|
1489
|
+
"qr_code",
|
|
1490
|
+
"qr_code_scanner",
|
|
1491
|
+
"read_more",
|
|
1492
|
+
"ring_volume",
|
|
1493
|
+
"rss_feed",
|
|
1494
|
+
"screen_share",
|
|
1495
|
+
"sentiment_satisfied_alt",
|
|
1496
|
+
"speaker_phone",
|
|
1497
|
+
"stay_current_landscape",
|
|
1498
|
+
"stay_current_portrait",
|
|
1499
|
+
"stay_primary_landscape",
|
|
1500
|
+
"stay_primary_portrait",
|
|
1501
|
+
"stop_screen_share",
|
|
1502
|
+
"swap_calls",
|
|
1503
|
+
"textsms",
|
|
1504
|
+
"unsubscribe",
|
|
1505
|
+
"voicemail",
|
|
1506
|
+
"vpn_key",
|
|
1507
|
+
"wifi_calling",
|
|
1508
|
+
],
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
category: "Home",
|
|
1512
|
+
icon: ["sensor_door", "sensor_window"],
|
|
1513
|
+
},
|
|
1514
|
+
],
|
|
1515
|
+
};
|
|
1516
|
+
},
|
|
1517
|
+
};
|
|
1518
|
+
</script>
|
|
1519
|
+
|
|
1520
|
+
<style lang="scss" scoped>
|
|
1521
|
+
@use "@/assets/style/_color.scss" as *;
|
|
1522
|
+
|
|
1523
|
+
.iconography {
|
|
1524
|
+
.bg-group {
|
|
1525
|
+
background: $neutral-1;
|
|
1526
|
+
padding: 66px 82px;
|
|
1527
|
+
.item-icon {
|
|
1528
|
+
margin: 16px 0;
|
|
1529
|
+
min-width: calc(100% / 10 - 30.4px);
|
|
1530
|
+
width: calc(100% / 10 - 31px);
|
|
1531
|
+
overflow-wrap: anywhere;
|
|
1532
|
+
padding: 0 10px;
|
|
1533
|
+
}
|
|
1534
|
+
}
|
|
1535
|
+
}
|
|
1536
|
+
</style>
|