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,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_281)">
|
|
4
|
+
<path
|
|
5
|
+
d="M10.06 5.00022H5.82L6.48 1.82021C6.56 1.45021 6.44 1.07021 6.18 0.800215C5.74 0.360215 5.03 0.360215 4.6 0.800215L0.6 4.80022C0.21 5.17022 0 5.68021 0 6.21022V12.0002C0 13.1002 0.9 14.0002 2 14.0002H7.92C8.72 14.0002 9.44 13.5202 9.76 12.7902L11.9 7.79022C12.46 6.47021 11.49 5.00022 10.06 5.00022ZM22 10.0002H16.08C15.28 10.0002 14.56 10.4802 14.24 11.2102L12.1 16.2102C11.54 17.5302 12.5 19.0002 13.94 19.0002H18.18L17.52 22.1802C17.44 22.5502 17.56 22.9302 17.82 23.2002C18.26 23.6402 18.97 23.6402 19.4 23.2002L23.4 19.2002C23.78 18.8202 23.99 18.3202 23.99 17.7902V12.0002C24 10.9002 23.1 10.0002 22 10.0002Z"
|
|
6
|
+
/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15_281">
|
|
10
|
+
<rect
|
|
11
|
+
width="24"
|
|
12
|
+
height="24"
|
|
13
|
+
fill="white"
|
|
14
|
+
transform="translate(0 0.000244141)"
|
|
15
|
+
/>
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
</g>
|
|
19
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M23 8.00024C23 9.10024 22.1 10.0002 21 10.0002C20.82 10.0002 20.65 9.98024 20.49 9.93024L16.93 13.4802C16.98 13.6402 17 13.8202 17 14.0002C17 15.1002 16.1 16.0002 15 16.0002C13.9 16.0002 13 15.1002 13 14.0002C13 13.8202 13.02 13.6402 13.07 13.4802L10.52 10.9302C10.36 10.9802 10.18 11.0002 10 11.0002C9.82 11.0002 9.64 10.9802 9.48 10.9302L4.93 15.4902C4.98 15.6502 5 15.8202 5 16.0002C5 17.1002 4.1 18.0002 3 18.0002C1.9 18.0002 1 17.1002 1 16.0002C1 14.9002 1.9 14.0002 3 14.0002C3.18 14.0002 3.35 14.0202 3.51 14.0702L8.07 9.52024C8.02 9.36024 8 9.18024 8 9.00024C8 7.90024 8.9 7.00024 10 7.00024C11.1 7.00024 12 7.90024 12 9.00024C12 9.18024 11.98 9.36024 11.93 9.52024L14.48 12.0702C14.64 12.0202 14.82 12.0002 15 12.0002C15.18 12.0002 15.36 12.0202 15.52 12.0702L19.07 8.51024C19.02 8.35024 19 8.18024 19 8.00024C19 6.90024 19.9 6.00024 21 6.00024C22.1 6.00024 23 6.90024 23 8.00024ZM23 8.00024C23 9.10024 22.1 10.0002 21 10.0002C20.82 10.0002 20.65 9.98024 20.49 9.93024L16.93 13.4802C16.98 13.6402 17 13.8202 17 14.0002C17 15.1002 16.1 16.0002 15 16.0002C13.9 16.0002 13 15.1002 13 14.0002C13 13.8202 13.02 13.6402 13.07 13.4802L10.52 10.9302C10.36 10.9802 10.18 11.0002 10 11.0002C9.82 11.0002 9.64 10.9802 9.48 10.9302L4.93 15.4902C4.98 15.6502 5 15.8202 5 16.0002C5 17.1002 4.1 18.0002 3 18.0002C1.9 18.0002 1 17.1002 1 16.0002C1 14.9002 1.9 14.0002 3 14.0002C3.18 14.0002 3.35 14.0202 3.51 14.0702L8.07 9.52024C8.02 9.36024 8 9.18024 8 9.00024C8 7.90024 8.9 7.00024 10 7.00024C11.1 7.00024 12 7.90024 12 9.00024C12 9.18024 11.98 9.36024 11.93 9.52024L14.48 12.0702C14.64 12.0202 14.82 12.0002 15 12.0002C15.18 12.0002 15.36 12.0202 15.52 12.0702L19.07 8.51024C19.02 8.35024 19 8.18024 19 8.00024C19 6.90024 19.9 6.00024 21 6.00024C22.1 6.00024 23 6.90024 23 8.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4 9.00024H16C16.55 9.00024 17 8.55024 17 8.00024C17 7.45024 16.55 7.00024 16 7.00024H4C3.45 7.00024 3 7.45024 3 8.00024C3 8.55024 3.45 9.00024 4 9.00024ZM4 13.0002H16C16.55 13.0002 17 12.5502 17 12.0002C17 11.4502 16.55 11.0002 16 11.0002H4C3.45 11.0002 3 11.4502 3 12.0002C3 12.5502 3.45 13.0002 4 13.0002ZM4 17.0002H16C16.55 17.0002 17 16.5502 17 16.0002C17 15.4502 16.55 15.0002 16 15.0002H4C3.45 15.0002 3 15.4502 3 16.0002C3 16.5502 3.45 17.0002 4 17.0002ZM19 17.0002H21V15.0002H19V17.0002ZM19 7.00024V9.00024H21V7.00024H19ZM19 13.0002H21V11.0002H19V13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00024H18V2.00024C18 1.45024 17.55 1.00024 17 1.00024C16.45 1.00024 16 1.45024 16 2.00024V3.00024H8V2.00024C8 1.45024 7.55 1.00024 7 1.00024C6.45 1.00024 6 1.45024 6 2.00024V3.00024H5C3.89 3.00024 3.01 3.90024 3.01 5.00024L3 19.0002C3 20.1002 3.89 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00024C21 3.90024 20.1 3.00024 19 3.00024ZM18 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V8.00024H19V18.0002C19 18.5502 18.55 19.0002 18 19.0002ZM8 10.0002H11C11.55 10.0002 12 10.4502 12 11.0002V14.0002C12 14.5502 11.55 15.0002 11 15.0002H8C7.45 15.0002 7 14.5502 7 14.0002V11.0002C7 10.4502 7.45 10.0002 8 10.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15 4.00024C10.58 4.00024 7 7.58024 7 12.0002C7 16.4202 10.58 20.0002 15 20.0002C19.42 20.0002 23 16.4202 23 12.0002C23 7.58024 19.42 4.00024 15 4.00024ZM15 18.0002C11.69 18.0002 9 15.3102 9 12.0002C9 8.69024 11.69 6.00024 15 6.00024C18.31 6.00024 21 8.69024 21 12.0002C21 15.3102 18.31 18.0002 15 18.0002ZM3 12.0002C3 9.61024 4.4 7.54024 6.43 6.58024C6.77 6.42024 7 6.11024 7 5.74024V5.55024C7 4.87024 6.29 4.44024 5.68 4.73024C2.92 5.99024 1 8.77024 1 12.0002C1 15.2302 2.92 18.0102 5.68 19.2702C6.29 19.5502 7 19.1302 7 18.4502V18.2702C7 17.9002 6.77 17.5802 6.43 17.4202C4.4 16.4602 3 14.3902 3 12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8.79006 9.24024V5.50024C8.79006 4.12024 9.91006 3.00024 11.2901 3.00024C12.6701 3.00024 13.7901 4.12024 13.7901 5.50024V9.24024C15.0001 8.43024 15.7901 7.06024 15.7901 5.50024C15.7901 3.01024 13.7801 1.00024 11.2901 1.00024C8.80006 1.00024 6.79006 3.01024 6.79006 5.50024C6.79006 7.06024 7.58006 8.43024 8.79006 9.24024ZM14.2901 11.7102C14.0101 11.5702 13.7101 11.5002 13.4001 11.5002H12.7901V5.50024C12.7901 4.67024 12.1201 4.00024 11.2901 4.00024C10.4601 4.00024 9.79006 4.67024 9.79006 5.50024V16.2402L6.35006 15.5202C5.98006 15.4402 5.59006 15.5602 5.32006 15.8302C4.89006 16.2702 4.89006 16.9702 5.32006 17.4102L9.33006 21.4202C9.71006 21.7902 10.2201 22.0002 10.7501 22.0002H16.8501C17.8501 22.0002 18.6901 21.2702 18.8301 20.2802L19.4601 15.8102C19.5801 14.9602 19.1401 14.1202 18.3701 13.7402L14.2901 11.7102Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20.45 5.37024C20.71 4.71024 20.23 4.00024 19.52 4.00024H13H12H7V3.00024C7 2.45024 6.55 2.00024 6 2.00024C5.45 2.00024 5 2.45024 5 3.00024V4.00024V14.0002V22.0002H7V14.0002H11H12H19.52C20.23 14.0002 20.71 13.2902 20.45 12.6302L19 9.00024L20.45 5.37024ZM15 9.00024C15 10.1002 14.1 11.0002 13 11.0002C11.9 11.0002 11 10.1002 11 9.00024C11 7.90024 11.9 7.00024 13 7.00024C14.1 7.00024 15 7.90024 15 9.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18.32 5.6803C17.96 6.0403 17.93 6.6003 18.25 7.0003C19.7 8.8203 20.46 11.3103 19.78 13.9203C18.99 16.9703 16.6 19.2503 13.57 19.8603C8.47002 20.8703 4.00002 16.9303 4.00002 12.0003C4.00002 7.9203 7.05002 4.5603 11 4.0703V6.0903C7.87002 6.6203 5.57002 9.5503 6.07002 12.9203C6.46002 15.5303 8.63002 17.6303 11.25 17.9503C14.89 18.4003 18 15.5603 18 12.0003C18 10.7503 17.62 9.6003 16.97 8.6403C16.63 8.1403 15.9 8.11029 15.47 8.53029L15.46 8.5403C15.12 8.8803 15.09 9.4103 15.35 9.8103C15.95 10.7303 16.19 11.9103 15.84 13.1303C15.45 14.5003 14.3 15.5903 12.9 15.9003C10.3 16.4703 8.00002 14.5103 8.00002 12.0003C8.00002 10.1403 9.28002 8.5903 11 8.1403V10.2803C10.4 10.6303 10 11.2603 10 12.0003C10 13.1003 10.9 14.0003 12 14.0003C13.1 14.0003 14 13.1003 14 12.0003C14 11.2603 13.6 10.6203 13 10.2803V2.7103C13 2.3203 12.68 2.0003 12.29 2.0003C6.93002 1.8003 2.31002 6.0603 2.02002 11.4003C1.66002 17.9503 7.43002 23.2203 14.03 21.8003C17.91 20.9703 20.91 18.0003 21.78 14.1303C22.49 10.9703 21.58 7.9703 19.81 5.7603C19.44 5.2903 18.74 5.2603 18.32 5.6803Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12.65 15.6702C12.79 15.3102 12.7 14.9002 12.42 14.6202L10.33 12.5602L10.36 12.5302C12.1 10.5902 13.34 8.36024 14.07 6.00024H16.01C16.55 6.00024 17 5.55024 17 5.01024V4.99024C17 4.45024 16.55 4.00024 16.01 4.00024H10V3.00024C10 2.45024 9.55 2.00024 9 2.00024C8.45 2.00024 8 2.45024 8 3.00024V4.00024H1.99C1.45 4.00024 1 4.45024 1 4.99024C1 5.54024 1.45 5.98024 1.99 5.98024H12.17C11.5 7.92024 10.44 9.75024 9 11.3502C8.19 10.4602 7.51 9.49024 6.94 8.47024C6.78 8.18024 6.49 8.00024 6.16 8.00024C5.47 8.00024 5.03 8.75024 5.37 9.35024C6 10.4802 6.77 11.5602 7.67 12.5602L3.3 16.8702C2.9 17.2602 2.9 17.9002 3.3 18.2902C3.69 18.6802 4.32 18.6802 4.72 18.2902L9 14.0002L11.02 16.0202C11.53 16.5302 12.4 16.3402 12.65 15.6702ZM17.5 10.0002C16.9 10.0002 16.36 10.3702 16.15 10.9402L12.48 20.7402C12.24 21.3502 12.7 22.0002 13.35 22.0002C13.74 22.0002 14.09 21.7602 14.23 21.3902L15.12 19.0002H19.87L20.77 21.3902C20.91 21.7502 21.26 22.0002 21.65 22.0002C22.3 22.0002 22.76 21.3502 22.53 20.7402L18.86 10.9402C18.64 10.3702 18.1 10.0002 17.5 10.0002ZM15.88 17.0002L17.5 12.6702L19.12 17.0002H15.88Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16.85 17.1502L18.29 15.7102L13.41 10.8302L10.12 14.1202C9.72998 14.5102 9.09998 14.5102 8.70998 14.1202L2.70998 8.11021C2.31998 7.72021 2.31998 7.09021 2.70998 6.70021C3.09998 6.31021 3.72998 6.31021 4.11998 6.70021L9.40998 12.0002L12.7 8.71022C13.09 8.32022 13.72 8.32022 14.11 8.71022L19.7 14.2902L21.14 12.8502C21.45 12.5402 21.99 12.7602 21.99 13.2002V17.4902C21.99 17.7702 21.77 17.9902 21.49 17.9902H17.2C16.76 18.0002 16.54 17.4602 16.85 17.1502Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.65 11.6503L18.86 8.86027C18.54 8.54027 18 8.76027 18 9.21027V11.0003H4C3.45 11.0003 3 11.4503 3 12.0003C3 12.5503 3.45 13.0003 4 13.0003H18V14.7903C18 15.2403 18.54 15.4603 18.85 15.1403L21.64 12.3503C21.84 12.1603 21.84 11.8403 21.65 11.6503Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16.85 6.85024L18.29 8.29024L13.41 13.1702L10.12 9.88024C9.72998 9.49024 9.09998 9.49024 8.70998 9.88024L2.70998 15.8902C2.31998 16.2802 2.31998 16.9102 2.70998 17.3002C3.09998 17.6902 3.72998 17.6902 4.11998 17.3002L9.40998 12.0002L12.7 15.2902C13.09 15.6802 13.72 15.6802 14.11 15.2902L19.7 9.71024L21.14 11.1502C21.45 11.4602 21.99 11.2402 21.99 10.8002V6.50024C22 6.22024 21.78 6.00024 21.5 6.00024H17.21C16.76 6.00024 16.54 6.54024 16.85 6.85024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_87)">
|
|
4
|
+
<path
|
|
5
|
+
d="M8.41001 14.9602C8.22001 14.9602 8.04001 14.9302 7.89001 14.8802C7.73001 14.8202 7.60001 14.7502 7.49001 14.6402C7.38001 14.5402 7.29001 14.4202 7.23001 14.2702C7.17001 14.1302 7.14001 13.9702 7.14001 13.8002H5.84001C5.84001 14.1602 5.91001 14.4802 6.05001 14.7502C6.19001 15.0202 6.38001 15.2502 6.61001 15.4402C6.85001 15.6202 7.12001 15.7602 7.43001 15.8502C7.73001 15.9502 8.05001 16.0002 8.39001 16.0002C8.76001 16.0002 9.11001 15.9502 9.42001 15.8502C9.74001 15.7502 10.02 15.6002 10.25 15.4102C10.48 15.2202 10.67 14.9802 10.8 14.6902C10.93 14.4002 11 14.0802 11 13.7202C11 13.5302 10.98 13.3402 10.93 13.1602C10.88 12.9802 10.81 12.8102 10.7 12.6502C10.6 12.4902 10.46 12.3502 10.3 12.2202C10.13 12.0902 9.93001 11.9902 9.69001 11.9102C9.89001 11.8202 10.06 11.7102 10.21 11.5802C10.36 11.4502 10.48 11.3102 10.58 11.1602C10.68 11.0102 10.75 10.8602 10.8 10.7002C10.85 10.5402 10.87 10.3802 10.87 10.2202C10.87 9.86019 10.81 9.54019 10.69 9.26019C10.57 8.98019 10.4 8.75019 10.18 8.57019C9.98001 8.38019 9.71001 8.24019 9.41001 8.14019C9.10001 8.05019 8.76001 8.00019 8.39001 8.00019C8.03001 8.00019 7.70001 8.05019 7.39001 8.16019C7.09001 8.27019 6.82001 8.42019 6.60001 8.61019C6.39001 8.80019 6.22001 9.02019 6.09001 9.28019C5.97001 9.54019 5.91001 9.82019 5.91001 10.1302H7.21001C7.21001 9.96019 7.24001 9.81019 7.30001 9.68019C7.36001 9.55019 7.44001 9.43019 7.55001 9.34019C7.66001 9.25019 7.78001 9.17019 7.93001 9.12019C8.08001 9.07019 8.23001 9.04019 8.41001 9.04019C8.81001 9.04019 9.11001 9.14019 9.30001 9.35019C9.49001 9.55019 9.59001 9.84019 9.59001 10.2102C9.59001 10.3902 9.56001 10.5502 9.51001 10.7002C9.46001 10.8502 9.37001 10.9702 9.26001 11.0702C9.15001 11.1702 9.01001 11.2502 8.85001 11.3102C8.69001 11.3702 8.49001 11.4002 8.27001 11.4002H7.50001V12.4302H8.27001C8.49001 12.4302 8.69001 12.4502 8.87001 12.5002C9.05001 12.5502 9.20001 12.6302 9.32001 12.7302C9.44001 12.8402 9.54001 12.9702 9.61001 13.1302C9.68001 13.2902 9.71001 13.4802 9.71001 13.7002C9.71001 14.1102 9.59001 14.4202 9.36001 14.6302C9.13001 14.8602 8.81001 14.9602 8.41001 14.9602ZM17.71 10.2402C17.53 9.77019 17.28 9.37019 16.96 9.04019C16.64 8.71019 16.26 8.45019 15.82 8.27019C15.39 8.09019 14.9 8.00019 14.36 8.00019H12V16.0002H14.3C14.85 16.0002 15.36 15.9102 15.81 15.7302C16.26 15.5502 16.65 15.3002 16.97 14.9702C17.29 14.6402 17.54 14.2402 17.71 13.7802C17.88 13.3102 17.97 12.7902 17.97 12.2102V11.8102C17.97 11.2302 17.88 10.7102 17.71 10.2402ZM16.58 12.2002C16.58 12.6202 16.53 12.9902 16.44 13.3302C16.34 13.6602 16.2 13.9502 16.01 14.1802C15.82 14.4102 15.58 14.5902 15.3 14.7102C15.01 14.8302 14.68 14.8902 14.31 14.8902H13.4V9.11019H14.37C15.09 9.11019 15.64 9.34019 16.01 9.80019C16.39 10.2602 16.58 10.9202 16.58 11.7902V12.2002ZM15.15 3.84019L16.48 2.51019C19.57 3.97019 21.82 6.88019 22.37 10.3702C22.43 10.7802 22.81 11.0602 23.23 10.9902C23.64 10.9302 23.92 10.5402 23.85 10.1302C23.25 6.32019 20.89 3.12019 17.61 1.38019C15.94 0.490188 13.78 -0.129811 11.34 0.0201885L15.15 3.84019ZM8.85001 20.1502L7.52001 21.4802C4.43001 20.0202 2.18001 17.1102 1.63001 13.6202C1.57001 13.2102 1.19001 12.9302 0.770013 13.0002C0.360013 13.0602 0.0800133 13.4502 0.150013 13.8602C0.750013 17.6702 3.11001 20.8702 6.39001 22.6102C8.06001 23.5002 10.22 24.1202 12.66 23.9702L8.85001 20.1502Z"
|
|
6
|
+
/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15_87">
|
|
10
|
+
<rect
|
|
11
|
+
width="24"
|
|
12
|
+
height="24"
|
|
13
|
+
fill="white"
|
|
14
|
+
transform="translate(0 0.000183105)"
|
|
15
|
+
/>
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
</g>
|
|
19
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 3.00024H7C5.9 3.00024 5.01 3.90024 5.01 5.00024L5 21.0002L12 18.0002L19 21.0002V5.00024C19 3.90024 18.1 3.00024 17 3.00024ZM17 18.0002L12 15.8202L7 18.0002V6.00024C7 5.45024 7.45 5.00024 8 5.00024H16C16.55 5.00024 17 5.45024 17 6.00024V18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20.49 20.4903L3.51 3.51027C3.12 3.12027 2.49 3.12027 2.1 3.51027C1.71 3.90027 1.71 4.53027 2.1 4.92027L3.66 6.48027C2.41 8.36027 1.78 10.6903 2.07 13.1803C2.6 17.7203 6.28 21.4003 10.81 21.9203C13.3 22.2103 15.62 21.5803 17.51 20.3303L19.07 21.8903C19.46 22.2803 20.09 22.2803 20.48 21.8903C20.88 21.5103 20.88 20.8803 20.49 20.4903ZM9.88 15.8903L7.05 13.0603C6.66 12.6703 6.66 12.0403 7.05 11.6503C7.44 11.2603 8.07 11.2603 8.46 11.6503L10.58 13.7703L10.76 13.5903L12.17 15.0003L11.29 15.8803C10.9 16.2803 10.27 16.2803 9.88 15.8903ZM13.59 10.7603L6.49 3.66027C8.37 2.41027 10.7 1.78027 13.19 2.07027C17.73 2.60027 21.41 6.28027 21.93 10.8103C22.22 13.3003 21.59 15.6303 20.34 17.5103L15 12.1703L16.94 10.2303C17.33 9.84027 17.33 9.21027 16.94 8.82027C16.55 8.43027 15.92 8.43027 15.53 8.82027L13.59 10.7603Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11 8.75024V12.4302C11 12.7802 11.19 13.1102 11.49 13.2902L14.61 15.1402C14.97 15.3502 15.43 15.2302 15.64 14.8802C15.85 14.5202 15.74 14.0602 15.38 13.8502L12.51 12.1402V8.74024C12.5 8.34024 12.16 8.00024 11.75 8.00024C11.34 8.00024 11 8.34024 11 8.75024ZM21 9.50024V4.21024C21 3.76024 20.46 3.54024 20.15 3.86024L18.37 5.64024C16.56 3.83024 13.98 2.79024 11.16 3.04024C6.97001 3.42024 3.52001 6.79024 3.06001 10.9802C2.46001 16.4002 6.69001 21.0002 12 21.0002C16.59 21.0002 20.38 17.5602 20.93 13.1202C21 12.5202 20.53 12.0002 19.93 12.0002C19.43 12.0002 19.01 12.3702 18.95 12.8602C18.52 16.3502 15.51 19.0502 11.9 19.0002C8.19001 18.9502 5.06001 15.8202 5.00001 12.1002C4.94001 8.20024 8.11001 5.00024 12 5.00024C13.93 5.00024 15.68 5.79024 16.95 7.05024L14.86 9.14024C14.54 9.46024 14.76 10.0002 15.21 10.0002H20.5C20.78 10.0002 21 9.78024 21 9.50024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16 19.0003C16 19.5503 15.55 20.0003 15 20.0003H9C8.45 20.0003 8 19.5503 8 19.0003C8 18.4503 8.45 18.0003 9 18.0003H15C15.55 18.0003 16 18.4503 16 19.0003ZM11 7.99027V15.0003C11 15.5503 11.45 16.0003 12 16.0003C12.55 16.0003 13 15.5503 13 15.0003V7.99027H14.79C15.24 7.99027 15.46 7.45027 15.14 7.14027L12.35 4.36027C12.15 4.17027 11.84 4.17027 11.64 4.36027L8.86 7.14027C8.54 7.45027 8.76 7.99027 9.21 7.99027H11Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 7.00024V5.00024C12 3.90024 11.1 3.00024 10 3.00024H4C2.9 3.00024 2 3.90024 2 5.00024V19.0002C2 20.1002 2.9 21.0002 4 21.0002H20C21.1 21.0002 22 20.1002 22 19.0002V9.00024C22 7.90024 21.1 7.00024 20 7.00024H12ZM6 19.0002H4V17.0002H6V19.0002ZM6 15.0002H4V13.0002H6V15.0002ZM6 11.0002H4V9.00024H6V11.0002ZM6 7.00024H4V5.00024H6V7.00024ZM10 19.0002H8V17.0002H10V19.0002ZM10 15.0002H8V13.0002H10V15.0002ZM10 11.0002H8V9.00024H10V11.0002ZM10 7.00024H8V5.00024H10V7.00024ZM19 19.0002H12V17.0002H14V15.0002H12V13.0002H14V11.0002H12V9.00024H19C19.55 9.00024 20 9.45024 20 10.0002V18.0002C20 18.5502 19.55 19.0002 19 19.0002ZM18 11.0002H16V13.0002H18V11.0002ZM18 15.0002H16V17.0002H18V15.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M23 12.0002L20.56 9.21024L20.9 5.52024L17.29 4.70024L15.4 1.50024L12 2.96024L8.6 1.50024L6.71 4.69024L3.1 5.50024L3.44 9.20024L1 12.0002L3.44 14.7902L3.1 18.4902L6.71 19.3102L8.6 22.5002L12 21.0302L15.4 22.4902L17.29 19.3002L20.9 18.4802L20.56 14.7902L23 12.0002ZM9.38 16.0102L7 13.6102C6.61 13.2202 6.61 12.5902 7 12.2002L7.07 12.1302C7.46 11.7402 8.1 11.7402 8.49 12.1302L10.1 13.7502L15.25 8.59024C15.64 8.20024 16.28 8.20024 16.67 8.59024L16.74 8.66024C17.13 9.05024 17.13 9.68024 16.74 10.0702L10.82 16.0102C10.41 16.4002 9.78 16.4002 9.38 16.0102Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11.19 1.36024L4.19 4.47024C3.47 4.79024 3 5.51024 3 6.30024V11.0002C3 16.5502 6.84 21.7402 12 23.0002C17.16 21.7402 21 16.5502 21 11.0002V6.30024C21 5.51024 20.53 4.79024 19.81 4.47024L12.81 1.36024C12.3 1.13024 11.7 1.13024 11.19 1.36024ZM9.29 16.2902L6.7 13.7002C6.31 13.3102 6.31 12.6802 6.7 12.2902C7.09 11.9002 7.72 11.9002 8.11 12.2902L10 14.1702L15.88 8.29024C16.27 7.90024 16.9 7.90024 17.29 8.29024C17.68 8.68024 17.68 9.31024 17.29 9.70024L10.7 16.2902C10.32 16.6802 9.68 16.6802 9.29 16.2902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4 15.0002H10C10.55 15.0002 11 14.5502 11 14.0002C11 13.4502 10.55 13.0002 10 13.0002H4C3.45 13.0002 3 13.4502 3 14.0002C3 14.5502 3.45 15.0002 4 15.0002ZM4 19.0002H10C10.55 19.0002 11 18.5502 11 18.0002C11 17.4502 10.55 17.0002 10 17.0002H4C3.45 17.0002 3 17.4502 3 18.0002C3 18.5502 3.45 19.0002 4 19.0002ZM4 11.0002H10C10.55 11.0002 11 10.5502 11 10.0002C11 9.45024 10.55 9.00024 10 9.00024H4C3.45 9.00024 3 9.45024 3 10.0002C3 10.5502 3.45 11.0002 4 11.0002ZM3 6.00024C3 6.55024 3.45 7.00024 4 7.00024H10C10.55 7.00024 11 6.55024 11 6.00024C11 5.45024 10.55 5.00024 10 5.00024H4C3.45 5.00024 3 5.45024 3 6.00024ZM14 5.00024H20C20.55 5.00024 21 5.45024 21 6.00024V18.0002C21 18.5502 20.55 19.0002 20 19.0002H14C13.45 19.0002 13 18.5502 13 18.0002V6.00024C13 5.45024 13.45 5.00024 14 5.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 13.0002H3C2.45 13.0002 2 13.4502 2 14.0002V20.0002C2 20.5502 2.45 21.0002 3 21.0002H20C20.55 21.0002 21 20.5502 21 20.0002V14.0002C21 13.4502 20.55 13.0002 20 13.0002ZM20 3.00024H3C2.45 3.00024 2 3.45024 2 4.00024V10.0002C2 10.5502 2.45 11.0002 3 11.0002H20C20.55 11.0002 21 10.5502 21 10.0002V4.00024C21 3.45024 20.55 3.00024 20 3.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M5 18.0002H6C6.55 18.0002 7 17.5502 7 17.0002V6.00024C7 5.45024 6.55 5.00024 6 5.00024H5C4.45 5.00024 4 5.45024 4 6.00024V17.0002C4 17.5502 4.45 18.0002 5 18.0002ZM18 6.00024V17.0002C18 17.5502 18.45 18.0002 19 18.0002H20C20.55 18.0002 21 17.5502 21 17.0002V6.00024C21 5.45024 20.55 5.00024 20 5.00024H19C18.45 5.00024 18 5.45024 18 6.00024ZM9 18.0002H16C16.55 18.0002 17 17.5502 17 17.0002V6.00024C17 5.45024 16.55 5.00024 16 5.00024H9C8.45 5.00024 8 5.45024 8 6.00024V17.0002C8 17.5502 8.45 18.0002 9 18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8 19.0002H16C16.55 19.0002 17 18.5502 17 18.0002V5.00024C17 4.45024 16.55 4.00024 16 4.00024H8C7.45 4.00024 7 4.45024 7 5.00024V18.0002C7 18.5502 7.45 19.0002 8 19.0002ZM3 17.0002H5C5.55 17.0002 6 16.5502 6 16.0002V7.00024C6 6.45024 5.55 6.00024 5 6.00024H3C2.45 6.00024 2 6.45024 2 7.00024V16.0002C2 16.5502 2.45 17.0002 3 17.0002ZM18 7.00024V16.0002C18 16.5502 18.45 17.0002 19 17.0002H21C21.55 17.0002 22 16.5502 22 16.0002V7.00024C22 6.45024 21.55 6.00024 21 6.00024H19C18.45 6.00024 18 6.45024 18 7.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11 18.0002H14C14.55 18.0002 15 17.5502 15 17.0002V6.00024C15 5.45024 14.55 5.00024 14 5.00024H11C10.45 5.00024 10 5.45024 10 6.00024V17.0002C10 17.5502 10.45 18.0002 11 18.0002ZM5 18.0002H8C8.55 18.0002 9 17.5502 9 17.0002V6.00024C9 5.45024 8.55 5.00024 8 5.00024H5C4.45 5.00024 4 5.45024 4 6.00024V17.0002C4 17.5502 4.45 18.0002 5 18.0002ZM16 6.00024V17.0002C16 17.5502 16.45 18.0002 17 18.0002H20C20.55 18.0002 21 17.5502 21 17.0002V6.00024C21 5.45024 20.55 5.00024 20 5.00024H17C16.45 5.00024 16 5.45024 16 6.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3 21.0002H20C20.55 21.0002 21 20.5502 21 20.0002V19.0002C21 18.4502 20.55 18.0002 20 18.0002H3C2.45 18.0002 2 18.4502 2 19.0002V20.0002C2 20.5502 2.45 21.0002 3 21.0002ZM20 8.00024H3C2.45 8.00024 2 8.45024 2 9.00024V15.0002C2 15.5502 2.45 16.0002 3 16.0002H20C20.55 16.0002 21 15.5502 21 15.0002V9.00024C21 8.45024 20.55 8.00024 20 8.00024ZM2 4.00024V5.00024C2 5.55024 2.45 6.00024 3 6.00024H20C20.55 6.00024 21 5.55024 21 5.00024V4.00024C21 3.45024 20.55 3.00024 20 3.00024H3C2.45 3.00024 2 3.45024 2 4.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M5 15.0002H19C19.55 15.0002 20 14.5502 20 14.0002C20 13.4502 19.55 13.0002 19 13.0002H5C4.45 13.0002 4 13.4502 4 14.0002C4 14.5502 4.45 15.0002 5 15.0002ZM5 19.0002H19C19.55 19.0002 20 18.5502 20 18.0002C20 17.4502 19.55 17.0002 19 17.0002H5C4.45 17.0002 4 17.4502 4 18.0002C4 18.5502 4.45 19.0002 5 19.0002ZM5 11.0002H19C19.55 11.0002 20 10.5502 20 10.0002C20 9.45024 19.55 9.00024 19 9.00024H5C4.45 9.00024 4 9.45024 4 10.0002C4 10.5502 4.45 11.0002 5 11.0002ZM4 6.00024C4 6.55024 4.45 7.00024 5 7.00024H19C19.55 7.00024 20 6.55024 20 6.00024C20 5.45024 19.55 5.00024 19 5.00024H5C4.45 5.00024 4 5.45024 4 6.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4 14.0002H6C6.55 14.0002 7 13.5502 7 13.0002V11.0002C7 10.4502 6.55 10.0002 6 10.0002H4C3.45 10.0002 3 10.4502 3 11.0002V13.0002C3 13.5502 3.45 14.0002 4 14.0002ZM4 19.0002H6C6.55 19.0002 7 18.5502 7 18.0002V16.0002C7 15.4502 6.55 15.0002 6 15.0002H4C3.45 15.0002 3 15.4502 3 16.0002V18.0002C3 18.5502 3.45 19.0002 4 19.0002ZM4 9.00024H6C6.55 9.00024 7 8.55024 7 8.00024V6.00024C7 5.45024 6.55 5.00024 6 5.00024H4C3.45 5.00024 3 5.45024 3 6.00024V8.00024C3 8.55024 3.45 9.00024 4 9.00024ZM9 14.0002H19C19.55 14.0002 20 13.5502 20 13.0002V11.0002C20 10.4502 19.55 10.0002 19 10.0002H9C8.45 10.0002 8 10.4502 8 11.0002V13.0002C8 13.5502 8.45 14.0002 9 14.0002ZM9 19.0002H19C19.55 19.0002 20 18.5502 20 18.0002V16.0002C20 15.4502 19.55 15.0002 19 15.0002H9C8.45 15.0002 8 15.4502 8 16.0002V18.0002C8 18.5502 8.45 19.0002 9 19.0002ZM8 6.00024V8.00024C8 8.55024 8.45 9.00024 9 9.00024H19C19.55 9.00024 20 8.55024 20 8.00024V6.00024C20 5.45024 19.55 5.00024 19 5.00024H9C8.45 5.00024 8 5.45024 8 6.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M5 11.0002H8C8.55 11.0002 9 10.5502 9 10.0002V6.00024C9 5.45024 8.55 5.00024 8 5.00024H5C4.45 5.00024 4 5.45024 4 6.00024V10.0002C4 10.5502 4.45 11.0002 5 11.0002ZM5 18.0002H8C8.55 18.0002 9 17.5502 9 17.0002V13.0002C9 12.4502 8.55 12.0002 8 12.0002H5C4.45 12.0002 4 12.4502 4 13.0002V17.0002C4 17.5502 4.45 18.0002 5 18.0002ZM11 18.0002H14C14.55 18.0002 15 17.5502 15 17.0002V13.0002C15 12.4502 14.55 12.0002 14 12.0002H11C10.45 12.0002 10 12.4502 10 13.0002V17.0002C10 17.5502 10.45 18.0002 11 18.0002ZM17 18.0002H20C20.55 18.0002 21 17.5502 21 17.0002V13.0002C21 12.4502 20.55 12.0002 20 12.0002H17C16.45 12.0002 16 12.4502 16 13.0002V17.0002C16 17.5502 16.45 18.0002 17 18.0002ZM11 11.0002H14C14.55 11.0002 15 10.5502 15 10.0002V6.00024C15 5.45024 14.55 5.00024 14 5.00024H11C10.45 5.00024 10 5.45024 10 6.00024V10.0002C10 10.5502 10.45 11.0002 11 11.0002ZM16 6.00024V10.0002C16 10.5502 16.45 11.0002 17 11.0002H20C20.55 11.0002 21 10.5502 21 10.0002V6.00024C21 5.45024 20.55 5.00024 20 5.00024H17C16.45 5.00024 16 5.45024 16 6.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11 18.0002H14C14.55 18.0002 15 17.5502 15 17.0002V13.0002C15 12.4502 14.55 12.0002 14 12.0002H11C10.45 12.0002 10 12.4502 10 13.0002V17.0002C10 17.5502 10.45 18.0002 11 18.0002ZM5 18.0002H8C8.55 18.0002 9 17.5502 9 17.0002V6.00024C9 5.45024 8.55 5.00024 8 5.00024H5C4.45 5.00024 4 5.45024 4 6.00024V17.0002C4 17.5502 4.45 18.0002 5 18.0002ZM17 18.0002H20C20.55 18.0002 21 17.5502 21 17.0002V13.0002C21 12.4502 20.55 12.0002 20 12.0002H17C16.45 12.0002 16 12.4502 16 13.0002V17.0002C16 17.5502 16.45 18.0002 17 18.0002ZM10 6.00024V10.0002C10 10.5502 10.45 11.0002 11 11.0002H20C20.55 11.0002 21 10.5502 21 10.0002V6.00024C21 5.45024 20.55 5.00024 20 5.00024H11C10.45 5.00024 10 5.45024 10 6.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15 20.0002H3C2.45 20.0002 2 19.5502 2 19.0002V5.00024C2 4.45024 2.45 4.00024 3 4.00024H15C15.55 4.00024 16 4.45024 16 5.00024V19.0002C16 19.5502 15.55 20.0002 15 20.0002ZM19 8.00024H21C21.55 8.00024 22 7.55024 22 7.00024V5.00024C22 4.45024 21.55 4.00024 21 4.00024H19C18.45 4.00024 18 4.45024 18 5.00024V7.00024C18 7.55024 18.45 8.00024 19 8.00024ZM19 20.0002H21C21.55 20.0002 22 19.5502 22 19.0002V17.0002C22 16.4502 21.55 16.0002 21 16.0002H19C18.45 16.0002 18 16.4502 18 17.0002V19.0002C18 19.5502 18.45 20.0002 19 20.0002ZM19 14.0002H21C21.55 14.0002 22 13.5502 22 13.0002V11.0002C22 10.4502 21.55 10.0002 21 10.0002H19C18.45 10.0002 18 10.4502 18 11.0002V13.0002C18 13.5502 18.45 14.0002 19 14.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M5 18.0002H20C20.55 18.0002 21 17.5502 21 17.0002V13.0002C21 12.4502 20.55 12.0002 20 12.0002H5C4.45 12.0002 4 12.4502 4 13.0002V17.0002C4 17.5502 4.45 18.0002 5 18.0002ZM4 6.00024V10.0002C4 10.5502 4.45 11.0002 5 11.0002H20C20.55 11.0002 21 10.5502 21 10.0002V6.00024C21 5.45024 20.55 5.00024 20 5.00024H5C4.45 5.00024 4 5.45024 4 6.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M6 5.00024H3C2.45 5.00024 2 5.45024 2 6.00024V18.0002C2 18.5502 2.45 19.0002 3 19.0002H6C6.55 19.0002 7 18.5502 7 18.0002V6.00024C7 5.45024 6.55 5.00024 6 5.00024ZM20 5.00024H17C16.45 5.00024 16 5.45024 16 6.00024V18.0002C16 18.5502 16.45 19.0002 17 19.0002H20C20.55 19.0002 21 18.5502 21 18.0002V6.00024C21 5.45024 20.55 5.00024 20 5.00024ZM13 5.00024H10C9.45 5.00024 9 5.45024 9 6.00024V18.0002C9 18.5502 9.45 19.0002 10 19.0002H13C13.55 19.0002 14 18.5502 14 18.0002V6.00024C14 5.45024 13.55 5.00024 13 5.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 4.00024C7 4.00024 2.73 7.11024 1 11.5002C2.73 15.8902 7 19.0002 12 19.0002C17 19.0002 21.27 15.8902 23 11.5002C21.27 7.11024 17 4.00024 12 4.00024ZM12 16.5002C9.24 16.5002 7 14.2602 7 11.5002C7 8.74024 9.24 6.50024 12 6.50024C14.76 6.50024 17 8.74024 17 11.5002C17 14.2602 14.76 16.5002 12 16.5002ZM12 8.50024C10.34 8.50024 9 9.84024 9 11.5002C9 13.1602 10.34 14.5002 12 14.5002C13.66 14.5002 15 13.1602 15 11.5002C15 9.84024 13.66 8.50024 12 8.50024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 6.5003C14.76 6.5003 17 8.7403 17 11.5003C17 12.0103 16.9 12.5003 16.76 12.9603L19.82 16.0203C21.21 14.7903 22.31 13.2503 23 11.4903C21.27 7.1103 17 4.0003 12 4.0003C10.73 4.0003 9.51 4.2003 8.36 4.5703L10.53 6.7403C11 6.6003 11.49 6.5003 12 6.5003ZM2.71 3.1603C2.32 3.5503 2.32 4.1803 2.71 4.5703L4.68 6.5403C3.06 7.8303 1.77 9.5303 1 11.5003C2.73 15.8903 7 19.0003 12 19.0003C13.52 19.0003 14.97 18.7003 16.31 18.1803L19.03 20.9003C19.42 21.2903 20.05 21.2903 20.44 20.9003C20.83 20.5103 20.83 19.8803 20.44 19.4903L4.13 3.1603C3.74 2.7703 3.1 2.7703 2.71 3.1603ZM12 16.5003C9.24 16.5003 7 14.2603 7 11.5003C7 10.7303 7.18 10.0003 7.49 9.3603L9.06 10.9303C9.03 11.1103 9 11.3003 9 11.5003C9 13.1603 10.34 14.5003 12 14.5003C12.2 14.5003 12.38 14.4703 12.57 14.4303L14.14 16.0003C13.49 16.3203 12.77 16.5003 12 16.5003ZM14.97 11.1703C14.82 9.7703 13.72 8.6803 12.33 8.5303L14.97 11.1703Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.72 6.41029C15.37 6.76029 15.28 7.29029 15.47 7.76029C15.77 8.51029 15.79 9.34029 15.52 10.1003C15.36 10.5603 15.46 11.0803 15.81 11.4203C16.41 12.0203 17.47 11.8903 17.83 11.1103C18.47 9.72029 18.43 8.12029 17.71 6.70029C17.31 5.95029 16.3 5.82029 15.72 6.41029ZM19.18 2.89029C18.78 3.29029 18.72 3.91029 19.05 4.37029C20.98 7.05029 21 10.6203 19.14 13.4403C18.83 13.9003 18.91 14.5203 19.3 14.9103C19.81 15.4203 20.68 15.3703 21.11 14.7803C23.68 11.2703 23.63 6.58029 20.94 3.01029C20.51 2.45029 19.68 2.39029 19.18 2.89029ZM9.43 5.04029L12.96 8.57029C12.76 6.71029 11.29 5.24029 9.43 5.04029ZM3.71 3.56029C3.32 3.95029 3.32 4.58029 3.71 4.97029L5.62 6.88029C5.06 7.77029 4.83 8.89029 5.15 10.0803C5.51 11.4103 6.59 12.4803 7.92 12.8503C9.11 13.1803 10.23 12.9403 11.12 12.3803L15.52 16.7803C13.74 15.6003 10.78 15.0003 9 15.0003C6.33 15.0003 1 16.3403 1 19.0003V20.0003C1 20.5503 1.45 21.0003 2 21.0003H16C16.55 21.0003 17 20.5503 17 20.0003V19.0003C17 18.6303 16.89 18.3003 16.71 17.9803L19.02 20.2903C19.41 20.6803 20.04 20.6803 20.43 20.2903C20.82 19.9003 20.82 19.2703 20.43 18.8803L5.12 3.56029C4.73 3.17029 4.1 3.17029 3.71 3.56029Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.00024C6.5 2.00024 2 6.50024 2 12.0002C2 17.5002 6.5 22.0002 12 22.0002C17.5 22.0002 22 17.5002 22 12.0002C22 6.50024 17.5 2.00024 12 2.00024ZM15.55 15.8002L11.47 13.2902C11.17 13.1102 10.99 12.7902 10.99 12.4402V7.75024C11 7.34024 11.34 7.00024 11.75 7.00024C12.16 7.00024 12.5 7.34024 12.5 7.75024V12.2002L16.34 14.5102C16.7 14.7302 16.82 15.2002 16.6 15.5602C16.38 15.9102 15.91 16.0202 15.55 15.8002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M16.7 5.30025L18.14 3.86025C18.46 3.54025 18.23 3.01025 17.79 3.01025H11.5C11.22 3.01025 11 3.23025 11 3.51025V9.80025C11 10.2503 11.54 10.4703 11.85 10.1503L13.3 8.70025C15.27 10.1603 16.55 12.4803 16.55 15.1203C16.55 15.7803 16.47 16.4303 16.31 17.0403C16.19 17.5403 16.79 17.9003 17.15 17.5303C18.63 16.0003 19.55 13.9203 19.55 11.6203C19.55 9.11025 18.44 6.86025 16.7 5.30025Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M12.15 13.8602L10.7 15.3002C8.72995 13.8402 7.44995 11.5202 7.44995 8.88025C7.44995 8.22025 7.52995 7.57025 7.68995 6.96025C7.80995 6.46025 7.20995 6.10024 6.84995 6.47024C5.36995 8.00024 4.44995 10.0802 4.44995 12.3802C4.44995 14.9002 5.54995 17.1502 7.28995 18.7102L5.84995 20.1502C5.52995 20.4702 5.75995 21.0002 6.19995 21.0002H12.49C12.77 21.0002 12.99 20.7802 12.99 20.5002V14.2102C13 13.7702 12.46 13.5402 12.15 13.8602Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 6.00024H16V4.00024C16 2.89024 15.11 2.00024 14 2.00024H10C8.89 2.00024 8 2.89024 8 4.00024V6.00024H4C2.89 6.00024 2.01 6.89024 2.01 8.00024L2 19.0002C2 20.1102 2.89 21.0002 4 21.0002H20C21.11 21.0002 22 20.1102 22 19.0002V8.00024C22 6.89024 21.11 6.00024 20 6.00024ZM14 6.00024H10V4.00024H14V6.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4.11 2.54024C3.72 2.15024 3.09 2.15024 2.7 2.54024C2.31 2.93024 2.31 3.56024 2.7 3.95024L4.74 6.00024H4C2.89 6.00024 2.01 6.89024 2.01 8.00024L2 19.0002C2 20.1102 2.89 21.0002 4 21.0002H19.74L21.03 22.2902C21.42 22.6802 22.05 22.6802 22.44 22.2902C22.83 21.9002 22.83 21.2702 22.44 20.8802L4.11 2.54024ZM10 4.00024H14V6.00024H10.4L22 17.6002V8.00024C22 6.89024 21.11 6.00024 20 6.00024H16V4.00024C16 2.89024 15.11 2.00024 14 2.00024H10C9.01 2.00024 8.2 2.70024 8.04 3.64024L10 5.60024V4.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M14 6.00024V4.00024H10V6.00024H14ZM4 9.00024V18.0002C4 18.5502 4.45 19.0002 5 19.0002H19C19.55 19.0002 20 18.5502 20 18.0002V9.00024C20 8.45024 19.55 8.00024 19 8.00024H5C4.45 8.00024 4 8.45024 4 9.00024ZM20 6.00024C21.11 6.00024 22 6.89024 22 8.00024V19.0002C22 20.1102 21.11 21.0002 20 21.0002H4C2.89 21.0002 2 20.1102 2 19.0002L2.01 8.00024C2.01 6.89024 2.89 6.00024 4 6.00024H8V4.00024C8 2.89024 8.89 2.00024 10 2.00024H14C15.11 2.00024 16 2.89024 16 4.00024V6.00024H20Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00024H5C3.89 3.00024 3 3.90024 3 5.00024V19.0002C3 20.1002 3.89 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00024C21 3.90024 20.11 3.00024 19 3.00024ZM19 19.0002H5V7.00024H19V19.0002ZM16 12.0002H8C7.45 12.0002 7 11.5502 7 11.0002C7 10.4502 7.45 10.0002 8 10.0002H16C16.55 10.0002 17 10.4502 17 11.0002C17 11.5502 16.55 12.0002 16 12.0002ZM12 16.0002H8C7.45 16.0002 7 15.5502 7 15.0002C7 14.4502 7.45 14.0002 8 14.0002H12C12.55 14.0002 13 14.4502 13 15.0002C13 15.5502 12.55 16.0002 12 16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17.01 14.0003H16.21L15.94 13.7303C17.09 12.3903 17.7 10.5903 17.45 8.64027C17.11 6.00027 15.1 3.78027 12.5 3.18027C8.25998 2.20027 4.50998 5.53027 4.50998 9.50027H2.40998C1.93998 9.50027 1.72998 10.0903 2.09998 10.3903L5.49998 13.1403C5.68998 13.3403 6.00998 13.3503 6.20998 13.1503L9.10997 10.3603C9.42998 10.0503 9.20998 9.50027 8.75998 9.50027H6.50998C6.50998 7.01027 8.50998 5.02027 10.97 5.00027C13.41 4.98027 15.51 7.05027 15.51 9.49027C15.51 11.9703 13.49 14.0003 11.01 14.0003C10.56 14.0003 10.12 13.9303 9.70998 13.8103C9.36998 13.7103 8.99998 13.8103 8.74998 14.0703C8.21998 14.6003 8.42998 15.5203 9.13998 15.7303C9.72998 15.9003 10.36 16.0003 11.01 16.0003C12.62 16.0003 14.09 15.4103 15.23 14.4303L15.5 14.7003V15.4903L19.77 19.7403C20.18 20.1503 20.84 20.1503 21.25 19.7403C21.66 19.3303 21.66 18.6603 21.25 18.2503L17.01 14.0003Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.5 14.0003H14.71L14.43 13.7303C15.63 12.3303 16.25 10.4203 15.91 8.39026C15.44 5.61026 13.12 3.39026 10.32 3.05026C6.09002 2.53026 2.54002 6.09026 3.05002 10.3203C3.39002 13.1203 5.61002 15.4403 8.39002 15.9103C10.42 16.2503 12.33 15.6303 13.73 14.4303L14 14.7103V15.5003L18.26 19.7503C18.67 20.1603 19.33 20.1603 19.74 19.7503L19.75 19.7403C20.16 19.3303 20.16 18.6703 19.75 18.2603L15.5 14.0003ZM9.50002 14.0003C7.01002 14.0003 5.00002 11.9903 5.00002 9.50026C5.00002 7.01026 7.01002 5.00026 9.50002 5.00026C11.99 5.00026 14 7.01026 14 9.50026C14 11.9903 11.99 14.0003 9.50002 14.0003ZM9.50002 7.00026C9.22002 7.00026 9.00002 7.22026 9.00002 7.50026V9.00026H7.50002C7.22002 9.00026 7.00002 9.22026 7.00002 9.50026C7.00002 9.78026 7.22002 10.0003 7.50002 10.0003H9.00002V11.5003C9.00002 11.7803 9.22002 12.0003 9.50002 12.0003C9.78002 12.0003 10 11.7803 10 11.5003V10.0003H11.5C11.78 10.0003 12 9.78026 12 9.50026C12 9.22026 11.78 9.00026 11.5 9.00026H10V7.50026C10 7.22026 9.78002 7.00026 9.50002 7.00026Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.5 14.0003H14.71L14.43 13.7303C15.63 12.3303 16.25 10.4203 15.91 8.39026C15.44 5.61026 13.12 3.39026 10.32 3.05026C6.09001 2.53026 2.53002 6.09026 3.05002 10.3203C3.39002 13.1203 5.61002 15.4403 8.39002 15.9103C10.42 16.2503 12.33 15.6303 13.73 14.4303L14 14.7103V15.5003L18.26 19.7503C18.67 20.1603 19.33 20.1603 19.74 19.7503L19.75 19.7403C20.16 19.3303 20.16 18.6703 19.75 18.2603L15.5 14.0003ZM9.50002 14.0003C7.01002 14.0003 5.00002 11.9903 5.00002 9.50026C5.00002 7.01026 7.01002 5.00026 9.50002 5.00026C11.99 5.00026 14 7.01026 14 9.50026C14 11.9903 11.99 14.0003 9.50002 14.0003ZM7.50002 9.00026H11.5C11.78 9.00026 12 9.22026 12 9.50026C12 9.78026 11.78 10.0003 11.5 10.0003H7.50002C7.22002 10.0003 7.00002 9.78026 7.00002 9.50026C7.00002 9.22026 7.22002 9.00026 7.50002 9.00026Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 23.0002C13.1 23.0002 13.99 22.1102 13.99 21.0102H10.01C10.01 22.1102 10.9 23.0002 12 23.0002ZM19 17.0002V11.0002C19 7.65024 16.64 4.85024 13.5 4.17024V3.00024C13.5 2.17024 12.83 1.50024 12 1.50024C11.17 1.50024 10.5 2.17024 10.5 3.00024V4.17024C7.36001 4.85024 5.00001 7.65024 5.00001 11.0002V17.0002L3.71001 18.2902C3.08001 18.9202 3.52001 20.0002 4.41001 20.0002H19.58C20.47 20.0002 20.92 18.9202 20.29 18.2902L19 17.0002ZM15 13.0102H13V15.0102C13 15.5602 12.55 16.0102 12 16.0102C11.45 16.0102 11 15.5602 11 15.0102V13.0102H9.00001C8.45001 13.0102 8.00001 12.5602 8.00001 12.0102V12.0002C8.00001 11.4502 8.45001 11.0002 9.00001 11.0002H11V9.00024C11 8.45024 11.45 8.00024 12 8.00024C12.55 8.00024 13 8.45024 13 9.00024V11.0002H15C15.55 11.0002 16 11.4502 16 12.0002V12.0102C16 12.5602 15.55 13.0102 15 13.0102Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<add-alert v-if="valueName == 'add_alert'" />
|
|
3
|
+
<auto-delete v-else-if="valueName == 'auto_delete'" />
|
|
4
|
+
<error-outline v-else-if="valueName == 'error_outline'" />
|
|
5
|
+
<error v-else-if="valueName == 'error'" />
|
|
6
|
+
<notification-important v-else-if="valueName == 'notification_important'" />
|
|
7
|
+
<warning-amber v-else-if="valueName == 'warning_amber'" />
|
|
8
|
+
<warning v-else-if="valueName == 'warning'" />
|
|
9
|
+
</template>
|
|
10
|
+
|
|
11
|
+
<script>
|
|
12
|
+
import AddAlert from "@/components/Icons/Alert/AddAlert";
|
|
13
|
+
import AutoDelete from "@/components/Icons/Alert/AutoDelete";
|
|
14
|
+
import ErrorOutline from "@/components/Icons/Alert/ErrorOutline";
|
|
15
|
+
import Error from "@/components/Icons/Alert/Error";
|
|
16
|
+
import NotificationImportant from "@/components/Icons/Alert/NotificationImportant";
|
|
17
|
+
import WarningAmber from "@/components/Icons/Alert/WarningAmber";
|
|
18
|
+
import Warning from "@/components/Icons/Alert/Warning";
|
|
19
|
+
|
|
20
|
+
export default {
|
|
21
|
+
components: {
|
|
22
|
+
AddAlert,
|
|
23
|
+
AutoDelete,
|
|
24
|
+
ErrorOutline,
|
|
25
|
+
Error,
|
|
26
|
+
NotificationImportant,
|
|
27
|
+
WarningAmber,
|
|
28
|
+
Warning,
|
|
29
|
+
},
|
|
30
|
+
props: {
|
|
31
|
+
valueName: {
|
|
32
|
+
type: [String],
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
</script>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M16 9.00024C15.3 9.00024 14.63 9.10024 14 9.29024V7.00024C14 5.90024 13.1 5.00024 12 5.00024H4C2.9 5.00024 2 5.90024 2 7.00024V17.0002C2 18.1002 2.9 19.0002 4 19.0002H9.68C10.8 21.3602 13.21 23.0002 16 23.0002C19.87 23.0002 23 19.8702 23 16.0002C23 12.1302 19.87 9.00024 16 9.00024ZM16 21.0002C13.24 21.0002 11 18.7602 11 16.0002C11 13.2402 13.24 11.0002 16 11.0002C18.76 11.0002 21 13.2402 21 16.0002C21 18.7602 18.76 21.0002 16 21.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M14 4.00024C14.55 4.00024 15 3.55024 15 3.00024C15 2.45024 14.55 2.00024 14 2.00024H11.5L10.79 1.29024C10.61 1.11024 10.35 1.00024 10.09 1.00024H5.91C5.65 1.00024 5.39 1.11024 5.21 1.29024L4.5 2.00024H2C1.45 2.00024 1 2.45024 1 3.00024C1 3.55024 1.45 4.00024 2 4.00024H14Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M15.75 12.0002C15.34 12.0002 15 12.3402 15 12.7502V16.4302C15 16.7902 15.19 17.1102 15.5 17.2902L18.02 18.7602C18.35 18.9502 18.77 18.8502 18.98 18.5402C19.21 18.2002 19.1 17.7302 18.74 17.5202L16.5 16.2002V12.7502C16.5 12.3402 16.16 12.0002 15.75 12.0002Z"
|
|
11
|
+
/>
|
|
12
|
+
</g>
|
|
13
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.00024C6.48 2.00024 2 6.48024 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48024 17.52 2.00024 12 2.00024ZM12 13.0002C11.45 13.0002 11 12.5502 11 12.0002V8.00024C11 7.45024 11.45 7.00024 12 7.00024C12.55 7.00024 13 7.45024 13 8.00024V12.0002C13 12.5502 12.55 13.0002 12 13.0002ZM13 17.0002H11V15.0002H13V17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 7.00024C12.55 7.00024 13 7.45024 13 8.00024V12.0002C13 12.5502 12.55 13.0002 12 13.0002C11.45 13.0002 11 12.5502 11 12.0002V8.00024C11 7.45024 11.45 7.00024 12 7.00024ZM11.99 2.00024C6.47 2.00024 2 6.48024 2 12.0002C2 17.5202 6.47 22.0002 11.99 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48024 17.52 2.00024 11.99 2.00024ZM12 20.0002C7.58 20.0002 4 16.4202 4 12.0002C4 7.58024 7.58 4.00024 12 4.00024C16.42 4.00024 20 7.58024 20 12.0002C20 16.4202 16.42 20.0002 12 20.0002ZM13 17.0002H11V15.0002H13V17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 23.0002C13.1 23.0002 13.99 22.1102 13.99 21.0102H10.01C10.01 22.1102 10.9 23.0002 12 23.0002ZM20.29 18.2902L19 17.0002V11.0002C19 7.65024 16.64 4.85024 13.5 4.17024V3.00024C13.5 2.17024 12.83 1.50024 12 1.50024C11.17 1.50024 10.5 2.17024 10.5 3.00024V4.17024C7.35999 4.85024 4.99999 7.65024 4.99999 11.0002V17.0002L3.70999 18.2902C3.07999 18.9202 3.51999 20.0002 4.40999 20.0002H19.58C20.48 20.0002 20.92 18.9202 20.29 18.2902ZM13 16.0002H11V14.0002H13V16.0002ZM13 11.0002C13 11.5502 12.55 12.0002 12 12.0002C11.45 12.0002 11 11.5502 11 11.0002V9.00024C11 8.45024 11.45 8.00024 12 8.00024C12.55 8.00024 13 8.45024 13 9.00024V11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4.47 21.0002H19.53C21.07 21.0002 22.03 19.3302 21.26 18.0002L13.73 4.99024C12.96 3.66024 11.04 3.66024 10.27 4.99024L2.74 18.0002C1.97 19.3302 2.93 21.0002 4.47 21.0002ZM12 14.0002C11.45 14.0002 11 13.5502 11 13.0002V11.0002C11 10.4502 11.45 10.0002 12 10.0002C12.55 10.0002 13 10.4502 13 11.0002V13.0002C13 13.5502 12.55 14.0002 12 14.0002ZM13 18.0002H11V16.0002H13V18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 5.99024L19.53 19.0002H4.47L12 5.99024ZM2.74 18.0002C1.97 19.3302 2.93 21.0002 4.47 21.0002H19.53C21.07 21.0002 22.03 19.3302 21.26 18.0002L13.73 4.99024C12.96 3.66024 11.04 3.66024 10.27 4.99024L2.74 18.0002ZM11 11.0002V13.0002C11 13.5502 11.45 14.0002 12 14.0002C12.55 14.0002 13 13.5502 13 13.0002V11.0002C13 10.4502 12.55 10.0002 12 10.0002C11.45 10.0002 11 10.4502 11 11.0002ZM11 16.0002H13V18.0002H11V16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 3.00018H3C1.9 3.00018 1 3.90018 1 5.00018V17.0002C1 18.1002 1.9 19.0002 3 19.0002H8V20.0002C8 20.5502 8.45 21.0002 9 21.0002H15C15.55 21.0002 16 20.5502 16 20.0002V19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V5.00018C23 3.89018 22.1 3.00018 21 3.00018ZM20 17.0002H4C3.45 17.0002 3 16.5502 3 16.0002V6.00018C3 5.45018 3.45 5.00018 4 5.00018H20C20.55 5.00018 21 5.45018 21 6.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002ZM16 11.0002C16 11.5502 15.55 12.0002 15 12.0002H13V14.0002C13 14.5502 12.55 15.0002 12 15.0002C11.45 15.0002 11 14.5502 11 14.0002V12.0002H9C8.45 12.0002 8 11.5502 8 11.0002C8 10.4502 8.45 10.0002 9 10.0002H11V8.00018C11 7.45018 11.45 7.00018 12 7.00018C12.55 7.00018 13 7.45018 13 8.00018V10.0002H15C15.55 10.0002 16 10.4502 16 11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8.41 22.0002H15.58C16.47 22.0002 16.92 20.9202 16.29 20.2902L12.7 16.7002C12.31 16.3102 11.68 16.3102 11.29 16.7002L7.7 20.2902C7.08 20.9202 7.52 22.0002 8.41 22.0002ZM21 3.00018H3C1.9 3.00018 1 3.90018 1 5.00018V17.0002C1 18.1002 1.9 19.0002 3 19.0002H6C6.55 19.0002 7 18.5502 7 18.0002C7 17.4502 6.55 17.0002 6 17.0002H4C3.45 17.0002 3 16.5502 3 16.0002V6.00018C3 5.45018 3.45 5.00018 4 5.00018H20C20.55 5.00018 21 5.45018 21 6.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002H18C17.45 17.0002 17 17.4502 17 18.0002C17 18.5502 17.45 19.0002 18 19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V5.00018C23 3.90018 22.1 3.00018 21 3.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018ZM12 16.5002C9.51 16.5002 7.5 14.4902 7.5 12.0002C7.5 9.51018 9.51 7.50018 12 7.50018C14.49 7.50018 16.5 9.51018 16.5 12.0002C16.5 14.4902 14.49 16.5002 12 16.5002ZM12 11.0002C11.45 11.0002 11 11.4502 11 12.0002C11 12.5502 11.45 13.0002 12 13.0002C12.55 13.0002 13 12.5502 13 12.0002C13 11.4502 12.55 11.0002 12 11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 13.0002H15C14.45 13.0002 14 12.5502 14 12.0002C14 11.4502 14.45 11.0002 15 11.0002H21C21.55 11.0002 22 11.4502 22 12.0002C22 12.5502 21.55 13.0002 21 13.0002ZM21 7.00018H15C14.45 7.00018 14 7.45018 14 8.00018C14 8.55018 14.45 9.00018 15 9.00018H21C21.55 9.00018 22 8.55018 22 8.00018C22 7.45018 21.55 7.00018 21 7.00018ZM15 17.0002H21C21.55 17.0002 22 16.5502 22 16.0002C22 15.4502 21.55 15.0002 21 15.0002H15C14.45 15.0002 14 15.4502 14 16.0002C14 16.5502 14.45 17.0002 15 17.0002ZM12 9.00018V15.0002C12 16.1002 11.1 17.0002 10 17.0002H4C2.9 17.0002 2 16.1002 2 15.0002V9.00018C2 7.90018 2.9 7.00018 4 7.00018H10C11.1 7.00018 12 7.90018 12 9.00018ZM9.9 14.2002L8.64 12.5202C8.44 12.2602 8.05 12.2502 7.84 12.5102L6.5 14.2602L5.65 13.2302C5.45 12.9802 5.07 12.9902 4.87 13.2402L4.13 14.1902C3.87 14.5202 4.11 15.0002 4.52 15.0002H9.5C9.91 15.0002 10.15 14.5302 9.9 14.2002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|