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,524 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<add-a-photo v-if="valueName == 'add_a_photo'" />
|
|
3
|
+
<add-photo-alternate v-else-if="valueName == 'add_photo_alternate'" />
|
|
4
|
+
<add-to-photos v-else-if="valueName == 'add_to_photos'" />
|
|
5
|
+
<adjust v-else-if="valueName == 'adjust'" />
|
|
6
|
+
<assistant v-else-if="valueName == 'assistant'" />
|
|
7
|
+
<assistant-photo v-else-if="valueName == 'assistant_photo'" />
|
|
8
|
+
<audiotrack v-else-if="valueName == 'audiotrack'" />
|
|
9
|
+
<bedtime v-else-if="valueName == 'bedtime'" />
|
|
10
|
+
<blur-circular v-else-if="valueName == 'blur_circular'" />
|
|
11
|
+
<blur-linear v-else-if="valueName == 'blur_linear'" />
|
|
12
|
+
<blur-off v-else-if="valueName == 'blur_off'" />
|
|
13
|
+
<blur-on v-else-if="valueName == 'blur_on'" />
|
|
14
|
+
<brightness-1 v-else-if="valueName == 'brightness_1'" />
|
|
15
|
+
<brightness-2 v-else-if="valueName == 'brightness_2'" />
|
|
16
|
+
<brightness-3 v-else-if="valueName == 'brightness_3'" />
|
|
17
|
+
<brightness-4 v-else-if="valueName == 'brightness_4'" />
|
|
18
|
+
<brightness-5 v-else-if="valueName == 'brightness_5'" />
|
|
19
|
+
<brightness-6 v-else-if="valueName == 'brightness_6'" />
|
|
20
|
+
<brightness-7 v-else-if="valueName == 'brightness_7'" />
|
|
21
|
+
<broken-image v-else-if="valueName == 'broken_image'" />
|
|
22
|
+
<brush v-else-if="valueName == 'brush'" />
|
|
23
|
+
<burst-mode v-else-if="valueName == 'burst_mode'" />
|
|
24
|
+
<camera v-else-if="valueName == 'camera'" />
|
|
25
|
+
<camera-alt v-else-if="valueName == 'camera_alt'" />
|
|
26
|
+
<camera-front v-else-if="valueName == 'camera_front'" />
|
|
27
|
+
<camera-rear v-else-if="valueName == 'camera_rear'" />
|
|
28
|
+
<camera-roll v-else-if="valueName == 'camera_roll'" />
|
|
29
|
+
<center-focus-strong v-else-if="valueName == 'center_focus_strong'" />
|
|
30
|
+
<center-focus-weak v-else-if="valueName == 'center_focus_weak'" />
|
|
31
|
+
<collections v-else-if="valueName == 'collections'" />
|
|
32
|
+
<collections-bookmark v-else-if="valueName == 'collections_bookmark'" />
|
|
33
|
+
<color-lens v-else-if="valueName == 'color_lens'" />
|
|
34
|
+
<colorize v-else-if="valueName == 'colorize'" />
|
|
35
|
+
<compare v-else-if="valueName == 'compare'" />
|
|
36
|
+
<control-point v-else-if="valueName == 'control_point'" />
|
|
37
|
+
<control-point-duplicate v-else-if="valueName == 'control_point_duplicate'" />
|
|
38
|
+
<crop v-else-if="valueName == 'crop'" />
|
|
39
|
+
<crop-3-2 v-else-if="valueName == 'crop_3_2'" />
|
|
40
|
+
<crop-5-4 v-else-if="valueName == 'crop_5_4'" />
|
|
41
|
+
<crop-7-5 v-else-if="valueName == 'crop_7_5'" />
|
|
42
|
+
<crop-16-9 v-else-if="valueName == 'crop_16_9'" />
|
|
43
|
+
<crop-din v-else-if="valueName == 'crop_din'" />
|
|
44
|
+
<crop-free v-else-if="valueName == 'crop_free'" />
|
|
45
|
+
<crop-landscape v-else-if="valueName == 'crop_landscape'" />
|
|
46
|
+
<crop-original v-else-if="valueName == 'crop_original'" />
|
|
47
|
+
<crop-portrait v-else-if="valueName == 'crop_portrait'" />
|
|
48
|
+
<crop-rotate v-else-if="valueName == 'crop_rotate'" />
|
|
49
|
+
<crop-square v-else-if="valueName == 'crop_square'" />
|
|
50
|
+
<dehaze v-else-if="valueName == 'dehaze'" />
|
|
51
|
+
<ic-details v-else-if="valueName == 'details'" />
|
|
52
|
+
<edit v-else-if="valueName == 'edit'" />
|
|
53
|
+
<euro v-else-if="valueName == 'euro'" />
|
|
54
|
+
<exposure v-else-if="valueName == 'exposure'" />
|
|
55
|
+
<exposure-neg-1 v-else-if="valueName == 'exposure_neg_1'" />
|
|
56
|
+
<exposure-neg-2 v-else-if="valueName == 'exposure_neg_2'" />
|
|
57
|
+
<exposure-plus-1 v-else-if="valueName == 'exposure_plus_1'" />
|
|
58
|
+
<exposure-plus-2 v-else-if="valueName == 'exposure_plus_2'" />
|
|
59
|
+
<exposure-zero v-else-if="valueName == 'exposure_zero'" />
|
|
60
|
+
<ic-filter v-else-if="valueName == 'filter'" />
|
|
61
|
+
<filter-1 v-else-if="valueName == 'filter_1'" />
|
|
62
|
+
<filter-2 v-else-if="valueName == 'filter_2'" />
|
|
63
|
+
<filter-3 v-else-if="valueName == 'filter_3'" />
|
|
64
|
+
<filter-4 v-else-if="valueName == 'filter_4'" />
|
|
65
|
+
<filter-5 v-else-if="valueName == 'filter_5'" />
|
|
66
|
+
<filter-6 v-else-if="valueName == 'filter_6'" />
|
|
67
|
+
<filter-7 v-else-if="valueName == 'filter_7'" />
|
|
68
|
+
<filter-8 v-else-if="valueName == 'filter_8'" />
|
|
69
|
+
<filter-9 v-else-if="valueName == 'filter_9'" />
|
|
70
|
+
<filter-9-plus v-else-if="valueName == 'filter_9_plus'" />
|
|
71
|
+
<filter-b-and-w v-else-if="valueName == 'filter_b_and_w'" />
|
|
72
|
+
<filter-center-focus v-else-if="valueName == 'filter_center_focus'" />
|
|
73
|
+
<filter-drama v-else-if="valueName == 'filter_drama'" />
|
|
74
|
+
<filter-frames v-else-if="valueName == 'filter_frames'" />
|
|
75
|
+
<filter-hdr v-else-if="valueName == 'filter_hdr'" />
|
|
76
|
+
<filter-none v-else-if="valueName == 'filter_none'" />
|
|
77
|
+
<filter-tilt-shift v-else-if="valueName == 'filter_tilt_shift'" />
|
|
78
|
+
<filter-vintage v-else-if="valueName == 'filter_vintage'" />
|
|
79
|
+
<flare v-else-if="valueName == 'flare'" />
|
|
80
|
+
<flash-auto v-else-if="valueName == 'flash_auto'" />
|
|
81
|
+
<flash-off v-else-if="valueName == 'flash_off'" />
|
|
82
|
+
<flash-on v-else-if="valueName == 'flash_on'" />
|
|
83
|
+
<flip v-else-if="valueName == 'flip'" />
|
|
84
|
+
<flip-camera-android v-else-if="valueName == 'flip_camera_android'" />
|
|
85
|
+
<flip-camera-ios v-else-if="valueName == 'flip_camera_ios'" />
|
|
86
|
+
<gradient v-else-if="valueName == 'gradient'" />
|
|
87
|
+
<grain v-else-if="valueName == 'grain'" />
|
|
88
|
+
<grid-off v-else-if="valueName == 'grid_off'" />
|
|
89
|
+
<grid-on v-else-if="valueName == 'grid_on'" />
|
|
90
|
+
<hdr-off v-else-if="valueName == 'hdr_off'" />
|
|
91
|
+
<hdr-on v-else-if="valueName == 'hdr_on'" />
|
|
92
|
+
<hdr-strong v-else-if="valueName == 'hdr_strong'" />
|
|
93
|
+
<hdr-weak v-else-if="valueName == 'hdr_weak'" />
|
|
94
|
+
<healing v-else-if="valueName == 'healing'" />
|
|
95
|
+
<ic-image v-else-if="valueName == 'image'" />
|
|
96
|
+
<image-aspect-ratio v-else-if="valueName == 'image_aspect_ratio'" />
|
|
97
|
+
<image-not-supported v-else-if="valueName == 'image_not_supported'" />
|
|
98
|
+
<image-search v-else-if="valueName == 'image_search'" />
|
|
99
|
+
<iso v-else-if="valueName == 'iso'" />
|
|
100
|
+
<landscape v-else-if="valueName == 'landscape'" />
|
|
101
|
+
<leak-add v-else-if="valueName == 'leak_add'" />
|
|
102
|
+
<leak-remove v-else-if="valueName == 'leak_remove'" />
|
|
103
|
+
<lens v-else-if="valueName == 'lens'" />
|
|
104
|
+
<linked-camera v-else-if="valueName == 'linked_camera'" />
|
|
105
|
+
<looks v-else-if="valueName == 'looks'" />
|
|
106
|
+
<looks-3 v-else-if="valueName == 'looks_3'" />
|
|
107
|
+
<looks-4 v-else-if="valueName == 'looks_4'" />
|
|
108
|
+
<looks-5 v-else-if="valueName == 'looks_5'" />
|
|
109
|
+
<looks-6 v-else-if="valueName == 'looks_6'" />
|
|
110
|
+
<looks-one v-else-if="valueName == 'looks_one'" />
|
|
111
|
+
<looks-two v-else-if="valueName == 'looks_two'" />
|
|
112
|
+
<loupe v-else-if="valueName == 'loupe'" />
|
|
113
|
+
<monochrome-photos v-else-if="valueName == 'monochrome_photos'" />
|
|
114
|
+
<motion-photos-on v-else-if="valueName == 'motion_photos_on'" />
|
|
115
|
+
<motion-photos-pause v-else-if="valueName == 'motion_photos_pause'" />
|
|
116
|
+
<motion-photos-paused v-else-if="valueName == 'motion_photos_paused'" />
|
|
117
|
+
<movie-creation v-else-if="valueName == 'movie_creation'" />
|
|
118
|
+
<movie-filter v-else-if="valueName == 'movie_filter'" />
|
|
119
|
+
<music-note v-else-if="valueName == 'music_note'" />
|
|
120
|
+
<music-off v-else-if="valueName == 'music_off'" />
|
|
121
|
+
<nature v-else-if="valueName == 'nature'" />
|
|
122
|
+
<nature-people v-else-if="valueName == 'nature_people'" />
|
|
123
|
+
<navigate-before v-else-if="valueName == 'navigate_before'" />
|
|
124
|
+
<navigate-next v-else-if="valueName == 'navigate_next'" />
|
|
125
|
+
<palette v-else-if="valueName == 'palette'" />
|
|
126
|
+
<panorama v-else-if="valueName == 'panorama'" />
|
|
127
|
+
<panorama-fish-eye v-else-if="valueName == 'panorama_fish_eye'" />
|
|
128
|
+
<panorama-horizontal v-else-if="valueName == 'panorama_horizontal'" />
|
|
129
|
+
<panorama-vertical v-else-if="valueName == 'panorama_vertical'" />
|
|
130
|
+
<panorama-wide-angle v-else-if="valueName == 'panorama_wide_angle'" />
|
|
131
|
+
<photo v-else-if="valueName == 'photo'" />
|
|
132
|
+
<photo-album v-else-if="valueName == 'photo_album'" />
|
|
133
|
+
<photo-camera v-else-if="valueName == 'photo_camera'" />
|
|
134
|
+
<photo-filter v-else-if="valueName == 'photo_filter'" />
|
|
135
|
+
<photo-library v-else-if="valueName == 'photo_library'" />
|
|
136
|
+
<photo-size-select-actual
|
|
137
|
+
v-else-if="valueName == 'photo_size_select_actual'"
|
|
138
|
+
/>
|
|
139
|
+
<photo-size-select-large v-else-if="valueName == 'photo_size_select_large'" />
|
|
140
|
+
<photo-size-select-small v-else-if="valueName == 'photo_size_select_small'" />
|
|
141
|
+
<picture-as-pdf v-else-if="valueName == 'picture_as_pdf'" />
|
|
142
|
+
<portrait v-else-if="valueName == 'portrait'" />
|
|
143
|
+
<receipt-long v-else-if="valueName == 'receipt_long'" />
|
|
144
|
+
<remove-red-eye v-else-if="valueName == 'remove_red_eye'" />
|
|
145
|
+
<slash-red-eye v-else-if="valueName == 'slash_red_eye'" />
|
|
146
|
+
<rotate-90-degrees-ccw v-else-if="valueName == 'rotate_90_degrees_ccw'" />
|
|
147
|
+
<rotate-left v-else-if="valueName == 'rotate_left'" />
|
|
148
|
+
<rotate-right v-else-if="valueName == 'rotate_right'" />
|
|
149
|
+
<shutter-speed v-else-if="valueName == 'shutter_speed'" />
|
|
150
|
+
<slideshow v-else-if="valueName == 'slideshow'" />
|
|
151
|
+
<straighten v-else-if="valueName == 'straighten'" />
|
|
152
|
+
<ic-style v-else-if="valueName == 'style'" />
|
|
153
|
+
<switch-camera v-else-if="valueName == 'switch_camera'" />
|
|
154
|
+
<switch-video v-else-if="valueName == 'switch_video'" />
|
|
155
|
+
<tag-faces v-else-if="valueName == 'tag_faces'" />
|
|
156
|
+
<texture v-else-if="valueName == 'texture'" />
|
|
157
|
+
<timelapse v-else-if="valueName == 'timelapse'" />
|
|
158
|
+
<timer v-else-if="valueName == 'timer'" />
|
|
159
|
+
<timer-3 v-else-if="valueName == 'timer_3'" />
|
|
160
|
+
<timer-10 v-else-if="valueName == 'timer_10'" />
|
|
161
|
+
<timer-off v-else-if="valueName == 'timer_off'" />
|
|
162
|
+
<tonality v-else-if="valueName == 'tonality'" />
|
|
163
|
+
<transform v-else-if="valueName == 'transform'" />
|
|
164
|
+
<tune v-else-if="valueName == 'tune'" />
|
|
165
|
+
<view-comfy v-else-if="valueName == 'view_comfy'" />
|
|
166
|
+
<view-compact v-else-if="valueName == 'view_compact'" />
|
|
167
|
+
<vignette v-else-if="valueName == 'vignette'" />
|
|
168
|
+
<wb-auto v-else-if="valueName == 'wb_auto'" />
|
|
169
|
+
<wb-cloudy v-else-if="valueName == 'wb_cloudy'" />
|
|
170
|
+
<wb-incandescent v-else-if="valueName == 'wb_incandescent'" />
|
|
171
|
+
<wb-iridescent v-else-if="valueName == 'wb_iridescent'" />
|
|
172
|
+
<wb-sunny v-else-if="valueName == 'wb_sunny'" />
|
|
173
|
+
</template>
|
|
174
|
+
|
|
175
|
+
<script>
|
|
176
|
+
import AddAPhoto from "@/components/Icons/Image/AddAPhoto";
|
|
177
|
+
import AddPhotoAlternate from "@/components/Icons/Image/AddPhotoAlternate";
|
|
178
|
+
import AddToPhotos from "@/components/Icons/Image/AddToPhotos";
|
|
179
|
+
import Adjust from "@/components/Icons/Image/Adjust";
|
|
180
|
+
import Assistant from "@/components/Icons/Image/Assistant";
|
|
181
|
+
import AssistantPhoto from "@/components/Icons/Image/AssistantPhoto";
|
|
182
|
+
import Audiotrack from "@/components/Icons/Image/Audiotrack";
|
|
183
|
+
import Bedtime from "@/components/Icons/Image/Bedtime";
|
|
184
|
+
import BlurCircular from "@/components/Icons/Image/BlurCircular";
|
|
185
|
+
import BlurLinear from "@/components/Icons/Image/BlurLinear";
|
|
186
|
+
import BlurOff from "@/components/Icons/Image/BlurOff";
|
|
187
|
+
import BlurOn from "@/components/Icons/Image/BlurOn";
|
|
188
|
+
import Brightness1 from "@/components/Icons/Image/Brightness1";
|
|
189
|
+
import Brightness2 from "@/components/Icons/Image/Brightness2";
|
|
190
|
+
import Brightness3 from "@/components/Icons/Image/Brightness3";
|
|
191
|
+
import Brightness4 from "@/components/Icons/Image/Brightness4";
|
|
192
|
+
import Brightness5 from "@/components/Icons/Image/Brightness5";
|
|
193
|
+
import Brightness6 from "@/components/Icons/Image/Brightness6";
|
|
194
|
+
import Brightness7 from "@/components/Icons/Image/Brightness7";
|
|
195
|
+
import BrokenImage from "@/components/Icons/Image/BrokenImage";
|
|
196
|
+
import Brush from "@/components/Icons/Image/Brush";
|
|
197
|
+
import BurstMode from "@/components/Icons/Image/BurstMode";
|
|
198
|
+
import Camera from "@/components/Icons/Image/Camera";
|
|
199
|
+
import CameraAlt from "@/components/Icons/Image/CameraAlt";
|
|
200
|
+
import CameraFront from "@/components/Icons/Image/CameraFront";
|
|
201
|
+
import CameraRear from "@/components/Icons/Image/CameraRear";
|
|
202
|
+
import CameraRoll from "@/components/Icons/Image/CameraRoll";
|
|
203
|
+
import CenterFocusStrong from "@/components/Icons/Image/CenterFocusStrong";
|
|
204
|
+
import CenterFocusWeak from "@/components/Icons/Image/CenterFocusWeak";
|
|
205
|
+
import Collections from "@/components/Icons/Image/Collections";
|
|
206
|
+
import CollectionsBookmark from "@/components/Icons/Image/CollectionsBookmark";
|
|
207
|
+
import ColorLens from "@/components/Icons/Image/ColorLens";
|
|
208
|
+
import Colorize from "@/components/Icons/Image/Colorize";
|
|
209
|
+
import Compare from "@/components/Icons/Image/Compare";
|
|
210
|
+
import ControlPoint from "@/components/Icons/Image/ControlPoint";
|
|
211
|
+
import ControlPointDuplicate from "@/components/Icons/Image/ControlPointDuplicate";
|
|
212
|
+
import Crop from "@/components/Icons/Image/Crop";
|
|
213
|
+
import Crop32 from "@/components/Icons/Image/Crop32";
|
|
214
|
+
import Crop54 from "@/components/Icons/Image/Crop54";
|
|
215
|
+
import Crop75 from "@/components/Icons/Image/Crop75";
|
|
216
|
+
import Crop169 from "@/components/Icons/Image/Crop169";
|
|
217
|
+
import CropDin from "@/components/Icons/Image/CropDin";
|
|
218
|
+
import CropFree from "@/components/Icons/Image/CropFree";
|
|
219
|
+
import CropLandscape from "@/components/Icons/Image/CropLandscape";
|
|
220
|
+
import CropOriginal from "@/components/Icons/Image/CropOriginal";
|
|
221
|
+
import CropPortrait from "@/components/Icons/Image/CropPortrait";
|
|
222
|
+
import CropRotate from "@/components/Icons/Image/CropRotate";
|
|
223
|
+
import CropSquare from "@/components/Icons/Image/CropSquare";
|
|
224
|
+
import Dehaze from "@/components/Icons/Image/Dehaze";
|
|
225
|
+
import IcDetails from "@/components/Icons/Image/IcDetails";
|
|
226
|
+
import Edit from "@/components/Icons/Image/Edit";
|
|
227
|
+
import Euro from "@/components/Icons/Image/Euro";
|
|
228
|
+
import Exposure from "@/components/Icons/Image/Exposure";
|
|
229
|
+
import ExposureNeg1 from "@/components/Icons/Image/ExposureNeg1";
|
|
230
|
+
import ExposureNeg2 from "@/components/Icons/Image/ExposureNeg2";
|
|
231
|
+
import ExposurePlus1 from "@/components/Icons/Image/ExposurePlus1";
|
|
232
|
+
import ExposurePlus2 from "@/components/Icons/Image/ExposurePlus2";
|
|
233
|
+
import ExposureZero from "@/components/Icons/Image/ExposureZero";
|
|
234
|
+
import IcFilter from "@/components/Icons/Image/IcFilter";
|
|
235
|
+
import Filter1 from "@/components/Icons/Image/Filter1";
|
|
236
|
+
import Filter2 from "@/components/Icons/Image/Filter2";
|
|
237
|
+
import Filter3 from "@/components/Icons/Image/Filter3";
|
|
238
|
+
import Filter4 from "@/components/Icons/Image/Filter4";
|
|
239
|
+
import Filter5 from "@/components/Icons/Image/Filter5";
|
|
240
|
+
import Filter6 from "@/components/Icons/Image/Filter6";
|
|
241
|
+
import Filter7 from "@/components/Icons/Image/Filter7";
|
|
242
|
+
import Filter8 from "@/components/Icons/Image/Filter8";
|
|
243
|
+
import Filter9 from "@/components/Icons/Image/Filter9";
|
|
244
|
+
import Filter9Plus from "@/components/Icons/Image/Filter9Plus";
|
|
245
|
+
import FilterBAndW from "@/components/Icons/Image/FilterBAndW";
|
|
246
|
+
import FilterCenterFocus from "@/components/Icons/Image/FilterCenterFocus";
|
|
247
|
+
import FilterDrama from "@/components/Icons/Image/FilterDrama";
|
|
248
|
+
import FilterFrames from "@/components/Icons/Image/FilterFrames";
|
|
249
|
+
import FilterHdr from "@/components/Icons/Image/FilterHdr";
|
|
250
|
+
import FilterNone from "@/components/Icons/Image/FilterNone";
|
|
251
|
+
import FilterTiltShift from "@/components/Icons/Image/FilterTiltShift";
|
|
252
|
+
import FilterVintage from "@/components/Icons/Image/FilterVintage";
|
|
253
|
+
import Flare from "@/components/Icons/Image/Flare";
|
|
254
|
+
import FlashAuto from "@/components/Icons/Image/FlashAuto";
|
|
255
|
+
import FlashOff from "@/components/Icons/Image/FlashOff";
|
|
256
|
+
import FlashOn from "@/components/Icons/Image/FlashOn";
|
|
257
|
+
import Flip from "@/components/Icons/Image/Flip";
|
|
258
|
+
import FlipCameraAndroid from "@/components/Icons/Image/FlipCameraAndroid";
|
|
259
|
+
import FlipCameraIos from "@/components/Icons/Image/FlipCameraIos";
|
|
260
|
+
import Gradient from "@/components/Icons/Image/Gradient";
|
|
261
|
+
import Grain from "@/components/Icons/Image/Grain";
|
|
262
|
+
import GridOff from "@/components/Icons/Image/GridOff";
|
|
263
|
+
import GridOn from "@/components/Icons/Image/GridOn";
|
|
264
|
+
import HdrOff from "@/components/Icons/Image/HdrOff";
|
|
265
|
+
import HdrOn from "@/components/Icons/Image/HdrOn";
|
|
266
|
+
import HdrStrong from "@/components/Icons/Image/HdrStrong";
|
|
267
|
+
import HdrWeak from "@/components/Icons/Image/HdrWeak";
|
|
268
|
+
import Healing from "@/components/Icons/Image/Healing";
|
|
269
|
+
import IcImage from "@/components/Icons/Image/IcImage";
|
|
270
|
+
import ImageAspectRatio from "@/components/Icons/Image/ImageAspectRatio";
|
|
271
|
+
import ImageNotSupported from "@/components/Icons/Image/ImageNotSupported";
|
|
272
|
+
import ImageSearch from "@/components/Icons/Image/ImageSearch";
|
|
273
|
+
import Iso from "@/components/Icons/Image/Iso";
|
|
274
|
+
import Landscape from "@/components/Icons/Image/Landscape";
|
|
275
|
+
import LeakAdd from "@/components/Icons/Image/LeakAdd";
|
|
276
|
+
import LeakRemove from "@/components/Icons/Image/LeakRemove";
|
|
277
|
+
import Lens from "@/components/Icons/Image/Lens";
|
|
278
|
+
import LinkedCamera from "@/components/Icons/Image/LinkedCamera";
|
|
279
|
+
import Looks from "@/components/Icons/Image/Looks";
|
|
280
|
+
import Looks3 from "@/components/Icons/Image/Looks3";
|
|
281
|
+
import Looks4 from "@/components/Icons/Image/Looks4";
|
|
282
|
+
import Looks5 from "@/components/Icons/Image/Looks5";
|
|
283
|
+
import Looks6 from "@/components/Icons/Image/Looks6";
|
|
284
|
+
import LooksOne from "@/components/Icons/Image/LooksOne";
|
|
285
|
+
import LooksTwo from "@/components/Icons/Image/LooksTwo";
|
|
286
|
+
import Loupe from "@/components/Icons/Image/Loupe";
|
|
287
|
+
import MonochromePhotos from "@/components/Icons/Image/MonochromePhotos";
|
|
288
|
+
import MotionPhotosOn from "@/components/Icons/Image/MotionPhotosOn";
|
|
289
|
+
import MotionPhotosPause from "@/components/Icons/Image/MotionPhotosPause";
|
|
290
|
+
import MotionPhotosPaused from "@/components/Icons/Image/MotionPhotosPaused";
|
|
291
|
+
import MovieCreation from "@/components/Icons/Image/MovieCreation";
|
|
292
|
+
import MovieFilter from "@/components/Icons/Image/MovieFilter";
|
|
293
|
+
import MusicNote from "@/components/Icons/Image/MusicNote";
|
|
294
|
+
import MusicOff from "@/components/Icons/Image/MusicOff";
|
|
295
|
+
import Nature from "@/components/Icons/Image/Nature";
|
|
296
|
+
import NaturePeople from "@/components/Icons/Image/NaturePeople";
|
|
297
|
+
import NavigateBefore from "@/components/Icons/Image/NavigateBefore";
|
|
298
|
+
import NavigateNext from "@/components/Icons/Image/NavigateNext";
|
|
299
|
+
import Palette from "@/components/Icons/Image/Palette";
|
|
300
|
+
import Panorama from "@/components/Icons/Image/Panorama";
|
|
301
|
+
import PanoramaFishEye from "@/components/Icons/Image/PanoramaFishEye";
|
|
302
|
+
import PanoramaHorizontal from "@/components/Icons/Image/PanoramaHorizontal";
|
|
303
|
+
import PanoramaVertical from "@/components/Icons/Image/PanoramaVertical";
|
|
304
|
+
import PanoramaWideAngle from "@/components/Icons/Image/PanoramaWideAngle";
|
|
305
|
+
import Photo from "@/components/Icons/Image/Photo";
|
|
306
|
+
import PhotoAlbum from "@/components/Icons/Image/PhotoAlbum";
|
|
307
|
+
import PhotoCamera from "@/components/Icons/Image/PhotoCamera";
|
|
308
|
+
import PhotoFilter from "@/components/Icons/Image/PhotoFilter";
|
|
309
|
+
import PhotoLibrary from "@/components/Icons/Image/PhotoLibrary";
|
|
310
|
+
import PhotoSizeSelectActual from "@/components/Icons/Image/PhotoSizeSelectActual";
|
|
311
|
+
import PhotoSizeSelectLarge from "@/components/Icons/Image/PhotoSizeSelectLarge";
|
|
312
|
+
import PhotoSizeSelectSmall from "@/components/Icons/Image/PhotoSizeSelectSmall";
|
|
313
|
+
import PictureAsPdf from "@/components/Icons/Image/PictureAsPdf";
|
|
314
|
+
import Portrait from "@/components/Icons/Image/Portrait";
|
|
315
|
+
import ReceiptLong from "@/components/Icons/Image/ReceiptLong";
|
|
316
|
+
import RemoveRedEye from "@/components/Icons/Image/RemoveRedEye";
|
|
317
|
+
import SlashRedEye from "@/components/Icons/Image/SlashRedEye";
|
|
318
|
+
import Rotate90DegreesCcw from "@/components/Icons/Image/Rotate90DegreesCcw";
|
|
319
|
+
import RotateLeft from "@/components/Icons/Image/RotateLeft";
|
|
320
|
+
import RotateRight from "@/components/Icons/Image/RotateRight";
|
|
321
|
+
import ShutterSpeed from "@/components/Icons/Image/ShutterSpeed";
|
|
322
|
+
import Slideshow from "@/components/Icons/Image/Slideshow";
|
|
323
|
+
import Straighten from "@/components/Icons/Image/Straighten";
|
|
324
|
+
import IcStyle from "@/components/Icons/Image/IcStyle";
|
|
325
|
+
import SwitchCamera from "@/components/Icons/Image/SwitchCamera";
|
|
326
|
+
import SwitchVideo from "@/components/Icons/Image/SwitchVideo";
|
|
327
|
+
import TagFaces from "@/components/Icons/Image/TagFaces";
|
|
328
|
+
import Texture from "@/components/Icons/Image/Texture";
|
|
329
|
+
import Timelapse from "@/components/Icons/Image/Timelapse";
|
|
330
|
+
import Timer from "@/components/Icons/Image/Timer";
|
|
331
|
+
import Timer3 from "@/components/Icons/Image/Timer3";
|
|
332
|
+
import Timer10 from "@/components/Icons/Image/Timer10";
|
|
333
|
+
import TimerOff from "@/components/Icons/Image/TimerOff";
|
|
334
|
+
import Tonality from "@/components/Icons/Image/Tonality";
|
|
335
|
+
import Transform from "@/components/Icons/Image/Transform";
|
|
336
|
+
import Tune from "@/components/Icons/Image/Tune";
|
|
337
|
+
import ViewComfy from "@/components/Icons/Image/ViewComfy";
|
|
338
|
+
import ViewCompact from "@/components/Icons/Image/ViewCompact";
|
|
339
|
+
import Vignette from "@/components/Icons/Image/Vignette";
|
|
340
|
+
import WbAuto from "@/components/Icons/Image/WbAuto";
|
|
341
|
+
import WbCloudy from "@/components/Icons/Image/WbCloudy";
|
|
342
|
+
import WbIncandescent from "@/components/Icons/Image/WbIncandescent";
|
|
343
|
+
import WbIridescent from "@/components/Icons/Image/WbIridescent";
|
|
344
|
+
import WbSunny from "@/components/Icons/Image/WbSunny";
|
|
345
|
+
|
|
346
|
+
export default {
|
|
347
|
+
components: {
|
|
348
|
+
AddAPhoto,
|
|
349
|
+
AddPhotoAlternate,
|
|
350
|
+
AddToPhotos,
|
|
351
|
+
Adjust,
|
|
352
|
+
Assistant,
|
|
353
|
+
AssistantPhoto,
|
|
354
|
+
Audiotrack,
|
|
355
|
+
Bedtime,
|
|
356
|
+
BlurCircular,
|
|
357
|
+
BlurLinear,
|
|
358
|
+
BlurOff,
|
|
359
|
+
BlurOn,
|
|
360
|
+
Brightness1,
|
|
361
|
+
Brightness2,
|
|
362
|
+
Brightness3,
|
|
363
|
+
Brightness4,
|
|
364
|
+
Brightness5,
|
|
365
|
+
Brightness6,
|
|
366
|
+
Brightness7,
|
|
367
|
+
BrokenImage,
|
|
368
|
+
Brush,
|
|
369
|
+
BurstMode,
|
|
370
|
+
Camera,
|
|
371
|
+
CameraAlt,
|
|
372
|
+
CameraFront,
|
|
373
|
+
CameraRear,
|
|
374
|
+
CameraRoll,
|
|
375
|
+
CenterFocusStrong,
|
|
376
|
+
CenterFocusWeak,
|
|
377
|
+
Collections,
|
|
378
|
+
CollectionsBookmark,
|
|
379
|
+
ColorLens,
|
|
380
|
+
Colorize,
|
|
381
|
+
Compare,
|
|
382
|
+
ControlPoint,
|
|
383
|
+
ControlPointDuplicate,
|
|
384
|
+
Crop,
|
|
385
|
+
Crop32,
|
|
386
|
+
Crop54,
|
|
387
|
+
Crop75,
|
|
388
|
+
Crop169,
|
|
389
|
+
CropDin,
|
|
390
|
+
CropFree,
|
|
391
|
+
CropLandscape,
|
|
392
|
+
CropOriginal,
|
|
393
|
+
CropPortrait,
|
|
394
|
+
CropRotate,
|
|
395
|
+
CropSquare,
|
|
396
|
+
Dehaze,
|
|
397
|
+
IcDetails,
|
|
398
|
+
Edit,
|
|
399
|
+
Euro,
|
|
400
|
+
Exposure,
|
|
401
|
+
ExposureNeg1,
|
|
402
|
+
ExposureNeg2,
|
|
403
|
+
ExposurePlus1,
|
|
404
|
+
ExposurePlus2,
|
|
405
|
+
ExposureZero,
|
|
406
|
+
IcFilter,
|
|
407
|
+
Filter1,
|
|
408
|
+
Filter2,
|
|
409
|
+
Filter3,
|
|
410
|
+
Filter4,
|
|
411
|
+
Filter5,
|
|
412
|
+
Filter6,
|
|
413
|
+
Filter7,
|
|
414
|
+
Filter8,
|
|
415
|
+
Filter9,
|
|
416
|
+
Filter9Plus,
|
|
417
|
+
FilterBAndW,
|
|
418
|
+
FilterCenterFocus,
|
|
419
|
+
FilterDrama,
|
|
420
|
+
FilterFrames,
|
|
421
|
+
FilterHdr,
|
|
422
|
+
FilterNone,
|
|
423
|
+
FilterTiltShift,
|
|
424
|
+
FilterVintage,
|
|
425
|
+
Flare,
|
|
426
|
+
FlashAuto,
|
|
427
|
+
FlashOff,
|
|
428
|
+
FlashOn,
|
|
429
|
+
Flip,
|
|
430
|
+
FlipCameraAndroid,
|
|
431
|
+
FlipCameraIos,
|
|
432
|
+
Gradient,
|
|
433
|
+
Grain,
|
|
434
|
+
GridOff,
|
|
435
|
+
GridOn,
|
|
436
|
+
HdrOff,
|
|
437
|
+
HdrOn,
|
|
438
|
+
HdrStrong,
|
|
439
|
+
HdrWeak,
|
|
440
|
+
Healing,
|
|
441
|
+
IcImage,
|
|
442
|
+
ImageAspectRatio,
|
|
443
|
+
ImageNotSupported,
|
|
444
|
+
ImageSearch,
|
|
445
|
+
Iso,
|
|
446
|
+
Landscape,
|
|
447
|
+
LeakAdd,
|
|
448
|
+
LeakRemove,
|
|
449
|
+
Lens,
|
|
450
|
+
LinkedCamera,
|
|
451
|
+
Looks,
|
|
452
|
+
Looks3,
|
|
453
|
+
Looks4,
|
|
454
|
+
Looks5,
|
|
455
|
+
Looks6,
|
|
456
|
+
LooksOne,
|
|
457
|
+
LooksTwo,
|
|
458
|
+
Loupe,
|
|
459
|
+
MonochromePhotos,
|
|
460
|
+
MotionPhotosOn,
|
|
461
|
+
MotionPhotosPause,
|
|
462
|
+
MotionPhotosPaused,
|
|
463
|
+
MovieCreation,
|
|
464
|
+
MovieFilter,
|
|
465
|
+
MusicNote,
|
|
466
|
+
MusicOff,
|
|
467
|
+
Nature,
|
|
468
|
+
NaturePeople,
|
|
469
|
+
NavigateBefore,
|
|
470
|
+
NavigateNext,
|
|
471
|
+
Palette,
|
|
472
|
+
Panorama,
|
|
473
|
+
PanoramaFishEye,
|
|
474
|
+
PanoramaHorizontal,
|
|
475
|
+
PanoramaVertical,
|
|
476
|
+
PanoramaWideAngle,
|
|
477
|
+
Photo,
|
|
478
|
+
PhotoAlbum,
|
|
479
|
+
PhotoCamera,
|
|
480
|
+
PhotoFilter,
|
|
481
|
+
PhotoLibrary,
|
|
482
|
+
PhotoSizeSelectActual,
|
|
483
|
+
PhotoSizeSelectLarge,
|
|
484
|
+
PhotoSizeSelectSmall,
|
|
485
|
+
PictureAsPdf,
|
|
486
|
+
Portrait,
|
|
487
|
+
ReceiptLong,
|
|
488
|
+
RemoveRedEye,
|
|
489
|
+
SlashRedEye,
|
|
490
|
+
Rotate90DegreesCcw,
|
|
491
|
+
RotateLeft,
|
|
492
|
+
RotateRight,
|
|
493
|
+
ShutterSpeed,
|
|
494
|
+
Slideshow,
|
|
495
|
+
Straighten,
|
|
496
|
+
IcStyle,
|
|
497
|
+
SwitchCamera,
|
|
498
|
+
SwitchVideo,
|
|
499
|
+
TagFaces,
|
|
500
|
+
Texture,
|
|
501
|
+
Timelapse,
|
|
502
|
+
Timer,
|
|
503
|
+
Timer3,
|
|
504
|
+
Timer10,
|
|
505
|
+
TimerOff,
|
|
506
|
+
Tonality,
|
|
507
|
+
Transform,
|
|
508
|
+
Tune,
|
|
509
|
+
ViewComfy,
|
|
510
|
+
ViewCompact,
|
|
511
|
+
Vignette,
|
|
512
|
+
WbAuto,
|
|
513
|
+
WbCloudy,
|
|
514
|
+
WbIncandescent,
|
|
515
|
+
WbIridescent,
|
|
516
|
+
WbSunny,
|
|
517
|
+
},
|
|
518
|
+
props: {
|
|
519
|
+
valueName: {
|
|
520
|
+
type: [String],
|
|
521
|
+
},
|
|
522
|
+
},
|
|
523
|
+
};
|
|
524
|
+
</script>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.19 21.1902L20.41 20.4102L18 18.0002L13.41 13.4102L3.58999 3.5902L2.80999 2.8102C2.41999 2.4202 1.78999 2.4202 1.39999 2.8102C0.999986 3.2002 0.999986 3.8302 1.38999 4.2202L2.99999 5.8302V19.0002C2.99999 20.1002 3.89999 21.0002 4.99999 21.0002H18.17L19.78 22.6102C20.17 23.0002 20.8 23.0002 21.19 22.6102C21.58 22.2202 21.58 21.5802 21.19 21.1902ZM6.01999 18.0002C5.59999 18.0002 5.36999 17.5202 5.62999 17.1902L8.11999 13.9902C8.31999 13.7402 8.69999 13.7302 8.89999 13.9802L11 16.5102L12.17 15.0002L15.17 18.0002H6.01999ZM21 18.1702L5.82999 3.0002H19C20.1 3.0002 21 3.9002 21 5.0002V18.1702Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18 15.0002V19.0002C18 19.5502 17.55 20.0002 17 20.0002H5C4.45 20.0002 4 19.5502 4 19.0002V7.00018C4 6.45018 4.45 6.00018 5 6.00018H8.02C8.57 6.00018 9.02 5.55018 9.02 5.00018C9.02 4.45018 8.57 4.00018 8.02 4.00018H4C2.9 4.00018 2 4.90018 2 6.00018V20.0002C2 21.1002 2.9 22.0002 4 22.0002H18C19.1 22.0002 20 21.1002 20 20.0002V15.0002C20 14.4502 19.55 14.0002 19 14.0002C18.45 14.0002 18 14.4502 18 15.0002ZM15.5 18.0002H6.52C6.1 18.0002 5.87 17.5202 6.13 17.1902L7.87 14.9602C8.07 14.7102 8.45 14.7002 8.65 14.9502L10.21 16.8302L12.56 13.8102C12.76 13.5502 13.16 13.5502 13.35 13.8202L15.9 17.2102C16.15 17.5302 15.91 18.0002 15.5 18.0002ZM19.3 8.89018C19.78 8.12018 20.05 7.22018 19.99 6.23018C19.86 4.08018 18.15 2.26018 16.02 2.03018C13.3 1.73018 11 3.84018 11 6.50018C11 8.99018 13.01 11.0002 15.49 11.0002C16.37 11.0002 17.19 10.7402 17.88 10.3002L20.29 12.7102C20.68 13.1002 21.32 13.1002 21.71 12.7102C22.1 12.3202 22.1 11.6802 21.71 11.2902L19.3 8.89018ZM15.5 9.00018C14.12 9.00018 13 7.88018 13 6.50018C13 5.12018 14.12 4.00018 15.5 4.00018C16.88 4.00018 18 5.12018 18 6.50018C18 7.88018 16.88 9.00018 15.5 9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM6.25 7.50018H7.5V6.25018C7.5 5.84018 7.84 5.50018 8.25 5.50018C8.66 5.50018 9 5.84018 9 6.25018V7.50018H10.25C10.66 7.50018 11 7.84018 11 8.25018C11 8.66018 10.66 9.00018 10.25 9.00018H9V10.2502C9 10.6602 8.66 11.0002 8.25 11.0002C7.84 11.0002 7.5 10.6602 7.5 10.2502V9.00018H6.25C5.84 9.00018 5.5 8.66018 5.5 8.25018C5.5 7.84018 5.84 7.50018 6.25 7.50018ZM18 19.0002H5L19 5.00018V18.0002C19 18.5502 18.55 19.0002 18 19.0002ZM17 16.2502C17 15.8402 16.66 15.5002 16.25 15.5002H12.75C12.34 15.5002 12 15.8402 12 16.2502C12 16.6602 12.34 17.0002 12.75 17.0002H16.25C16.66 17.0002 17 16.6602 17 16.2502Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13.2 7.07016L10.25 11.0002L12.5 14.0002C12.83 14.4402 12.74 15.0702 12.3 15.4002C11.86 15.7302 11.23 15.6502 10.9 15.2002C9.84999 13.8002 8.58999 12.1302 7.79999 11.0602C7.39999 10.5302 6.59999 10.5302 6.19999 11.0602L2.19999 16.3902C1.70999 17.0602 2.17999 18.0002 2.99999 18.0002H21C21.82 18.0002 22.29 17.0602 21.8 16.4002L14.8 7.07016C14.4 6.53016 13.6 6.53016 13.2 7.07016Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11.05 21.0002C11.55 21.0002 11.99 20.6302 12.04 20.1302C12.45 15.8602 15.85 12.4602 20.12 12.0502C20.62 12.0002 21 11.5702 21 11.0602C21 10.4702 20.49 10.0002 19.9 10.0602C14.71 10.5802 10.58 14.7102 10.06 19.8902C10 20.4802 10.46 21.0002 11.05 21.0002ZM18 21.0002H21V18.0002C19.34 18.0002 18 19.3402 18 21.0002ZM15.09 21.0002C15.58 21.0002 15.99 20.6402 16.07 20.1502C16.43 18.0702 18.07 16.4302 20.15 16.0702C20.64 15.9902 21 15.5802 21 15.0902C21 14.4802 20.46 14.0002 19.86 14.0902C16.9 14.5702 14.57 16.9002 14.09 19.8602C13.99 20.4602 14.48 21.0002 15.09 21.0002ZM12.97 3.0202C12.47 3.0202 12.03 3.3902 11.98 3.8902C11.57 8.1602 8.17002 11.5602 3.90002 11.9702C3.40002 12.0202 3.02002 12.4502 3.02002 12.9602C3.02002 13.5502 3.53002 14.0202 4.12002 13.9602C9.31002 13.4402 13.44 9.3102 13.96 4.1302C14.03 3.5502 13.57 3.0202 12.97 3.0202ZM6.03002 3.0202H3.03002V6.0202C4.69002 6.0202 6.03002 4.6802 6.03002 3.0202ZM8.94002 3.0202C8.45002 3.0202 8.04002 3.3802 7.96002 3.8702C7.60002 5.9502 5.96002 7.5902 3.88002 7.9502C3.39002 8.0402 3.03002 8.4402 3.03002 8.9402C3.03002 9.5502 3.57002 10.0302 4.17002 9.9402C7.13002 9.4602 9.46002 7.1302 9.94002 4.1702C10.03 3.5602 9.54002 3.0202 8.94002 3.0202Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20.12 12.0402C20.62 11.9902 21 11.5602 21 11.0502C21 10.4602 20.49 9.9902 19.9 10.0502C18.4 10.2002 17 10.6602 15.74 11.3502L17.22 12.8302C18.12 12.4202 19.09 12.1402 20.12 12.0402ZM21 15.0902C21 14.4802 20.46 14.0002 19.86 14.0902C19.48 14.1502 19.11 14.2502 18.75 14.3702L20.37 15.9902C20.74 15.8402 21 15.5002 21 15.0902ZM13.97 4.1402C14.03 3.5502 13.57 3.0302 12.97 3.0302C12.47 3.0302 12.03 3.4002 11.98 3.9002C11.88 4.9302 11.6 5.9102 11.19 6.8102L12.67 8.2902C13.36 7.0302 13.82 5.6302 13.97 4.1402ZM9.93 4.1602C10.03 3.5602 9.54 3.0202 8.93 3.0202C8.52 3.0202 8.18 3.2802 8.03 3.6402L9.65 5.2602C9.78 4.9102 9.87 4.5402 9.93 4.1602ZM20.44 18.8802L5.12 3.5602C4.73 3.1702 4.1 3.1702 3.71 3.5602C3.32 3.9502 3.32 4.5802 3.71 4.9702L5.86 7.1202C5.27 7.5302 4.6 7.8202 3.87 7.9402C3.39 8.0402 3.03 8.4402 3.03 8.9402C3.03 9.5502 3.57 10.0302 4.17 9.9402C5.34 9.7502 6.4 9.2602 7.3 8.5702L8.73 10.0002C7.39 11.1002 5.73 11.8202 3.92 11.9902C3.42 12.0402 3.04 12.4702 3.04 12.9802C3.04 13.5702 3.55 14.0402 4.14 13.9802C6.42 13.7502 8.5 12.8302 10.15 11.4202L12.63 13.9002C11.23 15.5502 10.3 17.6202 10.07 19.9002C10.01 20.4902 10.47 21.0102 11.07 21.0102C11.57 21.0102 12.01 20.6402 12.06 20.1402C12.24 18.3202 12.96 16.6602 14.05 15.3202L15.48 16.7502C14.79 17.6502 14.3 18.7102 14.11 19.8802C14.01 20.4802 14.5 21.0202 15.11 21.0202C15.6 21.0202 16.01 20.6602 16.09 20.1702C16.21 19.4402 16.51 18.7702 16.91 18.1802L19.04 20.3102C19.43 20.7002 20.06 20.7002 20.45 20.3102C20.83 19.9002 20.83 19.2702 20.44 18.8802Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M12 17.0002C13.6569 17.0002 15 15.657 15 14.0002C15 12.3433 13.6569 11.0002 12 11.0002C10.3431 11.0002 9 12.3433 9 14.0002C9 15.657 10.3431 17.0002 12 17.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M16.6 3.37021C18.7 3.64021 20.37 5.30021 20.63 7.40021C20.67 7.74021 20.95 8.00021 21.29 8.00021C21.68 8.00021 22 7.66021 21.95 7.27021C21.62 4.55021 19.45 2.38021 16.73 2.05021C16.34 2.00021 16 2.32021 16 2.71021C16 3.05021 16.26 3.33021 16.6 3.37021ZM19.23 7.19021C18.93 6.00021 18 5.07021 16.81 4.77021C16.4 4.67021 16 4.99021 16 5.42021C16 5.71021 16.19 5.99021 16.48 6.06021C17.2 6.24021 17.77 6.80021 17.94 7.52021C18.01 7.81021 18.28 8.00021 18.58 8.00021C19.01 8.00021 19.33 7.60021 19.23 7.19021ZM17 9.00021C17 7.90021 16.1 7.00021 15 7.00021V5.00021C15 4.45021 14.55 4.00021 14 4.00021H9.88C9.32 4.00021 8.78 4.24021 8.4 4.65021L7.17 6.00021H4C2.9 6.00021 2 6.90021 2 8.00021V20.0002C2 21.1002 2.9 22.0002 4 22.0002H20C21.1 22.0002 22 21.1002 22 20.0002V11.0002C22 9.90021 21.1 9.00021 20 9.00021H17ZM12 19.0002C9.24 19.0002 7 16.7602 7 14.0002C7 11.2402 9.24 9.00021 12 9.00021C14.76 9.00021 17 11.2402 17 14.0002C17 16.7602 14.76 19.0002 12 19.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 10.0002C8.52999 10.0002 5.63999 12.5402 5.08999 15.8602C4.98999 16.4602 5.47999 17.0002 6.08999 17.0002C6.57999 17.0002 6.98999 16.6402 7.06999 16.1502C7.47999 13.7902 9.52999 12.0002 12 12.0002C14.47 12.0002 16.52 13.7902 16.93 16.1502C17.01 16.6402 17.42 17.0002 17.91 17.0002C18.52 17.0002 19 16.4602 18.9 15.8602C18.36 12.5402 15.47 10.0002 12 10.0002ZM12 6.00018C6.29999 6.00018 1.60999 10.3402 1.04999 15.9002C0.999986 16.4902 1.45999 17.0002 2.05999 17.0002C2.56999 17.0002 2.99999 16.6202 3.04999 16.1202C3.48999 11.5702 7.33999 8.00018 12 8.00018C16.66 8.00018 20.51 11.5702 20.96 16.1202C21.01 16.6202 21.44 17.0002 21.95 17.0002C22.54 17.0002 23.01 16.4902 22.95 15.9002C22.39 10.3402 17.7 6.00018 12 6.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00018H5.01001C3.91001 3.00018 3.01001 3.90018 3.01001 5.00018V19.0002C3.01001 20.1002 3.91001 21.0002 5.01001 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM15.01 10.5002C15.01 11.3302 14.34 12.0002 13.51 12.0002C14.34 12.0002 15.01 12.6702 15.01 13.5002V15.0002C15.01 16.1102 14.11 17.0002 13.01 17.0002H10C9.45001 17.0002 9.00001 16.5502 9.00001 16.0002C9.00001 15.4502 9.45001 15.0002 10 15.0002H13.01L13 13.0002H12C11.45 13.0002 11 12.5502 11 12.0002C11 11.4502 11.45 11.0002 12 11.0002H13L13.01 9.00018H10C9.45001 9.00018 9.01001 8.55018 9.01001 8.00018C9.01001 7.45018 9.45001 7.00018 10 7.00018H13.01C14.11 7.00018 15.01 7.90018 15.01 9.00018V10.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_583)">
|
|
4
|
+
<path
|
|
5
|
+
d="M19.04 3.00018H5.04001C3.94001 3.00018 3.04001 3.90018 3.04001 5.00018V19.0002C3.04001 20.1002 3.94001 21.0002 5.04001 21.0002H19.04C20.14 21.0002 21.04 20.1002 21.04 19.0002V5.00018C21.04 3.90018 20.14 3.00018 19.04 3.00018ZM14.04 17.0002C13.49 17.0002 13.04 16.5502 13.04 16.0002V13.0002H10.04C9.49001 13.0002 9.04001 12.5502 9.04001 12.0002V8.00018C9.04001 7.45018 9.49001 7.00018 10.04 7.00018C10.59 7.00018 11.04 7.45018 11.04 8.00018V11.0002H13.04V8.00018C13.04 7.45018 13.49 7.00018 14.04 7.00018C14.59 7.00018 15.04 7.45018 15.04 8.00018V16.0002C15.04 16.5502 14.59 17.0002 14.04 17.0002Z"
|
|
6
|
+
/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15_583">
|
|
10
|
+
<rect
|
|
11
|
+
width="24"
|
|
12
|
+
height="24"
|
|
13
|
+
fill="white"
|
|
14
|
+
transform="translate(0 0.000183105)"
|
|
15
|
+
/>
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
</g>
|
|
19
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM14 9.00018H11V11.0002H13C14.1 11.0002 15 11.9002 15 13.0002V15.0002C15 16.1102 14.1 17.0002 13 17.0002H10C9.45 17.0002 9 16.5502 9 16.0002C9 15.4502 9.45 15.0002 10 15.0002H13V13.0002H10C9.45 13.0002 9 12.5502 9 12.0002V8.00018C9 7.45018 9.45 7.00018 10 7.00018H14C14.55 7.00018 15 7.45018 15 8.00018C15 8.55018 14.55 9.00018 14 9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11 15.0002H13V13.0002H11V15.0002ZM19 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM14 9.00018H11V11.0002H13C14.1 11.0002 15 11.9002 15 13.0002V15.0002C15 16.1102 14.1 17.0002 13 17.0002H11C9.9 17.0002 9 16.1102 9 15.0002V9.00018C9 7.90018 9.9 7.00018 11 7.00018H14C14.55 7.00018 15 7.45018 15 8.00018C15 8.55018 14.55 9.00018 14 9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|