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="M3 17.4602V20.5002C3 20.7802 3.22 21.0002 3.5 21.0002H6.54C6.67 21.0002 6.8 20.9502 6.89 20.8502L17.81 9.94018L14.06 6.19018L3.15 17.1002C3.05 17.2002 3 17.3202 3 17.4602ZM20.71 7.04018C21.1 6.65018 21.1 6.02018 20.71 5.63018L18.37 3.29018C17.98 2.90018 17.35 2.90018 16.96 3.29018L15.13 5.12018L18.88 8.87018L20.71 7.04018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16 16.0002H18C18.55 16.0002 19 16.4502 19 17.0002C19 17.5502 18.55 18.0002 18 18.0002H16C15.45 18.0002 15 17.5502 15 17.0002C15 16.4502 15.45 16.0002 16 16.0002ZM16 8.00018H21C21.55 8.00018 22 8.45018 22 9.00018C22 9.55018 21.55 10.0002 21 10.0002H16C15.45 10.0002 15 9.55018 15 9.00018C15 8.45018 15.45 8.00018 16 8.00018ZM16 12.0002H20C20.55 12.0002 21 12.4502 21 13.0002C21 13.5502 20.55 14.0002 20 14.0002H16C15.45 14.0002 15 13.5502 15 13.0002C15 12.4502 15.45 12.0002 16 12.0002ZM3 18.0002C3 19.1002 3.9 20.0002 5 20.0002H11C12.1 20.0002 13 19.1002 13 18.0002V8.00018H3V18.0002ZM13 5.00018H11L10.29 4.29018C10.11 4.11018 9.85 4.00018 9.59 4.00018H6.41C6.15 4.00018 5.89 4.11018 5.71 4.29018L5 5.00018H3C2.45 5.00018 2 5.45018 2 6.00018C2 6.55018 2.45 7.00018 3 7.00018H13C13.55 7.00018 14 6.55018 14 6.00018C14 5.45018 13.55 5.00018 13 5.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.99 8.00018C21.99 7.28018 21.62 6.65018 21.05 6.30018L13.01 1.59018C12.39 1.22018 11.61 1.22018 10.99 1.59018L2.95 6.30018C2.38 6.65018 2 7.28018 2 8.00018V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002L21.99 8.00018ZM10.94 12.3402L3.74 7.84018L10.99 3.59018C11.61 3.22018 12.39 3.22018 13.01 3.59018L20.26 7.84018L13.06 12.3402C12.41 12.7402 11.59 12.7402 10.94 12.3402Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M7 8.00018C6.45 8.00018 6 8.45018 6 9.00018V15.0002C6 16.1002 6.9 17.0002 8 17.0002H16C16.55 17.0002 17 16.5502 17 16.0002C17 15.4502 16.55 15.0002 16 15.0002H8V9.00018C8 8.45018 7.55 8.00018 7 8.00018Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M20 3.00018H12C10.9 3.00018 10 3.90018 10 5.00018V11.0002C10 12.1002 10.9 13.0002 12 13.0002H20C21.1 13.0002 22 12.1002 22 11.0002V5.00018C22 3.90018 21.1 3.00018 20 3.00018ZM19.5 11.0002H12.5C12.22 11.0002 12 10.7802 12 10.5002V7.00018H20V10.5002C20 10.7802 19.78 11.0002 19.5 11.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M3 12.0002C2.45 12.0002 2 12.4502 2 13.0002V19.0002C2 20.1002 2.9 21.0002 4 21.0002H12C12.55 21.0002 13 20.5502 13 20.0002C13 19.4502 12.55 19.0002 12 19.0002H4V13.0002C4 12.4502 3.55 12.0002 3 12.0002Z"
|
|
11
|
+
/>
|
|
12
|
+
</g>
|
|
13
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15 1.00018H4C2.9 1.00018 2 1.90018 2 3.00018V16.0002C2 16.5502 2.45 17.0002 3 17.0002C3.55 17.0002 4 16.5502 4 16.0002V4.00018C4 3.45018 4.45 3.00018 5 3.00018H15C15.55 3.00018 16 2.55018 16 2.00018C16 1.45018 15.55 1.00018 15 1.00018ZM15.59 5.59018L20.42 10.4202C20.79 10.7902 21 11.3002 21 11.8302V21.0002C21 22.1002 20.1 23.0002 19 23.0002H7.99C6.89 23.0002 6 22.1002 6 21.0002L6.01 7.00018C6.01 5.90018 6.9 5.00018 8 5.00018H14.17C14.7 5.00018 15.21 5.21018 15.59 5.59018ZM15 12.0002H19.5L14 6.50018V11.0002C14 11.5502 14.45 12.0002 15 12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11 18.0002H13C13.55 18.0002 14 17.5502 14 17.0002C14 16.4502 13.55 16.0002 13 16.0002H11C10.45 16.0002 10 16.4502 10 17.0002C10 17.5502 10.45 18.0002 11 18.0002ZM3 7.00018C3 7.55018 3.45 8.00018 4 8.00018H20C20.55 8.00018 21 7.55018 21 7.00018C21 6.45018 20.55 6.00018 20 6.00018H4C3.45 6.00018 3 6.45018 3 7.00018ZM7 13.0002H17C17.55 13.0002 18 12.5502 18 12.0002C18 11.4502 17.55 11.0002 17 11.0002H7C6.45 11.0002 6 11.4502 6 12.0002C6 12.5502 6.45 13.0002 7 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M14.4 6.00018L14.16 4.80018C14.07 4.34018 13.66 4.00018 13.18 4.00018H6C5.45 4.00018 5 4.45018 5 5.00018V20.0002C5 20.5502 5.45 21.0002 6 21.0002C6.55 21.0002 7 20.5502 7 20.0002V14.0002H12.6L12.84 15.2002C12.93 15.6702 13.34 16.0002 13.82 16.0002H19C19.55 16.0002 20 15.5502 20 15.0002V7.00018C20 6.45018 19.55 6.00018 19 6.00018H14.4Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9.93 13.5002H14.07L12 7.98018L9.93 13.5002ZM20 2.00018H4C2.9 2.00018 2 2.90018 2 4.00018V20.0002C2 21.1002 2.9 22.0002 4 22.0002H20C21.1 22.0002 22 21.1002 22 20.0002V4.00018C22 2.90018 21.1 2.00018 20 2.00018ZM15.71 17.8802L14.81 15.5002H9.17L8.28 17.8702C8.14 18.2502 7.78 18.5002 7.37 18.5002C6.69 18.5002 6.22 17.8102 6.47 17.1802L10.72 6.37018C10.94 5.84018 11.44 5.50018 12 5.50018C12.56 5.50018 13.06 5.84018 13.27 6.37018L17.52 17.1802C17.77 17.8102 17.3 18.5002 16.62 18.5002C16.22 18.5002 15.86 18.2502 15.71 17.8802Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 8.00017V6.41017C12 5.52017 13.08 5.07017 13.71 5.70017L19.3 11.2902C19.69 11.6802 19.69 12.3102 19.3 12.7002L13.71 18.2902C13.08 18.9202 12 18.4802 12 17.5902V16.0002H5C4.45 16.0002 4 15.5502 4 15.0002V9.00017C4 8.45017 4.45 8.00017 5 8.00017H12Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3.72001 6.04018C4.19001 6.50018 4.93001 6.52018 5.43001 6.10018C5.80001 5.78018 6.12001 5.59018 6.30001 5.67018C6.80001 5.87018 6.30001 6.70018 6.00001 7.19018C5.75001 7.61018 3.14001 11.0802 3.14001 13.5002C3.14001 14.7802 3.62001 15.8402 4.48001 16.4802C5.23001 17.0402 6.22001 17.2102 7.12001 16.9402C8.19001 16.6302 9.07001 15.5402 10.18 14.1702C11.39 12.6802 13.01 10.7302 14.26 10.7302C15.89 10.7302 15.91 11.7402 16.02 12.5202C12.24 13.1602 10.64 16.1902 10.64 17.8902C10.64 19.5902 12.08 20.9802 13.85 20.9802C15.48 20.9802 18.14 19.6502 18.54 14.8802H19.75C20.44 14.8802 21 14.3202 21 13.6302C21 12.9402 20.44 12.3802 19.75 12.3802H18.53C18.38 10.7302 17.44 8.18018 14.5 8.18018C12.25 8.18018 10.32 10.0902 9.56001 11.0202C8.98001 11.7502 7.50001 13.5002 7.27001 13.7402C7.02001 14.0402 6.59001 14.5802 6.16001 14.5802C5.71001 14.5802 5.44001 13.7502 5.80001 12.6602C6.15001 11.5702 7.20002 9.80018 7.65001 9.14018C8.43001 8.00018 8.95001 7.22018 8.95001 5.86018C8.95001 3.69018 7.31001 3.00018 6.44001 3.00018C5.35001 3.00018 4.40001 3.63018 3.74001 4.22018C3.21001 4.70018 3.21001 5.54018 3.72001 6.04018ZM13.88 18.5502C13.57 18.5502 13.14 18.2902 13.14 17.8302C13.14 17.2302 13.87 15.6302 16.01 15.0702C15.71 17.7602 14.58 18.5502 13.88 18.5502Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M12 20.0002L11.14 19.1402C9.96 17.9602 9.97 16.0402 11.16 14.8802L12 14.0602C11.61 14.0202 11.32 14.0002 11 14.0002C8.33 14.0002 3 15.3402 3 18.0002V20.0002H12ZM11 12.0002C13.21 12.0002 15 10.2102 15 8.00018C15 5.79018 13.21 4.00018 11 4.00018C8.79 4.00018 7 5.79018 7 8.00018C7 10.2102 8.79 12.0002 11 12.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M16.18 19.7802C15.79 20.1702 15.15 20.1702 14.76 19.7802L12.69 17.6902C12.31 17.3002 12.31 16.6802 12.69 16.3002L12.7 16.2902C13.09 15.9002 13.72 15.9002 14.1 16.2902L15.47 17.6602L19.9 13.2002C20.29 12.8102 20.92 12.8102 21.31 13.2002L21.32 13.2102C21.7 13.6002 21.7 14.2202 21.32 14.6002L16.18 19.7802Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11.34 15.0202C11.73 15.4102 12.36 15.4102 12.75 15.0202L19.11 8.66019C19.5 8.27019 19.5 7.64019 19.11 7.25019L14.16 2.30019C13.78 1.90019 13.15 1.90019 12.76 2.29019L6.39 8.66019C6 9.05019 6 9.68019 6.39 10.0702L11.34 15.0202ZM13.46 4.41019L17 7.95019L12.05 12.9002L8.51 9.36019L13.46 4.41019ZM20.41 15.4102L18.29 13.2902C18.11 13.1102 17.85 13.0002 17.59 13.0002H17.32L15.32 15.0002H17.23L19 17.0002H5L6.78 15.0002H8.83L6.83 13.0002H6.41C6.14 13.0002 5.89 13.1102 5.7 13.2902L3.58 15.4102C3.21 15.7902 3 16.3002 3 16.8302V20.0002C3 21.1002 3.9 22.0002 5 22.0002H19C20.1 22.0002 21 21.1102 21 20.0002V16.8302C21 16.3002 20.79 15.7902 20.41 15.4102Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 7.00018H14C13.45 7.00018 13 7.45018 13 8.00018C13 8.55018 13.45 9.00018 14 9.00018H17C18.65 9.00018 20 10.3502 20 12.0002C20 13.6502 18.65 15.0002 17 15.0002H14C13.45 15.0002 13 15.4502 13 16.0002C13 16.5502 13.45 17.0002 14 17.0002H17C19.76 17.0002 22 14.7602 22 12.0002C22 9.24018 19.76 7.00018 17 7.00018ZM8 12.0002C8 12.5502 8.45 13.0002 9 13.0002H15C15.55 13.0002 16 12.5502 16 12.0002C16 11.4502 15.55 11.0002 15 11.0002H9C8.45 11.0002 8 11.4502 8 12.0002ZM10 15.0002H7C5.35 15.0002 4 13.6502 4 12.0002C4 10.3502 5.35 9.00018 7 9.00018H10C10.55 9.00018 11 8.55018 11 8.00018C11 7.45018 10.55 7.00018 10 7.00018H7C4.24 7.00018 2 9.24018 2 12.0002C2 14.7602 4.24 17.0002 7 17.0002H10C10.55 17.0002 11 16.5502 11 16.0002C11 15.4502 10.55 15.0002 10 15.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00018H4.99C3.88 3.00018 3.01 3.89018 3.01 5.00018L3 19.0002C3 20.1002 3.88 21.0002 4.99 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.89018 20.1 3.00018 19 3.00018ZM19 15.0002H15.87C15.4 15.0002 15.02 15.3402 14.89 15.8002C14.54 17.0702 13.37 18.0002 12 18.0002C10.63 18.0002 9.46 17.0702 9.11 15.8002C8.98 15.3402 8.6 15.0002 8.13 15.0002H5V6.00018C5 5.45018 5.45 5.00018 6 5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V15.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M21 8.00018C19.55 8.00018 18.74 9.44018 19.07 10.5102L15.52 14.0702C15.22 13.9802 14.78 13.9802 14.48 14.0702L11.93 11.5202C12.27 10.4502 11.46 9.00018 10 9.00018C8.55 9.00018 7.73 10.4402 8.07 11.5202L3.51 16.0702C2.44 15.7402 1 16.5502 1 18.0002C1 19.1002 1.9 20.0002 3 20.0002C4.45 20.0002 5.26 18.5602 4.93 17.4902L9.48 12.9302C9.78 13.0202 10.22 13.0202 10.52 12.9302L13.07 15.4802C12.73 16.5502 13.54 18.0002 15 18.0002C16.45 18.0002 17.27 16.5602 16.93 15.4802L20.49 11.9302C21.56 12.2602 23 11.4502 23 10.0002C23 8.90018 22.1 8.00018 21 8.00018Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M15 9.00018L15.94 6.93018L18 6.00018L15.94 5.07018L15 3.00018L14.08 5.07018L12 6.00018L14.08 6.93018L15 9.00018Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M3.5 11.0002L4 9.00018L6 8.50018L4 8.00018L3.5 6.00018L3 8.00018L1 8.50018L3 9.00018L3.5 11.0002Z"
|
|
11
|
+
/>
|
|
12
|
+
</g>
|
|
13
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.94 11.2302C21.57 8.76017 19.32 7.00017 16.82 7.00017H13.95C13.43 7.00017 13 7.43017 13 7.95017C13 8.47017 13.43 8.90017 13.95 8.90017H16.85C18.45 8.90017 19.8899 10.0402 20.07 11.6302C20.24 13.0602 19.43 14.3202 18.2199 14.8502L19.62 16.2502C21.25 15.2302 22.26 13.3402 21.94 11.2302ZM4.11995 3.56017C3.72995 3.17017 3.09995 3.17017 2.70995 3.56017C2.31995 3.95017 2.31995 4.58017 2.70995 4.97017L5.10995 7.37017C3.16995 8.17017 1.83995 10.1402 2.01995 12.4102C2.22995 15.0502 4.58995 17.0002 7.22995 17.0002H10.05C10.57 17.0002 11 16.5702 11 16.0502C11 15.5302 10.57 15.1002 10.05 15.1002H7.15995C5.52995 15.1002 4.05995 13.9102 3.90995 12.2802C3.75995 10.5602 5.01995 9.11017 6.65995 8.93017L8.75995 11.0302C8.32995 11.1202 7.99995 11.4902 7.99995 11.9502V12.0502C7.99995 12.5702 8.42995 13.0002 8.94995 13.0002H10.7299L13 15.2702V17.0002H14.7299L18.03 20.3002C18.42 20.6902 19.05 20.6902 19.44 20.3002C19.83 19.9102 19.83 19.2802 19.44 18.8902L4.11995 3.56017ZM16 11.9502C16 11.4302 15.57 11.0002 15.05 11.0002H14.39L15.88 12.4902C15.95 12.3602 16 12.2102 16 12.0502V11.9502Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.0001 5.00018H21.0001C21.5501 5.00018 22.0001 5.45018 22.0001 6.00018C22.0001 6.55018 21.5501 7.00018 21.0001 7.00018H15.0001C14.4501 7.00018 14.0001 6.55018 14.0001 6.00018C14.0001 5.45018 14.4501 5.00018 15.0001 5.00018ZM15.0001 10.5002H21.0001C21.5501 10.5002 22.0001 10.9502 22.0001 11.5002C22.0001 12.0502 21.5501 12.5002 21.0001 12.5002H15.0001C14.4501 12.5002 14.0001 12.0502 14.0001 11.5002C14.0001 10.9502 14.4501 10.5002 15.0001 10.5002ZM15.0001 16.0002H21.0001C21.5501 16.0002 22.0001 16.4502 22.0001 17.0002C22.0001 17.5502 21.5501 18.0002 21.0001 18.0002H15.0001C14.4501 18.0002 14.0001 17.5502 14.0001 17.0002C14.0001 16.4502 14.4501 16.0002 15.0001 16.0002ZM9.85006 19.1502L11.6401 17.3602C11.8401 17.1602 11.8401 16.8502 11.6401 16.6502L9.85006 14.8602C9.54006 14.5402 9.00006 14.7602 9.00006 15.2102V18.8002C9.00006 19.2402 9.54006 19.4602 9.85006 19.1502ZM9.00006 16.0002H8.70006C6.35006 16.0002 4.25006 14.2902 4.02006 11.9502C3.76006 9.27018 5.87006 7.00018 8.50006 7.00018H11.0001C11.5501 7.00018 12.0001 6.55018 12.0001 6.00018C12.0001 5.45018 11.5501 5.00018 11.0001 5.00018H8.50006C4.64006 5.00018 1.54006 8.40018 2.06006 12.3602C2.48006 15.6402 5.43006 18.0002 8.73006 18.0002H9.00006"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 4.00018H4C2.9 4.00018 2 4.90018 2 6.00018V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V6.00018C22 4.90018 21.1 4.00018 20 4.00018ZM19.6 8.25018L13.06 12.3402C12.41 12.7502 11.59 12.7502 10.94 12.3402L4.4 8.25018C4.15 8.09018 4 7.82018 4 7.53018C4 6.86018 4.73 6.46018 5.3 6.81018L12 11.0002L18.7 6.81018C19.27 6.46018 20 6.86018 20 7.53018C20 7.82018 19.85 8.09018 19.6 8.25018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 4.00018H4C2.9 4.00018 2 4.90018 2 6.00018V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V6.00018C22 4.90018 21.1 4.00018 20 4.00018ZM19.6 8.25018L13.06 12.3402C12.41 12.7502 11.59 12.7502 10.94 12.3402L4.4 8.25018C4.15 8.09018 4 7.82018 4 7.53018C4 6.86018 4.73 6.46018 5.3 6.81018L12 11.0002L18.7 6.81018C19.27 6.46018 20 6.86018 20 7.53018C20 7.82018 19.85 8.09018 19.6 8.25018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00018H4.99C3.88 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.88 21.0002 4.99 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM19 15.0002H15.87C15.4 15.0002 15.02 15.3402 14.89 15.8002C14.54 17.0702 13.37 18.0002 12 18.0002C10.63 18.0002 9.46 17.0702 9.11 15.8002C8.98 15.3402 8.6 15.0002 8.13 15.0002H4.99V6.00018C4.99 5.45018 5.44 5.00018 5.99 5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V15.0002ZM16 10.0002H14V7.00018H10V10.0002H8L11.65 13.6502C11.85 13.8502 12.16 13.8502 12.36 13.6502L16 10.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 7.00018H16V5.00018C16 4.45018 15.78 3.95018 15.41 3.59018C15.05 3.22018 14.55 3.00018 14 3.00018H10C8.9 3.00018 8 3.90018 8 5.00018V7.00018H4C2.9 7.00018 2 7.90018 2 9.00018V20.0002C2 21.1002 2.9 22.0002 4 22.0002H20C21.1 22.0002 22 21.1002 22 20.0002V9.00018C22 7.90018 21.1 7.00018 20 7.00018ZM10 5.00018H14V7.00018H10V5.00018ZM10.5 18.0002C10.22 17.7202 10.22 17.2802 10.5 17.0002L13 14.5002L10.5 12.0002C10.22 11.7202 10.22 11.2802 10.5 11.0002C10.78 10.7202 11.22 10.7202 11.5 11.0002L14.65 14.1502C14.85 14.3502 14.85 14.6602 14.65 14.8602L11.5 18.0002C11.22 18.2802 10.78 18.2802 10.5 18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M14 6.00018L13.28 4.55018C13.11 4.21018 12.76 4.00018 12.38 4.00018H6C5.45 4.00018 5 4.45018 5 5.00018V20.0002C5 20.5502 5.45 21.0002 6 21.0002C6.55 21.0002 7 20.5502 7 20.0002V14.0002H12L12.72 15.4502C12.89 15.7902 13.24 16.0002 13.61 16.0002H19C19.55 16.0002 20 15.5502 20 15.0002V7.00018C20 6.45018 19.55 6.00018 19 6.00018H14ZM18 14.0002H14L13 12.0002H7V6.00018H12L13 8.00018H18V14.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M21 6.30018C21 5.51018 20.53 4.79018 19.81 4.47018L12.81 1.36018C12.29 1.13018 11.7 1.13018 11.19 1.36018L4.19 4.47018C3.47 4.79018 3 5.51018 3 6.30018V11.0002C3 16.5502 6.84 21.7402 12 23.0002C14.3 22.4402 16.33 21.1002 17.88 19.2902L14.76 16.1702C12.82 17.4602 10.18 17.2402 8.47 15.5302C6.52 13.5802 6.52 10.4102 8.47 8.46018C10.42 6.51018 13.59 6.51018 15.54 8.46018C17.25 10.1702 17.46 12.8102 16.18 14.7502L19.08 17.6502C20.29 15.6902 21 13.3802 21 11.0002V6.30018Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M12 15.0002C13.6569 15.0002 15 13.657 15 12.0002C15 10.3433 13.6569 9.00018 12 9.00018C10.3431 9.00018 9 10.3433 9 12.0002C9 13.657 10.3431 15.0002 12 15.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M19 12.8702C19 12.4002 18.66 12.0202 18.2 11.8902C16.93 11.5402 16 10.3802 16 9.00018V4.00018H17C17.55 4.00018 18 3.55018 18 3.00018C18 2.45018 17.55 2.00018 17 2.00018H7C6.45 2.00018 6 2.45018 6 3.00018C6 3.55018 6.45 4.00018 7 4.00018H8V9.00018C8 10.3802 7.07 11.5402 5.8 11.8902C5.34 12.0202 5 12.4002 5 12.8702V13.0002C5 13.5502 5.45 14.0002 6 14.0002H10.98L11 21.0002C11 21.5502 11.45 22.0002 12 22.0002C12.55 22.0002 13 21.5502 13 21.0002L12.98 14.0002H18C18.55 14.0002 19 13.5502 19 13.0002V12.8702Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18.4 10.6002C16.55 8.99018 14.15 8.00018 11.5 8.00018C7.34004 8.00018 3.76004 10.4202 2.06004 13.9302C1.74004 14.6002 2.10004 15.4002 2.81004 15.6402C3.40004 15.8402 4.04004 15.5602 4.31004 15.0002C5.61004 12.3402 8.34004 10.5002 11.5 10.5002C13.45 10.5002 15.23 11.2202 16.62 12.3802L14.71 14.2902C14.08 14.9202 14.52 16.0002 15.41 16.0002H21C21.55 16.0002 22 15.5502 22 15.0002V9.41018C22 8.52018 20.92 8.07018 20.29 8.70018L18.4 10.6002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018ZM16 13.0002H8C7.45 13.0002 7 12.5502 7 12.0002C7 11.4502 7.45 11.0002 8 11.0002H16C16.55 11.0002 17 11.4502 17 12.0002C17 12.5502 16.55 13.0002 16 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M7 12.0002C7 12.5502 7.45 13.0002 8 13.0002H16C16.55 13.0002 17 12.5502 17 12.0002C17 11.4502 16.55 11.0002 16 11.0002H8C7.45 11.0002 7 11.4502 7 12.0002ZM12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018ZM12 20.0002C7.59 20.0002 4 16.4102 4 12.0002C4 7.59018 7.59 4.00018 12 4.00018C16.41 4.00018 20 7.59018 20 12.0002C20 16.4102 16.41 20.0002 12 20.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9.99997 9.00017V7.41017C9.99997 6.52017 8.91997 6.07017 8.28997 6.70017L3.69997 11.2902C3.30997 11.6802 3.30997 12.3102 3.69997 12.7002L8.28997 17.2902C8.91997 17.9202 9.99997 17.4802 9.99997 16.5902V14.9002C15 14.9002 18.5 16.5002 21 20.0002C20 15.0002 17 10.0002 9.99997 9.00017Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_958)">
|
|
4
|
+
<path
|
|
5
|
+
d="M6.99998 7.56017C6.99998 6.62017 5.85998 6.14017 5.18998 6.81017L0.70998 11.2902C0.31998 11.6802 0.31998 12.3102 0.70998 12.7002L5.18998 17.1802C5.85998 17.8602 6.99998 17.3802 6.99998 16.4402C6.99998 16.1602 6.88998 15.8902 6.68998 15.6902L2.99998 12.0002L6.68998 8.31017C6.88998 8.11017 6.99998 7.84017 6.99998 7.56017ZM13 9.00017V7.41017C13 6.52017 11.92 6.07017 11.29 6.70017L6.69998 11.2902C6.30998 11.6802 6.30998 12.3102 6.69998 12.7002L11.29 17.2902C11.92 17.9202 13 17.4702 13 16.5802V14.9002C18 14.9002 21.5 16.5002 24 20.0002C23 15.0002 20 10.0002 13 9.00017Z"
|
|
6
|
+
/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15_958">
|
|
10
|
+
<rect
|
|
11
|
+
width="24"
|
|
12
|
+
height="24"
|
|
13
|
+
fill="white"
|
|
14
|
+
transform="translate(0 0.000183105)"
|
|
15
|
+
/>
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
</g>
|
|
19
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.32 3.00018H8.68C8.42 3.00018 8.16 3.11018 7.98 3.29018L3.29 7.98018C3.11 8.16018 3 8.42018 3 8.68018V15.3102C3 15.5802 3.11 15.8302 3.29 16.0202L7.97 20.7002C8.16 20.8902 8.42 21.0002 8.68 21.0002H15.31C15.58 21.0002 15.83 20.8902 16.02 20.7102L20.7 16.0302C20.89 15.8402 20.99 15.5902 20.99 15.3202V8.68018C20.99 8.41018 20.88 8.16018 20.7 7.97018L16.02 3.29018C15.84 3.11018 15.58 3.00018 15.32 3.00018ZM12 17.3002C11.28 17.3002 10.7 16.7202 10.7 16.0002C10.7 15.2802 11.28 14.7002 12 14.7002C12.72 14.7002 13.3 15.2802 13.3 16.0002C13.3 16.7202 12.72 17.3002 12 17.3002ZM12 13.0002C11.45 13.0002 11 12.5502 11 12.0002V8.00018C11 7.45018 11.45 7.00018 12 7.00018C12.55 7.00018 13 7.45018 13 8.00018V12.0002C13 12.5502 12.55 13.0002 12 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M20.71 7.98018L16.03 3.30018C15.84 3.11018 15.58 3.00018 15.32 3.00018H8.68C8.42 3.00018 8.16 3.11018 7.98 3.29018L3.29 7.98018C3.11 8.16018 3 8.42018 3 8.68018V15.3102C3 15.5802 3.11 15.8302 3.29 16.0202L7.97 20.7002C8.16 20.8902 8.42 21.0002 8.68 21.0002H15.31C15.58 21.0002 15.83 20.8902 16.02 20.7102L20.7 16.0302C20.89 15.8402 20.99 15.5902 20.99 15.3202V8.68018C21 8.42018 20.89 8.16018 20.71 7.98018ZM19 14.9002L14.9 19.0002H9.1L5 14.9002V9.10018L9.1 5.00018H14.9L19 9.10018V14.9002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M12 17.0002C12.5523 17.0002 13 16.5525 13 16.0002C13 15.4479 12.5523 15.0002 12 15.0002C11.4477 15.0002 11 15.4479 11 16.0002C11 16.5525 11.4477 17.0002 12 17.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M12 7.00018C11.45 7.00018 11 7.45018 11 8.00018V13.0002C11 13.5502 11.45 14.0002 12 14.0002C12.55 14.0002 13 13.5502 13 13.0002V8.00018C13 7.45018 12.55 7.00018 12 7.00018Z"
|
|
11
|
+
/>
|
|
12
|
+
</g>
|
|
13
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 7.00017C12.55 7.00017 13 7.45017 13 8.00017V9.33017L20.2 16.5302L20.71 16.0202C20.9 15.8302 21 15.5802 21 15.3102V8.68017C21 8.41017 20.89 8.16017 20.71 7.97017L16.03 3.29017C15.84 3.11017 15.58 3.00017 15.32 3.00017H8.68C8.42 3.00017 8.16 3.11017 7.98 3.29017L7.47 3.80017L11.16 7.49017C11.33 7.20017 11.64 7.00017 12 7.00017ZM2.41 1.58017L1 2.99017L4.64 6.63017L3.29 7.98017C3.11 8.16017 3 8.42017 3 8.68017V15.3102C3 15.5802 3.11 15.8302 3.29 16.0202L7.97 20.7002C8.16 20.8902 8.42 21.0002 8.68 21.0002H15.31C15.58 21.0002 15.83 20.8902 16.02 20.7102L17.37 19.3602L21.01 23.0002L22.42 21.5902L2.41 1.58017ZM12 17.3002C11.28 17.3002 10.7 16.7202 10.7 16.0002C10.7 15.2802 11.28 14.7002 12 14.7002C12.72 14.7002 13.3 15.2802 13.3 16.0002C13.3 16.7202 12.72 17.3002 12 17.3002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17.59 3.59018C17.21 3.21018 16.7 3.00018 16.17 3.00018H5C3.89 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V7.83018C21 7.30018 20.79 6.79018 20.41 6.42018L17.59 3.59018ZM12 19.0002C10.34 19.0002 9 17.6602 9 16.0002C9 14.3402 10.34 13.0002 12 13.0002C13.66 13.0002 15 14.3402 15 16.0002C15 17.6602 13.66 19.0002 12 19.0002ZM13 9.00018H7C5.9 9.00018 5 8.10018 5 7.00018C5 5.90018 5.9 5.00018 7 5.00018H13C14.1 5.00018 15 5.90018 15 7.00018C15 8.10018 14.1 9.00018 13 9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 13.0002V18.0002C19 18.5502 18.55 19.0002 18 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V13.0002C5 12.4502 4.55 12.0002 4 12.0002C3.45 12.0002 3 12.4502 3 13.0002V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V13.0002C21 12.4502 20.55 12.0002 20 12.0002C19.45 12.0002 19 12.4502 19 13.0002ZM13 12.6702L14.88 10.7902C15.27 10.4002 15.9 10.4002 16.29 10.7902C16.68 11.1802 16.68 11.8102 16.29 12.2002L12.7 15.7902C12.31 16.1802 11.68 16.1802 11.29 15.7902L7.7 12.2002C7.31 11.8102 7.31 11.1802 7.7 10.7902C8.09 10.4002 8.72 10.4002 9.11 10.7902L11 12.6702V4.00018C11 3.45018 11.45 3.00018 12 3.00018C12.55 3.00018 13 3.45018 13 4.00018V12.6702Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3 5.00018H5V3.00018C3.9 3.00018 3 3.90018 3 5.00018ZM3 13.0002H5V11.0002H3V13.0002ZM7 21.0002H9V19.0002H7V21.0002ZM3 9.00018H5V7.00018H3V9.00018ZM13 3.00018H11V5.00018H13V3.00018ZM19 3.00018V5.00018H21C21 3.90018 20.1 3.00018 19 3.00018ZM5 21.0002V19.0002H3C3 20.1002 3.9 21.0002 5 21.0002ZM3 17.0002H5V15.0002H3V17.0002ZM9 3.00018H7V5.00018H9V3.00018ZM11 21.0002H13V19.0002H11V21.0002ZM19 13.0002H21V11.0002H19V13.0002ZM19 21.0002C20.1 21.0002 21 20.1002 21 19.0002H19V21.0002ZM19 9.00018H21V7.00018H19V9.00018ZM19 17.0002H21V15.0002H19V17.0002ZM15 21.0002H17V19.0002H15V21.0002ZM15 5.00018H17V3.00018H15V5.00018ZM8 17.0002H16C16.55 17.0002 17 16.5502 17 16.0002V8.00018C17 7.45018 16.55 7.00018 16 7.00018H8C7.45 7.00018 7 7.45018 7 8.00018V16.0002C7 16.5502 7.45 17.0002 8 17.0002ZM9 9.00018H15V15.0002H9V9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3.4 20.4002L20.85 12.9202C21.66 12.5702 21.66 11.4302 20.85 11.0802L3.4 3.6002C2.74 3.3102 2.01 3.8002 2.01 4.5102L2 9.1202C2 9.6202 2.37 10.0502 2.87 10.1102L17 12.0002L2.87 13.8802C2.37 13.9502 2 14.3802 2 14.8802L2.01 19.4902C2.01 20.2002 2.74 20.6902 3.4 20.4002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4 18.0002H8C8.55 18.0002 9 17.5502 9 17.0002C9 16.4502 8.55 16.0002 8 16.0002H4C3.45 16.0002 3 16.4502 3 17.0002C3 17.5502 3.45 18.0002 4 18.0002ZM3 7.00018C3 7.55018 3.45 8.00018 4 8.00018H20C20.55 8.00018 21 7.55018 21 7.00018C21 6.45018 20.55 6.00018 20 6.00018H4C3.45 6.00018 3 6.45018 3 7.00018ZM4 13.0002H14C14.55 13.0002 15 12.5502 15 12.0002C15 11.4502 14.55 11.0002 14 11.0002H4C3.45 11.0002 3 11.4502 3 12.0002C3 12.5502 3.45 13.0002 4 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17.66 17.6602L16.95 18.3702C16.75 18.5702 16.44 18.5702 16.24 18.3702C16.04 18.1702 16.04 17.8602 16.24 17.6602L16.95 16.9502L15.01 15.0102L14.3 15.7202C14.1 15.9202 13.79 15.9202 13.59 15.7202C13.39 15.5202 13.39 15.2102 13.59 15.0102L14.3 14.3002L12.36 12.3602L11.65 13.0702C11.45 13.2702 11.14 13.2702 10.94 13.0702C10.74 12.8702 10.74 12.5602 10.94 12.3602L11.65 11.6502L9.7 9.70018L8.99 10.4102C8.79 10.6102 8.48 10.6102 8.28 10.4102C8.08 10.2102 8.08 9.90018 8.28 9.70018L8.99 8.99018L7.05 7.05018L6.34 7.76019C6.14 7.96019 5.83 7.96019 5.63 7.76019C5.43 7.56018 5.43 7.25019 5.63 7.05018L6.34 6.34019L4.85 4.85018C4.54 4.54018 4 4.76018 4 5.21018V18.0002C4 19.1002 4.9 20.0002 6 20.0002H18.79C19.24 20.0002 19.46 19.4602 19.14 19.1502L17.66 17.6602ZM7 16.0002V11.2402L12.76 17.0002H8C7.45 17.0002 7 16.5502 7 16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M5 18.0002C5 18.5502 5.45 19.0002 6 19.0002H18C18.55 19.0002 19 18.5502 19 18.0002C19 17.4502 18.55 17.0002 18 17.0002H6C5.45 17.0002 5 17.4502 5 18.0002ZM9.5 12.8002H14.5L15.16 14.4002C15.31 14.7602 15.66 15.0002 16.05 15.0002C16.74 15.0002 17.2 14.2902 16.93 13.6602L13.05 4.69018C12.87 4.27018 12.46 4.00018 12 4.00018C11.54 4.00018 11.13 4.27018 10.95 4.69018L7.07 13.6602C6.8 14.2902 7.27 15.0002 7.96 15.0002C8.35 15.0002 8.7 14.7602 8.85 14.4002L9.5 12.8002ZM12 5.98018L13.87 11.0002H10.13L12 5.98018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20.55 5.22018L19.16 3.54018C18.88 3.21018 18.47 3.00018 18 3.00018H6C5.53 3.00018 5.12 3.21018 4.85 3.55018L3.46 5.22018C3.17 5.57018 3 6.01018 3 6.50018V19.0002C3 20.1002 3.89 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V6.50018C21 6.01018 20.83 5.57018 20.55 5.22018ZM12.35 9.85018L17.5 15.0002H14V17.0002H10V15.0002H6.5L11.65 9.85018C11.84 9.66018 12.16 9.66018 12.35 9.85018ZM5.12 5.00018L5.94 4.00018H17.94L18.87 5.00018H5.12Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12.5 8.00018C9.85 8.00018 7.45 8.99018 5.6 10.6002L3.71 8.71018C3.08 8.08018 2 8.52018 2 9.41018V15.0002C2 15.5502 2.45 16.0002 3 16.0002H8.59C9.48 16.0002 9.93 14.9202 9.3 14.2902L7.39 12.3802C8.78 11.2202 10.55 10.5002 12.51 10.5002C15.67 10.5002 18.4 12.3402 19.7 15.0002C19.97 15.5602 20.61 15.8402 21.2 15.6402C21.91 15.4102 22.27 14.6002 21.95 13.9202C20.23 10.4202 16.65 8.00018 12.5 8.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 16.9902C15.65 16.9902 14.8 17.4102 14.05 17.7902C13.4 18.1202 12.87 18.3902 12 18.3902C11.1 18.3902 10.6 18.1402 9.95 17.7902C9.2 17.4102 8.38 16.9902 7 16.9902C5.62 16.9902 4.8 17.4102 4.05 17.7902C3.62 18.0102 3.24 18.2002 2.78 18.3102C2.33 18.4102 2 18.7702 2 19.2202V19.3202C2 19.9202 2.56 20.3502 3.14 20.2302C3.88 20.0802 4.44 19.8002 4.95 19.5402C5.6 19.2102 6.12 18.9402 7 18.9402C7.88 18.9402 8.4 19.1902 9.05 19.5402C9.8 19.9202 10.62 20.3402 12 20.3402C13.38 20.3402 14.2 19.9202 14.95 19.5402C15.6 19.2102 16.13 18.9402 17 18.9402C17.9 18.9402 18.4 19.1902 19.05 19.5402C19.57 19.8002 20.13 20.0902 20.88 20.2402C21.46 20.3502 22 19.9102 22 19.3302V19.2402C22 18.7802 21.66 18.4202 21.21 18.3202C20.75 18.2202 20.38 18.0302 19.95 17.8002C19.2 17.4102 18.35 16.9902 17 16.9902ZM17 12.5402C15.65 12.5402 14.8 12.9702 14.05 13.3402C13.4 13.6602 12.87 13.9402 12 13.9402C11.1 13.9402 10.6 13.6902 9.95 13.3402C9.2 12.9602 8.38 12.5402 7 12.5402C5.62 12.5402 4.8 12.9702 4.05 13.3402C3.62 13.5502 3.24 13.7502 2.77 13.8602C2.33 13.9602 2 14.3202 2 14.7702V14.8702C2 15.4602 2.54 15.9002 3.12 15.7802C3.87 15.6302 4.43 15.3402 4.95 15.0902C5.6 14.7402 6.1 14.4902 7 14.4902C7.9 14.4902 8.4 14.7402 9.05 15.0902C9.8 15.4702 10.62 15.8902 12 15.8902C13.38 15.8902 14.2 15.4602 14.95 15.0902C15.6 14.7402 16.1 14.4902 17 14.4902C17.9 14.4902 18.4 14.7402 19.05 15.0902C19.57 15.3502 20.13 15.6402 20.88 15.7902C21.46 15.9002 22 15.4602 22 14.8702V14.7802C22 14.3202 21.66 13.9602 21.21 13.8602C20.75 13.7602 20.38 13.5702 19.95 13.3402C19.2 12.9602 18.35 12.5402 17 12.5402ZM19.95 4.46016C19.2 4.08016 18.37 3.66016 17 3.66016C15.63 3.66016 14.8 4.08016 14.05 4.46016C13.4 4.78016 12.87 5.06016 12 5.06016C11.1 5.06016 10.6 4.81016 9.95 4.46016C9.2 4.09016 8.38 3.66016 7 3.66016C5.62 3.66016 4.8 4.08016 4.05 4.46016C3.62 4.68016 3.24 4.87016 2.78 4.98016C2.33 5.08016 2 5.44016 2 5.89016V5.96016C2 6.56016 2.54 7.00016 3.12 6.88016C3.87 6.73016 4.43 6.44016 4.95 6.19016C5.6 5.86016 6.12 5.59016 7 5.59016C7.88 5.59016 8.4 5.84016 9.05 6.19016C9.8 6.57016 10.62 6.99016 12 6.99016C13.38 6.99016 14.2 6.56016 14.95 6.19016C15.6 5.87016 16.13 5.59016 17 5.59016C17.9 5.59016 18.4 5.84016 19.05 6.19016C19.57 6.45016 20.13 6.74016 20.88 6.89016C21.46 7.00016 22 6.56016 22 5.97016V5.88016C22 5.42016 21.66 5.06016 21.21 4.96016C20.75 4.86016 20.38 4.68016 19.95 4.46016ZM17 8.09016C15.65 8.09016 14.8 8.52016 14.05 8.89016C13.4 9.24016 12.9 9.49016 12 9.49016C11.1 9.49016 10.6 9.24016 9.95 8.89016C9.2 8.51016 8.38 8.09016 7 8.09016C5.62 8.09016 4.8 8.52016 4.05 8.89016C3.62 9.12016 3.25 9.31016 2.79 9.41016C2.34 9.51016 2 9.87016 2 10.3302V10.4202C2 11.0102 2.54 11.4502 3.12 11.3302C3.87 11.1802 4.43 10.8902 4.95 10.6402C5.6 10.3202 6.13 10.0402 7 10.0402C7.87 10.0402 8.4 10.2902 9.05 10.6402C9.8 11.0202 10.62 11.4402 12 11.4402C13.38 11.4402 14.2 11.0102 14.95 10.6402C15.6 10.3202 16.13 10.0402 17 10.0402C17.9 10.0402 18.4 10.2902 19.05 10.6402C19.57 10.9002 20.13 11.1902 20.88 11.3402C21.46 11.4502 22 11.0102 22 10.4302V10.3402C22 9.88016 21.66 9.52016 21.21 9.42016C20.75 9.32016 20.38 9.13016 19.95 8.90016C19.2 8.51016 18.35 8.09016 17 8.09016Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 10.0002C19.9 10.0002 19 10.9002 19 12.0002V15.0002H5V12.0002C5 10.9002 4.1 10.0002 3 10.0002C1.9 10.0002 1 10.9002 1 12.0002V17.0002C1 18.1002 1.9 19.0002 3 19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V12.0002C23 10.9002 22.1 10.0002 21 10.0002ZM18 5.00018H6C4.9 5.00018 4 5.90018 4 7.00018V9.15018C5.16 9.56018 6 10.6602 6 11.9702V14.0002H18V11.9702C18 10.6702 18.84 9.57018 20 9.15018V7.00018C20 5.90018 19.1 5.00018 18 5.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.00018C8.14 2.00018 5 5.14018 5 9.00018C5 13.1702 9.42 18.9202 11.23 21.1102C11.63 21.5902 12.36 21.5902 12.76 21.1102C14.58 18.9202 19 13.1702 19 9.00018C19 5.14018 15.86 2.00018 12 2.00018ZM16.31 8.16018L11.18 13.2902C10.79 13.6802 10.16 13.6802 9.77 13.2902L7.7 11.2202C7.31 10.8302 7.31 10.1902 7.7 9.80018C8.09 9.41018 8.73 9.41018 9.12 9.80018L10.48 11.1602L14.9 6.74018C15.29 6.35018 15.93 6.35018 16.32 6.74018C16.7 7.14018 16.7 7.77018 16.31 8.16018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.87 15.2501L12.5 13.2501V8.72014C12.5 8.32014 12.18 8.00014 11.78 8.00014H11.72C11.32 8.00014 11 8.32014 11 8.72014V13.4401C11 13.7901 11.18 14.1201 11.49 14.3001L15.14 16.4901C15.48 16.6901 15.92 16.5901 16.12 16.2501C16.33 15.9001 16.22 15.4501 15.87 15.2501ZM21.18 5.01014L18.1 2.45014C17.68 2.10014 17.05 2.15014 16.69 2.58014C16.34 3.00014 16.4 3.63014 16.82 3.99014L19.89 6.55014C20.31 6.90014 20.94 6.85014 21.3 6.42014C21.66 6.00014 21.6 5.37014 21.18 5.01014ZM4.10001 6.55014L7.17001 3.99014C7.60001 3.63014 7.66001 3.00014 7.30001 2.58014C6.95001 2.15014 6.32001 2.10014 5.90001 2.45014L2.82001 5.01014C2.40001 5.37014 2.34001 6.00014 2.70001 6.42014C3.05001 6.85014 3.68001 6.90014 4.10001 6.55014ZM12 4.00014C7.03001 4.00014 3.00001 8.03014 3.00001 13.0001C3.00001 17.9701 7.03001 22.0001 12 22.0001C16.97 22.0001 21 17.9701 21 13.0001C21 8.03014 16.97 4.00014 12 4.00014ZM12 20.0001C8.14001 20.0001 5.00001 16.8601 5.00001 13.0001C5.00001 9.14014 8.14001 6.00014 12 6.00014C15.86 6.00014 19 9.14014 19 13.0001C19 16.8601 15.86 20.0001 12 20.0001Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.87 15.2501L12.5 13.2501V8.72014C12.5 8.32014 12.18 8.00014 11.78 8.00014H11.72C11.32 8.00014 11 8.32014 11 8.72014V13.4401C11 13.7901 11.18 14.1201 11.49 14.3001L15.14 16.4901C15.48 16.6901 15.92 16.5901 16.12 16.2501C16.33 15.9001 16.22 15.4501 15.87 15.2501ZM21.18 5.01014L18.1 2.45014C17.68 2.10014 17.05 2.15014 16.69 2.58014C16.34 3.00014 16.4 3.63014 16.82 3.99014L19.89 6.55014C20.31 6.90014 20.94 6.85014 21.3 6.42014C21.66 6.00014 21.6 5.37014 21.18 5.01014ZM4.10001 6.55014L7.17001 3.99014C7.60001 3.63014 7.66001 3.00014 7.30001 2.58014C6.95001 2.15014 6.32001 2.10014 5.90001 2.45014L2.82001 5.01014C2.40001 5.37014 2.34001 6.00014 2.70001 6.42014C3.05001 6.85014 3.68001 6.90014 4.10001 6.55014ZM12 4.00014C7.03001 4.00014 3.00001 8.03014 3.00001 13.0001C3.00001 17.9701 7.03001 22.0001 12 22.0001C16.97 22.0001 21 17.9701 21 13.0001C21 8.03014 16.97 4.00014 12 4.00014ZM12 20.0001C8.14001 20.0001 5.00001 16.8601 5.00001 13.0001C5.00001 9.14014 8.14001 6.00014 12 6.00014C15.86 6.00014 19 9.14014 19 13.0001C19 16.8601 15.86 20.0001 12 20.0001Z"
|
|
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.0002ZM11.78 7.00024H11.72C11.32 7.00024 11 7.32024 11 7.72024V12.4402C11 12.7902 11.18 13.1202 11.49 13.3002L15.64 15.7902C15.98 15.9902 16.42 15.8902 16.62 15.5502C16.83 15.2102 16.72 14.7602 16.37 14.5602L12.5 12.2602V7.72024C12.5 7.32024 12.18 7.00024 11.78 7.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M17 1.00024H7C5.9 1.00024 5 1.90024 5 3.00024V21.0002C5 22.1002 5.9 23.0002 7 23.0002H17C18.1 23.0002 19 22.1002 19 21.0002V3.00024C19 1.90024 18.1 1.00024 17 1.00024ZM16 19.0002H8C7.45 19.0002 7 18.5502 7 18.0002V6.00024C7 5.45024 7.45 5.00024 8 5.00024H16C16.55 5.00024 17 5.45024 17 6.00024V18.0002C17 18.5502 16.55 19.0002 16 19.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M15 6.00024H9C8.45 6.00024 8 6.45024 8 7.00024C8 7.55024 8.45 8.00024 9 8.00024H15C15.55 8.00024 16 7.55024 16 7.00024C16 6.45024 15.55 6.00024 15 6.00024Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15 12.0001H13V10.0001C13 9.45014 12.55 9.00014 12 9.00014C11.45 9.00014 11 9.45014 11 10.0001V12.0001H9.00001C8.45001 12.0001 8.00001 12.4501 8.00001 13.0001C8.00001 13.5501 8.45001 14.0001 9.00001 14.0001H11V16.0001C11 16.5501 11.45 17.0001 12 17.0001C12.55 17.0001 13 16.5501 13 16.0001V14.0001H15C15.55 14.0001 16 13.5501 16 13.0001C16 12.4501 15.55 12.0001 15 12.0001ZM21.18 5.01014L18.1 2.45014C17.68 2.10014 17.05 2.15014 16.69 2.58014C16.34 3.00014 16.4 3.63014 16.82 3.99014L19.89 6.55014C20.31 6.90014 20.94 6.85014 21.3 6.42014C21.66 6.00014 21.6 5.37014 21.18 5.01014ZM4.10001 6.55014L7.17001 3.99014C7.60001 3.63014 7.66001 3.00014 7.30001 2.58014C6.95001 2.15014 6.32001 2.10014 5.90001 2.45014L2.82001 5.01014C2.40001 5.37014 2.34001 6.00014 2.70001 6.42014C3.05001 6.85014 3.68001 6.90014 4.10001 6.55014ZM12 4.00014C7.03001 4.00014 3.00001 8.03014 3.00001 13.0001C3.00001 17.9701 7.03001 22.0001 12 22.0001C16.97 22.0001 21 17.9701 21 13.0001C21 8.03014 16.97 4.00014 12 4.00014ZM12 20.0001C8.14001 20.0001 5.00001 16.8601 5.00001 13.0001C5.00001 9.14014 8.14001 6.00014 12 6.00014C15.86 6.00014 19 9.14014 19 13.0001C19 16.8601 15.86 20.0001 12 20.0001Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18 1.01024L7.99997 1.00024C6.89997 1.00024 5.99997 1.90024 5.99997 3.00024V6.00024C5.99997 6.55024 6.44997 7.00024 6.99997 7.00024C7.54997 7.00024 7.99997 6.55024 7.99997 6.00024V5.00024H18V19.0002H7.99997V18.0002C7.99997 17.4502 7.54997 17.0002 6.99997 17.0002C6.44997 17.0002 5.99997 17.4502 5.99997 18.0002V21.0002C5.99997 22.1002 6.89997 23.0002 7.99997 23.0002H18C19.1 23.0002 20 22.1002 20 21.0002V3.00024C20 1.90024 19.1 1.01024 18 1.01024ZM11 15.0002C11.55 15.0002 12 14.5502 12 14.0002V9.00024C12 8.45024 11.55 8.00024 11 8.00024H5.99997C5.44997 8.00024 4.99997 8.45024 4.99997 9.00024C4.99997 9.55024 5.44997 10.0002 5.99997 10.0002H8.58997L3.69997 14.8902C3.30997 15.2802 3.30997 15.9102 3.69997 16.3002C4.08997 16.6902 4.71997 16.6902 5.10997 16.3002L9.99997 11.4102V14.0002C9.99997 14.5502 10.45 15.0002 11 15.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.48 13.7002L13.5 9.00024V3.50024C13.5 2.67024 12.83 2.00024 12 2.00024C11.17 2.00024 10.5 2.67024 10.5 3.50024V9.00024L2.52 13.7002C2.2 13.8802 2 14.2302 2 14.6002C2 15.3002 2.67 15.8002 3.34 15.6102L10.5 13.5102V19.0002L8.24 20.3502C8.09 20.4402 8 20.6102 8 20.7802V21.2802V21.3602C8 21.6902 8.31 21.9302 8.62 21.8502L11.54 21.1202L12 21.0002L12.38 21.0902L12.8 21.2002L14.7 21.6802L15.37 21.8502C15.69 21.9302 15.99 21.6902 15.99 21.3602V20.9902V20.7802C15.99 20.6002 15.9 20.4402 15.75 20.3502L13.5 19.0002V13.5002L20.66 15.6002C21.33 15.8002 22 15.3002 22 14.6002C22 14.2302 21.8 13.8802 21.48 13.7002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M22 14.6002C22 15.3002 21.33 15.8002 20.66 15.6102L17.51 14.6802L10.5 7.67024V3.50024C10.5 2.67024 11.17 2.00024 12 2.00024C12.83 2.00024 13.5 2.67024 13.5 3.50024V9.00024L21.48 13.7002C21.8 13.8802 22 14.2302 22 14.6002ZM13.5 13.5002L9.56 9.56024L3.51 3.51024C3.12 3.12024 2.49 3.12024 2.1 3.51024C1.71 3.90024 1.71 4.53024 2.1 4.92024L7.77 10.5902L2.52 13.7002C2.2 13.8802 2 14.2302 2 14.6002C2 15.3002 2.67 15.8002 3.34 15.6102L10.5 13.5102V19.0002L8.24 20.3502C8.08999 20.4402 8 20.6102 8 20.7802V21.2802V21.3602C8 21.6902 8.31 21.9302 8.62 21.8502L11.54 21.1202L12 21.0002L12.38 21.0902L12.8 21.2002L14.7 21.6802L15.37 21.8502C15.69 21.9302 15.99 21.6902 15.99 21.3602V20.9902V20.7802C15.99 20.6002 15.9 20.4402 15.75 20.3502L13.5 19.0002V16.3302L19.07 21.9002C19.46 22.2902 20.09 22.2902 20.48 21.9002C20.87 21.5102 20.87 20.8802 20.48 20.4902L13.5 13.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.67 4.00024H14V3.00024C14 2.45024 13.55 2.00024 13 2.00024H11C10.45 2.00024 10 2.45024 10 3.00024V4.00024H8.33C7.6 4.00024 7 4.60024 7 5.33024V20.6602C7 21.4002 7.6 22.0002 8.34 22.0002H15.66C16.4 22.0002 17 21.4002 17 20.6702V5.33024C17 4.60024 16.4 4.00024 15.67 4.00024ZM13 18.0002H11V16.0002H13V18.0002ZM13 13.0002C13 13.5502 12.55 14.0002 12 14.0002C11.45 14.0002 11 13.5502 11 13.0002V10.0002C11 9.45024 11.45 9.00024 12 9.00024C12.55 9.00024 13 9.45024 13 10.0002V13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.67 4.00024H14V3.00024C14 2.45024 13.55 2.00024 13 2.00024H11C10.45 2.00024 10 2.45024 10 3.00024V4.00024H8.33C7.6 4.00024 7 4.60024 7 5.33024V20.6602C7 21.4002 7.6 22.0002 8.34 22.0002H15.66C16.4 22.0002 17 21.4002 17 20.6702V5.33024C17 4.60024 16.4 4.00024 15.67 4.00024ZM14.61 13.2402L11.94 18.2402C11.7 18.6902 11 18.5202 11 18.0002V14.5002H9.83C9.45 14.5002 9.21 14.1002 9.39 13.7602L12.06 8.76024C12.3 8.31024 13 8.48024 13 9.00024V12.5002H14.17C14.54 12.5002 14.79 12.9002 14.61 13.2402Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.67 4.00024H14V3.00024C14 2.45024 13.55 2.00024 13 2.00024H11C10.45 2.00024 10 2.45024 10 3.00024V4.00024H8.33C7.6 4.00024 7 4.60024 7 5.33024V20.6602C7 21.4002 7.6 22.0002 8.34 22.0002H15.66C16.4 22.0002 17 21.4002 17 20.6702V5.33024C17 4.60024 16.4 4.00024 15.67 4.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.67 4.00024H14V3.00024C14 2.45024 13.55 2.00024 13 2.00024H11C10.45 2.00024 10 2.45024 10 3.00024V4.00024H8.33C7.6 4.00024 7 4.60024 7 5.33024V20.6602C7 21.4002 7.6 22.0002 8.34 22.0002H15.66C16.4 22.0002 17 21.4002 17 20.6702V5.33024C17 4.60024 16.4 4.00024 15.67 4.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.67 4.00024H14V3.00024C14 2.45024 13.55 2.00024 13 2.00024H11C10.45 2.00024 10 2.45024 10 3.00024V4.00024H8.33C7.6 4.00024 7 4.60024 7 5.33024V20.6602C7 21.4002 7.6 22.0002 8.34 22.0002H15.66C16.4 22.0002 17 21.4002 17 20.6702V5.33024C17 4.60024 16.4 4.00024 15.67 4.00024ZM13 18.0002H11V16.0002H13V18.0002ZM14.3 12.6902C14.3 12.6902 13.92 13.1102 13.63 13.4002C13.49 13.5402 13.36 13.7102 13.24 13.8702L13.15 14.0202C13.07 14.1402 13.01 14.2702 12.96 14.3902C12.87 14.6102 12.8 14.8202 12.8 15.0002H11.2C11.2 14.5802 11.32 14.2002 11.49 13.8702C11.55 13.7602 11.62 13.6602 11.69 13.5602C11.72 13.5102 11.75 13.4502 11.79 13.4002C11.9 13.2602 12.02 13.1202 12.13 13.0002L13.06 12.0602C13.33 11.7902 13.5 11.4102 13.5 11.0002C13.5 10.1702 12.83 9.50024 12 9.50024C11.35 9.50024 10.79 9.91024 10.59 10.4902C10.48 10.8002 10.2 11.0002 9.88 11.0002C9.36 11.0002 9 10.4802 9.17 9.99024C9.59 8.83024 10.69 8.00024 12 8.00024C13.66 8.00024 15 9.34024 15 11.0002C15 11.6602 14.73 12.2602 14.3 12.6902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 7.0003L12.71 2.7103C12.08 2.0803 11 2.5203 11 3.4103V9.5903L7.10997 5.7003C6.71997 5.3103 6.08997 5.3103 5.69997 5.7003C5.30997 6.0903 5.30997 6.7203 5.69997 7.1103L10.59 12.0003L5.69997 16.8903C5.30997 17.2803 5.30997 17.9103 5.69997 18.3003C6.08997 18.6903 6.71997 18.6903 7.10997 18.3003L11 14.4103V20.5903C11 21.4803 12.08 21.9303 12.71 21.3003L17 17.0003C17.39 16.6103 17.39 15.9803 17 15.5903L13.41 12.0003L17 8.4203C17.39 8.0303 17.39 7.3903 17 7.0003ZM13 5.8303L14.88 7.7103L13 9.5903V5.8303ZM14.88 16.2903L13 18.1703V14.4103L14.88 16.2903Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M6.00002 13.0003C6.55002 12.4503 6.55002 11.5603 6.00002 11.0103V11.0003C5.45002 10.4503 4.55002 10.4503 4.00002 11.0003C3.45002 11.5503 3.45002 12.4503 4.00002 13.0003C4.55002 13.5503 5.45002 13.5503 6.00002 13.0003ZM20 11.0003C19.44 10.4403 18.55 10.4403 18 10.9903V11.0003C17.45 11.5503 17.45 12.4403 18 12.9903V13.0003C18.55 13.5503 19.44 13.5503 19.99 13.0003H20C20.55 12.4503 20.55 11.5503 20 11.0003ZM17 7.0003L12.71 2.7103C12.08 2.0803 11 2.5203 11 3.4103V9.5903L7.11002 5.7003C6.72002 5.3103 6.09002 5.3103 5.70002 5.7003C5.31002 6.0903 5.31002 6.7203 5.70002 7.1103L10.59 12.0003L5.70002 16.8903C5.31002 17.2803 5.31002 17.9103 5.70002 18.3003C6.09002 18.6903 6.72002 18.6903 7.11002 18.3003L11 14.4103V20.5903C11 21.4803 12.08 21.9303 12.71 21.3003L17 17.0003C17.39 16.6103 17.39 15.9803 17 15.5803L13.41 12.0003L17 8.4203C17.39 8.0303 17.39 7.3903 17 7.0003ZM14.88 16.2903L13 18.1703V14.4103L14.88 16.2903ZM13 9.5903V5.8303L14.88 7.7103L13 9.5903Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.29 17.8903L6.10997 4.7003C5.71997 4.3103 5.08997 4.3103 4.69997 4.7003C4.30997 5.0903 4.30997 5.7203 4.69997 6.1103L10.59 12.0003L5.69997 16.8903C5.30997 17.2803 5.30997 17.9103 5.69997 18.3003C6.08997 18.6903 6.71997 18.6903 7.10997 18.3003L11 14.4103V20.5903C11 21.4803 12.08 21.9303 12.71 21.3003L16.3 17.7103L17.89 19.3003C18.28 19.6903 18.91 19.6903 19.3 19.3003C19.68 18.9103 19.68 18.2703 19.29 17.8903ZM13 18.1703V14.4103L14.88 16.2903L13 18.1703ZM13 5.8303L14.88 7.7103L13.41 9.1803L14.82 10.5903L17 8.4203C17.39 8.0303 17.39 7.4003 17 7.0003L12.71 2.7103C12.08 2.0803 11 2.5203 11 3.4103V6.7703L13 8.7703V5.8303Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.98 10.2803L14.6 11.6603C14.4 11.8603 14.4 12.1703 14.6 12.3703L15.98 13.7503C16.26 14.0303 16.73 13.9003 16.83 13.5203C16.94 13.0203 17 12.5203 17 12.0003C17 11.4903 16.94 10.9903 16.82 10.5203C16.73 10.1403 16.26 10.0003 15.98 10.2803ZM20.1 7.7803C19.85 7.2303 19.12 7.1103 18.7 7.5403C18.44 7.8003 18.39 8.1803 18.53 8.5203C18.99 9.5903 19.25 10.7603 19.25 11.9903C19.25 13.2303 18.99 14.4103 18.52 15.4803C18.38 15.8003 18.43 16.1703 18.68 16.4203C19.09 16.8303 19.78 16.7103 20.03 16.1903C20.66 14.8903 21.01 13.4303 21.01 11.8903C21 10.4403 20.68 9.0403 20.1 7.7803ZM11.41 12.0003L15 8.4203C15.39 8.0303 15.39 7.4003 15 7.0003L10.71 2.7103C10.08 2.0803 8.99997 2.5203 8.99997 3.4103V9.5903L5.10997 5.7003C4.71997 5.3103 4.08997 5.3103 3.69997 5.7003C3.30997 6.0903 3.30997 6.7203 3.69997 7.1103L8.58997 12.0003L3.69997 16.8903C3.30997 17.2803 3.30997 17.9103 3.69997 18.3003C4.08997 18.6903 4.71997 18.6903 5.10997 18.3003L8.99997 14.4103V20.5903C8.99997 21.4803 10.08 21.9303 10.71 21.3003L15 17.0003C15.39 16.6103 15.39 15.9803 15 15.5803L11.41 12.0003ZM11 5.8303L12.88 7.7103L11 9.5903V5.8303ZM11 18.1703V14.4103L12.88 16.2903L11 18.1703Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M10.85 12.6501H13.15L12 9.00014L10.85 12.6501ZM20 8.69014V6.00014C20 4.90014 19.1 4.00014 18 4.00014H15.31L13.41 2.10014C12.63 1.32014 11.36 1.32014 10.58 2.10014L8.69001 4.00014H6.00001C4.90001 4.00014 4.00001 4.90014 4.00001 6.00014V8.69014L2.10001 10.5901C1.32001 11.3701 1.32001 12.6401 2.10001 13.4201L4.00001 15.3201V18.0001C4.00001 19.1001 4.90001 20.0001 6.00001 20.0001H8.69001L10.59 21.9001C11.37 22.6801 12.64 22.6801 13.42 21.9001L15.32 20.0001H18C19.1 20.0001 20 19.1001 20 18.0001V15.3101L21.9 13.4101C22.68 12.6301 22.68 11.3601 21.9 10.5801L20 8.69014ZM14.09 15.4001L13.6 14.0001H10.4L9.91001 15.4001C9.78001 15.7601 9.45001 16.0001 9.07001 16.0001C8.45001 16.0001 8.02001 15.3901 8.23001 14.8101L10.67 7.95014C10.87 7.38014 11.4 7.00014 12 7.00014C12.6 7.00014 13.13 7.38014 13.34 7.94014L15.78 14.8001C15.99 15.3801 15.56 15.9901 14.94 15.9901C14.55 16.0001 14.22 15.7601 14.09 15.4001Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 8.69014V6.00014C20 4.90014 19.1 4.00014 18 4.00014H15.31L13.41 2.10014C12.63 1.32014 11.36 1.32014 10.58 2.10014L8.69001 4.00014H6.00001C4.90001 4.00014 4.00001 4.90014 4.00001 6.00014V8.69014L2.10001 10.5901C1.32001 11.3701 1.32001 12.6401 2.10001 13.4201L4.00001 15.3201V18.0001C4.00001 19.1001 4.90001 20.0001 6.00001 20.0001H8.69001L10.59 21.9001C11.37 22.6801 12.64 22.6801 13.42 21.9001L15.32 20.0001H18C19.1 20.0001 20 19.1001 20 18.0001V15.3101L21.9 13.4101C22.68 12.6301 22.68 11.3601 21.9 10.5801L20 8.69014ZM12 18.0001C8.69001 18.0001 6.00001 15.3101 6.00001 12.0001C6.00001 8.69014 8.69001 6.00014 12 6.00014C15.31 6.00014 18 8.69014 18 12.0001C18 15.3101 15.31 18.0001 12 18.0001ZM12 8.00014C9.79001 8.00014 8.00001 9.79014 8.00001 12.0001C8.00001 14.2101 9.79001 16.0001 12 16.0001C14.21 16.0001 16 14.2101 16 12.0001C16 9.79014 14.21 8.00014 12 8.00014Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 15.3101L21.9 13.4101C22.68 12.6301 22.68 11.3601 21.9 10.5801L20 8.69014V6.00014C20 4.90014 19.1 4.00014 18 4.00014H15.31L13.41 2.10014C12.63 1.32014 11.36 1.32014 10.58 2.10014L8.69001 4.00014H6.00001C4.90001 4.00014 4.00001 4.90014 4.00001 6.00014V8.69014L2.10001 10.5901C1.32001 11.3701 1.32001 12.6401 2.10001 13.4201L4.00001 15.3201V18.0001C4.00001 19.1001 4.90001 20.0001 6.00001 20.0001H8.69001L10.59 21.9001C11.37 22.6801 12.64 22.6801 13.42 21.9001L15.32 20.0001H18C19.1 20.0001 20 19.1001 20 18.0001V15.3101ZM12 18.0001C8.69001 18.0001 6.00001 15.3101 6.00001 12.0001C6.00001 8.69014 8.69001 6.00014 12 6.00014C15.31 6.00014 18 8.69014 18 12.0001C18 15.3101 15.31 18.0001 12 18.0001Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 15.3101L21.9 13.4101C22.68 12.6301 22.68 11.3601 21.9 10.5801L20 8.69014V6.00014C20 4.90014 19.1 4.00014 18 4.00014H15.31L13.41 2.10014C12.63 1.32014 11.36 1.32014 10.58 2.10014L8.69001 4.00014H6.00001C4.90001 4.00014 4.00001 4.90014 4.00001 6.00014V8.69014L2.10001 10.5901C1.32001 11.3701 1.32001 12.6401 2.10001 13.4201L4.00001 15.3201V18.0001C4.00001 19.1001 4.90001 20.0001 6.00001 20.0001H8.69001L10.59 21.9001C11.37 22.6801 12.64 22.6801 13.42 21.9001L15.32 20.0001H18C19.1 20.0001 20 19.1001 20 18.0001V15.3101ZM12 16.9001V7.10014C12 6.49014 12.55 5.99014 13.15 6.11014C15.91 6.65014 18 9.08014 18 12.0001C18 14.9201 15.91 17.3501 13.15 17.8901C12.55 18.0101 12 17.5101 12 16.9001Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13 3.87015V3.89015C13 4.56015 13.45 5.12015 14.08 5.32015C16.93 6.21015 19 8.86015 19 12.0001C19 12.5201 18.94 13.0101 18.83 13.4901C18.69 14.1301 18.95 14.7901 19.52 15.1301L19.53 15.1401C20.39 15.6401 21.51 15.1901 21.74 14.2301C21.91 13.5101 22 12.7601 22 12.0001C22 7.50015 19.02 3.68015 14.92 2.43015C13.97 2.14015 13 2.87015 13 3.87015ZM10.94 18.9201C7.94998 18.4901 5.51997 16.0601 5.07997 13.0801C4.53997 9.48015 6.73997 6.31015 9.90997 5.32015C10.55 5.13015 11 4.56015 11 3.89015V3.87015C11 2.87015 10.03 2.14015 9.06997 2.43015C4.55997 3.81015 1.40997 8.29015 2.08997 13.3901C2.67997 17.7701 6.21998 21.3101 10.6 21.9001C13.74 22.3201 16.64 21.2901 18.73 19.3701C19.47 18.6901 19.34 17.4801 18.47 16.9801C17.89 16.6401 17.17 16.7501 16.67 17.2001C15.2 18.5401 13.16 19.2501 10.94 18.9201Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M6.99997 5.00024H17V6.00024C17 6.55024 17.45 7.00024 18 7.00024C18.55 7.00024 19 6.55024 19 6.00024V3.00024C19 1.90024 18.1 1.01024 17 1.01024L6.99997 1.00024C5.89997 1.00024 4.99997 1.90024 4.99997 3.00024V6.00024C4.99997 6.55024 5.44997 7.00024 5.99997 7.00024C6.54997 7.00024 6.99997 6.55024 6.99997 6.00024V5.00024ZM16.12 15.8802L19.29 12.7102C19.68 12.3202 19.68 11.6902 19.29 11.3002L16.12 8.13024C15.73 7.74024 15.09 7.74024 14.7 8.13024C14.31 8.52024 14.31 9.15024 14.7 9.54024L17.17 12.0002L14.7 14.4702C14.31 14.8602 14.31 15.4902 14.7 15.8802C15.09 16.2702 15.73 16.2702 16.12 15.8802ZM9.28997 14.4602L6.82997 12.0002L9.28997 9.54024C9.67997 9.15024 9.67997 8.52024 9.28997 8.13024C8.89997 7.74024 8.25997 7.74024 7.86997 8.13024L4.69997 11.3002C4.30997 11.6902 4.30997 12.3202 4.69997 12.7102L7.86997 15.8802C8.25997 16.2702 8.89997 16.2702 9.28997 15.8802C9.68997 15.4902 9.67997 14.8502 9.28997 14.4602ZM17 19.0002H6.99997V18.0002C6.99997 17.4502 6.54997 17.0002 5.99997 17.0002C5.44997 17.0002 4.99997 17.4502 4.99997 18.0002V21.0002C4.99997 22.1002 5.89997 23.0002 6.99997 23.0002H17C18.1 23.0002 19 22.1002 19 21.0002V18.0002C19 17.4502 18.55 17.0002 18 17.0002C17.45 17.0002 17 17.4502 17 18.0002V19.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|