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,39 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g clip-path="url(#clip0_2778_2381)">
|
|
4
|
+
<path
|
|
5
|
+
d="M4 5.92857C4 4.86345 4.87915 4 5.96364 4H16.7636C17.8481 4 20.5 4.79202 20.5 5.85714V20C20.5 21.0651 13.0845 21 12 21H9.5C9.23361 21 7.21601 20.6385 5.97052 20.3286C5.31435 20.1654 4.92071 19.6543 4.76954 18.9953L4.53358 17.9666C4.39725 17.3722 4 16.8215 4 16.2118V5.92857Z"
|
|
6
|
+
fill="white" />
|
|
7
|
+
<path
|
|
8
|
+
d="M4 5.92857C4 4.86345 4.87915 4 5.96364 4H16.7636C17.8481 4 20.5 4.79202 20.5 5.85714V20C20.5 21.0651 13.0845 21 12 21H9.5C9.23361 21 7.21601 20.6385 5.97052 20.3286C5.31435 20.1654 4.92071 19.6543 4.76954 18.9953L4.53358 17.9666C4.39725 17.3722 4 16.8215 4 16.2118V5.92857Z"
|
|
9
|
+
fill="url(#paint0_linear_2778_2381)" />
|
|
10
|
+
<path d="M4 6C4 7.657 7.582 9 12 9C16.418 9 20 7.657 20 6C20 4.343 16.418 3 12 3C7.582 3 4 4.343 4 6Z"
|
|
11
|
+
stroke="#3E7DC0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
|
12
|
+
<path d="M4 6V12C4 13.657 7.582 15 12 15M20 11.5V6" stroke="#3E7DC0" stroke-width="2" stroke-linecap="round"
|
|
13
|
+
stroke-linejoin="round" />
|
|
14
|
+
<path d="M4 12V18C4 19.657 7.582 21 12 21" stroke="#3E7DC0" stroke-width="2" stroke-linecap="round"
|
|
15
|
+
stroke-linejoin="round" />
|
|
16
|
+
<path
|
|
17
|
+
d="M14 15.9867C14 14.8895 14.9056 14 16.0228 14H22.0913C23.2085 14 24.1141 14.8895 24.1141 15.9867V21.9468C24.1141 23.044 23.2085 23.9335 22.0913 23.9335H16.0228C14.9056 23.9335 14 23.044 14 21.9468V15.9867Z"
|
|
18
|
+
fill="#3E7DC0" />
|
|
19
|
+
<g clip-path="url(#clip1_2778_2381)">
|
|
20
|
+
<path
|
|
21
|
+
d="M20 16.17C20 16.2773 20.0667 16.3723 20.1643 16.4167C20.7942 16.7014 21.2988 17.2059 21.5837 17.8357C21.6046 17.8839 21.6389 17.9251 21.6826 17.9543C21.7263 17.9835 21.7775 17.9995 21.83 18.0003C22.0037 18.0003 22.1273 17.831 22.058 17.6717C21.7204 16.8976 21.1027 16.2797 20.3287 15.942C20.169 15.8727 20 15.996 20 16.17ZM17.6713 15.9423C17.831 15.873 18 15.9967 18 16.1707C17.9991 16.2232 17.9831 16.2743 17.9539 16.3179C17.9246 16.3615 17.8835 16.3958 17.8353 16.4167C17.2057 16.7015 16.7014 17.206 16.4167 17.8357C16.3958 17.8839 16.3614 17.9251 16.3177 17.9543C16.2741 17.9835 16.2229 17.9995 16.1703 18.0003C15.9963 18.0003 15.873 17.831 15.9423 17.6717C16.2799 16.8976 16.8976 16.2797 17.6717 15.942M20 21.83C20 21.723 20.0667 21.628 20.1643 21.584C20.7943 21.2992 21.2988 20.7946 21.5837 20.1647C21.6046 20.1165 21.639 20.0754 21.6827 20.0462C21.7263 20.0171 21.7775 20.0012 21.83 20.0003C22.0037 20.0003 22.1273 20.1693 22.058 20.3287C21.7204 21.1028 21.1027 21.7206 20.3287 22.0583C20.169 22.1277 20 22.004 20 21.83ZM16.4163 20.1647C16.3954 20.1165 16.361 20.0754 16.3173 20.0462C16.2737 20.0171 16.2225 20.0012 16.17 20.0003C15.996 20.0003 15.8727 20.1693 15.942 20.3287C16.2796 21.1028 16.8973 21.7206 17.6713 22.0583C17.831 22.1277 18 22.004 18 21.83C17.9991 21.7775 17.9831 21.7264 17.9539 21.6828C17.9246 21.6392 17.8835 21.6049 17.8353 21.584C17.2055 21.2991 16.7011 20.7945 16.4163 20.1647ZM18.9997 17.167C18.9352 17.167 18.8718 17.1702 18.8093 17.1767C18.7765 17.1804 18.7433 17.1776 18.7115 17.1683C18.6798 17.1591 18.6502 17.1437 18.6245 17.123C18.5987 17.1023 18.5774 17.0767 18.5616 17.0477C18.5458 17.0186 18.5359 16.9868 18.5325 16.9539C18.5291 16.9211 18.5323 16.8878 18.5418 16.8562C18.5513 16.8246 18.567 16.7951 18.588 16.7696C18.609 16.7441 18.6348 16.7229 18.664 16.7074C18.6931 16.692 18.7251 16.6824 18.758 16.6793C18.8378 16.6709 18.9184 16.6667 19 16.6667C19.5287 16.6666 20.0418 16.846 20.4552 17.1757C20.8686 17.5053 21.1577 17.9655 21.2753 18.481C21.29 18.5457 21.2784 18.6135 21.243 18.6696C21.2077 18.7257 21.1515 18.7655 21.0868 18.7802C21.0222 18.7948 20.9543 18.7832 20.8982 18.7479C20.8421 18.7125 20.8023 18.6563 20.7877 18.5917C20.6951 18.1868 20.4678 17.8254 20.1431 17.5666C19.8183 17.3078 19.4153 17.1669 19 17.167M18.0407 17.1337C18.0591 17.1608 18.072 17.1914 18.0786 17.2236C18.0853 17.2557 18.0855 17.2889 18.0793 17.3211C18.0731 17.3534 18.0606 17.3841 18.0426 17.4115C18.0245 17.439 18.0012 17.4626 17.974 17.481C17.7254 17.6488 17.5219 17.8751 17.3811 18.1399C17.2404 18.4048 17.1667 18.7001 17.1667 19C17.1659 19.366 17.2753 19.7237 17.4807 20.0267C17.5156 20.0816 17.5277 20.1479 17.5144 20.2116C17.5012 20.2753 17.4636 20.3314 17.4097 20.3678C17.3558 20.4043 17.2898 20.4183 17.2258 20.4069C17.1617 20.3954 17.1046 20.3595 17.0667 20.3067C16.8054 19.9211 16.666 19.4658 16.6667 19C16.6666 18.6184 16.7602 18.2425 16.9392 17.9055C17.1182 17.5684 17.3771 17.2804 17.6933 17.0667C17.7482 17.0295 17.8156 17.0157 17.8806 17.0282C17.9457 17.0407 18.0031 17.0785 18.0403 17.1333M21.077 19.3017C21.141 19.3189 21.1955 19.3609 21.2286 19.4183C21.2617 19.4758 21.2706 19.544 21.2533 19.608C21.1622 19.9455 20.9964 20.2581 20.7682 20.5229C20.54 20.7877 20.2553 20.9979 19.935 21.138C19.6147 21.278 19.2671 21.3443 18.9178 21.3321C18.5684 21.3198 18.2263 21.2292 17.9167 21.067C17.8591 21.0356 17.8162 20.9828 17.7972 20.92C17.7782 20.8572 17.7846 20.7895 17.8151 20.7314C17.8456 20.6733 17.8977 20.6295 17.9601 20.6095C18.0226 20.5895 18.0904 20.5948 18.149 20.6243C18.3923 20.7517 18.6611 20.8227 18.9355 20.8323C19.21 20.8419 19.4831 20.7897 19.7347 20.6797C19.9863 20.5696 20.2099 20.4045 20.3892 20.1964C20.5684 19.9884 20.6987 19.7428 20.7703 19.4777C20.7789 19.446 20.7936 19.4163 20.8137 19.3903C20.8338 19.3643 20.8587 19.3425 20.8872 19.3261C20.9157 19.3098 20.9471 19.2992 20.9797 19.295C21.0122 19.2908 21.0453 19.2931 21.077 19.3017ZM19 17.6667C18.6464 17.6667 18.3072 17.8071 18.0572 18.0572C17.8071 18.3072 17.6667 18.6464 17.6667 19C17.6667 19.3536 17.8071 19.6928 18.0572 19.9428C18.3072 20.1929 18.6464 20.3333 19 20.3333C19.3536 20.3333 19.6928 20.1929 19.9428 19.9428C20.1929 19.6928 20.3333 19.3536 20.3333 19C20.3333 18.6464 20.1929 18.3072 19.9428 18.0572C19.6928 17.8071 19.3536 17.6667 19 17.6667Z"
|
|
22
|
+
fill="white" />
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
<defs>
|
|
26
|
+
<linearGradient id="paint0_linear_2778_2381" x1="11.3636" y1="2.81967" x2="11.3636" y2="18.6066"
|
|
27
|
+
gradientUnits="userSpaceOnUse">
|
|
28
|
+
<stop stop-color="#11AAE2" stop-opacity="0.25" />
|
|
29
|
+
<stop offset="1" stop-color="white" stop-opacity="0" />
|
|
30
|
+
</linearGradient>
|
|
31
|
+
<clipPath id="clip0_2778_2381">
|
|
32
|
+
<rect width="24" height="24" fill="white" />
|
|
33
|
+
</clipPath>
|
|
34
|
+
<clipPath id="clip1_2778_2381">
|
|
35
|
+
<rect width="8" height="8" fill="white" transform="translate(15 15)" />
|
|
36
|
+
</clipPath>
|
|
37
|
+
</defs>
|
|
38
|
+
</svg>
|
|
39
|
+
</template>
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_939_1144)">
|
|
4
|
+
<path
|
|
5
|
+
fill-rule="evenodd"
|
|
6
|
+
clip-rule="evenodd"
|
|
7
|
+
d="M5.82882 15.7749C6.16019 15.7749 6.42882 16.0435 6.42882 16.3749C6.42882 17.9371 7.69521 19.2035 9.25739 19.2035H10.2634C10.5948 19.2035 10.8634 19.4721 10.8634 19.8035C10.8634 20.1348 10.5948 20.4035 10.2634 20.4035H9.25739C7.03247 20.4035 5.22882 18.5998 5.22882 16.3749C5.22882 16.0435 5.49745 15.7749 5.82882 15.7749Z"
|
|
8
|
+
fill="#3E7DC0"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
d="M17.263 10.0459L15.1994 7.14954L19.3266 7.14954L17.263 10.0459Z"
|
|
12
|
+
fill="#3E7DC0"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
d="M5.82888 13.4979L3.76526 16.3942L7.8925 16.3942L5.82888 13.4979Z"
|
|
16
|
+
fill="#3E7DC0"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
fill-rule="evenodd"
|
|
20
|
+
clip-rule="evenodd"
|
|
21
|
+
d="M12.6 3.90841C12.6 3.57704 12.8687 3.30841 13.2 3.30841H14.0057C16.136 3.30841 17.8629 5.03531 17.8629 7.16555C17.8629 7.49692 17.5943 7.76555 17.2629 7.76555C16.9315 7.76555 16.6629 7.49692 16.6629 7.16555C16.6629 5.69805 15.4732 4.50841 14.0057 4.50841H13.2C12.8687 4.50841 12.6 4.23978 12.6 3.90841Z"
|
|
22
|
+
fill="#3E7DC0"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M21.2118 12.1055C20.7055 11.5991 20.0187 11.3146 19.3026 11.3146H14.4317C13.4376 11.3146 12.6317 12.1205 12.6317 13.1146L12.6317 22.2178C12.6316 23.2119 13.4365 24.0171 14.4306 24.0157C16.576 24.0126 20.0454 24.0069 22.1493 24.0034C23.1435 24.0017 23.9444 23.1943 23.9425 22.2L23.9306 15.9376C23.9293 15.2233 23.6449 14.5386 23.1398 14.0335L21.2118 12.1055Z"
|
|
26
|
+
fill="#3E7DC0"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M8.88018 0.791022C8.37383 0.284657 7.68706 0.000183105 6.97096 0.000183105H1.80005C0.805937 0.000183105 5.01606e-05 0.806065 4.52221e-05 1.80017L0 10.9033C-4.9385e-06 11.8974 0.804818 12.7026 1.79893 12.7012C3.9444 12.6982 7.41391 12.6924 9.51776 12.6889C10.512 12.6873 11.3128 11.8799 11.311 10.8857L11.2989 4.32322C11.2976 3.60887 11.0132 2.92415 10.5081 2.41902L8.88018 0.791022Z"
|
|
30
|
+
fill="white"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M8.88018 0.791022C8.37383 0.284657 7.68706 0.000183105 6.97096 0.000183105H1.80005C0.805937 0.000183105 5.01606e-05 0.806065 4.52221e-05 1.80017L0 10.9033C-4.9385e-06 11.8974 0.804818 12.7026 1.79893 12.7012C3.9444 12.6982 7.41391 12.6924 9.51776 12.6889C10.512 12.6873 11.3128 11.8799 11.311 10.8857L11.2989 4.32322C11.2976 3.60887 11.0132 2.92415 10.5081 2.41902L8.88018 0.791022Z"
|
|
34
|
+
fill="url(#paint0_linear_939_1144)"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
fill-rule="evenodd"
|
|
38
|
+
clip-rule="evenodd"
|
|
39
|
+
d="M6.97096 1.20018H1.80005C1.46868 1.20018 1.20005 1.46881 1.20005 1.80018L1.2 10.9033C1.2 11.2353 1.46786 11.5017 1.79722 11.5012C3.94252 11.4982 7.41188 11.4924 9.51576 11.4889C9.84389 11.4884 10.1116 11.2225 10.111 10.8879L10.0989 4.32542C10.0982 3.92856 9.94021 3.54816 9.65959 3.26754L8.03164 1.63954C7.75033 1.35822 7.3688 1.20018 6.97096 1.20018ZM6.97096 0.000183105C7.68706 0.000183105 8.37383 0.284657 8.88018 0.791022L10.5081 2.41902C11.0132 2.92415 11.2976 3.60887 11.2989 4.32322L11.311 10.8857C11.3128 11.8799 10.512 12.6873 9.51776 12.6889C7.41391 12.6924 3.9444 12.6982 1.79893 12.7012C0.804818 12.7026 -4.93848e-06 11.8974 0 10.9033L4.52221e-05 1.80017C5.01606e-05 0.806065 0.805937 0.000183105 1.80005 0.000183105H6.97096Z"
|
|
40
|
+
fill="#3E7DC0"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
d="M14.7023 21.0099C14.7023 21.1647 14.8247 21.2871 14.9795 21.2871C15.1343 21.2871 15.2567 21.1647 15.2567 21.0099V20.4591H15.6995L16.2395 21.1431C16.3043 21.2259 16.3871 21.2871 16.5131 21.2871C16.6463 21.2871 16.7759 21.1863 16.7759 21.0315C16.7759 20.9451 16.7399 20.8875 16.6859 20.8191L16.3007 20.3511C16.6067 20.2251 16.8047 19.9803 16.8047 19.5843V19.5771C16.8047 19.3395 16.7291 19.1415 16.5887 19.0011C16.4231 18.8355 16.1747 18.7455 15.8543 18.7455H14.9795C14.8247 18.7455 14.7023 18.8679 14.7023 19.0227V21.0099ZM15.2567 19.9695V19.2459H15.8075C16.0775 19.2459 16.2431 19.3683 16.2431 19.6059V19.6131C16.2431 19.8255 16.0883 19.9695 15.8183 19.9695H15.2567Z"
|
|
44
|
+
fill="white"
|
|
45
|
+
/>
|
|
46
|
+
<path
|
|
47
|
+
d="M17.2463 21.5895C17.2463 21.7407 17.3687 21.8631 17.5199 21.8631C17.6711 21.8631 17.7935 21.7407 17.7935 21.5895V21.0135C17.9231 21.1683 18.1031 21.3015 18.3947 21.3015C18.8519 21.3015 19.2731 20.9487 19.2731 20.3043V20.2971C19.2731 19.6527 18.8447 19.2999 18.3947 19.2999C18.1103 19.2999 17.9267 19.4331 17.7935 19.6131V19.5879C17.7935 19.4367 17.6711 19.3143 17.5199 19.3143C17.3687 19.3143 17.2463 19.4367 17.2463 19.5879V21.5895ZM18.2543 20.8371C17.9987 20.8371 17.7863 20.6247 17.7863 20.3043V20.2971C17.7863 19.9767 17.9987 19.7643 18.2543 19.7643C18.5099 19.7643 18.7259 19.9767 18.7259 20.2971V20.3043C18.7259 20.6283 18.5099 20.8371 18.2543 20.8371Z"
|
|
48
|
+
fill="white"
|
|
49
|
+
/>
|
|
50
|
+
<path
|
|
51
|
+
fill-rule="evenodd"
|
|
52
|
+
clip-rule="evenodd"
|
|
53
|
+
d="M3.14446 6.60278C3.02092 6.60278 2.92078 6.70293 2.92078 6.82647C2.92078 6.95 3.02092 7.05015 3.14446 7.05015C3.268 7.05015 3.36814 6.95 3.36814 6.82647C3.36814 6.70293 3.268 6.60278 3.14446 6.60278ZM2.42078 6.82647C2.42078 6.42679 2.74478 6.10278 3.14446 6.10278C3.54414 6.10278 3.86814 6.42679 3.86814 6.82647C3.86814 7.22615 3.54414 7.55015 3.14446 7.55015C2.74478 7.55015 2.42078 7.22615 2.42078 6.82647ZM5.72201 6.41973C5.82224 6.51469 5.82652 6.67292 5.73156 6.77316L3.03156 9.62316C2.9366 9.72339 2.77837 9.72767 2.67814 9.63271C2.5779 9.53775 2.57363 9.37952 2.66859 9.27928L5.36858 6.42928C5.46354 6.32905 5.62178 6.32477 5.72201 6.41973ZM5.3552 8.81294C5.23167 8.81294 5.13152 8.91309 5.13152 9.03662C5.13152 9.16016 5.23167 9.26031 5.3552 9.26031C5.47874 9.26031 5.57889 9.16016 5.57889 9.03662C5.57889 8.91309 5.47874 8.81294 5.3552 8.81294ZM4.63152 9.03662C4.63152 8.63694 4.95552 8.31294 5.3552 8.31294C5.75488 8.31294 6.07889 8.63694 6.07889 9.03662C6.07889 9.4363 5.75488 9.76031 5.3552 9.76031C4.95552 9.76031 4.63152 9.4363 4.63152 9.03662Z"
|
|
54
|
+
fill="#3E7DC0"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
fill-rule="evenodd"
|
|
58
|
+
clip-rule="evenodd"
|
|
59
|
+
d="M7.20004 0.429077C7.53141 0.429077 7.80004 0.697706 7.80004 1.02908V2.91479C7.80004 3.24616 8.06867 3.51479 8.40004 3.51479H10.2858C10.6171 3.51479 10.8858 3.78342 10.8858 4.11479C10.8858 4.44616 10.6171 4.71479 10.2858 4.71479H8.40004C7.40592 4.71479 6.60004 3.9089 6.60004 2.91479V1.02908C6.60004 0.697706 6.86867 0.429077 7.20004 0.429077Z"
|
|
60
|
+
fill="#3E7DC0"
|
|
61
|
+
/>
|
|
62
|
+
<path
|
|
63
|
+
fill-rule="evenodd"
|
|
64
|
+
clip-rule="evenodd"
|
|
65
|
+
d="M19.8856 11.7435C20.217 11.7435 20.4856 12.0122 20.4856 12.3435V14.2292C20.4856 14.5606 20.7542 14.8292 21.0856 14.8292H22.9713C23.3027 14.8292 23.5713 15.0979 23.5713 15.4292C23.5713 15.7606 23.3027 16.0292 22.9713 16.0292H21.0856C20.0915 16.0292 19.2856 15.2234 19.2856 14.2292V12.3435C19.2856 12.0122 19.5542 11.7435 19.8856 11.7435Z"
|
|
66
|
+
fill="white"
|
|
67
|
+
/>
|
|
68
|
+
</g>
|
|
69
|
+
<defs>
|
|
70
|
+
<linearGradient
|
|
71
|
+
id="paint0_linear_939_1144"
|
|
72
|
+
x1="5.65714"
|
|
73
|
+
y1="-0.832809"
|
|
74
|
+
x2="5.65714"
|
|
75
|
+
y2="10.3085"
|
|
76
|
+
gradientUnits="userSpaceOnUse"
|
|
77
|
+
>
|
|
78
|
+
<stop stop-color="#11AAE2" stop-opacity="0.25" />
|
|
79
|
+
<stop offset="1" stop-color="white" stop-opacity="0" />
|
|
80
|
+
</linearGradient>
|
|
81
|
+
<clipPath id="clip0_939_1144">
|
|
82
|
+
<rect
|
|
83
|
+
width="24"
|
|
84
|
+
height="24"
|
|
85
|
+
fill="white"
|
|
86
|
+
transform="translate(0 0.000183105)"
|
|
87
|
+
/>
|
|
88
|
+
</clipPath>
|
|
89
|
+
</defs>
|
|
90
|
+
</g>
|
|
91
|
+
</template>
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M4.89478 19.0716C4.89478 20.1367 5.74308 21.0002 6.78951 21.0002H17.2106C18.257 21.0002 19.1053 20.1367 19.1053 19.0716V4.92875C19.1053 3.86363 18.257 3.00018 17.2106 3.00018H10.0453C9.68197 3.00018 9.33626 3.1594 9.09644 3.43718L5.20909 7.9397C5.00651 8.17434 4.89478 8.47604 4.89478 8.78841V19.0716Z"
|
|
5
|
+
fill="white"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M4.89478 19.0716C4.89478 20.1367 5.74308 21.0002 6.78951 21.0002H17.2106C18.257 21.0002 19.1053 20.1367 19.1053 19.0716V4.92875C19.1053 3.86363 18.257 3.00018 17.2106 3.00018H10.0453C9.68197 3.00018 9.33626 3.1594 9.09644 3.43718L5.20909 7.9397C5.00651 8.17434 4.89478 8.47604 4.89478 8.78841V19.0716Z"
|
|
9
|
+
fill="url(#paint0_linear_939_1083)"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
fill-rule="evenodd"
|
|
13
|
+
clip-rule="evenodd"
|
|
14
|
+
d="M4.39478 19.0716C4.39478 20.4045 5.45863 21.5002 6.78951 21.5002H17.2106C18.5415 21.5002 19.6053 20.4045 19.6053 19.0716V4.92875C19.6053 3.59587 18.5415 2.50018 17.2106 2.50018H10.0453C9.53495 2.50018 9.05167 2.72392 8.71797 3.11043L4.83063 7.61294C4.54898 7.93916 4.39478 8.35708 4.39478 8.78841V19.0716ZM6.78951 20.5002C6.02753 20.5002 5.39478 19.869 5.39478 19.0716V8.78841C5.39478 8.595 5.46403 8.40952 5.58755 8.26645L9.4749 3.76393C9.62085 3.59488 9.82899 3.50018 10.0453 3.50018H17.2106C17.9726 3.50018 18.6053 4.1314 18.6053 4.92875V19.0716C18.6053 19.869 17.9726 20.5002 17.2106 20.5002H6.78951Z"
|
|
15
|
+
fill="#3E7DC0"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
fill-rule="evenodd"
|
|
19
|
+
clip-rule="evenodd"
|
|
20
|
+
d="M8.36846 7.80371H4.89478V8.80371H8.36846C9.35053 8.80371 10.1316 7.99584 10.1316 7.018V3.00014H9.13162V7.018C9.13162 7.46031 8.78164 7.80371 8.36846 7.80371Z"
|
|
21
|
+
fill="#3E7DC0"
|
|
22
|
+
/>
|
|
23
|
+
<g filter="url(#filter0_d_939_1083)">
|
|
24
|
+
<path
|
|
25
|
+
fill-rule="evenodd"
|
|
26
|
+
clip-rule="evenodd"
|
|
27
|
+
d="M11.8948 7.50018C11.8948 7.22404 12.1186 7.00018 12.3948 7.00018H14.3948C14.6709 7.00018 14.8948 7.22404 14.8948 7.50018C14.8948 7.77633 14.6709 8.00018 14.3948 8.00018H12.3948C12.1186 8.00018 11.8948 7.77633 11.8948 7.50018Z"
|
|
28
|
+
fill="#3E7DC0"
|
|
29
|
+
/>
|
|
30
|
+
</g>
|
|
31
|
+
<g filter="url(#filter1_d_939_1083)">
|
|
32
|
+
<path
|
|
33
|
+
fill-rule="evenodd"
|
|
34
|
+
clip-rule="evenodd"
|
|
35
|
+
d="M11.8948 10.5002C11.8948 10.224 12.1186 10.0002 12.3948 10.0002H16.3948C16.6709 10.0002 16.8948 10.224 16.8948 10.5002C16.8948 10.7763 16.6709 11.0002 16.3948 11.0002H12.3948C12.1186 11.0002 11.8948 10.7763 11.8948 10.5002Z"
|
|
36
|
+
fill="#3E7DC0"
|
|
37
|
+
/>
|
|
38
|
+
</g>
|
|
39
|
+
<rect x="1.5" y="14.0002" width="21" height="10" rx="2" fill="#3E7DC0" />
|
|
40
|
+
<path
|
|
41
|
+
d="M8.37109 18.1057C8.37109 18.7437 8.18229 19.2372 7.80469 19.5861C7.42969 19.9325 6.89583 20.1057 6.20312 20.1057H5.76953V22.0002H4.22656V16.2892H6.20312C6.92448 16.2892 7.46615 16.4468 7.82812 16.7619C8.1901 17.077 8.37109 17.5249 8.37109 18.1057ZM5.76953 18.8478H6.05078C6.28255 18.8478 6.46615 18.7827 6.60156 18.6525C6.73958 18.5223 6.80859 18.3426 6.80859 18.1135C6.80859 17.728 6.59505 17.5353 6.16797 17.5353H5.76953V18.8478Z"
|
|
42
|
+
fill="#F8F8F8"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M13.4258 18.1057C13.4258 18.7437 13.237 19.2372 12.8594 19.5861C12.4844 19.9325 11.9505 20.1057 11.2578 20.1057H10.8242V22.0002H9.28125V16.2892H11.2578C11.9792 16.2892 12.5208 16.4468 12.8828 16.7619C13.2448 17.077 13.4258 17.5249 13.4258 18.1057ZM10.8242 18.8478H11.1055C11.3372 18.8478 11.5208 18.7827 11.6562 18.6525C11.7943 18.5223 11.8633 18.3426 11.8633 18.1135C11.8633 17.728 11.6497 17.5353 11.2227 17.5353H10.8242V18.8478Z"
|
|
46
|
+
fill="#F8F8F8"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M19.7734 22.0002H17.75L15.6641 17.9767H15.6289C15.6784 18.6096 15.7031 19.0926 15.7031 19.426V22.0002H14.3359V16.2892H16.3516L18.4297 20.258H18.4531C18.4167 19.6825 18.3984 19.2202 18.3984 18.8713V16.2892H19.7734V22.0002Z"
|
|
50
|
+
fill="#F8F8F8"
|
|
51
|
+
/>
|
|
52
|
+
<defs>
|
|
53
|
+
<filter
|
|
54
|
+
id="filter0_d_939_1083"
|
|
55
|
+
x="7.89478"
|
|
56
|
+
y="7.00018"
|
|
57
|
+
width="11"
|
|
58
|
+
height="9"
|
|
59
|
+
filterUnits="userSpaceOnUse"
|
|
60
|
+
color-interpolation-filters="sRGB"
|
|
61
|
+
>
|
|
62
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
63
|
+
<feColorMatrix
|
|
64
|
+
in="SourceAlpha"
|
|
65
|
+
type="matrix"
|
|
66
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
67
|
+
result="hardAlpha"
|
|
68
|
+
/>
|
|
69
|
+
<feOffset dy="4" />
|
|
70
|
+
<feGaussianBlur stdDeviation="2" />
|
|
71
|
+
<feComposite in2="hardAlpha" operator="out" />
|
|
72
|
+
<feColorMatrix
|
|
73
|
+
type="matrix"
|
|
74
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
|
|
75
|
+
/>
|
|
76
|
+
<feBlend
|
|
77
|
+
mode="normal"
|
|
78
|
+
in2="BackgroundImageFix"
|
|
79
|
+
result="effect1_dropShadow_939_1083"
|
|
80
|
+
/>
|
|
81
|
+
<feBlend
|
|
82
|
+
mode="normal"
|
|
83
|
+
in="SourceGraphic"
|
|
84
|
+
in2="effect1_dropShadow_939_1083"
|
|
85
|
+
result="shape"
|
|
86
|
+
/>
|
|
87
|
+
</filter>
|
|
88
|
+
<filter
|
|
89
|
+
id="filter1_d_939_1083"
|
|
90
|
+
x="7.89478"
|
|
91
|
+
y="10.0002"
|
|
92
|
+
width="13"
|
|
93
|
+
height="9"
|
|
94
|
+
filterUnits="userSpaceOnUse"
|
|
95
|
+
color-interpolation-filters="sRGB"
|
|
96
|
+
>
|
|
97
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
98
|
+
<feColorMatrix
|
|
99
|
+
in="SourceAlpha"
|
|
100
|
+
type="matrix"
|
|
101
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
102
|
+
result="hardAlpha"
|
|
103
|
+
/>
|
|
104
|
+
<feOffset dy="4" />
|
|
105
|
+
<feGaussianBlur stdDeviation="2" />
|
|
106
|
+
<feComposite in2="hardAlpha" operator="out" />
|
|
107
|
+
<feColorMatrix
|
|
108
|
+
type="matrix"
|
|
109
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
|
|
110
|
+
/>
|
|
111
|
+
<feBlend
|
|
112
|
+
mode="normal"
|
|
113
|
+
in2="BackgroundImageFix"
|
|
114
|
+
result="effect1_dropShadow_939_1083"
|
|
115
|
+
/>
|
|
116
|
+
<feBlend
|
|
117
|
+
mode="normal"
|
|
118
|
+
in="SourceGraphic"
|
|
119
|
+
in2="effect1_dropShadow_939_1083"
|
|
120
|
+
result="shape"
|
|
121
|
+
/>
|
|
122
|
+
</filter>
|
|
123
|
+
<linearGradient
|
|
124
|
+
id="paint0_linear_939_1083"
|
|
125
|
+
x1="14.8948"
|
|
126
|
+
y1="3.00018"
|
|
127
|
+
x2="14.8948"
|
|
128
|
+
y2="19.5002"
|
|
129
|
+
gradientUnits="userSpaceOnUse"
|
|
130
|
+
>
|
|
131
|
+
<stop stop-color="#11AAE2" stop-opacity="0.25" />
|
|
132
|
+
<stop offset="1" stop-color="white" stop-opacity="0" />
|
|
133
|
+
</linearGradient>
|
|
134
|
+
</defs>
|
|
135
|
+
</g>
|
|
136
|
+
</template>
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M4 4.92875C4 3.86363 4.87915 3.00018 5.96364 3.00018H16.7636C17.8481 3.00018 18.7273 3.86363 18.7273 4.92875V19.0716C18.7273 20.1367 17.8481 21.0002 16.7636 21.0002H9.33779C8.96127 21.0002 8.60299 20.841 8.35445 20.5632L4.32575 16.0607C4.11579 15.826 4 15.5243 4 15.212V4.92875Z"
|
|
5
|
+
fill="white"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M4 4.92875C4 3.86363 4.87915 3.00018 5.96364 3.00018H16.7636C17.8481 3.00018 18.7273 3.86363 18.7273 4.92875V19.0716C18.7273 20.1367 17.8481 21.0002 16.7636 21.0002H9.33779C8.96127 21.0002 8.60299 20.841 8.35445 20.5632L4.32575 16.0607C4.11579 15.826 4 15.5243 4 15.212V4.92875Z"
|
|
9
|
+
fill="url(#paint0_linear_939_1163)"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
fill-rule="evenodd"
|
|
13
|
+
clip-rule="evenodd"
|
|
14
|
+
d="M3.5 4.92875C3.5 3.57904 4.61154 2.50018 5.96364 2.50018H16.7636C18.1157 2.50018 19.2273 3.57904 19.2273 4.92875V19.0716C19.2273 20.4213 18.1157 21.5002 16.7636 21.5002H9.33779C8.82068 21.5002 8.32632 21.2816 7.98183 20.8966L3.95313 16.3941C3.66187 16.0686 3.5 15.6484 3.5 15.212V4.92875ZM5.96364 3.50018C5.14676 3.50018 4.5 4.14823 4.5 4.92875V15.212C4.5 15.4002 4.56972 15.5835 4.69836 15.7273L8.72706 20.2298C8.87966 20.4003 9.10187 20.5002 9.33779 20.5002H16.7636C17.5805 20.5002 18.2273 19.8521 18.2273 19.0716V4.92875C18.2273 4.14823 17.5805 3.50018 16.7636 3.50018H5.96364Z"
|
|
15
|
+
fill="#3E7DC0"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M6.29089 8.30374C6.29089 8.03746 6.51068 7.82159 6.7818 7.82159H14.3091C14.5802 7.82159 14.8 8.03746 14.8 8.30374C14.8 8.57002 14.5802 8.78588 14.3091 8.78588H6.7818C6.51068 8.78588 6.29089 8.57002 6.29089 8.30374Z"
|
|
19
|
+
fill="#3E7DC0"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M6.29089 10.8751C6.29089 10.6089 6.51068 10.393 6.7818 10.393H11.3636C11.6347 10.393 11.8545 10.6089 11.8545 10.8751C11.8545 11.1414 11.6347 11.3573 11.3636 11.3573H6.7818C6.51068 11.3573 6.29089 11.1414 6.29089 10.8751Z"
|
|
23
|
+
fill="#3E7DC0"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
fill-rule="evenodd"
|
|
27
|
+
clip-rule="evenodd"
|
|
28
|
+
d="M7.6 16.1966H4V15.1966H7.6C8.5906 15.1966 9.40909 15.9876 9.40909 16.9823V21.0002H8.40909V16.9823C8.40909 16.5568 8.05538 16.1966 7.6 16.1966Z"
|
|
29
|
+
fill="#3E7DC0"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M11.8859 16.0533C11.8859 14.9561 12.7916 14.0667 13.9087 14.0667H19.9772C21.0944 14.0667 22 14.9561 22 16.0533V22.0134C22 23.1107 21.0944 24.0001 19.9772 24.0001H13.9087C12.7916 24.0001 11.8859 23.1107 11.8859 22.0134V16.0533Z"
|
|
33
|
+
fill="#3E7DC0"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fill-rule="evenodd"
|
|
37
|
+
clip-rule="evenodd"
|
|
38
|
+
d="M16.4008 20.2027C17.3677 20.2027 18.1515 19.4189 18.1515 18.452C18.1515 17.4851 17.3677 16.7013 16.4008 16.7013C15.4339 16.7013 14.6501 17.4851 14.6501 18.452C14.6501 19.4189 15.4339 20.2027 16.4008 20.2027ZM16.4008 21.2027C17.92 21.2027 19.1515 19.9712 19.1515 18.452C19.1515 16.9328 17.92 15.7013 16.4008 15.7013C14.8816 15.7013 13.6501 16.9328 13.6501 18.452C13.6501 19.9712 14.8816 21.2027 16.4008 21.2027Z"
|
|
39
|
+
fill="white"
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
fill-rule="evenodd"
|
|
43
|
+
clip-rule="evenodd"
|
|
44
|
+
d="M18.1469 19.5128L20.3946 21.326C20.6095 21.4994 20.6432 21.8142 20.4698 22.0291C20.2965 22.244 19.9817 22.2777 19.7667 22.1043L17.519 20.2911L18.1469 19.5128Z"
|
|
45
|
+
fill="white"
|
|
46
|
+
/>
|
|
47
|
+
<defs>
|
|
48
|
+
<linearGradient
|
|
49
|
+
id="paint0_linear_939_1163"
|
|
50
|
+
x1="11.3636"
|
|
51
|
+
y1="1.81986"
|
|
52
|
+
x2="11.3636"
|
|
53
|
+
y2="17.6067"
|
|
54
|
+
gradientUnits="userSpaceOnUse"
|
|
55
|
+
>
|
|
56
|
+
<stop stop-color="#11AAE2" stop-opacity="0.25" />
|
|
57
|
+
<stop offset="1" stop-color="white" stop-opacity="0" />
|
|
58
|
+
</linearGradient>
|
|
59
|
+
</defs>
|
|
60
|
+
</g>
|
|
61
|
+
</template>
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<automasi v-if="valueName == 'eregistration'" />
|
|
3
|
+
<beejak v-else-if="valueName == 'beejak'" />
|
|
4
|
+
<ebilling v-else-if="valueName == 'ebilling'" />
|
|
5
|
+
<ebupot v-else-if="valueName == 'ebupot'" />
|
|
6
|
+
<ebupot v-else-if="valueName == 'ebupot-unifikasi'" />
|
|
7
|
+
<efaktur v-else-if="valueName == 'efaktur'" />
|
|
8
|
+
<efiling v-else-if="valueName == 'efiling'" />
|
|
9
|
+
<espt-badan v-else-if="valueName == 'espt'" />
|
|
10
|
+
<h2h v-else-if="valueName == 'h2h'" />
|
|
11
|
+
<rekonsiliasi v-else-if="valueName == 'rekonsiliasi'" />
|
|
12
|
+
<wapu v-else-if="valueName == 'efaktur-wapu'" />
|
|
13
|
+
<training v-else-if="valueName == 'training'" />
|
|
14
|
+
<verify v-else-if="valueName == 'verify'" />
|
|
15
|
+
<invoice v-else-if="valueName == 'invoice'" />
|
|
16
|
+
<ematerai v-else-if="valueName == 'ematerai'" />
|
|
17
|
+
<taxomatic-pph v-else-if="valueName == 'ocr'" />
|
|
18
|
+
<convert-to-csv v-else-if="valueName == 'convert-to-csv'" />
|
|
19
|
+
<ctas-efaktur v-else-if="valueName == 'ctas-efaktur'" />
|
|
20
|
+
<ctas-ebupot-unifikasi v-else-if="valueName == 'ctas-ebupot-unifikasi'" />
|
|
21
|
+
<ctas-ebupot-pph21 v-else-if="valueName == 'ctas-ebupot-pph21'" />
|
|
22
|
+
<genta v-else-if="valueName == 'genta'" />
|
|
23
|
+
</template>
|
|
24
|
+
|
|
25
|
+
<script>
|
|
26
|
+
import Automasi from "@/components/Icons/TaxApplication/Automasi";
|
|
27
|
+
import Beejak from "@/components/Icons/TaxApplication/Beejak";
|
|
28
|
+
import Ebilling from "@/components/Icons/TaxApplication/Ebilling";
|
|
29
|
+
import Ebupot from "@/components/Icons/TaxApplication/Ebupot";
|
|
30
|
+
import Efaktur from "@/components/Icons/TaxApplication/Efaktur";
|
|
31
|
+
import Efiling from "@/components/Icons/TaxApplication/Efiling";
|
|
32
|
+
import EsptBadan from "@/components/Icons/TaxApplication/EsptBadan";
|
|
33
|
+
import H2h from "@/components/Icons/TaxApplication/H2h";
|
|
34
|
+
import Rekonsiliasi from "@/components/Icons/TaxApplication/Rekonsiliasi";
|
|
35
|
+
import Training from "@/components/Icons/TaxApplication/Training";
|
|
36
|
+
import Wapu from "@/components/Icons/TaxApplication/Wapu";
|
|
37
|
+
import Verify from "@/components/Icons/TaxApplication/Verify";
|
|
38
|
+
import Invoice from "@/components/Icons/TaxApplication/Invoice";
|
|
39
|
+
import Ematerai from "@/components/Icons/TaxApplication/Ematerai";
|
|
40
|
+
import TaxomaticPph from "@/components/Icons/TaxApplication/TaxomaticPph";
|
|
41
|
+
import ConvertToCsv from "@/components/Icons/TaxApplication/ConvertToCsv";
|
|
42
|
+
import CtasEfaktur from "@/components/Icons/TaxApplication/CtasEfaktur";
|
|
43
|
+
import CtasEbupotUnifikasi from "@/components/Icons/TaxApplication/CtasEbupotUnifikasi";
|
|
44
|
+
import CtasEbupotPph21 from "@/components/Icons/TaxApplication/CtasEbupotPph21";
|
|
45
|
+
import Genta from "@/components/Icons/TaxApplication/Genta";
|
|
46
|
+
|
|
47
|
+
export default {
|
|
48
|
+
components: {
|
|
49
|
+
Automasi,
|
|
50
|
+
Beejak,
|
|
51
|
+
Ebilling,
|
|
52
|
+
Ebupot,
|
|
53
|
+
Efaktur,
|
|
54
|
+
Efiling,
|
|
55
|
+
EsptBadan,
|
|
56
|
+
H2h,
|
|
57
|
+
Rekonsiliasi,
|
|
58
|
+
Training,
|
|
59
|
+
Wapu,
|
|
60
|
+
Verify,
|
|
61
|
+
Invoice,
|
|
62
|
+
Ematerai,
|
|
63
|
+
TaxomaticPph,
|
|
64
|
+
ConvertToCsv,
|
|
65
|
+
CtasEfaktur,
|
|
66
|
+
CtasEbupotUnifikasi,
|
|
67
|
+
CtasEbupotPph21,
|
|
68
|
+
Genta
|
|
69
|
+
},
|
|
70
|
+
props: {
|
|
71
|
+
valueName: {
|
|
72
|
+
type: [String],
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
};
|
|
76
|
+
</script>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M4 4.92857C4 3.86345 4.87915 3 5.96364 3H16.7636C17.8481 3 18.7273 3.86345 18.7273 4.92857V19.0714C18.7273 20.1365 17.8481 21 16.7636 21H9.33779C8.96127 21 8.60299 20.8408 8.35445 20.563L4.32575 16.0605C4.11579 15.8258 4 15.5241 4 15.2118V4.92857Z"
|
|
5
|
+
fill="white" />
|
|
6
|
+
<path
|
|
7
|
+
d="M4 4.92857C4 3.86345 4.87915 3 5.96364 3H16.7636C17.8481 3 18.7273 3.86345 18.7273 4.92857V19.0714C18.7273 20.1365 17.8481 21 16.7636 21H9.33779C8.96127 21 8.60299 20.8408 8.35445 20.563L4.32575 16.0605C4.11579 15.8258 4 15.5241 4 15.2118V4.92857Z"
|
|
8
|
+
fill="url(#paint0_linear_341_9406)" />
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
10
|
+
d="M3.5 4.92857C3.5 3.57885 4.61154 2.5 5.96364 2.5H16.7636C18.1157 2.5 19.2273 3.57885 19.2273 4.92857V19.0714C19.2273 20.4211 18.1157 21.5 16.7636 21.5H9.33779C8.82068 21.5 8.32632 21.2814 7.98183 20.8964L3.95313 16.3939C3.66187 16.0684 3.5 15.6482 3.5 15.2118V4.92857ZM5.96364 3.5C5.14676 3.5 4.5 4.14805 4.5 4.92857V15.2118C4.5 15.4 4.56972 15.5833 4.69836 15.7271L8.72706 20.2296C8.87966 20.4001 9.10187 20.5 9.33779 20.5H16.7636C17.5805 20.5 18.2273 19.852 18.2273 19.0714V4.92857C18.2273 4.14805 17.5805 3.5 16.7636 3.5H5.96364Z"
|
|
11
|
+
fill="#3E7DC0" />
|
|
12
|
+
<path
|
|
13
|
+
d="M6.29089 8.30368C6.29089 8.0374 6.51068 7.82153 6.7818 7.82153H14.3091C14.5802 7.82153 14.8 8.0374 14.8 8.30368C14.8 8.56996 14.5802 8.78582 14.3091 8.78582H6.7818C6.51068 8.78582 6.29089 8.56996 6.29089 8.30368Z"
|
|
14
|
+
fill="#3E7DC0" />
|
|
15
|
+
<path
|
|
16
|
+
d="M6.29089 10.875C6.29089 10.6087 6.51068 10.3928 6.7818 10.3928H11.3636C11.6347 10.3928 11.8545 10.6087 11.8545 10.875C11.8545 11.1412 11.6347 11.3571 11.3636 11.3571H6.7818C6.51068 11.3571 6.29089 11.1412 6.29089 10.875Z"
|
|
17
|
+
fill="#3E7DC0" />
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
19
|
+
d="M7.6 16.1965H4V15.1965H7.6C8.5906 15.1965 9.40909 15.9876 9.40909 16.9822V21.0001H8.40909V16.9822C8.40909 16.5568 8.05538 16.1965 7.6 16.1965Z"
|
|
20
|
+
fill="#3E7DC0" />
|
|
21
|
+
<path
|
|
22
|
+
d="M11.886 16.0531C11.886 14.9559 12.7916 14.0664 13.9088 14.0664H19.9773C21.0944 14.0664 22.0001 14.9559 22.0001 16.0531V22.0132C22.0001 23.1104 21.0944 23.9999 19.9773 23.9999H13.9088C12.7916 23.9999 11.886 23.1104 11.886 22.0132V16.0531Z"
|
|
23
|
+
fill="#3E7DC0" />
|
|
24
|
+
<path
|
|
25
|
+
d="M16.6083 17.5678L16.8481 15.9255C16.8881 15.6516 16.5108 15.5284 16.3758 15.7713L14.5693 19.0242C14.3855 19.3552 14.6294 19.7587 15.0133 19.7587H16.8041C17.1023 19.7587 17.3357 20.0107 17.3076 20.3022L17.1644 21.7884C17.1384 22.0579 17.5077 22.1679 17.6386 21.9298L19.3215 18.8675C19.5034 18.5366 19.2594 18.135 18.8765 18.135H17.1089C16.8011 18.135 16.5647 17.8671 16.6083 17.5678Z"
|
|
26
|
+
fill="white" />
|
|
27
|
+
<defs>
|
|
28
|
+
<linearGradient id="paint0_linear_341_9406" x1="11.3636" y1="1.81967" x2="11.3636" y2="17.6066"
|
|
29
|
+
gradientUnits="userSpaceOnUse">
|
|
30
|
+
<stop stop-color="#11AAE2" stop-opacity="0.25" />
|
|
31
|
+
<stop offset="1" stop-color="white" stop-opacity="0" />
|
|
32
|
+
</linearGradient>
|
|
33
|
+
</defs>
|
|
34
|
+
</svg></template>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M22.3582 11.1622C22.7935 11.1622 23.1465 11.5093 23.1465 11.9375V18.3631C23.1465 18.7912 22.7935 19.1383 22.3582 19.1383H21.0617V20.6681C21.0617 21.004 20.6571 21.1809 20.4035 20.9559L18.355 19.1383H12.9049C12.4696 19.1383 12.1166 18.7912 12.1166 18.3631V11.9375C12.1166 11.5093 12.4696 11.1622 12.9049 11.1622H22.3582Z"
|
|
5
|
+
fill="#3E7DC0"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M2.16342 2.94366C1.44005 2.94366 0.853638 3.52038 0.853638 4.2318V14.9079C0.853638 15.6193 1.44005 16.196 2.16342 16.196H4.31745V18.7377C4.31745 19.2957 4.98976 19.5897 5.41102 19.2159L8.81469 16.196H17.87C18.5933 16.196 19.1797 15.6193 19.1797 14.9079V4.2318C19.1797 3.52038 18.5933 2.94366 17.8699 2.94366H2.16342Z"
|
|
9
|
+
fill="white"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M2.16342 2.94366C1.44005 2.94366 0.853638 3.52038 0.853638 4.2318V14.9079C0.853638 15.6193 1.44005 16.196 2.16342 16.196H4.31745V18.7377C4.31745 19.2957 4.98976 19.5897 5.41102 19.2159L8.81469 16.196H17.87C18.5933 16.196 19.1797 15.6193 19.1797 14.9079V4.2318C19.1797 3.52038 18.5933 2.94366 17.8699 2.94366H2.16342Z"
|
|
13
|
+
fill="url(#paint0_linear_939_1158)"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
clip-rule="evenodd"
|
|
18
|
+
d="M2.16342 3.44366C1.7083 3.44366 1.35364 3.80435 1.35364 4.2318V14.9079C1.35364 15.3353 1.7083 15.696 2.16342 15.696H4.81745V18.7377C4.81745 18.7962 4.84706 18.8421 4.90659 18.8681C4.96672 18.8944 5.02853 18.8869 5.07918 18.8419L8.62485 15.696H17.87C18.3251 15.696 18.6797 15.3353 18.6797 14.9079V4.2318C18.6797 3.80435 18.3251 3.44366 17.8699 3.44366H2.16342ZM0.353638 4.2318C0.353638 3.23641 1.1718 2.44366 2.16342 2.44366H17.8699C18.8616 2.44366 19.6797 3.23641 19.6797 4.2318V14.9079C19.6797 15.9032 18.8616 16.696 17.87 16.696H9.00453L5.74287 19.5899C5.0116 20.2388 3.81745 19.7436 3.81745 18.7377V16.696H2.16342C1.1718 16.696 0.353638 15.9032 0.353638 14.9079V4.2318Z"
|
|
19
|
+
fill="#3E7DC0"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
fill-rule="evenodd"
|
|
23
|
+
clip-rule="evenodd"
|
|
24
|
+
d="M15.0261 6.34437C15.2058 6.55399 15.1816 6.86965 14.972 7.04941L8.75791 12.3786C8.57155 12.5385 8.29673 12.5393 8.10935 12.3807L5.06403 9.80268C4.85327 9.62426 4.82706 9.30876 5.00548 9.098C5.1839 8.88724 5.49939 8.86102 5.71016 9.03945L8.43031 11.3422L14.321 6.29033C14.5306 6.11056 14.8463 6.13476 15.0261 6.34437Z"
|
|
25
|
+
fill="#3E7DC0"
|
|
26
|
+
/>
|
|
27
|
+
<defs>
|
|
28
|
+
<linearGradient
|
|
29
|
+
id="paint0_linear_939_1158"
|
|
30
|
+
x1="8.09168"
|
|
31
|
+
y1="-1.59999"
|
|
32
|
+
x2="8.09168"
|
|
33
|
+
y2="19.3275"
|
|
34
|
+
gradientUnits="userSpaceOnUse"
|
|
35
|
+
>
|
|
36
|
+
<stop stop-color="#11AAE2" stop-opacity="0.25" />
|
|
37
|
+
<stop offset="1" stop-color="white" stop-opacity="0" />
|
|
38
|
+
</linearGradient>
|
|
39
|
+
</defs>
|
|
40
|
+
</g>
|
|
41
|
+
</template>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<path
|
|
5
|
+
d="M4 4.92857C4 3.86345 4.87915 3 5.96364 3H16.7636C17.8481 3 18.7273 3.86345 18.7273 4.92857V19.0714C18.7273 20.1365 17.8481 21 16.7636 21H9.33779C8.96127 21 8.60299 20.8408 8.35445 20.563L4.32575 16.0605C4.11579 15.8258 4 15.5241 4 15.2118V4.92857Z"
|
|
6
|
+
fill="white" />
|
|
7
|
+
<path
|
|
8
|
+
d="M4 4.92857C4 3.86345 4.87915 3 5.96364 3H16.7636C17.8481 3 18.7273 3.86345 18.7273 4.92857V19.0714C18.7273 20.1365 17.8481 21 16.7636 21H9.33779C8.96127 21 8.60299 20.8408 8.35445 20.563L4.32575 16.0605C4.11579 15.8258 4 15.5241 4 15.2118V4.92857Z"
|
|
9
|
+
fill="url(#paint0_linear_35485_119017)" />
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
11
|
+
d="M3.5 4.92857C3.5 3.57885 4.61154 2.5 5.96364 2.5H16.7636C18.1157 2.5 19.2273 3.57885 19.2273 4.92857V19.0714C19.2273 20.4211 18.1157 21.5 16.7636 21.5H9.33779C8.82068 21.5 8.32632 21.2814 7.98183 20.8964L3.95313 16.3939C3.66187 16.0684 3.5 15.6482 3.5 15.2118V4.92857ZM5.96364 3.5C5.14676 3.5 4.5 4.14805 4.5 4.92857V15.2118C4.5 15.4 4.56972 15.5833 4.69836 15.7271L8.72706 20.2296C8.87966 20.4001 9.10187 20.5 9.33779 20.5H16.7636C17.5805 20.5 18.2273 19.852 18.2273 19.0714V4.92857C18.2273 4.14805 17.5805 3.5 16.7636 3.5H5.96364Z"
|
|
12
|
+
fill="#3E7DC0" />
|
|
13
|
+
<path
|
|
14
|
+
d="M6.29091 8.30357C6.29091 8.03729 6.5107 7.82143 6.78182 7.82143H14.3091C14.5802 7.82143 14.8 8.03729 14.8 8.30357C14.8 8.56985 14.5802 8.78571 14.3091 8.78571H6.78182C6.5107 8.78571 6.29091 8.56985 6.29091 8.30357Z"
|
|
15
|
+
fill="#3E7DC0" />
|
|
16
|
+
<path
|
|
17
|
+
d="M6.29091 10.875C6.29091 10.6087 6.5107 10.3929 6.78182 10.3929H11.3636C11.6348 10.3929 11.8545 10.6087 11.8545 10.875C11.8545 11.1413 11.6348 11.3571 11.3636 11.3571H6.78182C6.5107 11.3571 6.29091 11.1413 6.29091 10.875Z"
|
|
18
|
+
fill="#3E7DC0" />
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
20
|
+
d="M7.6 16.1964H4V15.1964H7.6C8.5906 15.1964 9.40909 15.9875 9.40909 16.9821V21H8.40909V16.9821C8.40909 16.5567 8.05538 16.1964 7.6 16.1964Z"
|
|
21
|
+
fill="#3E7DC0" />
|
|
22
|
+
<path
|
|
23
|
+
d="M11.8859 16.0532C11.8859 14.956 12.7916 14.0665 13.9088 14.0665H19.9772C21.0944 14.0665 22 14.956 22 16.0532V22.0133C22 23.1105 21.0944 24 19.9772 24H13.9088C12.7916 24 11.8859 23.1105 11.8859 22.0133V16.0532Z"
|
|
24
|
+
fill="#3E7DC0" />
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
26
|
+
d="M20.3462 16.654C20.4447 16.7526 20.5 16.8862 20.5 17.0256C20.5 17.1649 20.4447 17.2985 20.3462 17.3971L16.409 21.3358C16.357 21.3878 16.2952 21.4291 16.2272 21.4573C16.1592 21.4855 16.0864 21.5 16.0128 21.5C15.9392 21.5 15.8663 21.4855 15.7983 21.4573C15.7303 21.4291 15.6686 21.3878 15.6165 21.3358L13.6604 19.3792C13.6102 19.3307 13.5702 19.2728 13.5426 19.2086C13.5151 19.1445 13.5006 19.0756 13.5 19.0058C13.4994 18.936 13.5127 18.8668 13.5391 18.8023C13.5655 18.7377 13.6045 18.679 13.6539 18.6297C13.7032 18.5803 13.7618 18.5413 13.8264 18.5149C13.8909 18.4885 13.9601 18.4752 14.0299 18.4758C14.0996 18.4764 14.1685 18.4909 14.2326 18.5184C14.2967 18.546 14.3547 18.586 14.4031 18.6362L16.0126 20.2463L19.6031 16.654C19.6519 16.6052 19.7098 16.5665 19.7736 16.54C19.8373 16.5136 19.9056 16.5 19.9747 16.5C20.0437 16.5 20.112 16.5136 20.1757 16.54C20.2395 16.5665 20.2974 16.6052 20.3462 16.654Z"
|
|
27
|
+
fill="white" />
|
|
28
|
+
<defs>
|
|
29
|
+
<linearGradient id="paint0_linear_35485_119017" x1="11.3636" y1="1.81967" x2="11.3636" y2="17.6066"
|
|
30
|
+
gradientUnits="userSpaceOnUse">
|
|
31
|
+
<stop stop-color="#11AAE2" stop-opacity="0.25" />
|
|
32
|
+
<stop offset="1" stop-color="white" stop-opacity="0" />
|
|
33
|
+
</linearGradient>
|
|
34
|
+
</defs>
|
|
35
|
+
</svg>
|
|
36
|
+
|
|
37
|
+
</g>
|
|
38
|
+
</template>
|