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,981 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<trid-rotation v-if="valueName == '3d_rotation'" />
|
|
3
|
+
<accessibility v-else-if="valueName == 'accessibility'" />
|
|
4
|
+
<accessibility-new v-else-if="valueName == 'accessibility_new'" />
|
|
5
|
+
<accessible v-else-if="valueName == 'accessible'" />
|
|
6
|
+
<accessible-forward v-else-if="valueName == 'accessible_forward'" />
|
|
7
|
+
<account-balance v-else-if="valueName == 'account_balance'" />
|
|
8
|
+
<account-balance-wallet v-else-if="valueName == 'account_balance_wallet'" />
|
|
9
|
+
<account-box v-else-if="valueName == 'account_box'" />
|
|
10
|
+
<account-circle v-else-if="valueName == 'account_circle'" />
|
|
11
|
+
<add-shopping-cart v-else-if="valueName == 'add_shopping_cart'" />
|
|
12
|
+
<add-task v-else-if="valueName == 'add_task'" />
|
|
13
|
+
<addchart v-else-if="valueName == 'addchart'" />
|
|
14
|
+
<admin-panel-settings v-else-if="valueName == 'admin_panel_settings'" />
|
|
15
|
+
<alarm v-else-if="valueName == 'alarm'" />
|
|
16
|
+
<alarm-add v-else-if="valueName == 'alarm_add'" />
|
|
17
|
+
<alarm-off v-else-if="valueName == 'alarm_off'" />
|
|
18
|
+
<alarm-on v-else-if="valueName == 'alarm_on'" />
|
|
19
|
+
<all-inbox v-else-if="valueName == 'all_inbox'" />
|
|
20
|
+
<all-out v-else-if="valueName == 'all_out'" />
|
|
21
|
+
<analytics v-else-if="valueName == 'analytics'" />
|
|
22
|
+
<anchor v-else-if="valueName == 'anchor'" />
|
|
23
|
+
<android v-else-if="valueName == 'android'" />
|
|
24
|
+
<announcement v-else-if="valueName == 'announcement'" />
|
|
25
|
+
<api v-else-if="valueName == 'api'" />
|
|
26
|
+
<app-blocking v-else-if="valueName == 'app_blocking'" />
|
|
27
|
+
<arrow-circle-down v-else-if="valueName == 'arrow_circle_down'" />
|
|
28
|
+
<arrow-circle-up v-else-if="valueName == 'arrow_circle_up'" />
|
|
29
|
+
<arrow-right-alt v-else-if="valueName == 'arrow_right_alt'" />
|
|
30
|
+
<ic-article v-else-if="valueName == 'article'" />
|
|
31
|
+
<aspect-ratio v-else-if="valueName == 'aspect_ratio'" />
|
|
32
|
+
<assessment v-else-if="valueName == 'assessment'" />
|
|
33
|
+
<assignment v-else-if="valueName == 'assignment'" />
|
|
34
|
+
<assignment-ind v-else-if="valueName == 'assignment_ind'" />
|
|
35
|
+
<assignment-late v-else-if="valueName == 'assignment_late'" />
|
|
36
|
+
<assignment-return v-else-if="valueName == 'assignment_return'" />
|
|
37
|
+
<assignment-returned v-else-if="valueName == 'assignment_returned'" />
|
|
38
|
+
<assignment-turned-in v-else-if="valueName == 'assignment_turned_in'" />
|
|
39
|
+
<autorenew v-else-if="valueName == 'autorenew'" />
|
|
40
|
+
<backup v-else-if="valueName == 'backup'" />
|
|
41
|
+
<backup-table v-else-if="valueName == 'backup_table'" />
|
|
42
|
+
<batch-prediction v-else-if="valueName == 'batch_prediction'" />
|
|
43
|
+
<book v-else-if="valueName == 'book'" />
|
|
44
|
+
<book-online v-else-if="valueName == 'book_online'" />
|
|
45
|
+
<bookmark v-else-if="valueName == 'bookmark'" />
|
|
46
|
+
<bookmark-border v-else-if="valueName == 'bookmark_border'" />
|
|
47
|
+
<bookmarks v-else-if="valueName == 'bookmarks'" />
|
|
48
|
+
<bug-report v-else-if="valueName == 'bug_report'" />
|
|
49
|
+
<build v-else-if="valueName == 'build'" />
|
|
50
|
+
<build-circle v-else-if="valueName == 'build_circle'" />
|
|
51
|
+
<cached v-else-if="valueName == 'cached'" />
|
|
52
|
+
<calendar-today v-else-if="valueName == 'calendar_today'" />
|
|
53
|
+
<calendar-view-day v-else-if="valueName == 'calendar_view_day'" />
|
|
54
|
+
<camera-enhance v-else-if="valueName == 'camera_enhance'" />
|
|
55
|
+
<cancel-schedule-send v-else-if="valueName == 'cancel_schedule_send'" />
|
|
56
|
+
<card-giftcard v-else-if="valueName == 'card_giftcard'" />
|
|
57
|
+
<card-membership v-else-if="valueName == 'card_membership'" />
|
|
58
|
+
<card-travel v-else-if="valueName == 'card_travel'" />
|
|
59
|
+
<change-history v-else-if="valueName == 'change_history'" />
|
|
60
|
+
<check-circle v-else-if="valueName == 'check_circle'" />
|
|
61
|
+
<check-circle-outline v-else-if="valueName == 'check_circle_outline'" />
|
|
62
|
+
<chrome-reader-mode v-else-if="valueName == 'chrome_reader_mode'" />
|
|
63
|
+
<class v-else-if="valueName == 'class'" />
|
|
64
|
+
<close-fullscreen v-else-if="valueName == 'close_fullscreen'" />
|
|
65
|
+
<ic-code v-else-if="valueName == 'code'" />
|
|
66
|
+
<comment-bank v-else-if="valueName == 'comment_bank'" />
|
|
67
|
+
<commute v-else-if="valueName == 'commute'" />
|
|
68
|
+
<compare-arrows v-else-if="valueName == 'compare_arrows'" />
|
|
69
|
+
<contact-page v-else-if="valueName == 'contact_page'" />
|
|
70
|
+
<contact-support v-else-if="valueName == 'contact_support'" />
|
|
71
|
+
<contactless v-else-if="valueName == 'contactless'" />
|
|
72
|
+
<copyright v-else-if="valueName == 'copyright'" />
|
|
73
|
+
<credit-card v-else-if="valueName == 'credit_card'" />
|
|
74
|
+
<dashboard v-else-if="valueName == 'dashboard'" />
|
|
75
|
+
<date-range v-else-if="valueName == 'date_range'" />
|
|
76
|
+
<delete v-else-if="valueName == 'delete'" />
|
|
77
|
+
<delete-forever v-else-if="valueName == 'delete_forever'" />
|
|
78
|
+
<delete-outline v-else-if="valueName == 'delete_outline'" />
|
|
79
|
+
<description v-else-if="valueName == 'description'" />
|
|
80
|
+
<disabled-by-default v-else-if="valueName == 'disabled_by_default'" />
|
|
81
|
+
<dns v-else-if="valueName == 'dns'" />
|
|
82
|
+
<done v-else-if="valueName == 'done'" />
|
|
83
|
+
<done-all v-else-if="valueName == 'done_all'" />
|
|
84
|
+
<done-outline v-else-if="valueName == 'done_outline'" />
|
|
85
|
+
<donut-large v-else-if="valueName == 'donut_large'" />
|
|
86
|
+
<donut-small v-else-if="valueName == 'donut_small'" />
|
|
87
|
+
<drag-indicator v-else-if="valueName == 'drag_indicator'" />
|
|
88
|
+
<dynamic-form v-else-if="valueName == 'dynamic_form'" />
|
|
89
|
+
<eco v-else-if="valueName == 'eco'" />
|
|
90
|
+
<eject v-else-if="valueName == 'eject'" />
|
|
91
|
+
<euro-symbol v-else-if="valueName == 'euro_symbol'" />
|
|
92
|
+
<event v-else-if="valueName == 'event'" />
|
|
93
|
+
<event-seat v-else-if="valueName == 'event_seat'" />
|
|
94
|
+
<exit-to-app v-else-if="valueName == 'exit_to_app'" />
|
|
95
|
+
<explore v-else-if="valueName == 'explore'" />
|
|
96
|
+
<explore-off v-else-if="valueName == 'explore_off'" />
|
|
97
|
+
<extension v-else-if="valueName == 'extension'" />
|
|
98
|
+
<face v-else-if="valueName == 'face'" />
|
|
99
|
+
<face-unlock v-else-if="valueName == 'face_unlock'" />
|
|
100
|
+
<fact-check v-else-if="valueName == 'fact_check'" />
|
|
101
|
+
<favorite v-else-if="valueName == 'favorite'" />
|
|
102
|
+
<favorite-border v-else-if="valueName == 'favorite_border'" />
|
|
103
|
+
<feedback v-else-if="valueName == 'feedback'" />
|
|
104
|
+
<filter-alt v-else-if="valueName == 'filter_alt'" />
|
|
105
|
+
<find-in-page v-else-if="valueName == 'find_in_page'" />
|
|
106
|
+
<find-replace v-else-if="valueName == 'find_replace'" />
|
|
107
|
+
<fingerprint v-else-if="valueName == 'fingerprint'" />
|
|
108
|
+
<flaky v-else-if="valueName == 'flaky'" />
|
|
109
|
+
<flight-land v-else-if="valueName == 'flight_land'" />
|
|
110
|
+
<flight-takeoff v-else-if="valueName == 'flight_takeoff'" />
|
|
111
|
+
<flip-to-back v-else-if="valueName == 'flip_to_back'" />
|
|
112
|
+
<flip-to-front v-else-if="valueName == 'flip_to_front'" />
|
|
113
|
+
<g-translate v-else-if="valueName == 'g_translate'" />
|
|
114
|
+
<gavel v-else-if="valueName == 'gavel'" />
|
|
115
|
+
<get-app v-else-if="valueName == 'get_app'" />
|
|
116
|
+
<gif v-else-if="valueName == 'gif'" />
|
|
117
|
+
<grade v-else-if="valueName == 'grade'" />
|
|
118
|
+
<grading v-else-if="valueName == 'grading'" />
|
|
119
|
+
<group-work v-else-if="valueName == 'group_work'" />
|
|
120
|
+
<help v-else-if="valueName == 'help'" />
|
|
121
|
+
<help-center v-else-if="valueName == 'help_center'" />
|
|
122
|
+
<help-outline v-else-if="valueName == 'help_outline'" />
|
|
123
|
+
<highlight-alt v-else-if="valueName == 'highlight_alt'" />
|
|
124
|
+
<highlight-off v-else-if="valueName == 'highlight_off'" />
|
|
125
|
+
<history v-else-if="valueName == 'history'" />
|
|
126
|
+
<history-toggle-off v-else-if="valueName == 'history_toggle_off'" />
|
|
127
|
+
<home v-else-if="valueName == 'home'" />
|
|
128
|
+
<horizontal-split v-else-if="valueName == 'horizontal_split'" />
|
|
129
|
+
<hourglass-disabled v-else-if="valueName == 'hourglass_disabled'" />
|
|
130
|
+
<hourglass-empty v-else-if="valueName == 'hourglass_empty'" />
|
|
131
|
+
<hourglass-full v-else-if="valueName == 'hourglass_full'" />
|
|
132
|
+
<http v-else-if="valueName == 'http'" />
|
|
133
|
+
<https v-else-if="valueName == 'https'" />
|
|
134
|
+
<important-devices v-else-if="valueName == 'important_devices'" />
|
|
135
|
+
<info v-else-if="valueName == 'info'" />
|
|
136
|
+
<info-outline v-else-if="valueName == 'info_outline'" />
|
|
137
|
+
<ic-input v-else-if="valueName == 'input'" />
|
|
138
|
+
<integration-instructions
|
|
139
|
+
v-else-if="valueName == 'integration_instructions'"
|
|
140
|
+
/>
|
|
141
|
+
<invert-colors v-else-if="valueName == 'invert_colors'" />
|
|
142
|
+
<ic-label v-else-if="valueName == 'label'" />
|
|
143
|
+
<label-important v-else-if="valueName == 'label_important'" />
|
|
144
|
+
<label-important-outline v-else-if="valueName == 'label_important_outline'" />
|
|
145
|
+
<label-off v-else-if="valueName == 'label_off'" />
|
|
146
|
+
<label-outline v-else-if="valueName == 'label_outline'" />
|
|
147
|
+
<language v-else-if="valueName == 'language'" />
|
|
148
|
+
<launch v-else-if="valueName == 'launch'" />
|
|
149
|
+
<leaderboard v-else-if="valueName == 'leaderboard'" />
|
|
150
|
+
<lightbulb-outline v-else-if="valueName == 'lightbulb_outline'" />
|
|
151
|
+
<line-style v-else-if="valueName == 'line_style'" />
|
|
152
|
+
<line-weight v-else-if="valueName == 'line_weight'" />
|
|
153
|
+
<list v-else-if="valueName == 'list'" />
|
|
154
|
+
<lock v-else-if="valueName == 'lock'" />
|
|
155
|
+
<lock-open v-else-if="valueName == 'lock_open'" />
|
|
156
|
+
<lock-outline v-else-if="valueName == 'lock_outline'" />
|
|
157
|
+
<login v-else-if="valueName == 'login'" />
|
|
158
|
+
<loyalty v-else-if="valueName == 'loyalty'" />
|
|
159
|
+
<markunread-mailbox v-else-if="valueName == 'markunread_mailbox'" />
|
|
160
|
+
<maximize v-else-if="valueName == 'maximize'" />
|
|
161
|
+
<mediation v-else-if="valueName == 'mediation'" />
|
|
162
|
+
<minimize v-else-if="valueName == 'minimize'" />
|
|
163
|
+
<model-training v-else-if="valueName == 'model_training'" />
|
|
164
|
+
<next-plan v-else-if="valueName == 'next_plan'" />
|
|
165
|
+
<not-accessible v-else-if="valueName == 'not_accessible'" />
|
|
166
|
+
<not-started v-else-if="valueName == 'not_started'" />
|
|
167
|
+
<note-add v-else-if="valueName == 'note_add'" />
|
|
168
|
+
<offline-bolt v-else-if="valueName == 'offline_bolt'" />
|
|
169
|
+
<offline-pin v-else-if="valueName == 'offline_pin'" />
|
|
170
|
+
<online-prediction v-else-if="valueName == 'online_prediction'" />
|
|
171
|
+
<opacity v-else-if="valueName == 'opacity'" />
|
|
172
|
+
<open-in-browser v-else-if="valueName == 'open_in_browser'" />
|
|
173
|
+
<open-in-full v-else-if="valueName == 'open_in_full'" />
|
|
174
|
+
<open-in-new v-else-if="valueName == 'open_in_new'" />
|
|
175
|
+
<open-with v-else-if="valueName == 'open_with'" />
|
|
176
|
+
<outbond v-else-if="valueName == 'outbond'" />
|
|
177
|
+
<outlet v-else-if="valueName == 'outlet'" />
|
|
178
|
+
<pageview v-else-if="valueName == 'pageview'" />
|
|
179
|
+
<pan-tool v-else-if="valueName == 'pan_tool'" />
|
|
180
|
+
<payment v-else-if="valueName == 'payment'" />
|
|
181
|
+
<pending v-else-if="valueName == 'pending'" />
|
|
182
|
+
<pending-actions v-else-if="valueName == 'pending_actions'" />
|
|
183
|
+
<perm-camera-mic v-else-if="valueName == 'perm_camera_mic'" />
|
|
184
|
+
<perm-contact-calendar v-else-if="valueName == 'perm_contact_calendar'" />
|
|
185
|
+
<perm-data-setting v-else-if="valueName == 'perm_data_setting'" />
|
|
186
|
+
<perm-device-information v-else-if="valueName == 'perm_device_information'" />
|
|
187
|
+
<perm-identity v-else-if="valueName == 'perm_identity'" />
|
|
188
|
+
<perm-media v-else-if="valueName == 'perm_media'" />
|
|
189
|
+
<perm-phone-msg v-else-if="valueName == 'perm_phone_msg'" />
|
|
190
|
+
<perm-scan-wifi v-else-if="valueName == 'perm_scan_wifi'" />
|
|
191
|
+
<pets v-else-if="valueName == 'pets'" />
|
|
192
|
+
<picture-in-picture v-else-if="valueName == 'picture_in_picture'" />
|
|
193
|
+
<picture-in-picture-alt v-else-if="valueName == 'picture_in_picture_alt'" />
|
|
194
|
+
<plagiarism v-else-if="valueName == 'plagiarism'" />
|
|
195
|
+
<play-for-work v-else-if="valueName == 'play_for_work'" />
|
|
196
|
+
<polymer v-else-if="valueName == 'polymer'" />
|
|
197
|
+
<power-settings-new v-else-if="valueName == 'power_settings_new'" />
|
|
198
|
+
<pregnant-woman v-else-if="valueName == 'pregnant_woman'" />
|
|
199
|
+
<preview v-else-if="valueName == 'preview'" />
|
|
200
|
+
<print v-else-if="valueName == 'print'" />
|
|
201
|
+
<privacy-tip v-else-if="valueName == 'privacy_tip'" />
|
|
202
|
+
<published-with-changes v-else-if="valueName == 'published_with_changes'" />
|
|
203
|
+
<query-builder v-else-if="valueName == 'query_builder'" />
|
|
204
|
+
<question-answer v-else-if="valueName == 'question_answer'" />
|
|
205
|
+
<quickreply v-else-if="valueName == 'quickreply'" />
|
|
206
|
+
<receipt v-else-if="valueName == 'receipt'" />
|
|
207
|
+
<record-voice-over v-else-if="valueName == 'record_voice_over'" />
|
|
208
|
+
<redeem v-else-if="valueName == 'redeem'" />
|
|
209
|
+
<remove-shopping-cart v-else-if="valueName == 'remove_shopping_cart'" />
|
|
210
|
+
<reorder v-else-if="valueName == 'reorder'" />
|
|
211
|
+
<report-problem v-else-if="valueName == 'report_problem'" />
|
|
212
|
+
<request-page v-else-if="valueName == 'request_page'" />
|
|
213
|
+
<restore v-else-if="valueName == 'restore'" />
|
|
214
|
+
<restore-from-trash v-else-if="valueName == 'restore_from_trash'" />
|
|
215
|
+
<restore-page v-else-if="valueName == 'restore_page'" />
|
|
216
|
+
<room v-else-if="valueName == 'room'" />
|
|
217
|
+
<rounded-corner v-else-if="valueName == 'rounded_corner'" />
|
|
218
|
+
<rowing v-else-if="valueName == 'rowing'" />
|
|
219
|
+
<rule v-else-if="valueName == 'rule'" />
|
|
220
|
+
<schedule v-else-if="valueName == 'schedule'" />
|
|
221
|
+
<search v-else-if="valueName == 'search'" />
|
|
222
|
+
<search-off v-else-if="valueName == 'search_off'" />
|
|
223
|
+
<settings v-else-if="valueName == 'settings'" />
|
|
224
|
+
<settings-applications v-else-if="valueName == 'settings_applications'" />
|
|
225
|
+
<settings-backup-restore v-else-if="valueName == 'settings_backup_restore'" />
|
|
226
|
+
<settings-bluetooth v-else-if="valueName == 'settings_bluetooth'" />
|
|
227
|
+
<settings-brightness v-else-if="valueName == 'settings_brightness'" />
|
|
228
|
+
<settings-cell v-else-if="valueName == 'settings_cell'" />
|
|
229
|
+
<settings-ethernet v-else-if="valueName == 'settings_ethernet'" />
|
|
230
|
+
<settings-input-antenna v-else-if="valueName == 'settings_input_antenna'" />
|
|
231
|
+
<settings-input-component
|
|
232
|
+
v-else-if="valueName == 'settings_input_component'"
|
|
233
|
+
/>
|
|
234
|
+
<settings-input-composite
|
|
235
|
+
v-else-if="valueName == 'settings_input_composite'"
|
|
236
|
+
/>
|
|
237
|
+
<settings-input-hdmi v-else-if="valueName == 'settings_input_hdmi'" />
|
|
238
|
+
<settings-input-svideo v-else-if="valueName == 'settings_input_svideo'" />
|
|
239
|
+
<settings-overscan v-else-if="valueName == 'settings_overscan'" />
|
|
240
|
+
<settings-phone v-else-if="valueName == 'settings_phone'" />
|
|
241
|
+
<settings-power v-else-if="valueName == 'settings_power'" />
|
|
242
|
+
<settings-remote v-else-if="valueName == 'settings_remote'" />
|
|
243
|
+
<settings-voice v-else-if="valueName == 'settings_voice'" />
|
|
244
|
+
<shop v-else-if="valueName == 'shop'" />
|
|
245
|
+
<shop-two v-else-if="valueName == 'shop_two'" />
|
|
246
|
+
<shopping-bag v-else-if="valueName == 'shopping_bag'" />
|
|
247
|
+
<shopping-basket v-else-if="valueName == 'shopping_basket'" />
|
|
248
|
+
<shopping-cart v-else-if="valueName == 'shopping_cart'" />
|
|
249
|
+
<smart-button v-else-if="valueName == 'smart_button'" />
|
|
250
|
+
<ic-source v-else-if="valueName == 'source'" />
|
|
251
|
+
<speaker-notes v-else-if="valueName == 'speaker_notes'" />
|
|
252
|
+
<speaker-notes-off v-else-if="valueName == 'speaker_notes_off'" />
|
|
253
|
+
<spellcheck v-else-if="valueName == 'spellcheck'" />
|
|
254
|
+
<star-rate v-else-if="valueName == 'star_rate'" />
|
|
255
|
+
<stars v-else-if="valueName == 'stars'" />
|
|
256
|
+
<sticky-note-2 v-else-if="valueName == 'sticky_note_2'" />
|
|
257
|
+
<store v-else-if="valueName == 'store'" />
|
|
258
|
+
<subject v-else-if="valueName == 'subject'" />
|
|
259
|
+
<subtitles-off v-else-if="valueName == 'subtitles_off'" />
|
|
260
|
+
<supervised-user-circle v-else-if="valueName == 'supervised_user_circle'" />
|
|
261
|
+
<supervisor-account v-else-if="valueName == 'supervisor_account'" />
|
|
262
|
+
<support v-else-if="valueName == 'support'" />
|
|
263
|
+
<swap-horiz v-else-if="valueName == 'swap_horiz'" />
|
|
264
|
+
<swap-horizontal-circle v-else-if="valueName == 'swap_horizontal_circle'" />
|
|
265
|
+
<swap-vert v-else-if="valueName == 'swap_vert'" />
|
|
266
|
+
<swap-vertical-circle v-else-if="valueName == 'swap_vertical_circle'" />
|
|
267
|
+
<sync-alt v-else-if="valueName == 'sync_alt'" />
|
|
268
|
+
<system-update-alt v-else-if="valueName == 'system_update_alt'" />
|
|
269
|
+
<tab v-else-if="valueName == 'tab'" />
|
|
270
|
+
<tab-unselected v-else-if="valueName == 'tab_unselected'" />
|
|
271
|
+
<table-view v-else-if="valueName == 'table_view'" />
|
|
272
|
+
<text-rotate-up v-else-if="valueName == 'text_rotate_up'" />
|
|
273
|
+
<text-rotate-vertical v-else-if="valueName == 'text_rotate_vertical'" />
|
|
274
|
+
<text-rotation-angledown v-else-if="valueName == 'text_rotation_angledown'" />
|
|
275
|
+
<text-rotation-angleup v-else-if="valueName == 'text_rotation_angleup'" />
|
|
276
|
+
<text-rotation-down v-else-if="valueName == 'text_rotation_down'" />
|
|
277
|
+
<text-rotation-none v-else-if="valueName == 'text_rotation_none'" />
|
|
278
|
+
<theaters v-else-if="valueName == 'theaters'" />
|
|
279
|
+
<thumb-down v-else-if="valueName == 'thumb_down'" />
|
|
280
|
+
<thumb-up v-else-if="valueName == 'thumb_up'" />
|
|
281
|
+
<thumbs-up-down v-else-if="valueName == 'thumbs_up_down'" />
|
|
282
|
+
<timeline v-else-if="valueName == 'timeline'" />
|
|
283
|
+
<toc v-else-if="valueName == 'toc'" />
|
|
284
|
+
<today v-else-if="valueName == 'today'" />
|
|
285
|
+
<toll v-else-if="valueName == 'toll'" />
|
|
286
|
+
<touch-app v-else-if="valueName == 'touch_app'" />
|
|
287
|
+
<tour v-else-if="valueName == 'tour'" />
|
|
288
|
+
<track-changes v-else-if="valueName == 'track_changes'" />
|
|
289
|
+
<translate v-else-if="valueName == 'translate'" />
|
|
290
|
+
<trending-down v-else-if="valueName == 'trending_down'" />
|
|
291
|
+
<trending-flat v-else-if="valueName == 'trending_flat'" />
|
|
292
|
+
<trending-up v-else-if="valueName == 'trending_up'" />
|
|
293
|
+
<turned-in v-else-if="valueName == 'turned_in'" />
|
|
294
|
+
<turned-in-not v-else-if="valueName == 'turned_in_not'" />
|
|
295
|
+
<unpublished v-else-if="valueName == 'unpublished'" />
|
|
296
|
+
<update v-else-if="valueName == 'update'" />
|
|
297
|
+
<upgrade v-else-if="valueName == 'upgrade'" />
|
|
298
|
+
<verified v-else-if="valueName == 'verified'" />
|
|
299
|
+
<verified-user v-else-if="valueName == 'verified_user'" />
|
|
300
|
+
<vertical-split v-else-if="valueName == 'vertical_split'" />
|
|
301
|
+
<view-agenda v-else-if="valueName == 'view_agenda'" />
|
|
302
|
+
<view-array v-else-if="valueName == 'view_array'" />
|
|
303
|
+
<view-carousel v-else-if="valueName == 'view_carousel'" />
|
|
304
|
+
<view-column v-else-if="valueName == 'view_column'" />
|
|
305
|
+
<view-day v-else-if="valueName == 'view_day'" />
|
|
306
|
+
<view-headline v-else-if="valueName == 'view_headline'" />
|
|
307
|
+
<view-list v-else-if="valueName == 'view_list'" />
|
|
308
|
+
<view-module v-else-if="valueName == 'view_module'" />
|
|
309
|
+
<view-quilt v-else-if="valueName == 'view_quilt'" />
|
|
310
|
+
<view-sidebar v-else-if="valueName == 'view_sidebar'" />
|
|
311
|
+
<view-stream v-else-if="valueName == 'view_stream'" />
|
|
312
|
+
<view-week v-else-if="valueName == 'view_week'" />
|
|
313
|
+
<visibility v-else-if="valueName == 'visibility'" />
|
|
314
|
+
<visibility-off v-else-if="valueName == 'visibility_off'" />
|
|
315
|
+
<voice-over-off v-else-if="valueName == 'voice_over_off'" />
|
|
316
|
+
<watch-later v-else-if="valueName == 'watch_later'" />
|
|
317
|
+
<wifi-protected-setup v-else-if="valueName == 'wifi_protected_setup'" />
|
|
318
|
+
<work v-else-if="valueName == 'work'" />
|
|
319
|
+
<work-off v-else-if="valueName == 'work_off'" />
|
|
320
|
+
<work-outline v-else-if="valueName == 'work_outline'" />
|
|
321
|
+
<wysiwyg v-else-if="valueName == 'wysiwyg'" />
|
|
322
|
+
<youtube-searched-for v-else-if="valueName == 'youtube_searched_for'" />
|
|
323
|
+
<zoom-in v-else-if="valueName == 'zoom_in'" />
|
|
324
|
+
<zoom-out v-else-if="valueName == 'zoom_out'" />
|
|
325
|
+
<home-linear v-else-if="valueName == 'home_linear'" />
|
|
326
|
+
<logout v-else-if="valueName == 'logout'" />
|
|
327
|
+
<home-bold v-else-if="valueName == 'home_bold'" />
|
|
328
|
+
</template>
|
|
329
|
+
|
|
330
|
+
<script>
|
|
331
|
+
import TridRotation from "@/components/Icons/Action/TridRotation";
|
|
332
|
+
import Accessibility from "@/components/Icons/Action/Accessibility";
|
|
333
|
+
import AccessibilityNew from "@/components/Icons/Action/AccessibilityNew";
|
|
334
|
+
import Accessible from "@/components/Icons/Action/Accessible";
|
|
335
|
+
import AccessibleForward from "@/components/Icons/Action/AccessibleForward";
|
|
336
|
+
import AccountBalance from "@/components/Icons/Action/AccountBalance";
|
|
337
|
+
import AccountBalanceWallet from "@/components/Icons/Action/AccountBalanceWallet";
|
|
338
|
+
import AccountBox from "@/components/Icons/Action/AccountBox";
|
|
339
|
+
import AccountCircle from "@/components/Icons/Action/AccountCircle";
|
|
340
|
+
import AddShoppingCart from "@/components/Icons/Action/AddShoppingCart";
|
|
341
|
+
import AddTask from "@/components/Icons/Action/AddTask";
|
|
342
|
+
import Addchart from "@/components/Icons/Action/Addchart";
|
|
343
|
+
import AdminPanelSettings from "@/components/Icons/Action/AdminPanelSettings";
|
|
344
|
+
import Alarm from "@/components/Icons/Action/Alarm";
|
|
345
|
+
import AlarmAdd from "@/components/Icons/Action/AlarmAdd";
|
|
346
|
+
import AlarmOff from "@/components/Icons/Action/AlarmOff";
|
|
347
|
+
import AlarmOn from "@/components/Icons/Action/AlarmOn";
|
|
348
|
+
import AllInbox from "@/components/Icons/Action/AllInbox";
|
|
349
|
+
import AllOut from "@/components/Icons/Action/AllOut";
|
|
350
|
+
import Analytics from "@/components/Icons/Action/Analytics";
|
|
351
|
+
import Anchor from "@/components/Icons/Action/Anchor";
|
|
352
|
+
import Android from "@/components/Icons/Action/Android";
|
|
353
|
+
import Announcement from "@/components/Icons/Action/Announcement";
|
|
354
|
+
import Api from "@/components/Icons/Action/Api";
|
|
355
|
+
import AppBlocking from "@/components/Icons/Action/AppBlocking";
|
|
356
|
+
import ArrowCircleDown from "@/components/Icons/Action/ArrowCircleDown";
|
|
357
|
+
import ArrowCircleUp from "@/components/Icons/Action/ArrowCircleUp";
|
|
358
|
+
import ArrowRightAlt from "@/components/Icons/Action/ArrowRightAlt";
|
|
359
|
+
import IcArticle from "@/components/Icons/Action/IcArticle";
|
|
360
|
+
import AspectRatio from "@/components/Icons/Action/AspectRatio";
|
|
361
|
+
import Assessment from "@/components/Icons/Action/Assessment";
|
|
362
|
+
import Assignment from "@/components/Icons/Action/Assignment";
|
|
363
|
+
import AssignmentInd from "@/components/Icons/Action/AssignmentInd";
|
|
364
|
+
import AssignmentLate from "@/components/Icons/Action/AssignmentLate";
|
|
365
|
+
import AssignmentReturn from "@/components/Icons/Action/AssignmentReturn";
|
|
366
|
+
import AssignmentReturned from "@/components/Icons/Action/AssignmentReturned";
|
|
367
|
+
import AssignmentTurnedIn from "@/components/Icons/Action/AssignmentTurnedIn";
|
|
368
|
+
import Autorenew from "@/components/Icons/Action/Autorenew";
|
|
369
|
+
import Backup from "@/components/Icons/Action/Backup";
|
|
370
|
+
import BackupTable from "@/components/Icons/Action/BackupTable";
|
|
371
|
+
import BatchPrediction from "@/components/Icons/Action/BatchPrediction";
|
|
372
|
+
import Book from "@/components/Icons/Action/Book";
|
|
373
|
+
import BookOnline from "@/components/Icons/Action/BookOnline";
|
|
374
|
+
import Bookmark from "@/components/Icons/Action/Bookmark";
|
|
375
|
+
import BookmarkBorder from "@/components/Icons/Action/BookmarkBorder";
|
|
376
|
+
import Bookmarks from "@/components/Icons/Action/Bookmarks";
|
|
377
|
+
import BugReport from "@/components/Icons/Action/BugReport";
|
|
378
|
+
import Build from "@/components/Icons/Action/Build";
|
|
379
|
+
import BuildCircle from "@/components/Icons/Action/BuildCircle";
|
|
380
|
+
import Cached from "@/components/Icons/Action/Cached";
|
|
381
|
+
import CalendarToday from "@/components/Icons/Action/CalendarToday";
|
|
382
|
+
import CalendarViewDay from "@/components/Icons/Action/CalendarViewDay";
|
|
383
|
+
import CameraEnhance from "@/components/Icons/Action/CameraEnhance";
|
|
384
|
+
import CancelScheduleSend from "@/components/Icons/Action/CancelScheduleSend";
|
|
385
|
+
import CardGiftcard from "@/components/Icons/Action/CardGiftcard";
|
|
386
|
+
import CardMembership from "@/components/Icons/Action/CardMembership";
|
|
387
|
+
import CardTravel from "@/components/Icons/Action/CardTravel";
|
|
388
|
+
import ChangeHistory from "@/components/Icons/Action/ChangeHistory";
|
|
389
|
+
import CheckCircle from "@/components/Icons/Action/CheckCircle";
|
|
390
|
+
import CheckCircleOutline from "@/components/Icons/Action/CheckCircleOutline";
|
|
391
|
+
import ChromeReaderMode from "@/components/Icons/Action/ChromeReaderMode";
|
|
392
|
+
import Class from "@/components/Icons/Action/Class";
|
|
393
|
+
import CloseFullscreen from "@/components/Icons/Action/CloseFullscreen";
|
|
394
|
+
import IcCode from "@/components/Icons/Action/IcCode";
|
|
395
|
+
import CommentBank from "@/components/Icons/Action/CommentBank";
|
|
396
|
+
import Commute from "@/components/Icons/Action/Commute";
|
|
397
|
+
import CompareArrows from "@/components/Icons/Action/CompareArrows";
|
|
398
|
+
import ContactPage from "@/components/Icons/Action/ContactPage";
|
|
399
|
+
import ContactSupport from "@/components/Icons/Action/ContactSupport";
|
|
400
|
+
import Contactless from "@/components/Icons/Action/Contactless";
|
|
401
|
+
import Copyright from "@/components/Icons/Action/Copyright";
|
|
402
|
+
import CreditCard from "@/components/Icons/Action/CreditCard";
|
|
403
|
+
import Dashboard from "@/components/Icons/Action/Dashboard";
|
|
404
|
+
import DateRange from "@/components/Icons/Action/DateRange";
|
|
405
|
+
import Delete from "@/components/Icons/Action/Delete";
|
|
406
|
+
import DeleteForever from "@/components/Icons/Action/DeleteForever";
|
|
407
|
+
import DeleteOutline from "@/components/Icons/Action/DeleteOutline";
|
|
408
|
+
import Description from "@/components/Icons/Action/Description";
|
|
409
|
+
import DisabledByDefault from "@/components/Icons/Action/DisabledByDefault";
|
|
410
|
+
import Dns from "@/components/Icons/Action/Dns";
|
|
411
|
+
import Done from "@/components/Icons/Action/Done";
|
|
412
|
+
import DoneAll from "@/components/Icons/Action/DoneAll";
|
|
413
|
+
import DoneOutline from "@/components/Icons/Action/DoneOutline";
|
|
414
|
+
import DonutLarge from "@/components/Icons/Action/DonutLarge";
|
|
415
|
+
import DonutSmall from "@/components/Icons/Action/DonutSmall";
|
|
416
|
+
import DragIndicator from "@/components/Icons/Action/DragIndicator";
|
|
417
|
+
import DynamicForm from "@/components/Icons/Action/DynamicForm";
|
|
418
|
+
import Eco from "@/components/Icons/Action/Eco";
|
|
419
|
+
import Eject from "@/components/Icons/Action/Eject";
|
|
420
|
+
import EuroSymbol from "@/components/Icons/Action/EuroSymbol";
|
|
421
|
+
import Event from "@/components/Icons/Action/Event";
|
|
422
|
+
import EventSeat from "@/components/Icons/Action/EventSeat";
|
|
423
|
+
import ExitToApp from "@/components/Icons/Action/ExitToApp";
|
|
424
|
+
import Explore from "@/components/Icons/Action/Explore";
|
|
425
|
+
import ExploreOff from "@/components/Icons/Action/ExploreOff";
|
|
426
|
+
import Extension from "@/components/Icons/Action/Extension";
|
|
427
|
+
import Face from "@/components/Icons/Action/Face";
|
|
428
|
+
import FaceUnlock from "@/components/Icons/Action/FaceUnlock";
|
|
429
|
+
import FactCheck from "@/components/Icons/Action/FactCheck";
|
|
430
|
+
import Favorite from "@/components/Icons/Action/Favorite";
|
|
431
|
+
import FavoriteBorder from "@/components/Icons/Action/FavoriteBorder";
|
|
432
|
+
import Feedback from "@/components/Icons/Action/Feedback";
|
|
433
|
+
import FilterAlt from "@/components/Icons/Action/FilterAlt";
|
|
434
|
+
import FindInPage from "@/components/Icons/Action/FindInPage";
|
|
435
|
+
import FindReplace from "@/components/Icons/Action/FindReplace";
|
|
436
|
+
import Fingerprint from "@/components/Icons/Action/Fingerprint";
|
|
437
|
+
import Flaky from "@/components/Icons/Action/Flaky";
|
|
438
|
+
import FlightLand from "@/components/Icons/Action/FlightLand";
|
|
439
|
+
import FlightTakeoff from "@/components/Icons/Action/FlightTakeoff";
|
|
440
|
+
import FlipToBack from "@/components/Icons/Action/FlipToBack";
|
|
441
|
+
import FlipToFront from "@/components/Icons/Action/FlipToFront";
|
|
442
|
+
import GTranslate from "@/components/Icons/Action/GTranslate";
|
|
443
|
+
import Gavel from "@/components/Icons/Action/Gavel";
|
|
444
|
+
import GetApp from "@/components/Icons/Action/GetApp";
|
|
445
|
+
import Gif from "@/components/Icons/Action/Gif";
|
|
446
|
+
import Grade from "@/components/Icons/Action/Grade";
|
|
447
|
+
import Grading from "@/components/Icons/Action/Grading";
|
|
448
|
+
import GroupWork from "@/components/Icons/Action/GroupWork";
|
|
449
|
+
import Help from "@/components/Icons/Action/Help";
|
|
450
|
+
import HelpCenter from "@/components/Icons/Action/HelpCenter";
|
|
451
|
+
import HelpOutline from "@/components/Icons/Action/HelpOutline";
|
|
452
|
+
import HighlightAlt from "@/components/Icons/Action/HighlightAlt";
|
|
453
|
+
import HighlightOff from "@/components/Icons/Action/HighlightOff";
|
|
454
|
+
import History from "@/components/Icons/Action/History";
|
|
455
|
+
import HistoryToggleOff from "@/components/Icons/Action/HistoryToggleOff";
|
|
456
|
+
import Home from "@/components/Icons/Action/Home";
|
|
457
|
+
import HorizontalSplit from "@/components/Icons/Action/HorizontalSplit";
|
|
458
|
+
import HourglassDisabled from "@/components/Icons/Action/HourglassDisabled";
|
|
459
|
+
import HourglassEmpty from "@/components/Icons/Action/HourglassEmpty";
|
|
460
|
+
import HourglassFull from "@/components/Icons/Action/HourglassFull";
|
|
461
|
+
import Http from "@/components/Icons/Action/Http";
|
|
462
|
+
import Https from "@/components/Icons/Action/Https";
|
|
463
|
+
import ImportantDevices from "@/components/Icons/Action/ImportantDevices";
|
|
464
|
+
import Info from "@/components/Icons/Action/Info";
|
|
465
|
+
import InfoOutline from "@/components/Icons/Action/InfoOutline";
|
|
466
|
+
import IcInput from "@/components/Icons/Action/IcInput";
|
|
467
|
+
import IntegrationInstructions from "@/components/Icons/Action/IntegrationInstructions";
|
|
468
|
+
import InvertColors from "@/components/Icons/Action/InvertColors";
|
|
469
|
+
import IcLabel from "@/components/Icons/Action/IcLabel";
|
|
470
|
+
import LabelImportant from "@/components/Icons/Action/LabelImportant";
|
|
471
|
+
import LabelImportantOutline from "@/components/Icons/Action/LabelImportantOutline";
|
|
472
|
+
import LabelOff from "@/components/Icons/Action/LabelOff";
|
|
473
|
+
import LabelOutline from "@/components/Icons/Action/LabelOutline";
|
|
474
|
+
import Language from "@/components/Icons/Action/Language";
|
|
475
|
+
import Launch from "@/components/Icons/Action/Launch";
|
|
476
|
+
import Leaderboard from "@/components/Icons/Action/Leaderboard";
|
|
477
|
+
import LightbulbOutline from "@/components/Icons/Action/LightbulbOutline";
|
|
478
|
+
import LineStyle from "@/components/Icons/Action/LineStyle";
|
|
479
|
+
import LineWeight from "@/components/Icons/Action/LineWeight";
|
|
480
|
+
import List from "@/components/Icons/Action/List";
|
|
481
|
+
import Lock from "@/components/Icons/Action/Lock";
|
|
482
|
+
import LockOpen from "@/components/Icons/Action/LockOpen";
|
|
483
|
+
import LockOutline from "@/components/Icons/Action/LockOutline";
|
|
484
|
+
import Login from "@/components/Icons/Action/Login";
|
|
485
|
+
import Loyalty from "@/components/Icons/Action/Loyalty";
|
|
486
|
+
import MarkunreadMailbox from "@/components/Icons/Action/MarkunreadMailbox";
|
|
487
|
+
import Maximize from "@/components/Icons/Action/Maximize";
|
|
488
|
+
import Mediation from "@/components/Icons/Action/Mediation";
|
|
489
|
+
import Minimize from "@/components/Icons/Action/Minimize";
|
|
490
|
+
import ModelTraining from "@/components/Icons/Action/ModelTraining";
|
|
491
|
+
import NextPlan from "@/components/Icons/Action/NextPlan";
|
|
492
|
+
import NotAccessible from "@/components/Icons/Action/NotAccessible";
|
|
493
|
+
import NotStarted from "@/components/Icons/Action/NotStarted";
|
|
494
|
+
import NoteAdd from "@/components/Icons/Action/NoteAdd";
|
|
495
|
+
import OfflineBolt from "@/components/Icons/Action/OfflineBolt";
|
|
496
|
+
import OfflinePin from "@/components/Icons/Action/OfflinePin";
|
|
497
|
+
import OnlinePrediction from "@/components/Icons/Action/OnlinePrediction";
|
|
498
|
+
import Opacity from "@/components/Icons/Action/Opacity";
|
|
499
|
+
import OpenInBrowser from "@/components/Icons/Action/OpenInBrowser";
|
|
500
|
+
import OpenInFull from "@/components/Icons/Action/OpenInFull";
|
|
501
|
+
import OpenInNew from "@/components/Icons/Action/OpenInNew";
|
|
502
|
+
import OpenWith from "@/components/Icons/Action/OpenWith";
|
|
503
|
+
import Outbond from "@/components/Icons/Action/Outbond";
|
|
504
|
+
import Outlet from "@/components/Icons/Action/Outlet";
|
|
505
|
+
import Pageview from "@/components/Icons/Action/Pageview";
|
|
506
|
+
import PanTool from "@/components/Icons/Action/PanTool";
|
|
507
|
+
import Payment from "@/components/Icons/Action/Payment";
|
|
508
|
+
import Pending from "@/components/Icons/Action/Pending";
|
|
509
|
+
import PendingActions from "@/components/Icons/Action/PendingActions";
|
|
510
|
+
import PermCameraMic from "@/components/Icons/Action/PermCameraMic";
|
|
511
|
+
import PermContactCalendar from "@/components/Icons/Action/PermContactCalendar";
|
|
512
|
+
import PermDataSetting from "@/components/Icons/Action/PermDataSetting";
|
|
513
|
+
import PermDeviceInformation from "@/components/Icons/Action/PermDeviceInformation";
|
|
514
|
+
import PermIdentity from "@/components/Icons/Action/PermIdentity";
|
|
515
|
+
import PermMedia from "@/components/Icons/Action/PermMedia";
|
|
516
|
+
import PermPhoneMsg from "@/components/Icons/Action/PermPhoneMsg";
|
|
517
|
+
import PermScanWifi from "@/components/Icons/Action/PermScanWifi";
|
|
518
|
+
import Pets from "@/components/Icons/Action/Pets";
|
|
519
|
+
import PictureInPicture from "@/components/Icons/Action/PictureInPicture";
|
|
520
|
+
import PictureInPictureAlt from "@/components/Icons/Action/PictureInPictureAlt";
|
|
521
|
+
import Plagiarism from "@/components/Icons/Action/Plagiarism";
|
|
522
|
+
import PlayForWork from "@/components/Icons/Action/PlayForWork";
|
|
523
|
+
import Polymer from "@/components/Icons/Action/Polymer";
|
|
524
|
+
import PowerSettingsNew from "@/components/Icons/Action/PowerSettingsNew";
|
|
525
|
+
import PregnantWoman from "@/components/Icons/Action/PregnantWoman";
|
|
526
|
+
import Preview from "@/components/Icons/Action/Preview";
|
|
527
|
+
import Print from "@/components/Icons/Action/Print";
|
|
528
|
+
import PrivacyTip from "@/components/Icons/Action/PrivacyTip";
|
|
529
|
+
import PublishedWithChanges from "@/components/Icons/Action/PublishedWithChanges";
|
|
530
|
+
import QueryBuilder from "@/components/Icons/Action/QueryBuilder";
|
|
531
|
+
import QuestionAnswer from "@/components/Icons/Action/QuestionAnswer";
|
|
532
|
+
import Quickreply from "@/components/Icons/Action/Quickreply";
|
|
533
|
+
import Receipt from "@/components/Icons/Action/Receipt";
|
|
534
|
+
import RecordVoiceOver from "@/components/Icons/Action/RecordVoiceOver";
|
|
535
|
+
import Redeem from "@/components/Icons/Action/Redeem";
|
|
536
|
+
import RemoveShoppingCart from "@/components/Icons/Action/RemoveShoppingCart";
|
|
537
|
+
import Reorder from "@/components/Icons/Action/Reorder";
|
|
538
|
+
import ReportProblem from "@/components/Icons/Action/ReportProblem";
|
|
539
|
+
import RequestPage from "@/components/Icons/Action/RequestPage";
|
|
540
|
+
import Restore from "@/components/Icons/Action/Restore";
|
|
541
|
+
import RestoreFromTrash from "@/components/Icons/Action/RestoreFromTrash";
|
|
542
|
+
import RestorePage from "@/components/Icons/Action/RestorePage";
|
|
543
|
+
import Room from "@/components/Icons/Action/Room";
|
|
544
|
+
import RoundedCorner from "@/components/Icons/Action/RoundedCorner";
|
|
545
|
+
import Rowing from "@/components/Icons/Action/Rowing";
|
|
546
|
+
import Rule from "@/components/Icons/Action/Rule";
|
|
547
|
+
import Schedule from "@/components/Icons/Action/Schedule";
|
|
548
|
+
import Search from "@/components/Icons/Action/Search";
|
|
549
|
+
import SearchOff from "@/components/Icons/Action/SearchOff";
|
|
550
|
+
import Settings from "@/components/Icons/Action/Settings";
|
|
551
|
+
import SettingsApplications from "@/components/Icons/Action/SettingsApplications";
|
|
552
|
+
import SettingsBackupRestore from "@/components/Icons/Action/SettingsBackupRestore";
|
|
553
|
+
import SettingsBluetooth from "@/components/Icons/Action/SettingsBluetooth";
|
|
554
|
+
import SettingsBrightness from "@/components/Icons/Action/SettingsBrightness";
|
|
555
|
+
import SettingsCell from "@/components/Icons/Action/SettingsCell";
|
|
556
|
+
import SettingsEthernet from "@/components/Icons/Action/SettingsEthernet";
|
|
557
|
+
import SettingsInputAntenna from "@/components/Icons/Action/SettingsInputAntenna";
|
|
558
|
+
import SettingsInputComponent from "@/components/Icons/Action/SettingsInputComponent";
|
|
559
|
+
import SettingsInputComposite from "@/components/Icons/Action/SettingsInputComposite";
|
|
560
|
+
import SettingsInputHdmi from "@/components/Icons/Action/SettingsInputHdmi";
|
|
561
|
+
import SettingsInputSvideo from "@/components/Icons/Action/SettingsInputSvideo";
|
|
562
|
+
import SettingsOverscan from "@/components/Icons/Action/SettingsOverscan";
|
|
563
|
+
import SettingsPhone from "@/components/Icons/Action/SettingsPhone";
|
|
564
|
+
import SettingsPower from "@/components/Icons/Action/SettingsPower";
|
|
565
|
+
import SettingsRemote from "@/components/Icons/Action/SettingsRemote";
|
|
566
|
+
import SettingsVoice from "@/components/Icons/Action/SettingsVoice";
|
|
567
|
+
import Shop from "@/components/Icons/Action/Shop";
|
|
568
|
+
import ShopTwo from "@/components/Icons/Action/ShopTwo";
|
|
569
|
+
import ShoppingBag from "@/components/Icons/Action/ShoppingBag";
|
|
570
|
+
import ShoppingBasket from "@/components/Icons/Action/ShoppingBasket";
|
|
571
|
+
import ShoppingCart from "@/components/Icons/Action/ShoppingCart";
|
|
572
|
+
import SmartButton from "@/components/Icons/Action/SmartButton";
|
|
573
|
+
import IcSource from "@/components/Icons/Action/IcSource";
|
|
574
|
+
import SpeakerNotes from "@/components/Icons/Action/SpeakerNotes";
|
|
575
|
+
import SpeakerNotesOff from "@/components/Icons/Action/SpeakerNotesOff";
|
|
576
|
+
import Spellcheck from "@/components/Icons/Action/Spellcheck";
|
|
577
|
+
import StarRate from "@/components/Icons/Action/StarRate";
|
|
578
|
+
import Stars from "@/components/Icons/Action/Stars";
|
|
579
|
+
import StickyNote2 from "@/components/Icons/Action/StickyNote2";
|
|
580
|
+
import Store from "@/components/Icons/Action/Store";
|
|
581
|
+
import Subject from "@/components/Icons/Action/Subject";
|
|
582
|
+
import SubtitlesOff from "@/components/Icons/Action/SubtitlesOff";
|
|
583
|
+
import SupervisedUserCircle from "@/components/Icons/Action/SupervisedUserCircle";
|
|
584
|
+
import SupervisorAccount from "@/components/Icons/Action/SupervisorAccount";
|
|
585
|
+
import Support from "@/components/Icons/Action/Support";
|
|
586
|
+
import SwapHoriz from "@/components/Icons/Action/SwapHoriz";
|
|
587
|
+
import SwapHorizontalCircle from "@/components/Icons/Action/SwapHorizontalCircle";
|
|
588
|
+
import SwapVert from "@/components/Icons/Action/SwapVert";
|
|
589
|
+
import SwapVerticalCircle from "@/components/Icons/Action/SwapVerticalCircle";
|
|
590
|
+
import SyncAlt from "@/components/Icons/Action/SyncAlt";
|
|
591
|
+
import SystemUpdateAlt from "@/components/Icons/Action/SystemUpdateAlt";
|
|
592
|
+
import Tab from "@/components/Icons/Action/Tab";
|
|
593
|
+
import TabUnselected from "@/components/Icons/Action/TabUnselected";
|
|
594
|
+
import TableView from "@/components/Icons/Action/TableView";
|
|
595
|
+
import TextRotateUp from "@/components/Icons/Action/TextRotateUp";
|
|
596
|
+
import TextRotateVertical from "@/components/Icons/Action/TextRotateVertical";
|
|
597
|
+
import TextRotationAngledown from "@/components/Icons/Action/TextRotationAngledown";
|
|
598
|
+
import TextRotationAngleup from "@/components/Icons/Action/TextRotationAngleup";
|
|
599
|
+
import TextRotationDown from "@/components/Icons/Action/TextRotationDown";
|
|
600
|
+
import TextRotationNone from "@/components/Icons/Action/TextRotationNone";
|
|
601
|
+
import Theaters from "@/components/Icons/Action/Theaters";
|
|
602
|
+
import ThumbDown from "@/components/Icons/Action/ThumbDown";
|
|
603
|
+
import ThumbUp from "@/components/Icons/Action/ThumbUp";
|
|
604
|
+
import ThumbsUpDown from "@/components/Icons/Action/ThumbsUpDown";
|
|
605
|
+
import Timeline from "@/components/Icons/Action/Timeline";
|
|
606
|
+
import Toc from "@/components/Icons/Action/Toc";
|
|
607
|
+
import Today from "@/components/Icons/Action/Today";
|
|
608
|
+
import Toll from "@/components/Icons/Action/Toll";
|
|
609
|
+
import TouchApp from "@/components/Icons/Action/TouchApp";
|
|
610
|
+
import Tour from "@/components/Icons/Action/Tour";
|
|
611
|
+
import TrackChanges from "@/components/Icons/Action/TrackChanges";
|
|
612
|
+
import Translate from "@/components/Icons/Action/Translate";
|
|
613
|
+
import TrendingDown from "@/components/Icons/Action/TrendingDown";
|
|
614
|
+
import TrendingFlat from "@/components/Icons/Action/TrendingFlat";
|
|
615
|
+
import TrendingUp from "@/components/Icons/Action/TrendingUp";
|
|
616
|
+
import TurnedIn from "@/components/Icons/Action/TurnedIn";
|
|
617
|
+
import TurnedInNot from "@/components/Icons/Action/TurnedInNot";
|
|
618
|
+
import Unpublished from "@/components/Icons/Action/Unpublished";
|
|
619
|
+
import Update from "@/components/Icons/Action/Update";
|
|
620
|
+
import Upgrade from "@/components/Icons/Action/Upgrade";
|
|
621
|
+
import Verified from "@/components/Icons/Action/Verified";
|
|
622
|
+
import VerifiedUser from "@/components/Icons/Action/VerifiedUser";
|
|
623
|
+
import VerticalSplit from "@/components/Icons/Action/VerticalSplit";
|
|
624
|
+
import ViewAgenda from "@/components/Icons/Action/ViewAgenda";
|
|
625
|
+
import ViewArray from "@/components/Icons/Action/ViewArray";
|
|
626
|
+
import ViewCarousel from "@/components/Icons/Action/ViewCarousel";
|
|
627
|
+
import ViewColumn from "@/components/Icons/Action/ViewColumn";
|
|
628
|
+
import ViewDay from "@/components/Icons/Action/ViewDay";
|
|
629
|
+
import ViewHeadline from "@/components/Icons/Action/ViewHeadline";
|
|
630
|
+
import ViewList from "@/components/Icons/Action/ViewList";
|
|
631
|
+
import ViewModule from "@/components/Icons/Action/ViewModule";
|
|
632
|
+
import ViewQuilt from "@/components/Icons/Action/ViewQuilt";
|
|
633
|
+
import ViewSidebar from "@/components/Icons/Action/ViewSidebar";
|
|
634
|
+
import ViewStream from "@/components/Icons/Action/ViewStream";
|
|
635
|
+
import ViewWeek from "@/components/Icons/Action/ViewWeek";
|
|
636
|
+
import Visibility from "@/components/Icons/Action/Visibility";
|
|
637
|
+
import VisibilityOff from "@/components/Icons/Action/VisibilityOff";
|
|
638
|
+
import VoiceOverOff from "@/components/Icons/Action/VoiceOverOff";
|
|
639
|
+
import WatchLater from "@/components/Icons/Action/WatchLater";
|
|
640
|
+
import WifiProtectedSetup from "@/components/Icons/Action/WifiProtectedSetup";
|
|
641
|
+
import Work from "@/components/Icons/Action/Work";
|
|
642
|
+
import WorkOff from "@/components/Icons/Action/WorkOff";
|
|
643
|
+
import WorkOutline from "@/components/Icons/Action/WorkOutline";
|
|
644
|
+
import Wysiwyg from "@/components/Icons/Action/Wysiwyg";
|
|
645
|
+
import YoutubeSearchedFor from "@/components/Icons/Action/YoutubeSearchedFor";
|
|
646
|
+
import ZoomIn from "@/components/Icons/Action/ZoomIn";
|
|
647
|
+
import ZoomOut from "@/components/Icons/Action/ZoomOut";
|
|
648
|
+
import HomeLinear from "@/components/Icons/Action/HomeLinear";
|
|
649
|
+
import Logout from "@/components/Icons/Action/Logout";
|
|
650
|
+
import HomeBold from "@/components/Icons/Action/HomeBold";
|
|
651
|
+
|
|
652
|
+
export default {
|
|
653
|
+
components: {
|
|
654
|
+
TridRotation,
|
|
655
|
+
Accessibility,
|
|
656
|
+
AccessibilityNew,
|
|
657
|
+
Accessible,
|
|
658
|
+
AccessibleForward,
|
|
659
|
+
AccountBalance,
|
|
660
|
+
AccountBalanceWallet,
|
|
661
|
+
AccountBox,
|
|
662
|
+
AccountCircle,
|
|
663
|
+
AddShoppingCart,
|
|
664
|
+
AddTask,
|
|
665
|
+
Addchart,
|
|
666
|
+
AdminPanelSettings,
|
|
667
|
+
Alarm,
|
|
668
|
+
AlarmAdd,
|
|
669
|
+
AlarmOff,
|
|
670
|
+
AlarmOn,
|
|
671
|
+
AllInbox,
|
|
672
|
+
AllOut,
|
|
673
|
+
Analytics,
|
|
674
|
+
Anchor,
|
|
675
|
+
Android,
|
|
676
|
+
Announcement,
|
|
677
|
+
Api,
|
|
678
|
+
AppBlocking,
|
|
679
|
+
ArrowCircleDown,
|
|
680
|
+
ArrowCircleUp,
|
|
681
|
+
ArrowRightAlt,
|
|
682
|
+
IcArticle,
|
|
683
|
+
AspectRatio,
|
|
684
|
+
Assessment,
|
|
685
|
+
Assignment,
|
|
686
|
+
AssignmentInd,
|
|
687
|
+
AssignmentLate,
|
|
688
|
+
AssignmentReturn,
|
|
689
|
+
AssignmentReturned,
|
|
690
|
+
AssignmentTurnedIn,
|
|
691
|
+
Autorenew,
|
|
692
|
+
Backup,
|
|
693
|
+
BackupTable,
|
|
694
|
+
BatchPrediction,
|
|
695
|
+
Book,
|
|
696
|
+
BookOnline,
|
|
697
|
+
Bookmark,
|
|
698
|
+
BookmarkBorder,
|
|
699
|
+
Bookmarks,
|
|
700
|
+
BugReport,
|
|
701
|
+
Build,
|
|
702
|
+
BuildCircle,
|
|
703
|
+
Cached,
|
|
704
|
+
CalendarToday,
|
|
705
|
+
CalendarViewDay,
|
|
706
|
+
CameraEnhance,
|
|
707
|
+
CancelScheduleSend,
|
|
708
|
+
CardGiftcard,
|
|
709
|
+
CardMembership,
|
|
710
|
+
CardTravel,
|
|
711
|
+
ChangeHistory,
|
|
712
|
+
CheckCircle,
|
|
713
|
+
CheckCircleOutline,
|
|
714
|
+
ChromeReaderMode,
|
|
715
|
+
Class,
|
|
716
|
+
CloseFullscreen,
|
|
717
|
+
IcCode,
|
|
718
|
+
CommentBank,
|
|
719
|
+
Commute,
|
|
720
|
+
CompareArrows,
|
|
721
|
+
ContactPage,
|
|
722
|
+
ContactSupport,
|
|
723
|
+
Contactless,
|
|
724
|
+
Copyright,
|
|
725
|
+
CreditCard,
|
|
726
|
+
Dashboard,
|
|
727
|
+
DateRange,
|
|
728
|
+
Delete,
|
|
729
|
+
DeleteForever,
|
|
730
|
+
DeleteOutline,
|
|
731
|
+
Description,
|
|
732
|
+
DisabledByDefault,
|
|
733
|
+
Dns,
|
|
734
|
+
Done,
|
|
735
|
+
DoneAll,
|
|
736
|
+
DoneOutline,
|
|
737
|
+
DonutLarge,
|
|
738
|
+
DonutSmall,
|
|
739
|
+
DragIndicator,
|
|
740
|
+
DynamicForm,
|
|
741
|
+
Eco,
|
|
742
|
+
Eject,
|
|
743
|
+
EuroSymbol,
|
|
744
|
+
Event,
|
|
745
|
+
EventSeat,
|
|
746
|
+
ExitToApp,
|
|
747
|
+
Explore,
|
|
748
|
+
ExploreOff,
|
|
749
|
+
Extension,
|
|
750
|
+
Face,
|
|
751
|
+
FaceUnlock,
|
|
752
|
+
FactCheck,
|
|
753
|
+
Favorite,
|
|
754
|
+
FavoriteBorder,
|
|
755
|
+
Feedback,
|
|
756
|
+
FilterAlt,
|
|
757
|
+
FindInPage,
|
|
758
|
+
FindReplace,
|
|
759
|
+
Fingerprint,
|
|
760
|
+
Flaky,
|
|
761
|
+
FlightLand,
|
|
762
|
+
FlightTakeoff,
|
|
763
|
+
FlipToBack,
|
|
764
|
+
FlipToFront,
|
|
765
|
+
GTranslate,
|
|
766
|
+
Gavel,
|
|
767
|
+
GetApp,
|
|
768
|
+
Gif,
|
|
769
|
+
Grade,
|
|
770
|
+
Grading,
|
|
771
|
+
GroupWork,
|
|
772
|
+
Help,
|
|
773
|
+
HelpCenter,
|
|
774
|
+
HelpOutline,
|
|
775
|
+
HighlightAlt,
|
|
776
|
+
HighlightOff,
|
|
777
|
+
History,
|
|
778
|
+
HistoryToggleOff,
|
|
779
|
+
Home,
|
|
780
|
+
HorizontalSplit,
|
|
781
|
+
HourglassDisabled,
|
|
782
|
+
HourglassEmpty,
|
|
783
|
+
HourglassFull,
|
|
784
|
+
Http,
|
|
785
|
+
Https,
|
|
786
|
+
ImportantDevices,
|
|
787
|
+
Info,
|
|
788
|
+
InfoOutline,
|
|
789
|
+
IcInput,
|
|
790
|
+
IntegrationInstructions,
|
|
791
|
+
InvertColors,
|
|
792
|
+
IcLabel,
|
|
793
|
+
LabelImportant,
|
|
794
|
+
LabelImportantOutline,
|
|
795
|
+
LabelOff,
|
|
796
|
+
LabelOutline,
|
|
797
|
+
Language,
|
|
798
|
+
Launch,
|
|
799
|
+
Leaderboard,
|
|
800
|
+
LightbulbOutline,
|
|
801
|
+
LineStyle,
|
|
802
|
+
LineWeight,
|
|
803
|
+
List,
|
|
804
|
+
Lock,
|
|
805
|
+
LockOpen,
|
|
806
|
+
LockOutline,
|
|
807
|
+
Login,
|
|
808
|
+
Loyalty,
|
|
809
|
+
MarkunreadMailbox,
|
|
810
|
+
Maximize,
|
|
811
|
+
Mediation,
|
|
812
|
+
Minimize,
|
|
813
|
+
ModelTraining,
|
|
814
|
+
NextPlan,
|
|
815
|
+
NotAccessible,
|
|
816
|
+
NotStarted,
|
|
817
|
+
NoteAdd,
|
|
818
|
+
OfflineBolt,
|
|
819
|
+
OfflinePin,
|
|
820
|
+
OnlinePrediction,
|
|
821
|
+
Opacity,
|
|
822
|
+
OpenInBrowser,
|
|
823
|
+
OpenInFull,
|
|
824
|
+
OpenInNew,
|
|
825
|
+
OpenWith,
|
|
826
|
+
Outbond,
|
|
827
|
+
Outlet,
|
|
828
|
+
Pageview,
|
|
829
|
+
PanTool,
|
|
830
|
+
Payment,
|
|
831
|
+
Pending,
|
|
832
|
+
PendingActions,
|
|
833
|
+
PermCameraMic,
|
|
834
|
+
PermContactCalendar,
|
|
835
|
+
PermDataSetting,
|
|
836
|
+
PermDeviceInformation,
|
|
837
|
+
PermIdentity,
|
|
838
|
+
PermMedia,
|
|
839
|
+
PermPhoneMsg,
|
|
840
|
+
PermScanWifi,
|
|
841
|
+
Pets,
|
|
842
|
+
PictureInPicture,
|
|
843
|
+
PictureInPictureAlt,
|
|
844
|
+
Plagiarism,
|
|
845
|
+
PlayForWork,
|
|
846
|
+
Polymer,
|
|
847
|
+
PowerSettingsNew,
|
|
848
|
+
PregnantWoman,
|
|
849
|
+
Preview,
|
|
850
|
+
Print,
|
|
851
|
+
PrivacyTip,
|
|
852
|
+
PublishedWithChanges,
|
|
853
|
+
QueryBuilder,
|
|
854
|
+
QuestionAnswer,
|
|
855
|
+
Quickreply,
|
|
856
|
+
Receipt,
|
|
857
|
+
RecordVoiceOver,
|
|
858
|
+
Redeem,
|
|
859
|
+
RemoveShoppingCart,
|
|
860
|
+
Reorder,
|
|
861
|
+
ReportProblem,
|
|
862
|
+
RequestPage,
|
|
863
|
+
Restore,
|
|
864
|
+
RestoreFromTrash,
|
|
865
|
+
RestorePage,
|
|
866
|
+
Room,
|
|
867
|
+
RoundedCorner,
|
|
868
|
+
Rowing,
|
|
869
|
+
Rule,
|
|
870
|
+
Schedule,
|
|
871
|
+
Search,
|
|
872
|
+
SearchOff,
|
|
873
|
+
Settings,
|
|
874
|
+
SettingsApplications,
|
|
875
|
+
SettingsBackupRestore,
|
|
876
|
+
SettingsBluetooth,
|
|
877
|
+
SettingsBrightness,
|
|
878
|
+
SettingsCell,
|
|
879
|
+
SettingsEthernet,
|
|
880
|
+
SettingsInputAntenna,
|
|
881
|
+
SettingsInputComponent,
|
|
882
|
+
SettingsInputComposite,
|
|
883
|
+
SettingsInputHdmi,
|
|
884
|
+
SettingsInputSvideo,
|
|
885
|
+
SettingsOverscan,
|
|
886
|
+
SettingsPhone,
|
|
887
|
+
SettingsPower,
|
|
888
|
+
SettingsRemote,
|
|
889
|
+
SettingsVoice,
|
|
890
|
+
Shop,
|
|
891
|
+
ShopTwo,
|
|
892
|
+
ShoppingBag,
|
|
893
|
+
ShoppingBasket,
|
|
894
|
+
ShoppingCart,
|
|
895
|
+
SmartButton,
|
|
896
|
+
IcSource,
|
|
897
|
+
SpeakerNotes,
|
|
898
|
+
SpeakerNotesOff,
|
|
899
|
+
Spellcheck,
|
|
900
|
+
StarRate,
|
|
901
|
+
Stars,
|
|
902
|
+
StickyNote2,
|
|
903
|
+
Store,
|
|
904
|
+
Subject,
|
|
905
|
+
SubtitlesOff,
|
|
906
|
+
SupervisedUserCircle,
|
|
907
|
+
SupervisorAccount,
|
|
908
|
+
Support,
|
|
909
|
+
SwapHoriz,
|
|
910
|
+
SwapHorizontalCircle,
|
|
911
|
+
SwapVert,
|
|
912
|
+
SwapVerticalCircle,
|
|
913
|
+
SyncAlt,
|
|
914
|
+
SystemUpdateAlt,
|
|
915
|
+
Tab,
|
|
916
|
+
TabUnselected,
|
|
917
|
+
TableView,
|
|
918
|
+
TextRotateUp,
|
|
919
|
+
TextRotateVertical,
|
|
920
|
+
TextRotationAngledown,
|
|
921
|
+
TextRotationAngleup,
|
|
922
|
+
TextRotationDown,
|
|
923
|
+
TextRotationNone,
|
|
924
|
+
Theaters,
|
|
925
|
+
ThumbDown,
|
|
926
|
+
ThumbUp,
|
|
927
|
+
ThumbsUpDown,
|
|
928
|
+
Timeline,
|
|
929
|
+
Toc,
|
|
930
|
+
Today,
|
|
931
|
+
Toll,
|
|
932
|
+
TouchApp,
|
|
933
|
+
Tour,
|
|
934
|
+
TrackChanges,
|
|
935
|
+
Translate,
|
|
936
|
+
TrendingDown,
|
|
937
|
+
TrendingFlat,
|
|
938
|
+
TrendingUp,
|
|
939
|
+
TurnedIn,
|
|
940
|
+
TurnedInNot,
|
|
941
|
+
Unpublished,
|
|
942
|
+
Update,
|
|
943
|
+
Upgrade,
|
|
944
|
+
Verified,
|
|
945
|
+
VerifiedUser,
|
|
946
|
+
VerticalSplit,
|
|
947
|
+
ViewAgenda,
|
|
948
|
+
ViewArray,
|
|
949
|
+
ViewCarousel,
|
|
950
|
+
ViewColumn,
|
|
951
|
+
ViewDay,
|
|
952
|
+
ViewHeadline,
|
|
953
|
+
ViewList,
|
|
954
|
+
ViewModule,
|
|
955
|
+
ViewQuilt,
|
|
956
|
+
ViewSidebar,
|
|
957
|
+
ViewStream,
|
|
958
|
+
ViewWeek,
|
|
959
|
+
Visibility,
|
|
960
|
+
VisibilityOff,
|
|
961
|
+
VoiceOverOff,
|
|
962
|
+
WatchLater,
|
|
963
|
+
WifiProtectedSetup,
|
|
964
|
+
Work,
|
|
965
|
+
WorkOff,
|
|
966
|
+
WorkOutline,
|
|
967
|
+
Wysiwyg,
|
|
968
|
+
YoutubeSearchedFor,
|
|
969
|
+
ZoomIn,
|
|
970
|
+
ZoomOut,
|
|
971
|
+
HomeLinear,
|
|
972
|
+
Logout,
|
|
973
|
+
HomeBold
|
|
974
|
+
},
|
|
975
|
+
props: {
|
|
976
|
+
valueName: {
|
|
977
|
+
type: [String],
|
|
978
|
+
},
|
|
979
|
+
},
|
|
980
|
+
};
|
|
981
|
+
</script>
|