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,214 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<account-tree v-if="valueName == 'account_tree'" />
|
|
3
|
+
<adb v-else-if="valueName == 'adb'" />
|
|
4
|
+
<airline-seat-flat v-else-if="valueName == 'airline_seat_flat'" />
|
|
5
|
+
<airline-seat-flat-angled
|
|
6
|
+
v-else-if="valueName == 'airline_seat_flat_angled'"
|
|
7
|
+
/>
|
|
8
|
+
<airline-seat-individual-suite
|
|
9
|
+
v-else-if="valueName == 'airline_seat_individual_suite'"
|
|
10
|
+
/>
|
|
11
|
+
<airline-seat-legroom-extra
|
|
12
|
+
v-else-if="valueName == 'airline_seat_legroom_extra'"
|
|
13
|
+
/>
|
|
14
|
+
<airline-seat-legroom-normal
|
|
15
|
+
v-else-if="valueName == 'airline_seat_legroom_normal'"
|
|
16
|
+
/>
|
|
17
|
+
<airline-seat-legroom-reduced
|
|
18
|
+
v-else-if="valueName == 'airline_seat_legroom_reduced'"
|
|
19
|
+
/>
|
|
20
|
+
<airline-seat-recline-extra
|
|
21
|
+
v-else-if="valueName == 'airline_seat_recline_extra'"
|
|
22
|
+
/>
|
|
23
|
+
<airline-seat-recline-normal
|
|
24
|
+
v-else-if="valueName == 'airline_seat_recline_normal'"
|
|
25
|
+
/>
|
|
26
|
+
<bluetooth-audio v-else-if="valueName == 'bluetooth_audio'" />
|
|
27
|
+
<confirmation-number v-else-if="valueName == 'confirmation_number'" />
|
|
28
|
+
<directions-off v-else-if="valueName == 'directions_off'" />
|
|
29
|
+
<disc-full v-else-if="valueName == 'disc_full'" />
|
|
30
|
+
<do-disturb v-else-if="valueName == 'do_disturb'" />
|
|
31
|
+
<do-disturb-alt v-else-if="valueName == 'do_disturb_alt'" />
|
|
32
|
+
<do-disturb-off v-else-if="valueName == 'do_disturb_off'" />
|
|
33
|
+
<do-disturb-on v-else-if="valueName == 'do_disturb_on'" />
|
|
34
|
+
<drive-eta v-else-if="valueName == 'drive_eta'" />
|
|
35
|
+
<enhanced-encryption v-else-if="valueName == 'enhanced_encryption'" />
|
|
36
|
+
<event-available v-else-if="valueName == 'event_available'" />
|
|
37
|
+
<event-busy v-else-if="valueName == 'event_busy'" />
|
|
38
|
+
<event-note v-else-if="valueName == 'event_note'" />
|
|
39
|
+
<folder-special v-else-if="valueName == 'folder_special'" />
|
|
40
|
+
<live-tv v-else-if="valueName == 'live_tv'" />
|
|
41
|
+
<mms v-else-if="valueName == 'mms'" />
|
|
42
|
+
<more v-else-if="valueName == 'more'" />
|
|
43
|
+
<network-check v-else-if="valueName == 'network_check'" />
|
|
44
|
+
<network-locked v-else-if="valueName == 'network_locked'" />
|
|
45
|
+
<no-encryption v-else-if="valueName == 'no_encryption'" />
|
|
46
|
+
<no-encryption-gmailerrorred
|
|
47
|
+
v-else-if="valueName == 'no_encryption_gmailerrorred'"
|
|
48
|
+
/>
|
|
49
|
+
<ondemand-video v-else-if="valueName == 'ondemand_video'" />
|
|
50
|
+
<personal-video v-else-if="valueName == 'personal_video'" />
|
|
51
|
+
<phone-bluetooth-speaker v-else-if="valueName == 'phone_bluetooth_speaker'" />
|
|
52
|
+
<phone-callback v-else-if="valueName == 'phone_callback'" />
|
|
53
|
+
<phone-forwarded v-else-if="valueName == 'phone_forwarded'" />
|
|
54
|
+
<phone-in-talk v-else-if="valueName == 'phone_in_talk'" />
|
|
55
|
+
<phone-locked v-else-if="valueName == 'phone_locked'" />
|
|
56
|
+
<phone-missed v-else-if="valueName == 'phone_missed'" />
|
|
57
|
+
<phone-paused v-else-if="valueName == 'phone_paused'" />
|
|
58
|
+
<power v-else-if="valueName == 'power'" />
|
|
59
|
+
<power-off v-else-if="valueName == 'power_off'" />
|
|
60
|
+
<priority-high v-else-if="valueName == 'priority_high'" />
|
|
61
|
+
<sd-card v-else-if="valueName == 'sd_card'" />
|
|
62
|
+
<sd-card-alert v-else-if="valueName == 'sd_card_alert'" />
|
|
63
|
+
<sms v-else-if="valueName == 'sms'" />
|
|
64
|
+
<sms-failed v-else-if="valueName == 'sms_failed'" />
|
|
65
|
+
<support-agent v-else-if="valueName == 'support_agent'" />
|
|
66
|
+
<sync v-else-if="valueName == 'sync'" />
|
|
67
|
+
<sync-disabled v-else-if="valueName == 'sync_disabled'" />
|
|
68
|
+
<sync-problem v-else-if="valueName == 'sync_problem'" />
|
|
69
|
+
<system-update v-else-if="valueName == 'system_update'" />
|
|
70
|
+
<tap-and-play v-else-if="valueName == 'tap_and_play'" />
|
|
71
|
+
<time-to-leave v-else-if="valueName == 'time_to_leave'" />
|
|
72
|
+
<tv-off v-else-if="valueName == 'tv_off'" />
|
|
73
|
+
<vibration v-else-if="valueName == 'vibration'" />
|
|
74
|
+
<voice-chat v-else-if="valueName == 'voice_chat'" />
|
|
75
|
+
<vpn-lock v-else-if="valueName == 'vpn_lock'" />
|
|
76
|
+
<wc v-else-if="valueName == 'wc'" />
|
|
77
|
+
<wifi v-else-if="valueName == 'wifi'" />
|
|
78
|
+
<wifi-off v-else-if="valueName == 'wifi_off'" />
|
|
79
|
+
</template>
|
|
80
|
+
|
|
81
|
+
<script>
|
|
82
|
+
import AccountTree from "@/components/Icons/Notification/AccountTree";
|
|
83
|
+
import Adb from "@/components/Icons/Notification/Adb";
|
|
84
|
+
import AirlineSeatFlat from "@/components/Icons/Notification/AirlineSeatFlat";
|
|
85
|
+
import AirlineSeatFlatAngled from "@/components/Icons/Notification/AirlineSeatFlatAngled";
|
|
86
|
+
import AirlineSeatIndividualSuite from "@/components/Icons/Notification/AirlineSeatIndividualSuite";
|
|
87
|
+
import AirlineSeatLegroomExtra from "@/components/Icons/Notification/AirlineSeatLegroomExtra";
|
|
88
|
+
import AirlineSeatLegroomNormal from "@/components/Icons/Notification/AirlineSeatLegroomNormal";
|
|
89
|
+
import AirlineSeatLegroomReduced from "@/components/Icons/Notification/AirlineSeatLegroomReduced";
|
|
90
|
+
import AirlineSeatReclineExtra from "@/components/Icons/Notification/AirlineSeatReclineExtra";
|
|
91
|
+
import AirlineSeatReclineNormal from "@/components/Icons/Notification/AirlineSeatReclineNormal";
|
|
92
|
+
import BluetoothAudio from "@/components/Icons/Notification/BluetoothAudio";
|
|
93
|
+
import ConfirmationNumber from "@/components/Icons/Notification/ConfirmationNumber";
|
|
94
|
+
import DirectionsOff from "@/components/Icons/Notification/DirectionsOff";
|
|
95
|
+
import DiscFull from "@/components/Icons/Notification/DiscFull";
|
|
96
|
+
import DoDisturb from "@/components/Icons/Notification/DoDisturb";
|
|
97
|
+
import DoDisturbAlt from "@/components/Icons/Notification/DoDisturbAlt";
|
|
98
|
+
import DoDisturbOff from "@/components/Icons/Notification/DoDisturbOff";
|
|
99
|
+
import DoDisturbOn from "@/components/Icons/Notification/DoDisturbOn";
|
|
100
|
+
import DriveEta from "@/components/Icons/Notification/DriveEta";
|
|
101
|
+
import EnhancedEncryption from "@/components/Icons/Notification/EnhancedEncryption";
|
|
102
|
+
import EventAvailable from "@/components/Icons/Notification/EventAvailable";
|
|
103
|
+
import EventBusy from "@/components/Icons/Notification/EventBusy";
|
|
104
|
+
import EventNote from "@/components/Icons/Notification/EventNote";
|
|
105
|
+
import FolderSpecial from "@/components/Icons/Notification/FolderSpecial";
|
|
106
|
+
import LiveTv from "@/components/Icons/Notification/LiveTv";
|
|
107
|
+
import Mms from "@/components/Icons/Notification/Mms";
|
|
108
|
+
import More from "@/components/Icons/Notification/More";
|
|
109
|
+
import NetworkCheck from "@/components/Icons/Notification/NetworkCheck";
|
|
110
|
+
import NetworkLocked from "@/components/Icons/Notification/NetworkLocked";
|
|
111
|
+
import NoEncryption from "@/components/Icons/Notification/NoEncryption";
|
|
112
|
+
import NoEncryptionGmailerrorred from "@/components/Icons/Notification/NoEncryptionGmailerrorred";
|
|
113
|
+
import OndemandVideo from "@/components/Icons/Notification/OndemandVideo";
|
|
114
|
+
import PersonalVideo from "@/components/Icons/Notification/PersonalVideo";
|
|
115
|
+
import PhoneBluetoothSpeaker from "@/components/Icons/Notification/PhoneBluetoothSpeaker";
|
|
116
|
+
import PhoneCallback from "@/components/Icons/Notification/PhoneCallback";
|
|
117
|
+
import PhoneForwarded from "@/components/Icons/Notification/PhoneForwarded";
|
|
118
|
+
import PhoneInTalk from "@/components/Icons/Notification/PhoneInTalk";
|
|
119
|
+
import PhoneLocked from "@/components/Icons/Notification/PhoneLocked";
|
|
120
|
+
import PhoneMissed from "@/components/Icons/Notification/PhoneMissed";
|
|
121
|
+
import PhonePaused from "@/components/Icons/Notification/PhonePaused";
|
|
122
|
+
import Power from "@/components/Icons/Notification/Power";
|
|
123
|
+
import PowerOff from "@/components/Icons/Notification/PowerOff";
|
|
124
|
+
import PriorityHigh from "@/components/Icons/Notification/PriorityHigh";
|
|
125
|
+
import SdCard from "@/components/Icons/Notification/SdCard";
|
|
126
|
+
import SdCardAlert from "@/components/Icons/Notification/SdCardAlert";
|
|
127
|
+
import Sms from "@/components/Icons/Notification/Sms";
|
|
128
|
+
import SmsFailed from "@/components/Icons/Notification/SmsFailed";
|
|
129
|
+
import SupportAgent from "@/components/Icons/Notification/SupportAgent";
|
|
130
|
+
import Sync from "@/components/Icons/Notification/Sync";
|
|
131
|
+
import SyncDisabled from "@/components/Icons/Notification/SyncDisabled";
|
|
132
|
+
import SyncProblem from "@/components/Icons/Notification/SyncProblem";
|
|
133
|
+
import SystemUpdate from "@/components/Icons/Notification/SystemUpdate";
|
|
134
|
+
import TapAndPlay from "@/components/Icons/Notification/TapAndPlay";
|
|
135
|
+
import TimeToLeave from "@/components/Icons/Notification/TimeToLeave";
|
|
136
|
+
import TvOff from "@/components/Icons/Notification/TvOff";
|
|
137
|
+
import Vibration from "@/components/Icons/Notification/Vibration";
|
|
138
|
+
import VoiceChat from "@/components/Icons/Notification/VoiceChat";
|
|
139
|
+
import VpnLock from "@/components/Icons/Notification/VpnLock";
|
|
140
|
+
import Wc from "@/components/Icons/Notification/Wc";
|
|
141
|
+
import Wifi from "@/components/Icons/Notification/Wifi";
|
|
142
|
+
import WifiOff from "@/components/Icons/Notification/WifiOff";
|
|
143
|
+
|
|
144
|
+
export default {
|
|
145
|
+
components: {
|
|
146
|
+
AccountTree,
|
|
147
|
+
Adb,
|
|
148
|
+
AirlineSeatFlat,
|
|
149
|
+
AirlineSeatFlatAngled,
|
|
150
|
+
AirlineSeatIndividualSuite,
|
|
151
|
+
AirlineSeatLegroomExtra,
|
|
152
|
+
AirlineSeatLegroomNormal,
|
|
153
|
+
AirlineSeatLegroomReduced,
|
|
154
|
+
AirlineSeatReclineExtra,
|
|
155
|
+
AirlineSeatReclineNormal,
|
|
156
|
+
BluetoothAudio,
|
|
157
|
+
ConfirmationNumber,
|
|
158
|
+
DirectionsOff,
|
|
159
|
+
DiscFull,
|
|
160
|
+
DoDisturb,
|
|
161
|
+
DoDisturbAlt,
|
|
162
|
+
DoDisturbOff,
|
|
163
|
+
DoDisturbOn,
|
|
164
|
+
DriveEta,
|
|
165
|
+
EnhancedEncryption,
|
|
166
|
+
EventAvailable,
|
|
167
|
+
EventBusy,
|
|
168
|
+
EventNote,
|
|
169
|
+
FolderSpecial,
|
|
170
|
+
LiveTv,
|
|
171
|
+
Mms,
|
|
172
|
+
More,
|
|
173
|
+
NetworkCheck,
|
|
174
|
+
NetworkLocked,
|
|
175
|
+
NoEncryption,
|
|
176
|
+
NoEncryptionGmailerrorred,
|
|
177
|
+
OndemandVideo,
|
|
178
|
+
PersonalVideo,
|
|
179
|
+
PhoneBluetoothSpeaker,
|
|
180
|
+
PhoneCallback,
|
|
181
|
+
PhoneForwarded,
|
|
182
|
+
PhoneInTalk,
|
|
183
|
+
PhoneLocked,
|
|
184
|
+
PhoneMissed,
|
|
185
|
+
PhonePaused,
|
|
186
|
+
Power,
|
|
187
|
+
PowerOff,
|
|
188
|
+
PriorityHigh,
|
|
189
|
+
SdCard,
|
|
190
|
+
SdCardAlert,
|
|
191
|
+
Sms,
|
|
192
|
+
SmsFailed,
|
|
193
|
+
SupportAgent,
|
|
194
|
+
Sync,
|
|
195
|
+
SyncDisabled,
|
|
196
|
+
SyncProblem,
|
|
197
|
+
SystemUpdate,
|
|
198
|
+
TapAndPlay,
|
|
199
|
+
TimeToLeave,
|
|
200
|
+
TvOff,
|
|
201
|
+
Vibration,
|
|
202
|
+
VoiceChat,
|
|
203
|
+
VpnLock,
|
|
204
|
+
Wc,
|
|
205
|
+
Wifi,
|
|
206
|
+
WifiOff,
|
|
207
|
+
},
|
|
208
|
+
props: {
|
|
209
|
+
valueName: {
|
|
210
|
+
type: [String],
|
|
211
|
+
},
|
|
212
|
+
},
|
|
213
|
+
};
|
|
214
|
+
</script>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 3.00024H3C1.9 3.00024 1 3.90024 1 5.00024V17.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 22.99 18.1002 22.99 17.0002L23 5.00024C23 3.89024 22.1 3.00024 21 3.00024ZM20 17.0002H4C3.45 17.0002 3 16.5502 3 16.0002V6.00024C3 5.45024 3.45 5.00024 4 5.00024H20C20.55 5.00024 21 5.45024 21 6.00024V16.0002C21 16.5502 20.55 17.0002 20 17.0002ZM14.48 11.8702L10.5 14.1502C9.83 14.5302 9 14.0402 9 13.2802V8.72024C9 7.95024 9.83 7.47024 10.5 7.85024L14.48 10.1302C15.15 10.5202 15.15 11.4802 14.48 11.8702Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 3.00024H3C1.9 3.00024 1 3.90024 1 5.00024V17.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 22.99 18.1002 22.99 17.0002L23 5.00024C23 3.89024 22.1 3.00024 21 3.00024ZM20 17.0002H4C3.45 17.0002 3 16.5502 3 16.0002V6.00024C3 5.45024 3.45 5.00024 4 5.00024H20C20.55 5.00024 21 5.45024 21 6.00024V16.0002C21 16.5502 20.55 17.0002 20 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.23 15.2603L16.69 14.9703C16.08 14.9003 15.48 15.1103 15.05 15.5403L13.21 17.3803C10.38 15.9403 8.06004 13.6303 6.62004 10.7903L8.47004 8.94027C8.90004 8.51027 9.11004 7.91027 9.04004 7.30027L8.75004 4.78027C8.63004 3.77027 7.78004 3.01027 6.76004 3.01027H5.03004C3.90004 3.01027 2.96004 3.95027 3.03004 5.08027C3.56004 13.6203 10.39 20.4403 18.92 20.9703C20.05 21.0403 20.99 20.1003 20.99 18.9703V17.2403C21 16.2303 20.24 15.3803 19.23 15.2603ZM16.79 6.01027L14.34 8.46027C14.14 8.66027 14.14 8.98027 14.34 9.17027C14.54 9.37027 14.86 9.37027 15.05 9.17027L17 7.23027V10.3803C17 10.5803 17.12 10.7703 17.31 10.8503C17.37 10.8803 17.44 10.8903 17.5 10.8903C17.63 10.8903 17.76 10.8403 17.86 10.7403L20.04 8.56027C20.24 8.36027 20.24 8.04027 20.04 7.85027L18.21 6.02027L20.04 4.19027C20.13 4.10027 20.19 3.97027 20.19 3.83027C20.19 3.69027 20.14 3.57027 20.04 3.47027L17.86 1.29027C17.72 1.15027 17.5 1.10027 17.31 1.18027C17.12 1.26027 17 1.44027 17 1.64027V4.79027L15.05 2.84027C14.85 2.64027 14.53 2.64027 14.34 2.84027C14.14 3.04027 14.14 3.36027 14.34 3.55027L16.79 6.01027ZM18.01 2.86027L18.97 3.82027L18.01 4.78027V2.86027ZM18.01 7.23027L18.97 8.19027L18.01 9.15027V7.23027Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.23 15.2603L16.69 14.9703C16.08 14.9003 15.48 15.1103 15.05 15.5403L13.21 17.3803C10.38 15.9403 8.06004 13.6303 6.62004 10.7903L8.47004 8.94029C8.90004 8.51029 9.11004 7.91029 9.04004 7.30029L8.75004 4.78029C8.63004 3.77029 7.78004 3.01029 6.76004 3.01029H5.03004C3.90004 3.01029 2.96004 3.95029 3.03004 5.08029C3.56004 13.6203 10.39 20.4403 18.92 20.9703C20.05 21.0403 20.99 20.1003 20.99 18.9703V17.2403C21 16.2303 20.24 15.3803 19.23 15.2603ZM13 11.0003H17C17.55 11.0003 18 10.5503 18 10.0003C18 9.45029 17.55 9.00029 17 9.00029H15.41L19.72 4.69029C20.11 4.30029 20.11 3.67029 19.72 3.28029C19.33 2.89029 18.7 2.89029 18.31 3.28029L14 7.59029V6.00029C14 5.45029 13.55 5.00029 13 5.00029C12.45 5.00029 12 5.45029 12 6.00029V10.0003C12 10.5503 12.45 11.0003 13 11.0003Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M22.65 5.65027L18.86 1.86027C18.54 1.54027 18 1.76027 18 2.21027V4.00027H14.5C14.22 4.00027 14 4.22027 14 4.50027V7.50027C14 7.78027 14.22 8.00027 14.5 8.00027H18V9.79027C18 10.2403 18.54 10.4603 18.85 10.1403L22.64 6.35027C22.84 6.16027 22.84 5.84027 22.65 5.65027ZM19.23 15.2603L16.69 14.9703C16.08 14.9003 15.48 15.1103 15.05 15.5403L13.21 17.3803C10.38 15.9403 8.06004 13.6303 6.62004 10.7903L8.47004 8.94027C8.90004 8.51027 9.11004 7.91027 9.04004 7.30027L8.75004 4.78027C8.63004 3.77027 7.78004 3.01027 6.76004 3.01027H5.03004C3.90004 3.01027 2.96004 3.95027 3.03004 5.08027C3.56004 13.6203 10.39 20.4403 18.92 20.9703C20.05 21.0403 20.99 20.1003 20.99 18.9703V17.2403C21 16.2303 20.24 15.3803 19.23 15.2603Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12.88 5.05025C16.06 5.45025 18.55 7.94025 18.95 11.1203C19.01 11.6303 19.44 12.0003 19.94 12.0003C19.98 12.0003 20.02 12.0003 20.06 11.9903C20.61 11.9203 21 11.4203 20.93 10.8703C20.42 6.78025 17.21 3.57025 13.12 3.06025C12.57 3.00025 12.07 3.39025 12.01 3.94025C11.94 4.49025 12.33 4.99025 12.88 5.05025ZM13.26 7.16025C12.73 7.02025 12.18 7.34025 12.04 7.88025C11.9 8.42025 12.22 8.96025 12.76 9.10025C13.81 9.37025 14.63 10.1903 14.91 11.2503C15.03 11.7003 15.43 12.0003 15.88 12.0003C15.96 12.0003 16.05 11.9903 16.13 11.9703C16.66 11.8303 16.98 11.2803 16.85 10.7503C16.38 8.98025 15.01 7.61025 13.26 7.16025ZM19.23 15.2603L16.69 14.9703C16.08 14.9003 15.48 15.1103 15.05 15.5403L13.21 17.3803C10.38 15.9403 8.06004 13.6303 6.62004 10.7903L8.47004 8.94025C8.90004 8.51025 9.11004 7.91025 9.04004 7.30025L8.75004 4.78025C8.63004 3.77025 7.78004 3.01025 6.76004 3.01025H5.03004C3.90004 3.01025 2.96004 3.95025 3.03004 5.08025C3.56004 13.6203 10.39 20.4403 18.92 20.9703C20.05 21.0403 20.99 20.1003 20.99 18.9703V17.2403C21 16.2303 20.24 15.3803 19.23 15.2603Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.23 15.2602L16.69 14.9702C16.08 14.9002 15.48 15.1102 15.05 15.5402L13.21 17.3802C10.38 15.9402 8.06004 13.6302 6.62004 10.7902L8.47004 8.94024C8.90004 8.51024 9.11004 7.91024 9.04004 7.30024L8.75004 4.78024C8.63004 3.77024 7.78004 3.01024 6.76004 3.01024H5.03004C3.90004 3.01024 2.96004 3.95024 3.03004 5.08024C3.56004 13.6202 10.39 20.4402 18.92 20.9702C20.05 21.0402 20.99 20.1002 20.99 18.9702V17.2402C21 16.2302 20.24 15.3802 19.23 15.2602ZM20 4.00024V3.50024C20 2.12024 18.88 1.00024 17.5 1.00024C16.12 1.00024 15 2.12024 15 3.50024V4.00024C14.45 4.00024 14 4.45024 14 5.00024V9.00024C14 9.55024 14.45 10.0002 15 10.0002H20C20.55 10.0002 21 9.55024 21 9.00024V5.00024C21 4.45024 20.55 4.00024 20 4.00024ZM19 4.00024H16V3.50024C16 2.67024 16.67 2.00024 17.5 2.00024C18.33 2.00024 19 2.67024 19 3.50024V4.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M23.09 16.2002C16.76 10.6102 7.22995 10.6102 0.909953 16.2002C0.0699534 16.9402 0.0699534 18.2502 0.859953 19.0402L2.05995 20.2402C2.76995 20.9502 3.89995 21.0102 4.67995 20.3902L6.64995 18.8202C7.11995 18.4502 7.39995 17.8802 7.39995 17.2702V14.7002C10.38 13.7302 13.61 13.7202 16.6 14.7002V17.2802C16.6 17.8802 16.88 18.4502 17.35 18.8302L19.31 20.3902C20.1 21.0102 21.22 20.9502 21.93 20.2402L23.13 19.0402C23.93 18.2502 23.92 16.9402 23.09 16.2002ZM5.99995 9.00024C6.54995 9.00024 6.99995 8.55024 6.99995 8.00024V6.43024L11.24 10.6702C11.63 11.0602 12.26 11.0602 12.65 10.6702L18.31 5.01024C18.7 4.62024 18.7 3.99024 18.31 3.60024C17.92 3.21024 17.29 3.21024 16.9 3.60024L11.95 8.55024L8.39995 5.00024H9.99995C10.55 5.00024 11 4.55024 11 4.00024C11 3.45024 10.55 3.00024 9.99995 3.00024H5.99995C5.44995 3.00024 4.99995 3.45024 4.99995 4.00024V8.00024C4.99995 8.55024 5.44995 9.00024 5.99995 9.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16 3.00024C15.45 3.00024 15 3.45024 15 4.00024V9.00024C15 9.55024 15.45 10.0002 16 10.0002C16.55 10.0002 17 9.55024 17 9.00024V4.00024C17 3.45024 16.55 3.00024 16 3.00024ZM19 4.00024V9.00024C19 9.55024 19.45 10.0002 20 10.0002C20.55 10.0002 21 9.55024 21 9.00024V4.00024C21 3.45024 20.55 3.00024 20 3.00024C19.45 3.00024 19 3.45024 19 4.00024ZM19.23 15.2602L16.69 14.9702C16.08 14.9002 15.48 15.1102 15.05 15.5402L13.21 17.3802C10.38 15.9402 8.06004 13.6302 6.62004 10.7902L8.47004 8.94024C8.90004 8.51024 9.11004 7.91024 9.04004 7.30024L8.75004 4.78024C8.63004 3.77024 7.78004 3.01024 6.76004 3.01024H5.03004C3.90004 3.01024 2.96004 3.95024 3.03004 5.08024C3.56004 13.6202 10.39 20.4402 18.92 20.9702C20.05 21.0402 20.99 20.1002 20.99 18.9702V17.2402C21 16.2302 20.24 15.3802 19.23 15.2602Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16.01 7.00024L16 4.00024C16 3.45024 15.55 3.00024 15 3.00024C14.45 3.00024 14 3.45024 14 4.00024V7.00024H10V4.00024C10 3.45024 9.55 3.00024 9 3.00024C8.45 3.00024 8 3.45024 8 4.00024V7.00024H7.99C6.9 7.00024 6 7.90024 6 8.99024V13.6502C6 14.1802 6.21 14.6902 6.58 15.0602L9.5 18.0002V20.0002C9.5 20.5502 9.95 21.0002 10.5 21.0002H13.5C14.05 21.0002 14.5 20.5502 14.5 20.0002V18.0002L17.42 15.0802C17.79 14.7002 18 14.1902 18 13.6602V8.99024C18 7.89024 17.11 7.00024 16.01 7.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17.9999 13.6602V8.99024C17.9999 7.99024 16.9899 6.99024 15.9999 7.00024V4.00024C15.9999 3.45024 15.5499 3.00024 14.9999 3.00024C14.4499 3.00024 13.9999 3.45024 13.9999 4.00024V7.00024H10.1199L17.7499 14.6302C17.8999 14.3302 17.9999 14.0002 17.9999 13.6602ZM9.99994 4.00024C9.99994 3.45024 9.54994 3.00024 8.99994 3.00024C8.44994 3.00024 7.99994 3.45024 7.99994 4.00024V4.88024L9.99994 6.88024V4.00024ZM20.1499 19.8602L12.4899 12.2002L7.38994 7.10024L4.82994 4.54024C4.43994 4.15024 3.80994 4.15024 3.41994 4.54024C3.02994 4.93024 3.02994 5.56024 3.41994 5.95024L6.04994 8.58024C6.01994 8.71024 5.99994 8.85024 5.99994 8.99024V13.6502C5.99994 14.1802 6.20994 14.6902 6.57994 15.0602L9.49994 18.0002V20.0002C9.49994 20.5502 9.94994 21.0002 10.4999 21.0002H13.4999C14.0499 21.0002 14.4999 20.5502 14.4999 20.0002V18.0002L14.9799 17.5202L18.7399 21.2802C19.1299 21.6702 19.7599 21.6702 20.1499 21.2802C20.5399 20.8902 20.5399 20.2502 20.1499 19.8602Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M12 21.0002C13.1046 21.0002 14 20.1048 14 19.0002C14 17.8957 13.1046 17.0002 12 17.0002C10.8954 17.0002 10 17.8957 10 19.0002C10 20.1048 10.8954 21.0002 12 21.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M12 3.00024C10.9 3.00024 10 3.90024 10 5.00024V13.0002C10 14.1002 10.9 15.0002 12 15.0002C13.1 15.0002 14 14.1002 14 13.0002V5.00024C14 3.90024 13.1 3.00024 12 3.00024Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18 2.00024H10.83C10.3 2.00024 9.79 2.21024 9.41 2.59024L4.6 7.42024C4.23 7.79024 4 8.30024 4 8.82024V20.0002C4 21.1002 4.9 22.0002 6 22.0002H18C19.1 22.0002 20 21.1002 20 20.0002V4.00024C20 2.90024 19.1 2.00024 18 2.00024ZM11 8.00024C10.45 8.00024 10 7.55024 10 7.00024V5.00024C10 4.45024 10.45 4.00024 11 4.00024C11.55 4.00024 12 4.45024 12 5.00024V7.00024C12 7.55024 11.55 8.00024 11 8.00024ZM14 8.00024C13.45 8.00024 13 7.55024 13 7.00024V5.00024C13 4.45024 13.45 4.00024 14 4.00024C14.55 4.00024 15 4.45024 15 5.00024V7.00024C15 7.55024 14.55 8.00024 14 8.00024ZM17 8.00024C16.45 8.00024 16 7.55024 16 7.00024V5.00024C16 4.45024 16.45 4.00024 17 4.00024C17.55 4.00024 18 4.45024 18 5.00024V7.00024C18 7.55024 17.55 8.00024 17 8.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18 2.00024H10.83C10.3 2.00024 9.79 2.21024 9.41 2.59024L4.6 7.42024C4.23 7.79024 4.02 8.30024 4.02 8.82024L4 20.0002C4 21.1002 4.9 22.0002 6 22.0002H18C19.1 22.0002 20 21.1002 20 20.0002V4.00024C20 2.90024 19.1 2.00024 18 2.00024ZM13 17.0002H11V15.0002H13V17.0002ZM12 13.0002C11.45 13.0002 11 12.5502 11 12.0002V9.00024C11 8.45024 11.45 8.00024 12 8.00024C12.55 8.00024 13 8.45024 13 9.00024V12.0002C13 12.5502 12.55 13.0002 12 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 2.00024H4C2.9 2.00024 2 2.90024 2 4.00024V22.0002L6 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002V4.00024C22 2.90024 21.1 2.00024 20 2.00024ZM9 11.0002H7V9.00024H9V11.0002ZM13 11.0002H11V9.00024H13V11.0002ZM17 11.0002H15V9.00024H17V11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 2.00024H4C2.9 2.00024 2 2.90024 2 4.00024V22.0002L6 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002V4.00024C22 2.90024 21.1 2.00024 20 2.00024ZM13 14.0002H11V12.0002H13V14.0002ZM12 10.0002C11.45 10.0002 11 9.55024 11 9.00024V7.00024C11 6.45024 11.45 6.00024 12 6.00024C12.55 6.00024 13 6.45024 13 7.00024V9.00024C13 9.55024 12.55 10.0002 12 10.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M21 12.2202C21 6.73024 16.74 3.00024 12 3.00024C7.31 3.00024 3 6.65024 3 12.2802C2.4 12.6202 2 13.2602 2 14.0002V16.0002C2 17.1002 2.9 18.0002 4 18.0002C4.55 18.0002 5 17.5502 5 17.0002V12.1902C5 8.36024 7.95 5.01024 11.78 4.90024C15.74 4.78024 19 7.96024 19 11.9002V19.0002H12C11.45 19.0002 11 19.4502 11 20.0002C11 20.5502 11.45 21.0002 12 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V17.7802C21.59 17.4702 22 16.8602 22 16.1402V13.8402C22 13.1402 21.59 12.5302 21 12.2202Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M9 14.0002C9.55228 14.0002 10 13.5525 10 13.0002C10 12.448 9.55228 12.0002 9 12.0002C8.44772 12.0002 8 12.448 8 13.0002C8 13.5525 8.44772 14.0002 9 14.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M15 14.0002C15.5523 14.0002 16 13.5525 16 13.0002C16 12.448 15.5523 12.0002 15 12.0002C14.4477 12.0002 14 12.448 14 13.0002C14 13.5525 14.4477 14.0002 15 14.0002Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M18 11.0302C17.52 8.18024 15.04 6.00024 12.05 6.00024C9.01997 6.00024 5.75997 8.51024 6.01997 12.4502C8.48997 11.4402 10.35 9.24024 10.88 6.56024C12.19 9.19024 14.88 11.0002 18 11.0302Z"
|
|
14
|
+
/>
|
|
15
|
+
</g>
|
|
16
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_1204)">
|
|
4
|
+
<path
|
|
5
|
+
d="M12 4.00027V2.21027C12 1.76027 11.46 1.54027 11.15 1.86027L8.35 4.65027C8.15 4.85027 8.15 5.16027 8.35 5.36027L11.14 8.15027C11.46 8.46027 12 8.24027 12 7.79027V6.00027C15.31 6.00027 18 8.69027 18 12.0003C18 12.7903 17.85 13.5603 17.56 14.2503C17.41 14.6103 17.52 15.0203 17.79 15.2903C18.3 15.8003 19.16 15.6203 19.43 14.9503C19.8 14.0403 20 13.0403 20 12.0003C20 7.58027 16.42 4.00027 12 4.00027ZM12 18.0003C8.69 18.0003 6 15.3103 6 12.0003C6 11.2103 6.15 10.4403 6.44 9.75027C6.59 9.39027 6.48 8.98027 6.21 8.71027C5.7 8.20027 4.84 8.38027 4.57 9.05027C4.2 9.96027 4 10.9603 4 12.0003C4 16.4203 7.58 20.0003 12 20.0003V21.7903C12 22.2403 12.54 22.4603 12.85 22.1403L15.64 19.3503C15.84 19.1503 15.84 18.8403 15.64 18.6403L12.85 15.8503C12.54 15.5403 12 15.7603 12 16.2103V18.0003Z"
|
|
6
|
+
/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15_1204">
|
|
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="M10.0001 5.74024V5.55024C10.0001 4.87024 9.29009 4.44024 8.68009 4.73024C8.49009 4.82024 8.32009 4.93024 8.14009 5.03024L9.60009 6.49024C9.84009 6.31024 10.0001 6.04024 10.0001 5.74024ZM20.0001 12.0002C20.0001 9.79024 19.0901 7.80024 17.6401 6.36024L19.1501 4.85024C19.4601 4.54024 19.2401 4.00024 18.7901 4.00024H14.0001V8.79024C14.0001 9.24024 14.5401 9.46024 14.8501 9.14024L16.2401 7.75024C17.3201 8.85024 18.0001 10.3402 18.0001 12.0002C18.0001 12.8502 17.8201 13.6602 17.5001 14.3902L18.9801 15.8702C19.6201 14.7202 20.0001 13.4102 20.0001 12.0002ZM3.57009 4.70024C3.18009 5.09024 3.18009 5.72024 3.57009 6.11024L5.22009 7.76024C4.45009 9.00024 4.00009 10.4402 4.00009 12.0002C4.00009 14.2102 4.91009 16.2002 6.36009 17.6402L4.85009 19.1502C4.54009 19.4602 4.76009 20.0002 5.21009 20.0002H9.50009C9.78009 20.0002 10.0001 19.7802 10.0001 19.5002V15.2102C10.0001 14.7602 9.46009 14.5402 9.15009 14.8602L7.76009 16.2502C6.68009 15.1502 6.00009 13.6602 6.00009 12.0002C6.00009 11.0002 6.26009 10.0702 6.69009 9.24024L14.7601 17.3102C14.7501 17.3302 14.7501 17.3302 14.7501 17.3502C14.3201 17.4702 14.0001 17.8302 14.0001 18.2602V18.4402C14.0001 19.1202 14.7101 19.5502 15.3201 19.2602C15.6301 19.1202 15.9301 18.9502 16.2201 18.7702L18.0901 20.6402C18.4801 21.0302 19.1101 21.0302 19.5001 20.6402C19.8901 20.2502 19.8901 19.6202 19.5001 19.2302L4.98009 4.70024C4.59009 4.31024 3.96009 4.31024 3.57009 4.70024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3 12.0002C3 14.2102 3.91 16.2002 5.36 17.6402L3.85 19.1502C3.54 19.4602 3.76 20.0002 4.21 20.0002H8.5C8.78 20.0002 9 19.7802 9 19.5002V15.2102C9 14.7602 8.46 14.5402 8.15 14.8602L6.76 16.2502C5.68 15.1502 5 13.6602 5 12.0002C5 9.61024 6.4 7.54024 8.43 6.58024C8.77 6.42024 9 6.11024 9 5.74024V5.55024C9 4.87024 8.29 4.44024 7.68 4.73024C4.92 5.99024 3 8.77024 3 12.0002ZM11 17.0002H13V15.0002H11V17.0002ZM19.79 4.00024H15.5C15.22 4.00024 15 4.22024 15 4.50024V8.79024C15 9.24024 15.54 9.46024 15.85 9.14024L17.24 7.75024C18.32 8.85024 19 10.3402 19 12.0002C19 14.3902 17.6 16.4602 15.57 17.4202C15.23 17.5802 15 17.8902 15 18.2602V18.4402C15 19.1202 15.71 19.5502 16.32 19.2602C19.08 18.0102 21 15.2302 21 12.0002C21 9.79024 20.09 7.80024 18.64 6.36024L20.15 4.85024C20.46 4.54024 20.24 4.00024 19.79 4.00024ZM12 13.0002C12.55 13.0002 13 12.5502 13 12.0002V8.00024C13 7.45024 12.55 7.00024 12 7.00024C11.45 7.00024 11 7.45024 11 8.00024V12.0002C11 12.5502 11.45 13.0002 12 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 1.01024L7 1.00024C5.9 1.00024 5 1.90024 5 3.00024V21.0002C5 22.1002 5.9 23.0002 7 23.0002H17C18.1 23.0002 19 22.1002 19 21.0002V3.00024C19 1.90024 18.1 1.01024 17 1.01024ZM17 19.0002H7V5.00024H17V19.0002ZM14.79 13.0002H13V9.00024C13 8.45024 12.55 8.00024 12 8.00024C11.45 8.00024 11 8.45024 11 9.00024V13.0002H9.21C8.76 13.0002 8.54 13.5402 8.86 13.8502L11.65 16.6402C11.85 16.8402 12.16 16.8402 12.36 16.6402L15.15 13.8502C15.46 13.5402 15.24 13.0002 14.79 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3.14 16.0902C2.54 15.9902 2 16.4802 2 17.0902C2 17.5802 2.36 17.9902 2.85 18.0702C4.93 18.4302 6.57 20.0702 6.93 22.1502C7.01 22.6402 7.42 23.0002 7.91 23.0002C8.52 23.0002 9 22.4602 8.91 21.8602C8.43 18.9102 6.1 16.5702 3.14 16.0902ZM2 20.0002V23.0002H5C5 21.3402 3.66 20.0002 2 20.0002ZM3.11 12.0602C2.52 12.0002 2 12.4602 2 13.0502C2 13.5502 2.37 13.9902 2.87 14.0402C7.14 14.4502 10.54 17.8502 10.95 22.1202C11 22.6202 11.43 23.0002 11.94 23.0002C12.53 23.0002 13 22.4902 12.94 21.9002C12.43 16.7002 8.31 12.5802 3.11 12.0602ZM17 1.01024L7 1.00024C5.9 1.00024 5 1.90024 5 3.00024V10.3702C5.69 10.5302 6.36 10.7402 7 11.0102V5.00024H17V18.0002H13.97C14.49 19.2502 14.81 20.5902 14.92 22.0002H17C18.1 22.0002 19 21.1002 19 20.0002V3.00024C19 1.90024 18.1 1.01024 17 1.01024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18.92 5.01024C18.72 4.42024 18.16 4.00024 17.5 4.00024H6.5C5.84 4.00024 5.29 4.42024 5.08 5.01024L3.11 10.6802C3.04 10.8902 3 11.1102 3 11.3402V18.5002C3 19.3302 3.67 20.0002 4.5 20.0002C5.33 20.0002 6 19.3302 6 18.5002V18.0002H18V18.5002C18 19.3202 18.67 20.0002 19.5 20.0002C20.32 20.0002 21 19.3302 21 18.5002V11.3402C21 11.1202 20.96 10.8902 20.89 10.6802L18.92 5.01024ZM6.5 15.0002C5.67 15.0002 5 14.3302 5 13.5002C5 12.6702 5.67 12.0002 6.5 12.0002C7.33 12.0002 8 12.6702 8 13.5002C8 14.3302 7.33 15.0002 6.5 15.0002ZM17.5 15.0002C16.67 15.0002 16 14.3302 16 13.5002C16 12.6702 16.67 12.0002 17.5 12.0002C18.33 12.0002 19 12.6702 19 13.5002C19 14.3302 18.33 15.0002 17.5 15.0002ZM5 10.0002L6.27 6.18024C6.41 5.78024 6.79 5.50024 7.22 5.50024H16.78C17.21 5.50024 17.59 5.78024 17.73 6.18024L19 10.0002H5Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 8.0002V17.8802L22.85 19.7302C22.95 19.5102 23 19.2602 23 19.0002V7.0002C23 5.8902 22.1 5.0002 21 5.0002H13.41L16.35 2.0602C16.55 1.8602 16.55 1.5502 16.35 1.3502C16.15 1.1502 15.84 1.1502 15.64 1.3502L12 4.9902L8.36 1.3502C8.16 1.1502 7.85 1.1502 7.65 1.3502C7.45 1.5502 7.45 1.8602 7.65 2.0602L10.59 5.0002H8.12L10.12 7.0002H20C20.55 7.0002 21 7.4502 21 8.0002ZM3.12 2.8302C2.73 2.4402 2.1 2.4402 1.71 2.8302C1.32 3.2202 1.32 3.85019 1.71 4.2402L2.53 5.0602C1.65 5.2802 1 6.0602 1 7.0002V19.0002C1 20.1002 1.9 21.0002 3 21.0002H18.46L19.75 22.2902C20.14 22.6802 20.77 22.6802 21.16 22.2902C21.52 21.9302 21.53 21.3702 21.23 20.9802H21.26L3.12 2.8302ZM3 18.0002V8.0002C3 7.4502 3.45 7.0002 4 7.0002H4.46L16.46 19.0002H4C3.45 19.0002 3 18.5502 3 18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M1 15.0002C1.55 15.0002 2 14.5502 2 14.0002V10.0002C2 9.45024 1.55 9.00024 1 9.00024C0.45 9.00024 0 9.45024 0 10.0002V14.0002C0 14.5502 0.45 15.0002 1 15.0002ZM4 17.0002C4.55 17.0002 5 16.5502 5 16.0002V8.00024C5 7.45024 4.55 7.00024 4 7.00024C3.45 7.00024 3 7.45024 3 8.00024V16.0002C3 16.5502 3.45 17.0002 4 17.0002ZM22 10.0002V14.0002C22 14.5502 22.45 15.0002 23 15.0002C23.55 15.0002 24 14.5502 24 14.0002V10.0002C24 9.45024 23.55 9.00024 23 9.00024C22.45 9.00024 22 9.45024 22 10.0002ZM20 17.0002C20.55 17.0002 21 16.5502 21 16.0002V8.00024C21 7.45024 20.55 7.00024 20 7.00024C19.45 7.00024 19 7.45024 19 8.00024V16.0002C19 16.5502 19.45 17.0002 20 17.0002ZM16.5 3.00024H7.5C6.67 3.00024 6 3.67024 6 4.50024V19.5002C6 20.3302 6.67 21.0002 7.5 21.0002H16.5C17.33 21.0002 18 20.3302 18 19.5002V4.50024C18 3.67024 17.33 3.00024 16.5 3.00024ZM16 19.0002H8V5.00024H16V19.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 2.00024H4C2.9 2.00024 2.01 2.90024 2.01 4.00024L2 22.0002L6 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002V4.00024C22 2.90024 21.1 2.00024 20 2.00024ZM16.38 12.7002L14 10.8002V13.0002C14 13.5502 13.55 14.0002 13 14.0002H7C6.45 14.0002 6 13.5502 6 13.0002V7.00024C6 6.45024 6.45 6.00024 7 6.00024H13C13.55 6.00024 14 6.45024 14 7.00024V9.20024L16.38 7.30024C17.03 6.78024 18 7.24024 18 8.08024V11.9202C18 12.7602 17.03 13.2202 16.38 12.7002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18.92 12.0002C18.96 12.3302 19 12.6602 19 13.0002C19 15.0802 18.2 16.9702 16.9 18.3902C16.64 17.5802 15.9 17.0002 15 17.0002H14V14.0002C14 13.4502 13.55 13.0002 13 13.0002H7V11.0002H9C9.55 11.0002 10 10.5502 10 10.0002V8.00024H12C13.1 8.00024 14 7.10024 14 6.00024V3.46024C13.05 3.16024 12.05 3.00024 11 3.00024C5.48 3.00024 1 7.48024 1 13.0002C1 18.5202 5.48 23.0002 11 23.0002C16.52 23.0002 21 18.5202 21 13.0002C21 12.6602 20.98 12.3302 20.95 12.0002H18.92ZM10 20.9302C6.05 20.4402 3 17.0802 3 13.0002C3 12.3802 3.08 11.7902 3.21 11.2102L8 16.0002V17.0002C8 18.1002 8.9 19.0002 10 19.0002V20.9302ZM22 4.00024V3.50024C22 2.12024 20.88 1.00024 19.5 1.00024C18.12 1.00024 17 2.12024 17 3.50024V4.00024C16.45 4.00024 16 4.45024 16 5.00024V9.00024C16 9.55024 16.45 10.0002 17 10.0002H22C22.55 10.0002 23 9.55024 23 9.00024V5.00024C23 4.45024 22.55 4.00024 22 4.00024ZM21 4.00024H18V3.50024C18 2.67024 18.67 2.00024 19.5 2.00024C20.33 2.00024 21 2.67024 21 3.50024V4.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_430)">
|
|
4
|
+
<path
|
|
5
|
+
d="M5.5 21.0002V14.5002H5C4.45 14.5002 4 14.0502 4 13.5002V9.00024C4 7.90024 4.9 7.00024 6 7.00024H9C10.1 7.00024 11 7.90024 11 9.00024V13.5002C11 14.0502 10.55 14.5002 10 14.5002H9.5V21.0002C9.5 21.5502 9.05 22.0002 8.5 22.0002H6.5C5.95 22.0002 5.5 21.5502 5.5 21.0002ZM18 21.0002V16.0002H19.61C20.29 16.0002 20.77 15.3302 20.56 14.6802L18.46 8.37024C18.18 7.55024 17.42 7.00024 16.56 7.00024H16.44C15.58 7.00024 14.81 7.55024 14.54 8.37024L12.44 14.6802C12.22 15.3302 12.7 16.0002 13.39 16.0002H15V21.0002C15 21.5502 15.45 22.0002 16 22.0002H17C17.55 22.0002 18 21.5502 18 21.0002ZM7.5 6.00024C8.61 6.00024 9.5 5.11024 9.5 4.00024C9.5 2.89024 8.61 2.00024 7.5 2.00024C6.39 2.00024 5.5 2.89024 5.5 4.00024C5.5 5.11024 6.39 6.00024 7.5 6.00024ZM16.5 6.00024C17.61 6.00024 18.5 5.11024 18.5 4.00024C18.5 2.89024 17.61 2.00024 16.5 2.00024C15.39 2.00024 14.5 2.89024 14.5 4.00024C14.5 5.11024 15.39 6.00024 16.5 6.00024Z"
|
|
6
|
+
/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15_430">
|
|
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="M2.06008 10.0603C2.57008 10.5703 3.38008 10.6203 3.93008 10.1603C8.60008 6.32026 15.3801 6.32026 20.0601 10.1503C20.6201 10.6103 21.4401 10.5703 21.9501 10.0603C22.5401 9.47026 22.5001 8.49026 21.8501 7.96026C16.1401 3.29026 7.88008 3.29026 2.16008 7.96026C1.51008 8.48026 1.46008 9.46026 2.06008 10.0603ZM9.82008 17.8203L11.2901 19.2903C11.6801 19.6803 12.3101 19.6803 12.7001 19.2903L14.1701 17.8203C14.6401 17.3503 14.5401 16.5403 13.9401 16.2303C12.7201 15.6003 11.2601 15.6003 10.0301 16.2303C9.46008 16.5403 9.35008 17.3503 9.82008 17.8203ZM6.09008 14.0903C6.58008 14.5803 7.35008 14.6303 7.92008 14.2203C10.3601 12.4903 13.6401 12.4903 16.0801 14.2203C16.6501 14.6203 17.4201 14.5803 17.9101 14.0903L17.9201 14.0803C18.5201 13.4803 18.4801 12.4603 17.7901 11.9703C14.3501 9.48026 9.66008 9.48026 6.21008 11.9703C5.52008 12.4703 5.48008 13.4803 6.09008 14.0903Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20.06 10.1402C20.62 10.6002 21.44 10.5602 21.95 10.0502C22.54 9.46023 22.5 8.48023 21.85 7.95023C18.26 5.01023 13.65 3.92023 9.30004 4.69023L11.89 7.28023C14.78 7.25023 17.69 8.20023 20.06 10.1402ZM17.79 11.9702C17.01 11.4002 16.16 10.9702 15.27 10.6702L18.22 13.6202C18.46 13.0402 18.32 12.3502 17.79 11.9702ZM13.95 16.2302C12.73 15.6002 11.27 15.6002 10.04 16.2302C9.45004 16.5402 9.34004 17.3502 9.81004 17.8202L11.28 19.2902C11.67 19.6802 12.3 19.6802 12.69 19.2902L14.16 17.8202C14.65 17.3502 14.55 16.5402 13.95 16.2302ZM19.68 17.9002L4.12004 2.34023C3.73004 1.95023 3.10004 1.95023 2.71004 2.34023C2.32004 2.73023 2.32004 3.36023 2.71004 3.75023L5.05004 6.10023C4.04004 6.60023 3.06004 7.21023 2.16004 7.95023C1.51004 8.48023 1.47004 9.46023 2.06004 10.0502C2.57004 10.5602 3.38004 10.6102 3.93004 10.1502C4.93004 9.33023 6.03004 8.69023 7.18004 8.22023L9.41004 10.4502C8.28004 10.7502 7.20004 11.2502 6.22004 11.9602C5.53004 12.4602 5.49004 13.4702 6.09004 14.0702L6.10004 14.0802C6.59004 14.5702 7.36004 14.6202 7.93004 14.2102C9.12004 13.3702 10.51 12.9502 11.9 12.9202L18.27 19.2902C18.66 19.6802 19.29 19.6802 19.68 19.2902C20.07 18.9202 20.07 18.2902 19.68 17.9002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 11.0002H17.83L20.37 8.46024C20.76 8.07024 20.76 7.44024 20.37 7.05024C19.98 6.66024 19.34 6.66024 18.95 7.05024L15 11.0002H13V9.00024L16.95 5.05024C17.34 4.66024 17.34 4.02024 16.95 3.63024C16.56 3.24024 15.93 3.24024 15.54 3.63024L13 6.17024V3.00024C13 2.45024 12.55 2.00024 12 2.00024C11.45 2.00024 11 2.45024 11 3.00024V6.17024L8.46 3.63024C8.07 3.24024 7.44 3.24024 7.05 3.63024C6.66 4.02024 6.66 4.66024 7.05 5.05024L11 9.00024V11.0002H9L5.05 7.05024C4.66 6.66024 4.02 6.66024 3.63 7.05024C3.24 7.44024 3.24 8.07024 3.63 8.46024L6.17 11.0002H3C2.45 11.0002 2 11.4502 2 12.0002C2 12.5502 2.45 13.0002 3 13.0002H6.17L3.63 15.5402C3.24 15.9302 3.24 16.5602 3.63 16.9502C4.02 17.3402 4.66 17.3402 5.05 16.9502L9 13.0002H11V15.0002L7.05 18.9502C6.66 19.3402 6.66 19.9802 7.05 20.3702C7.44 20.7602 8.07 20.7602 8.46 20.3702L11 17.8302V21.0002C11 21.5502 11.45 22.0002 12 22.0002C12.55 22.0002 13 21.5502 13 21.0002V17.8302L15.54 20.3702C15.93 20.7602 16.56 20.7602 16.95 20.3702C17.34 19.9802 17.34 19.3402 16.95 18.9502L13 15.0002V13.0002H15L18.95 16.9502C19.34 17.3402 19.98 17.3402 20.37 16.9502C20.76 16.5602 20.76 15.9302 20.37 15.5402L17.83 13.0002H21C21.55 13.0002 22 12.5502 22 12.0002C22 11.4502 21.55 11.0002 21 11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M22.41 10.4102L17.58 5.58024C17.21 5.21024 16.7 5.00024 16.17 5.00024H3C1.9 5.00024 1 5.89024 1 7.00024V14.0002C1 15.1002 1.9 16.0002 3 16.0002C3 17.6602 4.34 19.0002 6 19.0002C7.66 19.0002 9 17.6602 9 16.0002H15C15 17.6602 16.34 19.0002 18 19.0002C19.66 19.0002 21 17.6602 21 16.0002C22.1 16.0002 23 15.1002 23 14.0002V11.8302C23 11.3002 22.79 10.7902 22.41 10.4102ZM3 10.0002V8.00024C3 7.45024 3.45 7.00024 4 7.00024H7V11.0002H4C3.45 11.0002 3 10.5502 3 10.0002ZM6 17.2502C5.31 17.2502 4.75 16.6902 4.75 16.0002C4.75 15.3102 5.31 14.7502 6 14.7502C6.69 14.7502 7.25 15.3102 7.25 16.0002C7.25 16.6902 6.69 17.2502 6 17.2502ZM13 11.0002H9V7.00024H13V11.0002ZM18 17.2502C17.31 17.2502 16.75 16.6902 16.75 16.0002C16.75 15.3102 17.31 14.7502 18 14.7502C18.69 14.7502 19.25 15.3102 19.25 16.0002C19.25 16.6902 18.69 17.2502 18 17.2502ZM15 11.0002V7.00024H16L20 11.0002H15Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20.22 6.86024C18.22 6.26024 16.16 6.82024 14.83 8.15024L12 10.6602L10.48 12.0002H10.49L7.8 14.3902C6.99 15.2002 5.85 15.5402 4.68 15.3102C3.43 15.0602 2.4 14.0602 2.11 12.8202C1.59 10.5902 3.27 8.62024 5.4 8.62024C6.31 8.62024 7.16 8.97024 7.84 9.65024L8.31 10.0602C8.69 10.4002 9.26 10.4002 9.64 10.0602C10.09 9.66024 10.09 8.96024 9.64 8.56024L9.22 8.20024C8.2 7.18024 6.84 6.62024 5.4 6.62024C2.42 6.62024 0 9.04024 0 12.0002C0 14.9602 2.42 17.3802 5.4 17.3802C6.84 17.3802 8.2 16.8202 9.17 15.8502L12 13.3502L12.01 13.3602L13.52 12.0002H13.51L16.2 9.61024C17.01 8.80024 18.15 8.46024 19.32 8.69024C20.57 8.94024 21.6 9.94024 21.89 11.1802C22.41 13.4102 20.73 15.3802 18.6 15.3802C17.7 15.3802 16.84 15.0302 16.16 14.3502L15.68 13.9302C15.3 13.5902 14.73 13.5902 14.35 13.9302C13.9 14.3302 13.9 15.0302 14.35 15.4302L14.77 15.8002C15.79 16.8102 17.14 17.3702 18.59 17.3702C21.86 17.3702 24.45 14.4702 23.92 11.1202C23.62 9.13024 22.15 7.43024 20.22 6.86024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 11.0002V5.00024C17 3.90024 16.1 3.00024 15 3.00024H9C7.9 3.00024 7 3.90024 7 5.00024V7.00024H5C3.9 7.00024 3 7.90024 3 9.00024V19.0002C3 20.1002 3.9 21.0002 5 21.0002H10C10.55 21.0002 11 20.5502 11 20.0002V17.0002H13V20.0002C13 20.5502 13.45 21.0002 14 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V13.0002C21 11.9002 20.1 11.0002 19 11.0002H17ZM7 19.0002H5V17.0002H7V19.0002ZM7 15.0002H5V13.0002H7V15.0002ZM7 11.0002H5V9.00024H7V11.0002ZM11 15.0002H9V13.0002H11V15.0002ZM11 11.0002H9V9.00024H11V11.0002ZM11 7.00024H9V5.00024H11V7.00024ZM15 15.0002H13V13.0002H15V15.0002ZM15 11.0002H13V9.00024H15V11.0002ZM15 7.00024H13V5.00024H15V7.00024ZM19 19.0002H17V17.0002H19V19.0002ZM19 15.0002H17V13.0002H19V15.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M14 9.00024C14 9.55024 13.55 10.0002 13 10.0002H11.42C11.14 10.0002 10.87 9.94024 10.62 9.83024L8.32 8.82024L7 12.7502V21.0002C7 21.5502 6.55 22.0002 6 22.0002H4C3.45 22.0002 3 21.5502 3 21.0002V12.3302C3 12.1102 3.04 11.8902 3.11 11.6802L4.59 7.36024C4.96 6.25024 6.22 5.69024 7.3 6.18024L11.45 8.01024L13 8.00024C13.55 8.00024 14 8.45024 14 9.00024ZM8 1.00024C6.9 1.00024 6 1.90024 6 3.00024C6 4.10024 6.9 5.00024 8 5.00024C9.1 5.00024 10 4.10024 10 3.00024C10 1.90024 9.1 1.00024 8 1.00024ZM10 19.0002H20C20.55 19.0002 21 18.5502 21 18.0002C21 17.4502 20.55 17.0002 20 17.0002H10C9.45 17.0002 9 17.4502 9 18.0002C9 18.5502 9.45 19.0002 10 19.0002ZM19.5 16.0002C20.33 16.0002 21 15.3302 21 14.5002C21 13.6702 20.33 13.0002 19.5 13.0002C18.67 13.0002 18 13.6702 18 14.5002C18 15.3302 18.67 16.0002 19.5 16.0002ZM13 12.0002C13 11.4502 12.55 11.0002 12 11.0002H10C9.45 11.0002 9 11.4502 9 12.0002C9 12.5502 9.45 13.0002 10 13.0002H11V14.0002C11 15.1002 11.9 16.0002 13 16.0002H15C16.1 16.0002 17 15.1002 17 14.0002V12.0002C17 11.4502 16.55 11.0002 16 11.0002C15.45 11.0002 15 11.4502 15 12.0002V13.0002H13V12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 8.00024V20.0002C20 21.1002 19.1 22.0002 18 22.0002H6C4.9 22.0002 4 21.1002 4 20.0002V8.00024C4 6.14024 5.28 4.59024 7 4.14024V3.50024C7 2.67024 7.67 2.00024 8.5 2.00024C9.33 2.00024 10 2.67024 10 3.50024V4.00024H14V3.50024C14 2.67024 14.67 2.00024 15.5 2.00024C16.33 2.00024 17 2.67024 17 3.50024V4.14024C18.72 4.59024 20 6.14024 20 8.00024ZM6 13.0002C6 13.5502 6.45 14.0002 7 14.0002H16V15.0002C16 15.5502 16.45 16.0002 17 16.0002C17.55 16.0002 18 15.5502 18 15.0002V13.0002C18 12.4502 17.55 12.0002 17 12.0002H7C6.45 12.0002 6 12.4502 6 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M7 9.00024C8.10457 9.00024 9 8.10481 9 7.00024C9 5.89567 8.10457 5.00024 7 5.00024C5.89543 5.00024 5 5.89567 5 7.00024C5 8.10481 5.89543 9.00024 7 9.00024Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M21 13.0002H20V4.83024C20 3.27024 18.73 2.00024 17.17 2.00024C16.42 2.00024 15.7 2.30024 15.17 2.83024L13.92 4.08024C13.76 4.03024 13.59 4.00024 13.41 4.00024C13.01 4.00024 12.64 4.12024 12.33 4.32024L15.09 7.08024C15.29 6.77024 15.41 6.40024 15.41 6.00024C15.41 5.82024 15.38 5.66024 15.34 5.49024L16.59 4.24024C16.74 4.09024 16.95 4.00024 17.17 4.00024C17.63 4.00024 18 4.37024 18 4.83024V13.0002H11.15C10.85 12.7902 10.58 12.5502 10.33 12.2802L8.93 10.7302C8.74 10.5202 8.5 10.3502 8.24 10.2302C7.93 10.0802 7.59 10.0002 7.24 10.0002C6 10.0102 5 11.0102 5 12.2502V13.0002H3C2.45 13.0002 2 13.4502 2 14.0002V19.0002C2 20.1002 2.9 21.0002 4 21.0002C4 21.5502 4.45 22.0002 5 22.0002H19C19.55 22.0002 20 21.5502 20 21.0002C21.1 21.0002 22 20.1002 22 19.0002V14.0002C22 13.4502 21.55 13.0002 21 13.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13.1301 14.5602L14.5601 13.1302L20.2901 18.8602C20.6801 19.2502 20.6801 19.8902 20.2901 20.2902C19.9001 20.6802 19.2601 20.6802 18.8601 20.2902L13.1301 14.5602ZM17.4201 8.83024L18.6901 7.56024C19.5801 6.67024 19.4601 5.13024 18.3801 4.48024C14.4901 2.10024 9.35006 2.59024 5.98006 5.95024C9.91006 4.65024 14.2901 5.70024 17.4201 8.83024ZM5.95006 5.98024C2.59006 9.35024 2.10006 14.4902 4.47006 18.3802C5.13006 19.4602 6.66006 19.5902 7.55006 18.6902L8.82006 17.4202C5.70006 14.2902 4.65006 9.91024 5.95006 5.98024ZM5.97006 5.96024L5.96006 5.97024C5.58006 8.98024 7.13006 12.8502 10.2601 15.9902L15.9901 10.2602C12.8601 7.13024 8.98006 5.58024 5.97006 5.96024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16 11.0002V5.00024H20C21.1 5.00024 22 5.90024 22 7.00024V11.0002H16ZM20 19.0002C21.1 19.0002 22 18.1002 22 17.0002V13.0002H16V19.0002H20ZM14 5.00024V19.0002H4C2.9 19.0002 2 18.1002 2 17.0002V7.00024C2 5.90024 2.9 5.00024 4 5.00024H14ZM9.5 12.0002C9.5 11.1702 8.83 10.5002 8 10.5002C7.17 10.5002 6.5 11.1702 6.5 12.0002C6.5 12.8302 7.17 13.5002 8 13.5002C8.83 13.5002 9.5 12.8302 9.5 12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13 16.0002H11C10.45 16.0002 10 15.5502 10 15.0002H3.01V19.0002C3.01 20.1002 3.91 21.0002 5.01 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V15.0002H14C14 15.5502 13.55 16.0002 13 16.0002ZM20 7.00024H16C16 4.79024 14.21 3.00024 12 3.00024C9.79 3.00024 8 4.79024 8 7.00024H4C2.9 7.00024 2 7.90024 2 9.00024V12.0002C2 13.1102 2.89 14.0002 4 14.0002H10V13.0002C10 12.4502 10.45 12.0002 11 12.0002H13C13.55 12.0002 14 12.4502 14 13.0002V14.0002H20C21.1 14.0002 22 13.1002 22 12.0002V9.00024C22 7.90024 21.1 7.00024 20 7.00024ZM10 7.00024C10 5.90024 10.9 5.00024 12 5.00024C13.1 5.00024 14 5.90024 14 7.00024H9.99H10Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.73 14.2302L7.70999 2.21022C7.31999 1.82022 6.68999 1.82022 6.29999 2.21022L3.69999 4.80022C3.35999 5.14022 3.30999 5.68022 3.58999 6.08022L11.24 17.0602C10.46 17.8402 10.46 19.1102 11.24 19.8902L12.65 21.3002C13.43 22.0802 14.7 22.0802 15.48 21.3002L19.72 17.0602C20.51 16.2802 20.51 15.0102 19.73 14.2302ZM14.07 19.8802L12.66 18.4702L16.9 14.2302L18.31 15.6402L14.07 19.8802Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00024H5C3.9 3.00024 3 3.90024 3 5.00024V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00024C21 3.90024 20.1 3.00024 19 3.00024ZM7.5 18.0002C6.67 18.0002 6 17.3302 6 16.5002C6 15.6702 6.67 15.0002 7.5 15.0002C8.33 15.0002 9 15.6702 9 16.5002C9 17.3302 8.33 18.0002 7.5 18.0002ZM7.5 9.00024C6.67 9.00024 6 8.33024 6 7.50024C6 6.67024 6.67 6.00024 7.5 6.00024C8.33 6.00024 9 6.67024 9 7.50024C9 8.33024 8.33 9.00024 7.5 9.00024ZM12 13.5002C11.17 13.5002 10.5 12.8302 10.5 12.0002C10.5 11.1702 11.17 10.5002 12 10.5002C12.83 10.5002 13.5 11.1702 13.5 12.0002C13.5 12.8302 12.83 13.5002 12 13.5002ZM16.5 18.0002C15.67 18.0002 15 17.3302 15 16.5002C15 15.6702 15.67 15.0002 16.5 15.0002C17.33 15.0002 18 15.6702 18 16.5002C18 17.3302 17.33 18.0002 16.5 18.0002ZM16.5 9.00024C15.67 9.00024 15 8.33024 15 7.50024C15 6.67024 15.67 6.00024 16.5 6.00024C17.33 6.00024 18 6.67024 18 7.50024C18 8.33024 17.33 9.00024 16.5 9.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 1.00024H7C5.9 1.00024 5 1.90024 5 3.00024V21.0002C5 22.1002 5.9 23.0002 7 23.0002H17C18.1 23.0002 19 22.1002 19 21.0002V3.00024C19 1.90024 18.1 1.00024 17 1.00024ZM17 18.0002H7V6.00024H17V18.0002ZM12.5 11.0002V9.12024C12.5 8.59024 11.79 8.42024 11.55 8.90024L9.86 12.2802C9.7 12.6102 9.94 13.0002 10.31 13.0002H11.5V14.8802C11.5 15.4102 12.21 15.5802 12.45 15.1002L14.14 11.7202C14.3 11.3902 14.06 11.0002 13.69 11.0002H12.5Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.6 18.2003L13 11.7503V10.8403C14.65 10.3503 15.8 8.67026 15.43 6.79026C15.17 5.48026 14.13 4.39026 12.82 4.09026C11.06 3.69026 9.45002 4.62026 8.80002 6.07026C8.50002 6.74026 8.98002 7.50026 9.71002 7.50026C10.1 7.50026 10.46 7.28026 10.61 6.93026C10.84 6.38026 11.37 6.00026 12 6.00026C12.83 6.00026 13.5 6.67026 13.5 7.50026C13.5 8.34026 12.81 9.02026 11.97 9.00026C11.43 8.99026 11 9.45026 11 9.99026V11.7503L2.40002 18.2003C1.63002 18.7803 2.04002 20.0003 3.00002 20.0003H12H21C21.96 20.0003 22.37 18.7803 21.6 18.2003ZM6.00002 18.0003L12 13.5003L18 18.0003H6.00002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|