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,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.4899 9.63024C15.3299 7.21024 14.4599 4.84024 12.8499 2.87024C12.4399 2.37024 11.6899 2.37024 11.2799 2.87024C9.62994 4.85024 8.70994 7.22024 8.50994 9.63024C9.78994 10.3102 10.9699 11.1902 11.9999 12.2602C13.0299 11.2002 14.2099 10.3202 15.4899 9.63024ZM8.98994 12.2802C8.84994 12.1802 8.68994 12.0902 8.53994 11.9902C8.68994 12.1002 8.84994 12.1802 8.98994 12.2802ZM15.4099 12.0302C15.2799 12.1202 15.1399 12.1902 15.0099 12.2902C15.1399 12.1902 15.2799 12.1202 15.4099 12.0302ZM11.9999 15.4502C10.0499 12.4802 6.85994 10.4202 3.16994 10.0602C2.52994 10.0002 1.99994 10.5302 2.05994 11.1702C2.50994 15.9702 5.70994 19.9502 10.0399 21.5002C10.6699 21.7302 11.3299 21.9002 12.0099 22.0102C12.6899 21.8902 13.3399 21.7202 13.9799 21.5002C18.3099 19.9502 21.5099 15.9802 21.9599 11.1702C22.0199 10.5302 21.4799 10.0002 20.8499 10.0602C17.1399 10.4202 13.9499 12.4802 11.9999 15.4502Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 9.00026H17.44C17.77 8.45026 17.97 7.82026 17.99 7.14026C18.03 6.11026 17.56 5.15026 16.83 4.43026C15.29 2.89026 14.09 2.87026 13.01 3.14026C12.2 2.45026 11.16 2.02026 10 2.02026C8.11 2.02026 6.49 3.13026 5.73 4.73026C4.15 5.26026 3 6.74026 3 8.50026C3 10.3603 4.28 11.9103 6 12.3603V19.0003C6 20.1003 6.9 21.0003 8 21.0003H15C16.1 21.0003 17 20.1003 17 19.0003H19C20.1 19.0003 21 18.1003 21 17.0003V11.0003C21 9.90026 20.1 9.00026 19 9.00026ZM7 10.5003C5.9 10.5003 5 9.60026 5 8.50026C5 7.65026 5.55 6.90026 6.37 6.62026L7.17 6.35026L7.53 5.59026C8 4.62026 8.94 4.02026 10 4.02026C10.79 4.02026 11.39 4.37026 11.74 4.67026L12.52 5.32026C12.52 5.32026 13.16 5.00026 13.99 5.00026C15.09 5.00026 15.99 5.90026 15.99 7.00026H12.99C9.67 7.00026 9.15 10.5003 7 10.5003ZM19 17.0003H17V11.0003H19V17.0003Z"
|
|
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.00024ZM17 8.00024H15.58V11.3302H13V14.6602H10.42L10.45 18.0002H7C6.45 18.0002 6 17.5502 6 17.0002C6 16.4502 6.45 16.0002 7 16.0002H8.42V12.6702H11V9.33024H13.58V6.00024H17C17.55 6.00024 18 6.45024 18 7.00024C18 7.55024 17.55 8.00024 17 8.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.9 8.89024L20.85 4.52024C20.63 3.62024 19.85 3.00024 18.94 3.00024H16.73H14.72H13H11H9.28001H7.26001H5.05001C4.15001 3.00024 3.36001 3.63024 3.15001 4.52024L2.10001 8.89024C1.86001 9.91024 2.08001 10.9502 2.72001 11.7702C2.80001 11.8802 2.91001 11.9602 3.00001 12.0602V19.0002C3.00001 20.1002 3.90001 21.0002 5.00001 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V12.0602C21.09 11.9702 21.2 11.8802 21.28 11.7802C21.92 10.9602 22.15 9.91024 21.9 8.89024ZM7.02001 5.00024L6.44001 9.86024C6.36001 10.5102 5.84001 11.0002 5.23001 11.0002C4.74001 11.0002 4.43001 10.7102 4.30001 10.5302C4.04001 10.2002 3.95001 9.77024 4.05001 9.36024L5.05001 5.00024H7.02001ZM18.91 4.99024L19.96 9.36024C20.06 9.78024 19.97 10.2002 19.71 10.5302C19.57 10.7102 19.27 11.0002 18.77 11.0002C18.16 11.0002 17.63 10.5102 17.56 9.86024L16.98 5.00024L18.91 4.99024ZM15.51 9.52024C15.56 9.91024 15.44 10.3002 15.18 10.5902C14.95 10.8502 14.63 11.0002 14.22 11.0002C13.55 11.0002 13 10.4102 13 9.69024V5.00024H14.96L15.51 9.52024ZM11 9.69024C11 10.4102 10.45 11.0002 9.71001 11.0002C9.37001 11.0002 9.06001 10.8502 8.82001 10.5902C8.57001 10.3002 8.45001 9.91024 8.49001 9.52024L9.04001 5.00024H11V9.69024ZM18 19.0002H6.00001C5.45001 19.0002 5.00001 18.5502 5.00001 18.0002V12.9702C5.08001 12.9802 5.15001 13.0002 5.23001 13.0002C6.10001 13.0002 6.89001 12.6402 7.47001 12.0502C8.07001 12.6502 8.87001 13.0002 9.78001 13.0002C10.65 13.0002 11.43 12.6402 12.01 12.0702C12.6 12.6402 13.4 13.0002 14.3 13.0002C15.14 13.0002 15.94 12.6502 16.54 12.0502C17.12 12.6402 17.91 13.0002 18.78 13.0002C18.86 13.0002 18.93 12.9802 19.01 12.9702V18.0002C19 18.5502 18.55 19.0002 18 19.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18 20.0002C18 21.1002 17.1 22.0002 16 22.0002C14.9 22.0002 14 21.1002 14 20.0002C14 18.9002 14.9 18.0002 16 18.0002C17.1 18.0002 18 18.9002 18 20.0002ZM6 18.0002C4.9 18.0002 4 18.9002 4 20.0002C4 21.1002 4.9 22.0002 6 22.0002C7.1 22.0002 8 21.1002 8 20.0002C8 18.9002 7.1 18.0002 6 18.0002ZM14.3 4.10024C13.03 3.40024 11.56 3.00024 10 3.00024C8.49 3.00024 7.07 3.38024 5.83 4.03024C5.24 4.34024 5.15 5.15024 5.61 5.61024L9.6 9.60024L14.3 4.10024ZM21.94 5.83024C21.65 4.22024 20.3 3.00024 18.65 3.00024C16.99 3.00024 16.11 4.27024 15.47 5.03024L6.71 15.3102C6.16 15.9602 6.62 16.9602 7.47 16.9602H15C16.1 16.9602 17 16.0602 17 14.9602V6.27024C17.58 5.59024 17.97 5.00024 18.65 5.00024C19.33 5.00024 19.87 5.52024 19.98 6.21024C20.08 6.66024 20.48 7.00024 20.96 7.00024C21.51 7.00024 21.96 6.55024 21.96 6.00024C21.96 5.94024 21.95 5.89024 21.94 5.83024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M22 10.0002V2.00024C22 1.45024 21.55 1.00024 21 1.00024H15C14.45 1.00024 14 1.45024 14 2.00024V10.0002C14 11.8602 15.28 13.4102 17 13.8602V21.0002H16C15.45 21.0002 15 21.4502 15 22.0002C15 22.5502 15.45 23.0002 16 23.0002H20C20.55 23.0002 21 22.5502 21 22.0002C21 21.4502 20.55 21.0002 20 21.0002H19V13.8602C20.72 13.4102 22 11.8602 22 10.0002ZM20 3.00024V6.00024H16V3.00024H20ZM9.85999 9.00024H7.99999V8.00024H9.85999C11.17 8.00024 12.36 7.06024 12.49 5.76024C12.64 4.26024 11.47 3.00024 9.99999 3.00024H7.99999V2.00024C7.99999 1.45024 7.54999 1.00024 6.99999 1.00024C6.44999 1.00024 5.99999 1.45024 5.99999 2.00024V3.00024H4.13999C2.82999 3.00024 1.63999 3.94024 1.50999 5.24024C1.35999 6.74024 2.52999 8.00024 3.99999 8.00024H5.99999V9.00024H4.13999C2.82999 9.00024 1.63999 9.94024 1.50999 11.2402C1.35999 12.7402 2.52999 14.0002 3.99999 14.0002H5.99999V22.0002C5.99999 22.5502 6.44999 23.0002 6.99999 23.0002C7.54999 23.0002 7.99999 22.5502 7.99999 22.0002V14.0002H9.99999C11.47 14.0002 12.64 12.7402 12.49 11.2402C12.36 9.94024 11.17 9.00024 9.85999 9.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15 4.00024C15.55 4.00024 16 4.45024 16 5.00024C16 5.55024 15.55 6.00024 15 6.00024C14.45 6.00024 14 5.55024 14 5.00024C14 4.45024 14.45 4.00024 15 4.00024ZM14 7.00024C14.55 7.00024 15 7.45024 15 8.00024C15 8.55024 14.55 9.00024 14 9.00024C13.45 9.00024 13 8.55024 13 8.00024C13 7.45024 13.45 7.00024 14 7.00024ZM12 4.00024C12.55 4.00024 13 4.45024 13 5.00024C13 5.55024 12.55 6.00024 12 6.00024C11.45 6.00024 11 5.55024 11 5.00024C11 4.45024 11.45 4.00024 12 4.00024ZM17 9.00024C16.45 9.00024 16 8.55024 16 8.00024C16 7.45024 16.45 7.00024 17 7.00024C17.55 7.00024 18 7.45024 18 8.00024C18 8.55024 17.55 9.00024 17 9.00024ZM18 6.00024C17.45 6.00024 17 5.55024 17 5.00024C17 4.45024 17.45 4.00024 18 4.00024C18.55 4.00024 19 4.45024 19 5.00024C19 5.55024 18.55 6.00024 18 6.00024ZM20 9.00024C19.45 9.00024 19 8.55024 19 8.00024C19 7.45024 19.45 7.00024 20 7.00024C20.55 7.00024 21 7.45024 21 8.00024C21 8.55024 20.55 9.00024 20 9.00024ZM21 6.00024C20.45 6.00024 20 5.55024 20 5.00024C20 4.45024 20.45 4.00024 21 4.00024C21.55 4.00024 22 4.45024 22 5.00024C22 5.55024 21.55 6.00024 21 6.00024ZM14.62 14.3802L12.1 16.9002C9.60005 15.4702 7.53005 13.4002 6.10005 10.9002L8.62005 8.38024C8.86005 8.14024 8.96005 7.80024 8.90005 7.48024L8.16005 3.80024C8.07005 3.34024 7.66005 3.00024 7.18005 3.00024H3.03005C2.47005 3.00024 2.00005 3.47024 2.03005 4.03024C2.20005 6.92024 3.05005 9.63024 4.43005 12.0002C6.01005 14.7302 8.28005 16.9902 11 18.5702C13.37 19.9402 16.08 20.8002 18.97 20.9702C19.53 21.0002 20 20.5302 20 19.9702V15.8202C20 15.3402 19.66 14.9302 19.2 14.8402L15.53 14.1102C15.2 14.0402 14.86 14.1402 14.62 14.3802ZM15 10.0002C15.55 10.0002 16 10.4502 16 11.0002C16 11.5502 15.55 12.0002 15 12.0002C14.45 12.0002 14 11.5502 14 11.0002C14 10.4502 14.45 10.0002 15 10.0002ZM12 10.0002C12.55 10.0002 13 10.4502 13 11.0002C13 11.5502 12.55 12.0002 12 12.0002C11.45 12.0002 11 11.5502 11 11.0002C11 10.4502 11.45 10.0002 12 10.0002ZM18 12.0002C17.45 12.0002 17 11.5502 17 11.0002C17 10.4502 17.45 10.0002 18 10.0002C18.55 10.0002 19 10.4502 19 11.0002C19 11.5502 18.55 12.0002 18 12.0002ZM21 12.0002C20.45 12.0002 20 11.5502 20 11.0002C20 10.4502 20.45 10.0002 21 10.0002C21.55 10.0002 22 10.4502 22 11.0002C22 11.5502 21.55 12.0002 21 12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17.12 6.28024L14.5 6.92024L13 5.77024V3.88024V3.40024C13 3.14024 13.22 2.92024 13.5 2.92024C13.73 2.92024 13.93 3.08024 13.99 3.28024C14.1 3.70024 14.49 4.00024 14.94 4.00024C15.49 4.00024 15.94 3.55024 15.94 3.00024C15.94 2.90024 15.92 2.80024 15.89 2.70024C15.59 1.72024 14.63 1.00024 13.5 1.00024C12.12 1.00024 11 2.07024 11 3.40024V3.88024V5.77024L9.5 6.92024L6.88 6.28024C6.5 6.19024 6.16 6.55024 6.28 6.92024L11.05 21.3102C11.2 21.7702 11.6 22.0002 12 22.0002C12.4 22.0002 12.8 21.7702 12.95 21.3102L17.72 6.92024C17.84 6.55024 17.5 6.19024 17.12 6.28024ZM11 14.8002L9.03 8.86024L9.95 9.09024L10.71 8.51024L11 8.29024V14.8002ZM13 14.8002V8.29024L13.28 8.51024L14.04 9.09024L14.96 8.86024L13 14.8002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M1.94 11.7902C1.34 12.3502 1 13.1402 1 13.9702V20.0002C1 21.6602 2.34 23.0002 4 23.0002H17.68C18.33 23.0002 18.93 22.5302 19 21.8802C19.08 21.1302 18.49 20.5002 17.76 20.5002H12.5C12.22 20.5002 12 20.2802 12 20.0002C12 19.7202 12.22 19.5002 12.5 19.5002H19.68C20.33 19.5002 20.93 19.0302 21 18.3802C21.08 17.6302 20.49 17.0002 19.76 17.0002H12.5C12.22 17.0002 12 16.7802 12 16.5002C12 16.2202 12.22 16.0002 12.5 16.0002H20.68C21.33 16.0002 21.93 15.5302 22 14.8802C22.08 14.1302 21.49 13.5002 20.76 13.5002H12.5C12.22 13.5002 12 13.2802 12 13.0002C12 12.7202 12.22 12.5002 12.5 12.5002H18.68C19.33 12.5002 19.93 12.0302 20 11.3802C20.08 10.6302 19.49 10.0002 18.76 10.0002H8.86L10.35 7.3902C10.44 7.23021 10.49 7.0602 10.49 6.86021C10.49 6.60021 10.4 6.3602 10.23 6.1602L9.81 5.71021C9.43 5.32021 8.8 5.3002 8.4 5.6802L1.94 11.7902ZM18.5 8.00021C19.88 8.00021 21 6.88021 21 5.50021C21 4.25021 19.59 2.34021 18.89 1.46021C18.69 1.21021 18.32 1.21021 18.12 1.46021C17.41 2.34021 16 4.25021 16 5.50021C16 6.88021 17.12 8.00021 18.5 8.00021ZM13.5 9.00021C14.33 9.00021 15 8.3302 15 7.50021C15 6.94021 14.33 6.01021 13.89 5.46021C13.69 5.21021 13.31 5.21021 13.12 5.46021C12.67 6.01021 12 6.94021 12 7.50021C12 8.3302 12.67 9.00021 13.5 9.00021Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11.33 3.60021L2.96998 11.1302C2.62998 11.4302 2.83998 12.0002 3.29998 12.0002H4.99998V19.0002C4.99998 19.5502 5.44998 20.0002 5.99998 20.0002H18C18.55 20.0002 19 19.5502 19 19.0002V12.0002H20.7C21.16 12.0002 21.38 11.4302 21.03 11.1302L12.67 3.60021C12.29 3.26021 11.71 3.26021 11.33 3.60021ZM12 16.0002C10.9 16.0002 9.99998 15.1002 9.99998 14.0002C9.99998 13.2202 10.99 11.5602 11.58 10.6402C11.78 10.3302 12.22 10.3302 12.42 10.6402C13.01 11.5602 14 13.2202 14 14.0002C14 15.1002 13.1 16.0002 12 16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4.5 4.00024C4.5 2.89024 5.39 2.00024 6.5 2.00024C7.61 2.00024 8.5 2.89024 8.5 4.00024C8.5 5.11024 7.61 6.00024 6.5 6.00024C5.39 6.00024 4.5 5.11024 4.5 4.00024ZM10 10.9502V9.00024C10 7.90024 9.1 7.00024 8 7.00024H5C3.9 7.00024 3 7.90024 3 9.00024V14.0002C3 14.5502 3.45 15.0002 4 15.0002H5V21.0002C5 21.5502 5.45 22.0002 6 22.0002H8.5V21.8902C7.26 20.6302 6.5 18.9002 6.5 17.0002C6.5 14.4202 7.91 12.1602 10 10.9502ZM16.5 17.0002C16.5 18.6502 15.15 20.0002 13.5 20.0002C11.85 20.0002 10.5 18.6502 10.5 17.0002C10.5 15.8902 11.11 14.9402 12 14.4202V12.2602C9.98 12.9002 8.5 14.7702 8.5 17.0002C8.5 19.7602 10.74 22.0002 13.5 22.0002C16.26 22.0002 18.5 19.7602 18.5 17.0002H16.5ZM19 14.0002H15V9.00024C15 8.45024 14.55 8.00024 14 8.00024C13.45 8.00024 13 8.45024 13 9.00024V15.0002C13 15.5502 13.45 16.0002 14 16.0002H18.46L20.38 18.8802C20.69 19.3402 21.31 19.4602 21.77 19.1602C22.23 18.8502 22.35 18.2302 22.05 17.7702L19.84 14.4502C19.65 14.1702 19.33 14.0002 19 14.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M6.36 18.7802L6.61 21.0002L8.23 19.4602L11 11.8602C10.32 11.6902 9.72 11.3502 9.23 10.8802L6.36 18.7802Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M14.77 10.8802C14.28 11.3502 13.67 11.6902 13 11.8602L15.77 19.4602L17.39 21.0002L17.65 18.7802L14.77 10.8802Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M14.94 8.60024C15.24 7.04024 14.34 5.66024 13 5.18024V4.00024C13 3.45024 12.55 3.00024 12 3.00024C11.45 3.00024 11 3.45024 11 4.00024V5.18024C9.84 5.60024 9 6.70024 9 8.00024C9 9.84024 10.66 11.3002 12.56 10.9502C13.74 10.7302 14.71 9.78024 14.94 8.60024ZM12 9.00024C11.45 9.00024 11 8.55024 11 8.00024C11 7.45024 11.45 7.00024 12 7.00024C12.55 7.00024 13 7.45024 13 8.00024C13 8.55024 12.55 9.00024 12 9.00024Z"
|
|
11
|
+
/>
|
|
12
|
+
</g>
|
|
13
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_385)">
|
|
4
|
+
<path
|
|
5
|
+
d="M12.68 5.88025C13.38 5.64025 13.9 4.98025 13.98 4.24025C14.03 3.77025 13.93 3.33025 13.7 2.97025L12.42 0.750247C12.23 0.420247 11.75 0.420247 11.55 0.750247L10.27 2.97025C10.1 3.27025 10 3.62025 10 4.00025C10 5.32025 11.3 6.35025 12.68 5.88025ZM16.53 15.9202L15.53 14.9202L14.45 15.9902C13.15 17.2902 10.87 17.3002 9.56 15.9902L8.49 14.9202L7.4 15.9902C6.75 16.6402 5.88 17.0002 4.96 17.0002C4.23 17.0002 3.56 16.7702 3 16.3902V20.0002C3 21.1002 3.9 22.0002 5 22.0002H19C20.1 22.0002 21 21.1002 21 20.0002V16.3902C20.25 16.9002 19.29 17.1402 18.26 16.9102C17.6 16.7702 17.01 16.4002 16.53 15.9202ZM18 9.00025H13V8.00025C13 7.45025 12.55 7.00025 12 7.00025C11.45 7.00025 11 7.45025 11 8.00025V9.00025H6C4.34 9.00025 3 10.3402 3 12.0002V13.4602C3 14.3102 3.5 15.1302 4.31 15.4002C5.04 15.6402 5.83 15.4602 6.34 14.9402L8.48 12.8102L10.61 14.9402C11.37 15.7002 12.62 15.7002 13.38 14.9402L15.52 12.8102L17.65 14.9402C18.08 15.3702 18.68 15.5702 19.3 15.4902C20.29 15.3602 20.99 14.4302 20.99 13.4302V12.0102C21 10.3402 19.66 9.00025 18 9.00025Z"
|
|
6
|
+
/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15_385">
|
|
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="M14.99 7.00024L16.36 6.37024L16.99 5.00024L17.62 6.37024L18.99 7.00024L17.62 7.63024L16.99 9.00024L16.36 7.63024L14.99 7.00024ZM20 14.0002C21.1 14.0002 22 13.1002 22 12.0002C22 11.2202 21.01 9.56024 20.42 8.64024C20.22 8.33024 19.78 8.33024 19.58 8.64024C18.99 9.56024 18 11.2202 18 12.0002C18 13.1002 18.9 14.0002 20 14.0002ZM9.24 9.50024L15 11.6502V11.0002C15 8.58024 13.28 6.56024 11 6.10024V4.00024H13C13.35 4.00024 13.68 4.06024 14 4.18024C14.37 4.31024 14.78 4.23024 15.05 3.96024C15.56 3.45024 15.39 2.57024 14.72 2.32024C14.19 2.11024 13.61 2.00024 13 2.00024H8.5C7.95 2.00024 7.5 2.45024 7.5 3.00024C7.5 3.55024 7.95 4.00024 8.5 4.00024H9V6.11024C7.22 6.48024 5.8 7.79024 5.25 9.50024H9.24ZM3 11.0002C1.9 11.0002 1 11.9002 1 13.0002V20.0002C1 21.1002 1.9 22.0002 3 22.0002C4.1 22.0002 5 21.1002 5 20.0002V13.0002C5 11.9002 4.1 11.0002 3 11.0002ZM19.99 17.0002H13.16C13.05 17.0002 12.94 16.9802 12.83 16.9402L11.36 16.4302C11.1 16.3402 10.97 16.0602 11.06 15.8002C11.15 15.5402 11.44 15.4002 11.7 15.5002L12.82 15.9302C12.93 15.9702 13.06 16.0002 13.18 16.0002H15.81C16.46 16.0002 16.99 15.4702 16.99 14.8202C16.99 14.3302 16.68 13.8902 16.22 13.7102L9.3 11.1302C9.08 11.0402 8.84 11.0002 8.6 11.0002H7V20.0202L13.37 21.8302C13.78 21.9502 14.22 21.9302 14.62 21.7802L22 19.0002C22 17.8902 21.1 17.0002 19.99 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M7 4.00024C7 2.89024 6.11 2.00024 5 2.00024C3.89 2.00024 3 2.89024 3 4.00024C3 5.11024 3.89 6.00024 5 6.00024C6.11 6.00024 7 5.11024 7 4.00024ZM10.19 4.50024C9.78 4.50024 9.43 4.75024 9.27 5.13024C8.83 6.23024 7.76 7.00024 6.5 7.00024H3.5C2.67 7.00024 2 7.67024 2 8.50024V11.0002H8V8.74024C9.43 8.29024 10.58 7.21024 11.12 5.83024C11.38 5.19024 10.88 4.50024 10.19 4.50024ZM19 17.0002C20.11 17.0002 21 16.1102 21 15.0002C21 13.8902 20.11 13.0002 19 13.0002C17.89 13.0002 17 13.8902 17 15.0002C17 16.1102 17.89 17.0002 19 17.0002ZM20.5 18.0002H17.5C16.24 18.0002 15.17 17.2302 14.73 16.1302C14.58 15.7502 14.22 15.5002 13.81 15.5002C13.12 15.5002 12.62 16.1902 12.87 16.8302C13.42 18.2102 14.56 19.2902 15.99 19.7402V22.0002H21.99V19.5002C22 18.6702 21.33 18.0002 20.5 18.0002ZM17.25 11.0902C17.25 11.0902 17.25 11.0802 17.26 11.0902C16.2 11.3602 15.36 12.2002 15.09 13.2602V13.2502C14.98 13.6802 14.58 14.0002 14.11 14.0002C13.56 14.0002 13.11 13.5502 13.11 13.0002C13.11 12.9502 13.13 12.8602 13.13 12.8602C13.56 11.0102 15.02 9.55024 16.88 9.13024C16.92 9.13024 16.96 9.12024 17 9.12024C17.55 9.12024 18 9.57024 18 10.1202C18 10.5802 17.68 10.9802 17.25 11.0902ZM18 6.06024C18 6.57024 17.63 6.98024 17.14 7.05024C13.95 7.44024 11.44 9.96024 11.05 13.1502C10.98 13.6302 10.56 14.0002 10.06 14.0002C9.51 14.0002 9.06 13.5502 9.06 13.0002C9.06 12.9802 9.06 12.9602 9.06 12.9402C9.06 12.9302 9.06 12.9202 9.06 12.9102C9.56 8.79024 12.85 5.53024 16.98 5.06024H16.99C17.55 5.06024 18 5.51024 18 6.06024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M20.99 17.9902L16.05 13.0502L13.93 15.1702L18.87 20.1102C19.46 20.7002 20.41 20.7002 20.99 20.1102C21.57 19.5202 21.57 18.5702 20.99 17.9902Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M17.65 10.0002C19.58 10.0002 21.15 8.43023 21.15 6.50023C21.15 5.92023 20.99 5.38023 20.74 4.90023L18.04 7.60023L16.55 6.11023L19.25 3.41023C18.77 3.16023 18.23 3.00023 17.65 3.00023C15.72 3.00023 14.15 4.57023 14.15 6.50023C14.15 6.91023 14.23 7.30023 14.36 7.66023L12.51 9.51023L10.73 7.73023C11.12 7.34023 11.12 6.71023 10.73 6.32023L10.02 5.61023L12.14 3.49023C10.97 2.32023 9.07001 2.32023 7.90001 3.49023L5.08001 6.32023C4.69001 6.71023 4.69001 7.34023 5.08001 7.73023L5.79001 8.44023H3.25001C3.06001 8.44023 2.88001 8.51023 2.75001 8.65023C2.47001 8.93023 2.47001 9.37023 2.75001 9.65023L5.29001 12.1902C5.57001 12.4702 6.01001 12.4702 6.29001 12.1902C6.42001 12.0602 6.50001 11.8802 6.50001 11.6902V9.15023L7.20001 9.85023C7.59001 10.2402 8.22001 10.2402 8.61001 9.85023L10.39 11.6302L4.04001 17.9802C3.45001 18.5702 3.45001 19.5202 4.04001 20.1002C4.63001 20.6902 5.58001 20.6902 6.16001 20.1002L16.48 9.79023C16.85 9.92023 17.24 10.0002 17.65 10.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.25 10.5002C20.84 10.5002 20.5 10.8402 20.5 11.2502H18.96C18.81 9.88024 18.27 8.62024 17.44 7.60024L18.53 6.51024L18.54 6.52024C18.83 6.81024 19.31 6.81024 19.6 6.52024C19.89 6.23024 19.89 5.75024 19.6 5.46024L18.54 4.40024C18.25 4.11024 17.77 4.11024 17.48 4.40024C17.19 4.69024 17.19 5.16024 17.47 5.45024L16.38 6.54024C15.36 5.72024 14.11 5.18024 12.74 5.03024V3.50024H12.75C13.16 3.50024 13.5 3.16024 13.5 2.75024C13.5 2.34024 13.16 2.00024 12.75 2.00024H11.25C10.84 2.00024 10.5 2.34024 10.5 2.75024C10.5 3.16024 10.83 3.49024 11.24 3.50024V5.05024C9.87 5.19024 8.62 5.74024 7.6 6.56024L6.51 5.47024L6.52 5.46024C6.81 5.17024 6.81 4.69024 6.52 4.40024C6.23 4.11024 5.75 4.11024 5.46 4.40024L4.4 5.46024C4.11 5.75024 4.11 6.23024 4.4 6.52024C4.69 6.81024 5.16 6.81024 5.45 6.53024L6.54 7.62024C5.72 8.64024 5.18 9.88024 5.04 11.2502H3.5C3.5 10.8402 3.16 10.5002 2.75 10.5002C2.34 10.5002 2 10.8402 2 11.2502V12.7502C2 13.1602 2.34 13.5002 2.75 13.5002C3.16 13.5002 3.5 13.1602 3.5 12.7502H5.04C5.19 14.1202 5.73 15.3602 6.54 16.3802L5.45 17.4702C5.16 17.1802 4.69 17.1902 4.4 17.4802C4.11 17.7702 4.11 18.2502 4.4 18.5402L5.46 19.6002C5.75 19.8902 6.23 19.8902 6.52 19.6002C6.81 19.3102 6.81 18.8302 6.52 18.5402L6.51 18.5302L7.6 17.4402C8.62 18.2602 9.86 18.8002 11.23 18.9502V20.5002C10.82 20.5102 10.49 20.8402 10.49 21.2502C10.49 21.6602 10.83 22.0002 11.24 22.0002H12.74C13.15 22.0002 13.49 21.6602 13.49 21.2502C13.49 20.8402 13.15 20.5002 12.74 20.5002H12.73V18.9602C14.1 18.8202 15.35 18.2702 16.37 17.4502L17.46 18.5402C17.17 18.8302 17.18 19.3002 17.47 19.5902C17.76 19.8802 18.24 19.8802 18.53 19.5902L19.59 18.5302C19.88 18.2402 19.88 17.7602 19.59 17.4702C19.3 17.1802 18.82 17.1802 18.53 17.4702L18.52 17.4802L17.43 16.3902C18.25 15.3702 18.8 14.1202 18.95 12.7402H20.49C20.49 13.1502 20.83 13.4902 21.24 13.4902C21.65 13.4902 21.99 13.1502 21.99 12.7402V11.2402C22 10.8402 21.66 10.5002 21.25 10.5002ZM13.75 8.00024C14.3 8.00024 14.75 8.45024 14.75 9.00024C14.75 9.55024 14.3 10.0002 13.75 10.0002C13.2 10.0002 12.75 9.55024 12.75 9.00024C12.75 8.45024 13.2 8.00024 13.75 8.00024ZM12 13.0002C11.45 13.0002 11 12.5502 11 12.0002C11 11.4502 11.45 11.0002 12 11.0002C12.55 11.0002 13 11.4502 13 12.0002C13 12.5502 12.55 13.0002 12 13.0002ZM10.25 8.00024C10.8 8.00024 11.25 8.45024 11.25 9.00024C11.25 9.55024 10.8 10.0002 10.25 10.0002C9.7 10.0002 9.25 9.55024 9.25 9.00024C9.25 8.45024 9.7 8.00024 10.25 8.00024ZM8.5 13.0002C7.95 13.0002 7.5 12.5502 7.5 12.0002C7.5 11.4502 7.95 11.0002 8.5 11.0002C9.05 11.0002 9.5 11.4502 9.5 12.0002C9.5 12.5502 9.05 13.0002 8.5 13.0002ZM10.25 16.0002C9.7 16.0002 9.25 15.5502 9.25 15.0002C9.25 14.4502 9.7 14.0002 10.25 14.0002C10.8 14.0002 11.25 14.4502 11.25 15.0002C11.25 15.5502 10.8 16.0002 10.25 16.0002ZM13.75 16.0002C13.2 16.0002 12.75 15.5502 12.75 15.0002C12.75 14.4502 13.2 14.0002 13.75 14.0002C14.3 14.0002 14.75 14.4502 14.75 15.0002C14.75 15.5502 14.3 16.0002 13.75 16.0002ZM14.5 12.0002C14.5 11.4502 14.95 11.0002 15.5 11.0002C16.05 11.0002 16.5 11.4502 16.5 12.0002C16.5 12.5502 16.05 13.0002 15.5 13.0002C14.95 13.0002 14.5 12.5502 14.5 12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M20.41 9.00025C20.9 9.00025 21.1 8.37025 20.7 8.09025L13.15 2.80025C12.46 2.32025 11.54 2.32025 10.86 2.80025L3.30002 8.09025C2.90002 8.37025 3.10002 9.00025 3.59002 9.00025H11V21.0002C11 21.5502 11.45 22.0002 12 22.0002C12.55 22.0002 13 21.5502 13 21.0002V9.00025H20.41Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M8.00001 16.0003H4.90001L4.33001 12.9803C4.23001 12.4403 3.71001 12.0803 3.16001 12.1803C2.62001 12.2803 2.26001 12.8003 2.36001 13.3503L3.00001 16.7403V21.0003C3.00001 21.5503 3.45001 22.0003 4.00001 22.0003H4.01001C4.56001 22.0003 5.01001 21.5603 5.01001 21.0103L5.02001 18.0003H7.00001V21.0003C7.00001 21.5503 7.45001 22.0003 8.00001 22.0003C8.55001 22.0003 9.00001 21.5503 9.00001 21.0003V17.0003C9.00001 16.4503 8.55001 16.0003 8.00001 16.0003Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M20.84 12.1803C20.3 12.0803 19.78 12.4403 19.67 12.9803L19.1 16.0003H16C15.45 16.0003 15 16.4503 15 17.0003V21.0003C15 21.5503 15.45 22.0003 16 22.0003C16.55 22.0003 17 21.5503 17 21.0003V18.0003H18.98L19 21.0103C19 21.5603 19.45 22.0003 20 22.0003C20.55 22.0003 21 21.5503 21 21.0003V16.7403L21.64 13.3503C21.74 12.8103 21.38 12.2803 20.84 12.1803Z"
|
|
11
|
+
/>
|
|
12
|
+
</g>
|
|
13
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 7.00024V5.00024C12 3.90024 11.1 3.00024 10 3.00024H4C2.9 3.00024 2 3.90024 2 5.00024V19.0002C2 20.1002 2.9 21.0002 4 21.0002H20C21.1 21.0002 22 20.1002 22 19.0002V9.00024C22 7.90024 21.1 7.00024 20 7.00024H12ZM6 19.0002H4V17.0002H6V19.0002ZM6 15.0002H4V13.0002H6V15.0002ZM6 11.0002H4V9.00024H6V11.0002ZM6 7.00024H4V5.00024H6V7.00024ZM10 19.0002H8V17.0002H10V19.0002ZM10 15.0002H8V13.0002H10V15.0002ZM10 11.0002H8V9.00024H10V11.0002ZM10 7.00024H8V5.00024H10V7.00024ZM19 19.0002H12V17.0002H14V15.0002H12V13.0002H14V11.0002H12V9.00024H19C19.55 9.00024 20 9.45024 20 10.0002V18.0002C20 18.5502 19.55 19.0002 19 19.0002ZM18 11.0002H16V13.0002H18V11.0002ZM18 15.0002H16V17.0002H18V15.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11.5 3.50024C11.5 2.40024 12.4 1.50024 13.5 1.50024C14.6 1.50024 15.5 2.40024 15.5 3.50024C15.5 4.60024 14.6 5.50024 13.5 5.50024C12.4 5.50024 11.5 4.60024 11.5 3.50024ZM18.53 11.0002C16.96 11.0102 15.59 10.1002 14.93 8.79024L14.14 7.12024C13.97 6.77024 13.7 6.47024 13.34 6.27024C12.72 5.91024 11.99 5.93024 11.4 6.24024V6.23024L7.01 8.73024C6.39 9.08024 6 9.74024 6 10.4602V13.0002C6 13.5502 6.45 14.0002 7 14.0002C7.55 14.0002 8 13.5502 8 13.0002V10.4602L9.5 9.61024C9.18 10.7102 9 11.8502 9 13.0002V18.3302L7 21.0002C6.67 21.4402 6.76 22.0702 7.2 22.4002C7.64 22.7302 8.27 22.6402 8.6 22.2002L10.64 19.4802C10.87 19.1702 11.01 18.7902 11.04 18.4002L11.22 15.4602L13 18.0002V22.0002C13 22.5502 13.45 23.0002 14 23.0002C14.55 23.0002 15 22.5502 15 22.0002V17.1302C15 16.7202 14.87 16.3202 14.64 15.9802L13.04 13.6902C13.04 13.6902 13.04 13.6902 13.04 13.6802C12.93 12.5202 13.11 11.3602 13.5 10.2802C14.31 11.5102 15.55 12.4202 17.01 12.8002V12.8302V13.0002C17.01 13.2802 17.23 13.5002 17.51 13.5002C17.79 13.5002 18 13.2802 18 13.0002V12.8402V12.5002C18 12.2202 18.22 12.0002 18.5 12.0002C18.78 12.0002 19 12.2202 19 12.5002V22.5002C19 22.7802 19.22 23.0002 19.5 23.0002C19.78 23.0002 20 22.7802 20 22.5002V12.5002C20 11.6802 19.34 10.9902 18.53 11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11.99 2.00024C6.47 2.00024 2 6.48024 2 12.0002C2 17.5202 6.47 22.0002 11.99 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48024 17.52 2.00024 11.99 2.00024ZM8.5 8.00024C9.33 8.00024 10 8.67024 10 9.50024C10 10.3302 9.33 11.0002 8.5 11.0002C7.67 11.0002 7 10.3302 7 9.50024C7 8.67024 7.67 8.00024 8.5 8.00024ZM16.71 14.7202C15.8 16.6702 14.04 18.0002 12 18.0002C9.96 18.0002 8.2 16.6702 7.29 14.7202C7.13 14.3902 7.37 14.0002 7.74 14.0002H16.26C16.63 14.0002 16.87 14.3902 16.71 14.7202ZM15.5 11.0002C14.67 11.0002 14 10.3302 14 9.50024C14 8.67024 14.67 8.00024 15.5 8.00024C16.33 8.00024 17 8.67024 17 9.50024C17 10.3302 16.33 11.0002 15.5 11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 5.00024H17V4.00024C17 3.45024 16.55 3.00024 16 3.00024H8C7.45 3.00024 7 3.45024 7 4.00024V5.00024H5C3.9 5.00024 3 5.90024 3 7.00024V8.00024C3 10.5502 4.92 12.6302 7.39 12.9402C8.02 14.4402 9.37 15.5702 11 15.9002V19.0002H8C7.45 19.0002 7 19.4502 7 20.0002C7 20.5502 7.45 21.0002 8 21.0002H16C16.55 21.0002 17 20.5502 17 20.0002C17 19.4502 16.55 19.0002 16 19.0002H13V15.9002C14.63 15.5702 15.98 14.4402 16.61 12.9402C19.08 12.6302 21 10.5502 21 8.00024V7.00024C21 5.90024 20.1 5.00024 19 5.00024ZM5 8.00024V7.00024H7V10.8202C5.84 10.4002 5 9.30024 5 8.00024ZM19 8.00024C19 9.30024 18.16 10.4002 17 10.8202V7.00024H19V8.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 5.00024H17V4.00024C17 3.45024 16.55 3.00024 16 3.00024H8C7.45 3.00024 7 3.45024 7 4.00024V5.00024H5C3.9 5.00024 3 5.90024 3 7.00024V8.00024C3 10.5502 4.92 12.6302 7.39 12.9402C8.02 14.4402 9.37 15.5702 11 15.9002V19.0002H8C7.45 19.0002 7 19.4502 7 20.0002C7 20.5502 7.45 21.0002 8 21.0002H16C16.55 21.0002 17 20.5502 17 20.0002C17 19.4502 16.55 19.0002 16 19.0002H13V15.9002C14.63 15.5702 15.98 14.4402 16.61 12.9402C19.08 12.6302 21 10.5502 21 8.00024V7.00024C21 5.90024 20.1 5.00024 19 5.00024ZM5 8.00024V7.00024H7V10.8202C5.84 10.4002 5 9.30024 5 8.00024ZM19 8.00024C19 9.30024 18.16 10.4002 17 10.8202V7.00024H19V8.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M19 19.0002H3C2.45 19.0002 2 19.4502 2 20.0002C2 20.5502 2.45 21.0002 3 21.0002H19C19.55 21.0002 20 20.5502 20 20.0002C20 19.4502 19.55 19.0002 19 19.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M20 3.00024H9V5.40024L10.81 6.85024C10.93 6.94024 11 7.09024 11 7.24024V11.5002C11 11.7802 10.78 12.0002 10.5 12.0002H6.5C6.22 12.0002 6 11.7802 6 11.5002V7.24024C6 7.09024 6.07 6.94024 6.19 6.85024L8 5.40024V3.00024H6C4.9 3.00024 4 3.90024 4 5.00024V13.0002C4 15.2102 5.79 17.0002 8 17.0002H14C16.21 17.0002 18 15.2102 18 13.0002V10.0002H20C21.1 10.0002 22 9.10024 22 8.00024V5.00024C22 3.90024 21.1 3.00024 20 3.00024ZM20 8.00024H18V5.00024H20V8.00024Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M21.94 4.88024C21.76 4.35024 21.25 4.00024 20.68 4.00024C20.65 4.00024 20.62 4.00024 20.59 4.00024H19.6L19.29 3.03024C19.15 2.43024 18.61 2.00024 18 2.00024C17.39 2.00024 16.85 2.43024 16.71 3.04024L16.4 4.00024H15.42C15.39 4.00024 15.36 4.00024 15.33 4.00024C14.76 4.00024 14.25 4.35024 14.07 4.88024C13.88 5.44024 14.11 6.05024 14.63 6.36024L15.5 6.88024L15.1 8.12024C14.87 8.70024 15.06 9.37024 15.55 9.74024C15.78 9.91024 16.06 10.0002 16.33 10.0002C16.64 10.0002 16.94 9.89024 17.19 9.68024L18 8.98024L18.81 9.68024C19.06 9.89024 19.36 10.0002 19.67 10.0002C19.94 10.0002 20.22 9.91024 20.45 9.74024C20.95 9.37024 21.13 8.70024 20.9 8.12024L20.51 6.88024L21.38 6.36024C21.89 6.05024 22.12 5.44024 21.94 4.88024ZM18 7.00024C17.45 7.00024 17 6.55024 17 6.00024C17 5.45024 17.45 5.00024 18 5.00024C18.55 5.00024 19 5.45024 19 6.00024C19 6.55024 18.55 7.00024 18 7.00024Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M15.5 12.0002H14.41C14.22 11.4602 13.92 10.9502 13.48 10.5102C13.04 10.0702 12.54 9.78024 12 9.59024V8.50024C12 8.22024 11.78 8.00024 11.5 8.00024C11.22 8.00024 11 8.22024 11 8.50024V9.38024C10.89 9.37024 10.77 9.35024 10.66 9.35024C9.63999 9.35024 8.60999 9.74024 7.82999 10.5202C7.66999 10.6802 7.52999 10.8602 7.39999 11.0502L5.99999 10.5202C4.43999 9.97024 2.71999 10.7902 2.16999 12.3402C1.89999 13.0902 1.93999 13.9102 2.28999 14.6302C2.51999 15.1102 2.86999 15.5002 3.28999 15.7902C2.90999 17.1402 3.22999 18.6402 4.28999 19.7002C5.34999 20.7602 6.85999 21.0802 8.19999 20.7002C8.48999 21.1202 8.87999 21.4702 9.35999 21.7002C9.77999 21.9002 10.21 22.0002 10.65 22.0002C10.99 22.0002 11.33 21.9402 11.66 21.8302C13.22 21.2802 14.04 19.5602 13.48 17.9802L12.96 16.6102C13.14 16.4802 13.32 16.3402 13.49 16.1802C14.36 15.3102 14.73 14.1402 14.63 13.0102H15.51C15.79 13.0102 16.01 12.7902 16.01 12.5102C16 12.2202 15.78 12.0002 15.5 12.0002ZM4.66999 14.2902C4.41999 14.2002 4.21999 14.0202 4.09999 13.7802C3.97999 13.5402 3.96999 13.2702 4.05999 13.0202C4.24999 12.5002 4.81999 12.2302 5.31999 12.4102L8.47999 13.6002C7.32999 14.2002 5.84999 14.7102 4.66999 14.2902ZM10.99 19.9402C10.74 20.0302 10.47 20.0202 10.23 19.9002C9.98999 19.7902 9.80999 19.5802 9.71999 19.3302C9.29999 18.1502 9.80999 16.6802 10.42 15.5302L11.6 18.6602C11.78 19.1802 11.51 19.7602 10.99 19.9402ZM12.2 14.6002L11.59 12.9902C11.59 12.9802 11.58 12.9702 11.57 12.9602C11.55 12.9202 11.53 12.8802 11.51 12.8402C11.49 12.8002 11.47 12.7702 11.44 12.7302C11.41 12.7002 11.38 12.6702 11.35 12.6402C11.32 12.6102 11.29 12.5802 11.26 12.5502C11.23 12.5202 11.19 12.5002 11.15 12.4802C11.11 12.4602 11.08 12.4302 11.03 12.4202C11.02 12.4202 11.01 12.4102 11 12.4002L9.39999 11.8002C9.75999 11.5102 10.19 11.3402 10.66 11.3402C11.19 11.3402 11.7 11.5502 12.07 11.9302C12.8 12.6602 12.84 13.8102 12.2 14.6002Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 3.00024C11.54 3.00024 11.07 3.04024 10.6 3.14024C7.84001 3.67024 5.64001 5.90024 5.12001 8.66024C4.64001 11.2702 5.60001 13.6702 7.34001 15.2202C7.77001 15.6002 8.00001 16.1302 8.00001 16.6902V19.0002C8.00001 20.1002 8.90001 21.0002 10 21.0002H10.28C10.63 21.6002 11.26 22.0002 12 22.0002C12.74 22.0002 13.38 21.6002 13.72 21.0002H14C15.1 21.0002 16 20.1002 16 19.0002V16.6902C16 16.1402 16.22 15.6002 16.64 15.2302C18.09 13.9502 19 12.0802 19 10.0002C19 6.13024 15.87 3.00024 12 3.00024ZM12.5 14.0002H11.5V11.4102L9.67001 9.59024L10.38 8.88024L12 10.5002L13.62 8.88024L14.33 9.59024L12.5 11.4202V14.0002ZM13.5 19.0002C13.49 19.0002 13.48 18.9902 13.47 18.9902V19.0002H10.53V18.9902C10.52 18.9902 10.51 19.0002 10.5 19.0002C10.22 19.0002 10 18.7802 10 18.5002C10 18.2202 10.22 18.0002 10.5 18.0002C10.51 18.0002 10.52 18.0102 10.53 18.0102V18.0002H13.47V18.0102C13.48 18.0102 13.49 18.0002 13.5 18.0002C13.78 18.0002 14 18.2202 14 18.5002C14 18.7802 13.78 19.0002 13.5 19.0002ZM13.5 17.0002H10.5C10.22 17.0002 10 16.7802 10 16.5002C10 16.2202 10.22 16.0002 10.5 16.0002H13.5C13.78 16.0002 14 16.2202 14 16.5002C14 16.7802 13.78 17.0002 13.5 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M12 6.00024C13.1046 6.00024 14 5.10481 14 4.00024C14 2.89567 13.1046 2.00024 12 2.00024C10.8954 2.00024 10 2.89567 10 4.00024C10 5.10481 10.8954 6.00024 12 6.00024Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M15.89 8.11024C15.5 7.72024 14.83 7.00024 13.53 7.00024C13.32 7.00024 12.11 7.00024 10.99 7.00024C8.52999 6.99024 6.47999 5.20024 6.06999 2.85024C5.98999 2.36024 5.57999 2.00024 5.08999 2.00024C4.47999 2.00024 3.99999 2.54024 4.08999 3.14024C4.52999 5.80024 6.46999 7.95024 8.99999 8.71024V21.0002C8.99999 21.5502 9.44999 22.0002 9.99999 22.0002C10.55 22.0002 11 21.5502 11 21.0002V16.0002H13V21.0002C13 21.5502 13.45 22.0002 14 22.0002C14.55 22.0002 15 21.5502 15 21.0002V10.0502L18.24 13.2902C18.63 13.6802 19.26 13.6802 19.65 13.2902C20.04 12.9002 20.04 12.2702 19.65 11.8802L15.89 8.11024Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M10 5.00024H4C3.45 5.00024 3 5.45024 3 6.00024C3 6.55024 3.45 7.00024 4 7.00024H6V10.0002C6 10.5502 6.45 11.0002 7 11.0002C7.55 11.0002 8 10.5502 8 10.0002V7.00024H10C10.55 7.00024 11 6.55024 11 6.00024C11 5.45024 10.55 5.00024 10 5.00024Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M10 2.00024H4C3.45 2.00024 3 2.45024 3 3.00024C3 3.55024 3.45 4.00024 4 4.00024H10C10.55 4.00024 11 3.55024 11 3.00024C11 2.45024 10.55 2.00024 10 2.00024Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M20.89 13.1102C20.5 12.7202 19.87 12.7202 19.48 13.1102L13.12 19.4702C12.73 19.8602 12.73 20.4902 13.12 20.8802C13.51 21.2702 14.14 21.2702 14.53 20.8802L20.89 14.5202C21.28 14.1302 21.28 13.5002 20.89 13.1102Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M14.5 16.0002C15.3284 16.0002 16 15.3287 16 14.5002C16 13.6718 15.3284 13.0002 14.5 13.0002C13.6716 13.0002 13 13.6718 13 14.5002C13 15.3287 13.6716 16.0002 14.5 16.0002Z"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M19.5 21.0002C20.3284 21.0002 21 20.3287 21 19.5002C21 18.6718 20.3284 18.0002 19.5 18.0002C18.6716 18.0002 18 18.6718 18 19.5002C18 20.3287 18.6716 21.0002 19.5 21.0002Z"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M15.5 11.0002C16.88 11.0002 18 9.88024 18 8.50024V4.00024H20C20.55 4.00024 21 3.55024 21 3.00024C21 2.45024 20.55 2.00024 20 2.00024H18C17.45 2.00024 17 2.45024 17 3.00024V6.51024C16.58 6.19024 16.07 6.00024 15.5 6.00024C14.12 6.00024 13 7.12024 13 8.50024C13 9.88024 14.12 11.0002 15.5 11.0002Z"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M10.45 18.0902C10.84 17.7002 10.84 17.0702 10.45 16.6802C10.06 16.2902 9.42999 16.2902 9.03999 16.6802L8.32999 17.3902L7.61999 16.6802L7.96999 16.3302C8.94999 15.3502 8.94999 13.7702 7.96999 12.7902C7.47999 12.3002 6.83998 12.0602 6.19999 12.0602C5.55999 12.0602 4.91999 12.3002 4.42999 12.7902C3.44999 13.7702 3.44999 15.3502 4.42999 16.3302L4.77999 16.6802L3.71999 17.7402C2.73999 18.7202 2.73999 20.3002 3.71999 21.2802C4.21999 21.7602 4.85999 22.0002 5.49999 22.0002C6.13999 22.0002 6.77999 21.7602 7.26999 21.2702L8.32999 20.2102L9.03999 20.9202C9.42999 21.3102 10.06 21.3102 10.45 20.9202C10.84 20.5302 10.84 19.9002 10.45 19.5102L9.73998 18.8002L10.45 18.0902ZM5.84999 14.2002C5.96999 14.0802 6.10999 14.0502 6.19999 14.0502C6.28998 14.0502 6.42999 14.0802 6.54999 14.2002C6.73999 14.4002 6.73999 14.7102 6.54999 14.9102L6.19999 15.2602L5.84999 14.9002C5.72999 14.7802 5.69999 14.6402 5.69999 14.5502C5.69999 14.4602 5.72999 14.3202 5.84999 14.2002ZM5.84999 19.8502C5.72999 19.9702 5.58999 20.0002 5.49999 20.0002C5.40999 20.0002 5.26999 19.9702 5.14999 19.8502C5.02999 19.7302 4.99999 19.5902 4.99999 19.5002C4.99999 19.4102 5.02999 19.2702 5.14999 19.1502L6.20999 18.0902L6.91999 18.8002L5.84999 19.8502Z"
|
|
23
|
+
/>
|
|
24
|
+
</g>
|
|
25
|
+
</template>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M21.99 14.7702L20.56 10.6602C20.42 10.2602 20.04 10.0002 19.59 10.0002H12.4C11.94 10.0002 11.57 10.2602 11.42 10.6602L10 14.7702V20.0102C10 20.5602 10.45 21.0002 11 21.0002C11.55 21.0002 12 20.5502 12 20.0002V19.0002H20V20.0002C20 20.5502 20.45 21.0002 21 21.0002C21.55 21.0002 21.99 20.5602 22 20.0102L21.99 14.7702ZM11.61 13.3402L12.3 11.3402C12.35 11.1402 12.54 11.0002 12.76 11.0002H19.24C19.45 11.0002 19.64 11.1402 19.71 11.3402L20.4 13.3402C20.51 13.6602 20.27 14.0002 19.93 14.0002H12.08C11.74 14.0002 11.5 13.6602 11.61 13.3402ZM11.99 17.0002C11.44 17.0002 10.99 16.5502 10.99 16.0002C10.99 15.4502 11.44 15.0002 11.99 15.0002C12.54 15.0002 12.99 15.4502 12.99 16.0002C12.99 16.5502 12.54 17.0002 11.99 17.0002ZM19.99 17.0002C19.44 17.0002 18.99 16.5502 18.99 16.0002C18.99 15.4502 19.44 15.0002 19.99 15.0002C20.54 15.0002 20.99 15.4502 20.99 16.0002C20.99 16.5502 20.54 17.0002 19.99 17.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M14 4.50024V9.00024H15V4.00024C15 3.45024 14.55 3.00024 14 3.00024H8C7.45 3.00024 7 3.45024 7 4.00024V8.00024H3C2.45 8.00024 2 8.45024 2 9.00024V21.0002H3V9.50024C3 9.22024 3.22 9.00024 3.5 9.00024H7.5C7.78 9.00024 8 8.78024 8 8.50024V4.50024C8 4.22024 8.22 4.00024 8.5 4.00024H13.5C13.78 4.00024 14 4.22024 14 4.50024Z"
|
|
8
|
+
/>
|
|
9
|
+
<path d="M7 11.0002H5V13.0002H7V11.0002Z" />
|
|
10
|
+
<path d="M12 5.00024H10V7.00024H12V5.00024Z" />
|
|
11
|
+
<path d="M7 15.0002H5V17.0002H7V15.0002Z" />
|
|
12
|
+
<path d="M7 19.0002H5V21.0002H7V19.0002Z" />
|
|
13
|
+
</g>
|
|
14
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M9 15.0002C6.33 15.0002 1 16.3402 1 19.0002V20.0002C1 20.5502 1.45 21.0002 2 21.0002H16C16.55 21.0002 17 20.5502 17 20.0002V19.0002C17 16.3402 11.67 15.0002 9 15.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M4.74 9.00024H13.27C13.54 9.00024 13.76 8.78024 13.76 8.51024V8.49024C13.76 8.22024 13.54 8.00024 13.27 8.00024H13C13 6.52024 12.19 5.25024 11 4.55024V5.50024C11 5.78024 10.78 6.00024 10.5 6.00024C10.22 6.00024 10 5.78024 10 5.50024V4.14024C9.68 4.06024 9.35 4.00024 9 4.00024C8.65 4.00024 8.32 4.06024 8 4.14024V5.50024C8 5.78024 7.78 6.00024 7.5 6.00024C7.22 6.00024 7 5.78024 7 5.50024V4.55024C5.81 5.25024 5 6.52024 5 8.00024H4.74C4.47 8.00024 4.25 8.22024 4.25 8.49024V8.52024C4.25 8.78024 4.47 9.00024 4.74 9.00024Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M9.00001 13.0002C10.86 13.0002 12.41 11.7202 12.86 10.0002H5.14001C5.59001 11.7202 7.14001 13.0002 9.00001 13.0002Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M21.98 6.23024L22.91 5.40024L22.16 4.10024L20.97 4.49024C20.83 4.38024 20.67 4.29024 20.5 4.22024L20.25 3.00024H18.75L18.5 4.22024C18.33 4.29024 18.17 4.38024 18.02 4.49024L16.84 4.10024L16.09 5.40024L17.02 6.23024C17 6.40024 17 6.58024 17.02 6.75024L16.09 7.60024L16.84 8.90024L18.04 8.52024C18.17 8.62024 18.32 8.70024 18.47 8.77024L18.75 10.0002H20.25L20.52 8.78024C20.68 8.71024 20.82 8.63024 20.96 8.53024L22.15 8.91024L22.9 7.61024L21.97 6.76024C22 6.57024 21.99 6.40024 21.98 6.23024ZM19.5 7.75024C18.81 7.75024 18.25 7.19024 18.25 6.50024C18.25 5.81024 18.81 5.25024 19.5 5.25024C20.19 5.25024 20.75 5.81024 20.75 6.50024C20.75 7.19024 20.19 7.75024 19.5 7.75024Z"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M19.4 10.7902L18.55 11.0702C18.45 10.9902 18.34 10.9302 18.22 10.8802L18.04 10.0002H16.97L16.79 10.8702C16.67 10.9202 16.55 10.9902 16.45 11.0602L15.61 10.7802L15.07 11.7102L15.73 12.3002C15.72 12.4302 15.72 12.5502 15.73 12.6702L15.07 13.2802L15.61 14.2102L16.47 13.9402C16.57 14.0102 16.67 14.0702 16.78 14.1202L16.96 15.0002H18.03L18.22 14.1302C18.33 14.0802 18.44 14.0202 18.54 13.9502L19.39 14.2202L19.93 13.2902L19.27 12.6802C19.28 12.5502 19.28 12.4302 19.27 12.3102L19.93 11.7202L19.4 10.7902ZM17.5 13.3902C17.01 13.3902 16.61 12.9902 16.61 12.5002C16.61 12.0102 17.01 11.6102 17.5 11.6102C17.99 11.6102 18.39 12.0102 18.39 12.5002C18.39 12.9902 17.99 13.3902 17.5 13.3902Z"
|
|
17
|
+
/>
|
|
18
|
+
</g>
|
|
19
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M22 12.0002C22 6.48024 17.52 2.00024 12 2.00024C6.48 2.00024 2 6.48024 2 12.0002C2 16.8402 5.44 20.8702 10 21.8002V15.0002H8V12.0002H10V9.50024C10 7.57024 11.57 6.00024 13.5 6.00024H16V9.00024H14C13.45 9.00024 13 9.45024 13 10.0002V12.0002H16V15.0002H13V21.9502C18.05 21.4502 22 17.1902 22 12.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.00024V20.0002C2 21.1002 2.9 22.0002 4 22.0002H20C21.1 22.0002 22 21.1002 22 20.0002V4.00024C22 2.90024 21.1 2.00024 20 2.00024ZM20 19.0002C20 19.5502 19.55 20.0002 19 20.0002H18V19.0002C18 18.4502 17.55 18.0002 17 18.0002H15.85C16.56 17.1502 17 16.1102 17 15.0002C17 13.1102 15.91 12.1602 15.15 11.6402C13.29 10.3702 12.92 8.86024 12.9 7.92024C12.89 7.52024 12.47 7.29024 12.13 7.49024C6.33 10.9202 6.98 14.4902 7 15.0002C7.03 15.9602 7.49 17.0702 8.24 18.0002H7C6.45 18.0002 6 18.4502 6 19.0002V20.0002H5C4.45 20.0002 4 19.5502 4 19.0002V5.00024C4 4.45024 4.45 4.00024 5 4.00024H19C19.55 4.00024 20 4.45024 20 5.00024V19.0002ZM13.2 13.7402C13.12 13.2802 13.13 12.8902 13.28 12.4602C13.82 13.6702 15.43 14.1002 15.26 15.6402C15.07 17.3302 13.15 18.0102 11.87 16.9602C12.63 16.7202 13.27 15.9202 13.4 15.3302C13.52 14.7802 13.29 14.2902 13.2 13.7402Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9.5 5.50024C10.6 5.50024 11.5 4.60024 11.5 3.50024C11.5 2.40024 10.6 1.50024 9.5 1.50024C8.4 1.50024 7.5 2.40024 7.5 3.50024C7.5 4.60024 8.4 5.50024 9.5 5.50024ZM5.75 8.90024L3.23 21.8102C3.11 22.4302 3.58 23.0002 4.21 23.0002H4.3C4.77 23.0002 5.18 22.6702 5.28 22.2102L6.85 15.0002L9 17.0002V22.0002C9 22.5502 9.45 23.0002 10 23.0002C10.55 23.0002 11 22.5502 11 22.0002V15.8602C11 15.5902 10.89 15.3402 10.71 15.1502L8.95 13.4002L9.55 10.4002C10.62 11.7202 12.13 12.6302 13.86 12.9102C14.46 13.0102 15 12.5202 15 11.9102C15 11.4202 14.64 11.0102 14.16 10.9302C12.67 10.6802 11.41 9.78024 10.65 8.55024L9.7 6.95024C9.35 6.35024 8.7 6.00024 8 6.00024C7.75 6.00024 7.5 6.05024 7.25 6.15024L2.62 8.05024C2.25 8.20024 2 8.57024 2 8.97024V12.0002C2 12.5502 2.45 13.0002 3 13.0002C3.55 13.0002 4 12.5502 4 12.0002V9.65024L5.75 8.90024ZM21 2.00024H14C13.45 2.00024 13 2.45024 13 3.00024V8.00024C13 8.55024 13.45 9.00024 14 9.00024H16.75V22.2502C16.75 22.6602 17.09 23.0002 17.5 23.0002C17.91 23.0002 18.25 22.6602 18.25 22.2502V9.00024H21C21.55 9.00024 22 8.55024 22 8.00024V3.00024C22 2.45024 21.55 2.00024 21 2.00024ZM20.15 5.85024L18.87 7.14024C18.56 7.46024 18.02 7.23024 18.02 6.79024V6.25024H15.26C14.85 6.25024 14.51 5.91024 14.51 5.50024C14.51 5.09024 14.85 4.75024 15.26 4.75024H18.02V4.21024C18.02 3.76024 18.56 3.54024 18.87 3.86024L20.15 5.15024C20.34 5.34024 20.34 5.66024 20.15 5.85024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16 11.0002C17.66 11.0002 18.99 9.66024 18.99 8.00024C18.99 6.34024 17.66 5.00024 16 5.00024C14.34 5.00024 13 6.34024 13 8.00024C13 9.66024 14.34 11.0002 16 11.0002ZM8 11.0002C9.66 11.0002 10.99 9.66024 10.99 8.00024C10.99 6.34024 9.66 5.00024 8 5.00024C6.34 5.00024 5 6.34024 5 8.00024C5 9.66024 6.34 11.0002 8 11.0002ZM8 13.0002C5.67 13.0002 1 14.1702 1 16.5002V18.0002C1 18.5502 1.45 19.0002 2 19.0002H14C14.55 19.0002 15 18.5502 15 18.0002V16.5002C15 14.1702 10.33 13.0002 8 13.0002ZM16 13.0002C15.71 13.0002 15.38 13.0202 15.03 13.0502C15.05 13.0602 15.06 13.0802 15.07 13.0902C16.21 13.9202 17 15.0302 17 16.5002V18.0002C17 18.3502 16.93 18.6902 16.82 19.0002H22C22.55 19.0002 23 18.5502 23 18.0002V16.5002C23 14.1702 18.33 13.0002 16 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M7 10.0002H5V8.00024C5 7.45024 4.55 7.00024 4 7.00024C3.45 7.00024 3 7.45024 3 8.00024V10.0002H1C0.45 10.0002 0 10.4502 0 11.0002C0 11.5502 0.45 12.0002 1 12.0002H3V14.0002C3 14.5502 3.45 15.0002 4 15.0002C4.55 15.0002 5 14.5502 5 14.0002V12.0002H7C7.55 12.0002 8 11.5502 8 11.0002C8 10.4502 7.55 10.0002 7 10.0002ZM18 11.0002C19.66 11.0002 20.99 9.66024 20.99 8.00024C20.99 6.34024 19.66 5.00024 18 5.00024C17.68 5.00024 17.37 5.05024 17.09 5.14024C17.66 5.95024 17.99 6.93024 17.99 8.00024C17.99 9.07024 17.65 10.0402 17.09 10.8602C17.37 10.9502 17.68 11.0002 18 11.0002ZM13 11.0002C14.66 11.0002 15.99 9.66024 15.99 8.00024C15.99 6.34024 14.66 5.00024 13 5.00024C11.34 5.00024 10 6.34024 10 8.00024C10 9.66024 11.34 11.0002 13 11.0002ZM13 13.0002C11 13.0002 7 14.0002 7 16.0002V17.0002C7 17.5502 7.45 18.0002 8 18.0002H18C18.55 18.0002 19 17.5502 19 17.0002V16.0002C19 14.0002 15 13.0002 13 13.0002ZM19.62 13.1602C20.45 13.8902 21 14.8202 21 16.0002V17.5002C21 17.6702 20.98 17.8402 20.95 18.0002H23.5C23.78 18.0002 24 17.7802 24 17.5002V16.0002C24 14.4602 21.63 13.5102 19.62 13.1602Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 12.7502C13.63 12.7502 15.07 13.1402 16.24 13.6502C17.32 14.1302 18 15.2102 18 16.3802V17.0002C18 17.5502 17.55 18.0002 17 18.0002H7C6.45 18.0002 6 17.5502 6 17.0002V16.3902C6 15.2102 6.68 14.1302 7.76 13.6602C8.93 13.1402 10.37 12.7502 12 12.7502ZM4 13.0002C5.1 13.0002 6 12.1002 6 11.0002C6 9.90024 5.1 9.00024 4 9.00024C2.9 9.00024 2 9.90024 2 11.0002C2 12.1002 2.9 13.0002 4 13.0002ZM5.13 14.1002C4.76 14.0402 4.39 14.0002 4 14.0002C3.01 14.0002 2.07 14.2102 1.22 14.5802C0.48 14.9002 0 15.6202 0 16.4302V17.0002C0 17.5502 0.45 18.0002 1 18.0002H4.5V16.3902C4.5 15.5602 4.73 14.7802 5.13 14.1002ZM20 13.0002C21.1 13.0002 22 12.1002 22 11.0002C22 9.90024 21.1 9.00024 20 9.00024C18.9 9.00024 18 9.90024 18 11.0002C18 12.1002 18.9 13.0002 20 13.0002ZM24 16.4302C24 15.6202 23.52 14.9002 22.78 14.5802C21.93 14.2102 20.99 14.0002 20 14.0002C19.61 14.0002 19.24 14.0402 18.87 14.1002C19.27 14.7802 19.5 15.5602 19.5 16.3902V18.0002H23C23.55 18.0002 24 17.5502 24 17.0002V16.4302ZM12 6.00024C13.66 6.00024 15 7.34024 15 9.00024C15 10.6602 13.66 12.0002 12 12.0002C10.34 12.0002 9 10.6602 9 9.00024C9 7.34024 10.34 6.00024 12 6.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9 5.00024V5.38024C8.17 5.05024 7.28 4.88024 6.39 4.88024C4.97 4.88024 3.55 5.31024 2.34 6.17024C1.83 6.53024 1.77 7.26024 2.21 7.70024L4.78 10.2702H5.89V11.3802C6.75 12.2402 7.87 12.6902 9 12.7402V15.0002H7C6.45 15.0002 6 15.4502 6 16.0002V18.0002C6 19.1002 6.9 20.0002 8 20.0002H18C19.66 20.0002 21 18.6602 21 17.0002V5.00024C21 4.45024 20.55 4.00024 20 4.00024H10C9.45 4.00024 9 4.45024 9 5.00024ZM7.89 10.4102V8.26024H5.61L4.57 7.22024C5.14 7.00024 5.76 6.88024 6.39 6.88024C7.73 6.88024 8.98 7.40024 9.93 8.34024L11.34 9.75024L11.14 9.95024C10.63 10.4602 9.95 10.7502 9.22 10.7502C8.75 10.7502 8.29 10.6302 7.89 10.4102ZM19 17.0002C19 17.5502 18.55 18.0002 18 18.0002C17.45 18.0002 17 17.5502 17 17.0002V16.0002C17 15.4502 16.55 15.0002 16 15.0002H11V12.4102C11.57 12.1802 12.1 11.8402 12.56 11.3802L12.76 11.1802L15.59 14.0002H17V12.5902L11 6.62024V6.00024H19V17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 10.0002V7.00024C20 5.90024 19.1 5.00024 18 5.00024H6C4.9 5.00024 4 5.90024 4 7.00024V10.0002C2.9 10.0002 2 10.9002 2 12.0002V17.0002H3.33L3.84 18.5302C3.94 18.8102 4.2 19.0002 4.5 19.0002C4.8 19.0002 5.06 18.8102 5.16 18.5302L5.67 17.0002H18.34L18.85 18.5302C18.94 18.8102 19.2 19.0002 19.5 19.0002C19.8 19.0002 20.06 18.8102 20.16 18.5302L20.67 17.0002H22V12.0002C22 10.9002 21.1 10.0002 20 10.0002ZM11 10.0002H6V8.00024C6 7.45024 6.45 7.00024 7 7.00024H11V10.0002ZM18 10.0002H13V7.00024H17C17.55 7.00024 18 7.45024 18 8.00024V10.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15 11.0003V5.83026C15 5.30026 14.79 4.79026 14.41 4.42026L12.7 2.71026C12.31 2.32026 11.68 2.32026 11.29 2.71026L9.59 4.41025C9.21 4.79026 9 5.30026 9 5.83026V7.00026H5C3.9 7.00026 3 7.90026 3 9.00026V19.0003C3 20.1003 3.9 21.0003 5 21.0003H19C20.1 21.0003 21 20.1003 21 19.0003V13.0003C21 11.9003 20.1 11.0003 19 11.0003H15ZM7 19.0003H5V17.0003H7V19.0003ZM7 15.0003H5V13.0003H7V15.0003ZM7 11.0003H5V9.00026H7V11.0003ZM13 19.0003H11V17.0003H13V19.0003ZM13 15.0003H11V13.0003H13V15.0003ZM13 11.0003H11V9.00026H13V11.0003ZM13 7.00026H11V5.00026H13V7.00026ZM19 19.0003H17V17.0003H19V19.0003ZM19 15.0003H17V13.0003H19V15.0003Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 6.00024H15V3.00024C15 2.45024 14.55 2.00024 14 2.00024H10C9.45 2.00024 9 2.45024 9 3.00024V6.00024H7C5.9 6.00024 5 6.90024 5 8.00024V19.0002C5 20.1002 5.9 21.0002 7 21.0002C7 21.5502 7.45 22.0002 8 22.0002C8.55 22.0002 9 21.5502 9 21.0002H15C15 21.5502 15.45 22.0002 16 22.0002C16.55 22.0002 17 21.5502 17 21.0002C18.1 21.0002 19 20.1002 19 19.0002V8.00024C19 6.90024 18.1 6.00024 17 6.00024ZM8.75 18.0002C8.34 18.0002 8 17.6602 8 17.2502V9.75024C8 9.34024 8.34 9.00024 8.75 9.00024C9.16 9.00024 9.5 9.34024 9.5 9.75024V17.2502C9.5 17.6602 9.16 18.0002 8.75 18.0002ZM12 18.0002C11.59 18.0002 11.25 17.6602 11.25 17.2502V9.75024C11.25 9.34024 11.59 9.00024 12 9.00024C12.41 9.00024 12.75 9.34024 12.75 9.75024V17.2502C12.75 17.6602 12.41 18.0002 12 18.0002ZM13.5 6.00024H10.5V3.50024H13.5V6.00024ZM15.25 18.0002C14.84 18.0002 14.5 17.6602 14.5 17.2502V9.75024C14.5 9.34024 14.84 9.00024 15.25 9.00024C15.66 9.00024 16 9.34024 16 9.75024V17.2502C16 17.6602 15.66 18.0002 15.25 18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.5 6.00024C18.19 6.00024 17.13 7.01024 17.02 8.30024C15.14 7.80024 14.18 6.50024 12 6.50024C9.81 6.50024 8.86 7.80024 6.98 8.30024C6.87 7.02024 5.81 6.00024 4.5 6.00024C3.12 6.00024 2 7.12024 2 8.50024V9.00024C2 15.0002 5.6 16.8102 8.52 16.9802C9.53 17.6202 10.72 18.0002 12 18.0002C13.28 18.0002 14.47 17.6202 15.48 16.9802C18.4 16.8102 22 15.0002 22 9.00024V8.50024C22 7.12024 20.88 6.00024 19.5 6.00024ZM3.5 9.00024V8.50024C3.5 7.95024 3.95 7.50024 4.5 7.50024C5.05 7.50024 5.5 7.95024 5.5 8.50024V11.5002C5.5 12.7802 5.88 13.9702 6.51 14.9802C4.99 14.2702 3.5 12.6502 3.5 9.00024ZM14.3 11.0102C13.9 10.8402 13.58 10.6502 13.29 10.4802C12.83 10.2002 12.49 10.0002 12 10.0002C11.51 10.0002 11.16 10.2002 10.69 10.4802C10.41 10.6502 10.09 10.8302 9.71 10.9902C9.37 11.1402 9 10.9102 9 10.5402C9 10.3402 9.11 10.1602 9.29 10.0902C9.63 9.95024 9.91 9.78024 10.17 9.63024C10.72 9.30024 11.23 9.00024 12 9.00024C12.77 9.00024 13.27 9.30024 13.8 9.62024C14.07 9.78024 14.35 9.95024 14.7 10.1002C14.88 10.1802 14.99 10.3602 14.99 10.5502C15 10.9102 14.63 11.1502 14.3 11.0102ZM20.5 9.00024C20.5 12.6502 19.01 14.2702 17.49 14.9802C18.13 13.9702 18.5 12.7802 18.5 11.5002V8.50024C18.5 7.95024 18.95 7.50024 19.5 7.50024C20.05 7.50024 20.5 7.95024 20.5 8.50024V9.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 10.4302V3.00024C17 2.45024 16.55 2.00024 16 2.00024H8C7.45 2.00024 7 2.45024 7 3.00024V10.4302C7 10.7802 7.18 11.1102 7.49 11.2902L11.67 13.8002L10.68 16.1402L8.46 16.3302C8 16.3702 7.82 16.9202 8.16 17.2102L9.85 18.6702L9.34 20.8502C9.24 21.2802 9.71 21.6202 10.09 21.3902L12 20.2302L13.91 21.3802C14.29 21.6102 14.76 21.2702 14.66 20.8402L14.15 18.6602L15.84 17.2002C16.17 16.9102 16 16.3602 15.55 16.3202L13.33 16.1302L12.34 13.7902L16.52 11.2802C16.82 11.1102 17 10.7902 17 10.4302ZM13 12.2302L12 12.8302L11 12.2302V3.00024H13V12.2302Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11.99 2.00024C6.47 2.00024 2 6.48024 2 12.0002C2 17.5202 6.47 22.0002 11.99 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48024 17.52 2.00024 11.99 2.00024ZM12 20.0002C7.58 20.0002 4 16.4202 4 12.0002C4 7.58024 7.58 4.00024 12 4.00024C16.42 4.00024 20 7.58024 20 12.0002C20 16.4202 16.42 20.0002 12 20.0002ZM15.5 11.0002C16.33 11.0002 17 10.3302 17 9.50024C17 8.67024 16.33 8.00024 15.5 8.00024C14.67 8.00024 14 8.67024 14 9.50024C14 10.3302 14.67 11.0002 15.5 11.0002ZM8.5 11.0002C9.33 11.0002 10 10.3302 10 9.50024C10 8.67024 9.33 8.00024 8.5 8.00024C7.67 8.00024 7 8.67024 7 9.50024C7 10.3302 7.67 11.0002 8.5 11.0002ZM12 17.5002C14.03 17.5002 15.8 16.3902 16.75 14.7502C16.94 14.4202 16.7 14.0002 16.31 14.0002H7.69C7.31 14.0002 7.06 14.4202 7.25 14.7502C8.2 16.3902 9.97 17.5002 12 17.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11.99 2.00024C6.47 2.00024 2 6.48024 2 12.0002C2 17.5202 6.47 22.0002 11.99 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48024 17.52 2.00024 11.99 2.00024ZM12 20.0002C7.58 20.0002 4 16.4202 4 12.0002C4 7.58024 7.58 4.00024 12 4.00024C16.42 4.00024 20 7.58024 20 12.0002C20 16.4202 16.42 20.0002 12 20.0002ZM15.5 11.0002C16.33 11.0002 17 10.3302 17 9.50024C17 8.67024 16.33 8.00024 15.5 8.00024C14.67 8.00024 14 8.67024 14 9.50024C14 10.3302 14.67 11.0002 15.5 11.0002ZM8.5 11.0002C9.33 11.0002 10 10.3302 10 9.50024C10 8.67024 9.33 8.00024 8.5 8.00024C7.67 8.00024 7 8.67024 7 9.50024C7 10.3302 7.67 11.0002 8.5 11.0002ZM12 13.5002C9.97 13.5002 8.2 14.6102 7.25 16.2502C7.06 16.5802 7.31 17.0002 7.69 17.0002H16.31C16.69 17.0002 16.94 16.5802 16.75 16.2502C15.8 14.6102 14.03 13.5002 12 13.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M11.1 12.0803C9.1 8.20025 10.18 4.72025 11.17 2.81025C11.36 2.45025 11.05 2.04025 10.64 2.09025C5.62 2.77025 1.78 7.16025 1.99 12.4103C2 12.4103 2 12.4103 2 12.4203C2.62 12.1503 3.29 12.0003 4 12.0003C5.66 12.0003 7.18 12.8303 8.1 14.1503C9.77 14.6303 11 16.1703 11 18.0003C11 19.5203 10.13 20.8303 8.88 21.5103C9.86 21.8303 10.91 22.0103 11.99 22.0103C15.12 22.0103 17.91 20.5703 19.75 18.3203C20.01 18.0003 19.79 17.5303 19.38 17.5003C16.89 17.3703 13.1 15.9703 11.1 12.0803Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M7 16.0002H6.82C6.4 14.8402 5.3 14.0002 4 14.0002C2.34 14.0002 1 15.3402 1 17.0002C1 18.6602 2.34 20.0002 4 20.0002C4.62 20.0002 6.49 20.0002 7 20.0002C8.1 20.0002 9 19.1002 9 18.0002C9 16.9002 8.1 16.0002 7 16.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20.49 20.4902L3.51 3.51024C3.12 3.12024 2.49 3.12024 2.1 3.51024C1.71 3.90024 1.71 4.53024 2.1 4.92024L5.02 7.84024C5.02 7.90024 5 7.95024 5 8.00024V19.0002C5 20.1002 5.9 21.0002 7 21.0002C7 21.5502 7.45 22.0002 8 22.0002C8.55 22.0002 9 21.5502 9 21.0002H15C15 21.5502 15.45 22.0002 16 22.0002C16.55 22.0002 17 21.5502 17 21.0002C17.34 21.0002 17.65 20.9102 17.93 20.7602L19.07 21.9002C19.46 22.2902 20.09 22.2902 20.48 21.9002C20.88 21.5102 20.88 20.8802 20.49 20.4902ZM8.75 18.0002C8.34 18.0002 8 17.6602 8 17.2502V10.8302L9.5 12.3302V17.2502C9.5 17.6602 9.16 18.0002 8.75 18.0002ZM12 18.0002C11.59 18.0002 11.25 17.6602 11.25 17.2502V14.0802L12.75 15.5802V17.2502C12.75 17.6602 12.41 18.0002 12 18.0002ZM12 9.00024C12.41 9.00024 12.75 9.34024 12.75 9.75024V9.92024L14.5 11.6702V9.75024C14.5 9.34024 14.84 9.00024 15.25 9.00024C15.66 9.00024 16 9.34024 16 9.75024V13.1702L19 16.1702V8.00024C19 6.90024 18.1 6.00024 17 6.00024H15V3.00024C15 2.45024 14.55 2.00024 14 2.00024H10C9.45 2.00024 9 2.45024 9 3.00024V6.00024H8.83L11.86 9.03024C11.91 9.02024 11.95 9.00024 12 9.00024ZM10.5 3.50024H13.5V6.00024H10.5V3.50024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 22.0002C13.1 22.0002 14 21.1002 14 20.0002H9.99999C9.99999 21.1002 10.89 22.0002 12 22.0002ZM18 16.0002V11.0002C18 7.93024 16.36 5.36024 13.5 4.68024V4.00024C13.5 3.17024 12.83 2.50024 12 2.50024C11.17 2.50024 10.5 3.17024 10.5 4.00024V4.68024C7.62999 5.36024 5.99999 7.92024 5.99999 11.0002V16.0002L4.70999 17.2902C4.07999 17.9202 4.51999 19.0002 5.40999 19.0002H18.58C19.47 19.0002 19.92 17.9202 19.29 17.2902L18 16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18 16.0002V11.0002C18 7.93024 16.36 5.36024 13.5 4.68024V4.00024C13.5 3.17024 12.82 2.50024 11.99 2.50024C11.16 2.50024 10.5 3.17024 10.5 4.00024V4.68024C7.63001 5.36024 6.00001 7.92024 6.00001 11.0002V16.0002L4.70001 17.2902C4.07001 17.9202 4.51001 19.0002 5.40001 19.0002H18.57C19.46 19.0002 19.91 17.9202 19.28 17.2902L18 16.0002ZM11.99 22.0002C13.09 22.0002 13.99 21.1002 13.99 20.0002H9.99001C9.99001 21.1002 10.88 22.0002 11.99 22.0002ZM6.77001 4.73024C7.19001 4.35024 7.20001 3.70024 6.80001 3.30024C6.42001 2.92024 5.80001 2.91024 5.41001 3.28024C3.70001 4.84024 2.52001 6.96024 2.14001 9.34024C2.05001 9.95024 2.52001 10.5002 3.14001 10.5002C3.62001 10.5002 4.04001 10.1502 4.12001 9.67024C4.42001 7.73024 5.38001 6.00024 6.77001 4.73024ZM18.6 3.28024C18.2 2.91024 17.58 2.92024 17.2 3.30024C16.8 3.70024 16.82 4.34024 17.23 4.72024C18.61 5.99024 19.58 7.72024 19.88 9.66024C19.95 10.1402 20.37 10.4902 20.86 10.4902C21.47 10.4902 21.95 9.94024 21.85 9.33024C21.47 6.96024 20.3 4.85024 18.6 3.28024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.29 17.2902L18 16.0002V11.0002C18 7.93024 16.36 5.36024 13.5 4.68024V4.00024C13.5 3.17024 12.83 2.50024 12 2.50024C11.17 2.50024 10.5 3.17024 10.5 4.00024V4.68024C7.62999 5.36024 5.99999 7.92024 5.99999 11.0002V16.0002L4.70999 17.2902C4.07999 17.9202 4.51999 19.0002 5.40999 19.0002H18.58C19.48 19.0002 19.92 17.9202 19.29 17.2902ZM16 17.0002H7.99999V11.0002C7.99999 8.52024 9.50999 6.50024 12 6.50024C14.49 6.50024 16 8.52024 16 11.0002V17.0002ZM12 22.0002C13.1 22.0002 14 21.1002 14 20.0002H9.99999C9.99999 21.1002 10.89 22.0002 12 22.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 22.0002C13.1 22.0002 14 21.1002 14 20.0002H10C10 21.1002 10.89 22.0002 12 22.0002ZM18 11.0002C18 7.93024 16.36 5.36024 13.5 4.68024V4.00024C13.5 3.17024 12.83 2.50024 12 2.50024C11.17 2.50024 10.5 3.17024 10.5 4.00024V4.68024C10.26 4.74024 10.03 4.83024 9.81 4.91024L18 13.1002V11.0002ZM5.41 3.35024L4 4.76024L6.81 7.57024C6.29 8.57024 6 9.73024 6 11.0002V16.0002L4.71 17.2902C4.08 17.9202 4.52 19.0002 5.41 19.0002H18.24L19.98 20.7402L21.39 19.3302L5.41 3.35024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 22.0002C13.1 22.0002 14 21.1002 14 20.0002H9.99999C9.99999 21.1002 10.89 22.0002 12 22.0002ZM19.29 17.2902L18 16.0002V11.0002C18 7.93024 16.36 5.36024 13.5 4.68024V4.00024C13.5 3.17024 12.83 2.50024 12 2.50024C11.17 2.50024 10.5 3.17024 10.5 4.00024V4.68024C7.62999 5.36024 5.99999 7.92024 5.99999 11.0002V16.0002L4.70999 17.2902C4.07999 17.9202 4.51999 19.0002 5.40999 19.0002H18.58C19.48 19.0002 19.92 17.9202 19.29 17.2902ZM14.5 9.33024C14.5 9.64024 14.39 9.93024 14.2 10.1702L11.7 13.2002H13.6C14.1 13.2002 14.5 13.6002 14.5 14.1002C14.5 14.6002 14.1 15.0002 13.6 15.0002H10.82C10.09 15.0002 9.49999 14.4102 9.49999 13.6802V13.6702C9.49999 13.3602 9.60999 13.0702 9.79999 12.8302L12.3 9.80024H10.4C9.89999 9.80024 9.49999 9.40024 9.49999 8.90024C9.49999 8.40024 9.89999 8.00024 10.4 8.00024H13.18C13.91 8.00024 14.5 8.59024 14.5 9.33024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M17 22.0002C18.66 22.0002 20 20.6602 20 19.0002C20 17.3402 18.66 16.0002 17 16.0002C15.7 16.0002 14.6 16.8402 14.18 18.0002H9.13999L11.13 14.9402C11.42 14.9802 11.71 15.0002 12 15.0002C12.29 15.0002 12.58 14.9802 12.87 14.9402L13.89 16.5102C14.31 15.9802 14.85 15.5602 15.49 15.3002L14.89 14.3702C16.99 13.4202 18.53 11.4702 18.91 9.13024C19.01 8.54024 18.52 8.00024 17.92 8.00024C15.31 8.00024 8.68999 8.00024 6.07999 8.00024C5.47999 8.00024 4.98999 8.54024 5.08999 9.14024C5.46999 11.4802 7.01999 13.4302 9.10999 14.3802L5.15999 20.4602C4.85999 20.9202 4.98999 21.5402 5.44999 21.8402C5.90999 22.1402 6.52999 22.0102 6.82999 21.5502L7.82999 20.0002H14.17C14.6 21.1602 15.7 22.0002 17 22.0002ZM17 18.0002C17.55 18.0002 18 18.4502 18 19.0002C18 19.5502 17.55 20.0002 17 20.0002C16.45 20.0002 16 19.5502 16 19.0002C16 18.4502 16.45 18.0002 17 18.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M9.5 6.47024C9.48 6.75024 9.68 7.00024 9.96 7.00024H10C10.24 7.00024 10.44 6.82024 10.46 6.58024C10.56 5.71024 10.5 5.19024 9.52 4.04024C9.16 3.61024 8.92 3.35024 8.99 2.49024C9.02 2.23024 8.8 2.00024 8.53 2.00024H8.48C8.24 2.00024 8.03 2.19024 8.01 2.43024C7.93 3.36024 8.21 4.17024 8.96 4.96024C9.15 5.17024 9.6 5.52024 9.5 6.47024Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M11.99 6.47024C11.96 6.75024 12.17 7.00024 12.45 7.00024H12.48C12.72 7.00024 12.92 6.82024 12.94 6.58024C13.04 5.71024 12.98 5.19024 12 4.04024C11.64 3.61024 11.39 3.35024 11.47 2.49024C11.5 2.23024 11.28 2.00024 11.01 2.00024H10.96C10.72 2.00024 10.51 2.19024 10.49 2.43024C10.41 3.36024 10.69 4.17024 11.44 4.96024C11.63 5.17024 12.08 5.52024 11.99 6.47024Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M14.5 6.47024C14.48 6.75024 14.68 7.00024 14.96 7.00024H15C15.24 7.00024 15.44 6.82024 15.46 6.58024C15.56 5.71024 15.5 5.19024 14.52 4.04024C14.16 3.61024 13.91 3.35024 13.99 2.49024C14.02 2.23024 13.8 2.00024 13.53 2.00024H13.48C13.24 2.00024 13.03 2.19024 13.01 2.43024C12.93 3.36024 13.21 4.17024 13.96 4.96024C14.15 5.17024 14.6 5.52024 14.5 6.47024Z"
|
|
14
|
+
/>
|
|
15
|
+
</g>
|
|
16
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3 5.00024V11.0002H8L7.4 8.62024C7.22 7.88024 7.88 7.22024 8.62 7.40024L11 8.00024V3.00024H5C3.9 3.00024 3 3.90024 3 5.00024ZM8 13.0002H3V19.0002C3 20.1002 3.9 21.0002 5 21.0002H11V16.0002L8.62 16.6002C7.89 16.7802 7.22 16.1202 7.41 15.3902L8 13.0002ZM15.38 16.6002L13 16.0002V21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V13.0002H16L16.6 15.3802C16.78 16.1202 16.12 16.7802 15.38 16.6002ZM19 3.00024H13V8.00024L15.38 7.40024C16.11 7.22024 16.78 7.88024 16.59 8.61024L16 11.0002H21V5.00024C21 3.90024 20.1 3.00024 19 3.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 4.00024H16.83L15.59 2.65024C15.22 2.24024 14.68 2.00024 14.12 2.00024H9.88C9.32 2.00024 8.78 2.24024 8.4 2.65024L7.17 4.00024H4C2.9 4.00024 2 4.90024 2 6.00024V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V6.00024C22 4.90024 21.1 4.00024 20 4.00024ZM12 7.00024C13.63 7.00024 15.06 7.79024 15.98 9.00024H12C10.34 9.00024 9 10.3402 9 12.0002C9 12.3502 9.07 12.6902 9.18 13.0002H7.1C7.04 12.6802 7 12.3402 7 12.0002C7 9.24024 9.24 7.00024 12 7.00024ZM12 17.0002C10.37 17.0002 8.94 16.2102 8.02 15.0002H12C13.66 15.0002 15 13.6602 15 12.0002C15 11.6502 14.93 11.3102 14.82 11.0002H16.9C16.97 11.3202 17 11.6602 17 12.0002C17 14.7602 14.76 17.0002 12 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16 11.0002C17.66 11.0002 18.99 9.66024 18.99 8.00024C18.99 6.34024 17.66 5.00024 16 5.00024C14.34 5.00024 13 6.34024 13 8.00024C13 9.66024 14.34 11.0002 16 11.0002ZM8 11.0002C9.66 11.0002 10.99 9.66024 10.99 8.00024C10.99 6.34024 9.66 5.00024 8 5.00024C6.34 5.00024 5 6.34024 5 8.00024C5 9.66024 6.34 11.0002 8 11.0002ZM8 13.0002C5.67 13.0002 1 14.1702 1 16.5002V18.0002C1 18.5502 1.45 19.0002 2 19.0002H14C14.55 19.0002 15 18.5502 15 18.0002V16.5002C15 14.1702 10.33 13.0002 8 13.0002ZM16 13.0002C15.71 13.0002 15.38 13.0202 15.03 13.0502C15.05 13.0602 15.06 13.0802 15.07 13.0902C16.21 13.9202 17 15.0302 17 16.5002V18.0002C17 18.3502 16.93 18.6902 16.82 19.0002H22C22.55 19.0002 23 18.5502 23 18.0002V16.5002C23 14.1702 18.33 13.0002 16 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|