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="M19 13.0002H5C3.9 13.0002 3 13.9002 3 15.0002V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V15.0002C21 13.9002 20.1 13.0002 19 13.0002ZM7 19.0002C5.9 19.0002 5 18.1002 5 17.0002C5 15.9002 5.9 15.0002 7 15.0002C8.1 15.0002 9 15.9002 9 17.0002C9 18.1002 8.1 19.0002 7 19.0002ZM19 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V9.00018C3 10.1002 3.9 11.0002 5 11.0002H19C20.1 11.0002 21 10.1002 21 9.00018V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM7 9.00018C5.9 9.00018 5 8.10018 5 7.00018C5 5.90018 5.9 5.00018 7 5.00018C8.1 5.00018 9 5.90018 9 7.00018C9 8.10018 8.1 9.00018 7 9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9 16.2002L5.5 12.7002C5.11 12.3102 4.49 12.3102 4.1 12.7002C3.71 13.0902 3.71 13.7102 4.1 14.1002L8.29 18.2902C8.68 18.6802 9.31 18.6802 9.7 18.2902L20.3 7.70019C20.69 7.31019 20.69 6.69019 20.3 6.30019C19.91 5.91019 19.29 5.91019 18.9 6.30019L9 16.2002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17.3 6.30018C16.91 5.91018 16.28 5.91018 15.89 6.30018L10.25 11.9402L11.66 13.3502L17.3 7.70018C17.68 7.32018 17.68 6.68018 17.3 6.30018ZM21.54 6.29018L11.66 16.1702L8.18002 12.7002C7.79002 12.3102 7.16001 12.3102 6.77001 12.7002C6.38001 13.0902 6.38001 13.7202 6.77001 14.1102L10.95 18.2902C11.34 18.6802 11.97 18.6802 12.36 18.2902L22.95 7.71018C23.34 7.32018 23.34 6.69018 22.95 6.30018H22.94C22.56 5.90018 21.93 5.90018 21.54 6.29018ZM1.12001 14.1202L5.30001 18.3002C5.69001 18.6902 6.32001 18.6902 6.71001 18.3002L7.41001 17.6002L2.53001 12.7002C2.14001 12.3102 1.51001 12.3102 1.12001 12.7002C0.730015 13.0902 0.730015 13.7302 1.12001 14.1202Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20.47 5.63019C20.86 6.02019 20.86 6.64019 20.47 7.03019L9.13001 18.3702C8.74001 18.7602 8.12001 18.7602 7.73001 18.3702L3.53001 14.1702C3.14001 13.7802 3.14001 13.1602 3.53001 12.7702C3.92001 12.3802 4.54001 12.3802 4.93001 12.7702L8.43001 16.2702L19.07 5.63019C19.46 5.24019 20.08 5.24019 20.47 5.63019ZM18.36 3.51019L8.43001 13.4402L5.64001 10.6502C4.86001 9.87019 3.59001 9.87019 2.81001 10.6502L1.41001 12.0502C0.630012 12.8302 0.630012 14.1002 1.41001 14.8802L7.01001 20.4802C7.79001 21.2602 9.06001 21.2602 9.84001 20.4802L22.59 7.74019C23.37 6.96019 23.37 5.69019 22.59 4.91019L21.19 3.51019C20.4 2.73019 19.14 2.73019 18.36 3.51019Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M14.07 5.32019C16.26 6.00019 18 7.74019 18.68 9.93019C18.87 10.5602 19.44 11.0002 20.09 11.0002H20.13C21.13 11.0002 21.85 10.0402 21.56 9.09019C20.59 5.91019 18.08 3.40019 14.9 2.43019C13.96 2.14019 13 2.86019 13 3.86019V3.90019C13 4.56019 13.44 5.13019 14.07 5.32019ZM18.68 14.0702C18 16.2702 16.26 18.0002 14.07 18.6802C13.44 18.8702 13 19.4402 13 20.0902V20.1302C13 21.1302 13.96 21.8502 14.91 21.5602C18.09 20.5902 20.6 18.0802 21.57 14.9002C21.86 13.9502 21.14 12.9902 20.15 12.9902H20.1C19.44 13.0002 18.87 13.4402 18.68 14.0702ZM11 20.1102C11 19.4402 10.55 18.8702 9.91 18.6702C7.07 17.7802 5 15.1302 5 12.0002C5 8.87018 7.07 6.22019 9.91 5.33019C10.55 5.13019 11 4.56019 11 3.89019V3.88019C11 2.88019 10.03 2.14019 9.07 2.44019C4.98 3.69019 2 7.50019 2 12.0002C2 16.5002 4.98 20.3102 9.07 21.5602C10.03 21.8602 11 21.1202 11 20.1102Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11 3.18018V20.8202C11 21.4602 10.41 21.9402 9.79 21.8002C5.32 20.8002 2 16.7902 2 12.0002C2 7.21018 5.32 3.20018 9.79 2.20018C10.41 2.06018 11 2.54018 11 3.18018ZM13.03 3.18018V9.99018C13.03 10.5402 13.48 10.9902 14.03 10.9902H20.82C21.46 10.9902 21.94 10.4002 21.8 9.77018C20.95 6.01018 18 3.05018 14.25 2.20018C13.62 2.06018 13.03 2.54018 13.03 3.18018ZM13.03 14.0102V20.8202C13.03 21.4602 13.62 21.9402 14.25 21.8002C18.01 20.9502 20.96 17.9802 21.81 14.2202C21.95 13.6002 21.46 13.0002 20.83 13.0002H14.04C13.48 13.0102 13.03 13.4602 13.03 14.0102Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11 18.0002C11 19.1002 10.1 20.0002 9 20.0002C7.9 20.0002 7 19.1002 7 18.0002C7 16.9002 7.9 16.0002 9 16.0002C10.1 16.0002 11 16.9002 11 18.0002ZM9 10.0002C7.9 10.0002 7 10.9002 7 12.0002C7 13.1002 7.9 14.0002 9 14.0002C10.1 14.0002 11 13.1002 11 12.0002C11 10.9002 10.1 10.0002 9 10.0002ZM9 4.00018C7.9 4.00018 7 4.90018 7 6.00018C7 7.10018 7.9 8.00018 9 8.00018C10.1 8.00018 11 7.10018 11 6.00018C11 4.90018 10.1 4.00018 9 4.00018ZM15 8.00018C16.1 8.00018 17 7.10018 17 6.00018C17 4.90018 16.1 4.00018 15 4.00018C13.9 4.00018 13 4.90018 13 6.00018C13 7.10018 13.9 8.00018 15 8.00018ZM15 10.0002C13.9 10.0002 13 10.9002 13 12.0002C13 13.1002 13.9 14.0002 15 14.0002C16.1 14.0002 17 13.1002 17 12.0002C17 10.9002 16.1 10.0002 15 10.0002ZM15 16.0002C13.9 16.0002 13 16.9002 13 18.0002C13 19.1002 13.9 20.0002 15 20.0002C16.1 20.0002 17 19.1002 17 18.0002C17 16.9002 16.1 16.0002 15 16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.68 9.71018L17.96 17.9002C17.73 18.3902 17 18.2302 17 17.6902V11.0002H15.5C15.22 11.0002 15 10.7802 15 10.5002V4.50018C15 4.22018 15.22 4.00018 15.5 4.00018H21.26C21.61 4.00018 21.86 4.36018 21.72 4.69018L20 9.00018H21.22C21.59 9.00018 21.83 9.38018 21.68 9.71018ZM15 13.0002V20.0002H4C2.9 20.0002 2 19.1002 2 18.0002V15.0002C2 13.9002 2.9 13.0002 4 13.0002H15ZM6.25 16.5002C6.25 16.0902 5.91 15.7502 5.5 15.7502C5.09 15.7502 4.75 16.0902 4.75 16.5002C4.75 16.9102 5.09 17.2502 5.5 17.2502C5.91 17.2502 6.25 16.9102 6.25 16.5002ZM13 4.00018V11.0002H4C2.9 11.0002 2 10.1002 2 9.00018V6.00018C2 4.90018 2.9 4.00018 4 4.00018H13ZM6.25 7.50018C6.25 7.09018 5.91 6.75018 5.5 6.75018C5.09 6.75018 4.75 7.09018 4.75 7.50018C4.75 7.91018 5.09 8.25018 5.5 8.25018C5.91 8.25018 6.25 7.91018 6.25 7.50018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M6.05001 8.05018C3.32001 10.7802 3.32001 15.2002 6.03001 17.9302C7.50001 14.5302 10.12 11.6902 13.39 10.0002C10.62 12.3402 8.68001 15.6102 8.00001 19.3202C10.6 20.5502 13.8 20.1002 15.95 17.9502C18.94 14.9602 19.78 6.81018 19.96 4.57018C19.98 4.26018 19.73 4.01018 19.43 4.04018C17.19 4.22018 9.04001 5.06018 6.05001 8.05018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M6 17.0002H18C18.55 17.0002 19 17.4502 19 18.0002C19 18.5502 18.55 19.0002 18 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002C5 17.4502 5.45 17.0002 6 17.0002ZM11.17 6.25019L6.37 13.4502C5.92 14.1102 6.4 15.0002 7.2 15.0002H16.8C17.6 15.0002 18.08 14.1102 17.63 13.4502L12.83 6.25019C12.44 5.65019 11.56 5.65019 11.17 6.25019Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15 18.5002C12.49 18.5002 10.32 17.0802 9.24 15.0002H14C14.55 15.0002 15 14.5502 15 14.0002C15 13.4502 14.55 13.0002 14 13.0002H8.58C8.53 12.6702 8.5 12.3402 8.5 12.0002C8.5 11.6602 8.53 11.3302 8.58 11.0002H14C14.55 11.0002 15 10.5502 15 10.0002C15 9.45018 14.55 9.00018 14 9.00018H9.24C10.32 6.92018 12.5 5.50018 15 5.50018C16.25 5.50018 17.42 5.86018 18.42 6.47018C18.92 6.78018 19.57 6.73018 19.99 6.31018C20.57 5.73018 20.44 4.78018 19.74 4.35018C18.36 3.50018 16.73 3.00018 15 3.00018C11.08 3.00018 7.76 5.51018 6.52 9.00018H4C3.45 9.00018 3 9.45018 3 10.0002C3 10.5502 3.45 11.0002 4 11.0002H6.06C6.02 11.3302 6 11.6602 6 12.0002C6 12.3402 6.02 12.6702 6.06 13.0002H4C3.45 13.0002 3 13.4502 3 14.0002C3 14.5502 3.45 15.0002 4 15.0002H6.52C7.76 18.4902 11.08 21.0002 15 21.0002C16.74 21.0002 18.36 20.5102 19.74 19.6502C20.43 19.2202 20.56 18.2602 19.98 17.6802C19.56 17.2602 18.91 17.2102 18.41 17.5302C17.42 18.1502 16.26 18.5002 15 18.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16 13.0002H13C12.45 13.0002 12 13.4502 12 14.0002V17.0002C12 17.5502 12.45 18.0002 13 18.0002H16C16.55 18.0002 17 17.5502 17 17.0002V14.0002C17 13.4502 16.55 13.0002 16 13.0002ZM16 3.00018V4.00018H8V3.00018C8 2.45018 7.55 2.00018 7 2.00018C6.45 2.00018 6 2.45018 6 3.00018V4.00018H5C3.89 4.00018 3.01 4.90018 3.01 6.00018L3 20.0002C3 21.1002 3.89 22.0002 5 22.0002H19C20.1 22.0002 21 21.1002 21 20.0002V6.00018C21 4.90018 20.1 4.00018 19 4.00018H18V3.00018C18 2.45018 17.55 2.00018 17 2.00018C16.45 2.00018 16 2.45018 16 3.00018ZM18 20.0002H6C5.45 20.0002 5 19.5502 5 19.0002V9.00018H19V19.0002C19 19.5502 18.55 20.0002 18 20.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M5.5 21.0002C6.33 21.0002 7 20.3302 7 19.5002V18.0002H17V19.5002C17 20.3302 17.67 21.0002 18.5 21.0002C19.33 21.0002 20 20.3302 20 19.5002V17.0002C20 15.9002 19.1 15.0002 18 15.0002H6C4.9 15.0002 4 15.9002 4 17.0002V19.5002C4 20.3302 4.67 21.0002 5.5 21.0002ZM20 10.0002H21C21.55 10.0002 22 10.4502 22 11.0002V12.0002C22 12.5502 21.55 13.0002 21 13.0002H20C19.45 13.0002 19 12.5502 19 12.0002V11.0002C19 10.4502 19.45 10.0002 20 10.0002ZM3 10.0002H4C4.55 10.0002 5 10.4502 5 11.0002V12.0002C5 12.5502 4.55 13.0002 4 13.0002H3C2.45 13.0002 2 12.5502 2 12.0002V11.0002C2 10.4502 2.45 10.0002 3 10.0002ZM17 13.0002H7V5.00018C7 3.90018 7.9 3.00018 9 3.00018H15C16.1 3.00018 17 3.90018 17 5.00018V13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M10.79 16.2902C11.18 16.6802 11.81 16.6802 12.2 16.2902L15.79 12.7002C16.18 12.3102 16.18 11.6802 15.79 11.2902L12.2 7.70018C11.81 7.31018 11.18 7.31018 10.79 7.70018C10.4 8.09018 10.4 8.72018 10.79 9.11018L12.67 11.0002H4C3.45 11.0002 3 11.4502 3 12.0002C3 12.5502 3.45 13.0002 4 13.0002H12.67L10.79 14.8802C10.4 15.2702 10.41 15.9102 10.79 16.2902ZM19 3.00018H5C3.89 3.00018 3 3.90018 3 5.00018V8.00018C3 8.55018 3.45 9.00018 4 9.00018C4.55 9.00018 5 8.55018 5 8.00018V6.00018C5 5.45018 5.45 5.00018 6 5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V18.0002C19 18.5502 18.55 19.0002 18 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V16.0002C5 15.4502 4.55 15.0002 4 15.0002C3.45 15.0002 3 15.4502 3 16.0002V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 10.9002C11.39 10.9002 10.9 11.3902 10.9 12.0002C10.9 12.6102 11.39 13.1002 12 13.1002C12.61 13.1002 13.1 12.6102 13.1 12.0002C13.1 11.3902 12.61 10.9002 12 10.9002ZM12 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.00018ZM14.19 14.1902L6 18.0002L9.81 9.81018L18 6.00018L14.19 14.1902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18.0001 6.00018L15.0901 12.2602L20.3401 17.5102C21.3901 15.9302 22.0001 14.0402 22.0001 12.0002C22.0001 6.48018 17.5201 2.00018 12.0001 2.00018C9.96006 2.00018 8.07006 2.61018 6.49006 3.66018L11.7401 8.91018L18.0001 6.00018ZM2.81006 5.64018L3.66006 6.49018C2.29006 8.56018 1.66006 11.1702 2.18006 13.9402C2.93006 17.8902 6.10006 21.0702 10.0601 21.8202C12.8301 22.3402 15.4401 21.7202 17.5101 20.3402L18.3601 21.1902C18.7501 21.5802 19.3801 21.5802 19.7701 21.1902C20.1601 20.8002 20.1601 20.1702 19.7701 19.7802L4.22005 4.22018C3.83005 3.83018 3.20006 3.83018 2.81006 4.22018C2.42006 4.61018 2.42006 5.25018 2.81006 5.64018ZM8.91006 11.7402L12.2601 15.0902L6.00006 18.0002L8.91006 11.7402Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20.5 11.0002H19V7.00018C19 5.90018 18.1 5.00018 17 5.00018H13V3.50018C13 2.12018 11.88 1.00018 10.5 1.00018C9.12 1.00018 8 2.12018 8 3.50018V5.00018H4C2.9 5.00018 2.01 5.90018 2.01 7.00018V10.8002H3.5C4.99 10.8002 6.2 12.0102 6.2 13.5002C6.2 14.9902 4.99 16.2002 3.5 16.2002H2V20.0002C2 21.1002 2.9 22.0002 4 22.0002H7.8V20.5002C7.8 19.0102 9.01 17.8002 10.5 17.8002C11.99 17.8002 13.2 19.0102 13.2 20.5002V22.0002H17C18.1 22.0002 19 21.1002 19 20.0002V16.0002H20.5C21.88 16.0002 23 14.8802 23 13.5002C23 12.1202 21.88 11.0002 20.5 11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9 11.7502C8.31 11.7502 7.75 12.3102 7.75 13.0002C7.75 13.6902 8.31 14.2502 9 14.2502C9.69 14.2502 10.25 13.6902 10.25 13.0002C10.25 12.3102 9.69 11.7502 9 11.7502ZM15 11.7502C14.31 11.7502 13.75 12.3102 13.75 13.0002C13.75 13.6902 14.31 14.2502 15 14.2502C15.69 14.2502 16.25 13.6902 16.25 13.0002C16.25 12.3102 15.69 11.7502 15 11.7502ZM12 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 11.7102 4.02 11.4202 4.05 11.1402C6.41 10.0902 8.28 8.16018 9.26 5.77018C11.07 8.33018 14.05 10.0002 17.42 10.0002C18.2 10.0002 18.95 9.91018 19.67 9.74018C19.88 10.4502 20 11.2102 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="M10.25 13.0002C10.25 13.6902 9.69 14.2502 9 14.2502C8.31 14.2502 7.75 13.6902 7.75 13.0002C7.75 12.3102 8.31 11.7502 9 11.7502C9.69 11.7502 10.25 12.3102 10.25 13.0002ZM15 11.7502C14.31 11.7502 13.75 12.3102 13.75 13.0002C13.75 13.6902 14.31 14.2502 15 14.2502C15.69 14.2502 16.25 13.6902 16.25 13.0002C16.25 12.3102 15.69 11.7502 15 11.7502ZM22 12.0002C22 17.5202 17.52 22.0002 12 22.0002C6.48 22.0002 2 17.5202 2 12.0002C2 6.48018 6.48 2.00018 12 2.00018C17.52 2.00018 22 6.48018 22 12.0002ZM10.66 4.12018C12.06 6.44018 14.6 8.00018 17.5 8.00018C17.96 8.00018 18.41 7.95018 18.84 7.88018C17.44 5.56018 14.9 4.00018 12 4.00018C11.54 4.00018 11.09 4.05018 10.66 4.12018ZM4.42 9.47018C6.13 8.50018 7.45 6.92018 8.08 5.03018C6.37 6.00018 5.05 7.58018 4.42 9.47018ZM20 12.0002C20 11.2202 19.88 10.4702 19.67 9.76018C18.97 9.91018 18.25 10.0002 17.5 10.0002C14.37 10.0002 11.58 8.56018 9.74 6.31018C8.69 8.87018 6.6 10.8802 4 11.8602C4.01 11.9002 4 11.9502 4 12.0002C4 16.4102 7.59 20.0002 12 20.0002C16.41 20.0002 20 16.4102 20 12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M20 3.00018H4C2.9 3.00018 2 3.90018 2 5.00018V19.0002C2 20.1002 2.9 21.0002 4 21.0002H20C21.1 21.0002 22 20.1002 22 19.0002V5.00018C22 3.90018 21.1 3.00018 20 3.00018ZM9 17.0002H6C5.45 17.0002 5 16.5502 5 16.0002C5 15.4502 5.45 15.0002 6 15.0002H9C9.55 15.0002 10 15.4502 10 16.0002C10 16.5502 9.55 17.0002 9 17.0002ZM9 13.0002H6C5.45 13.0002 5 12.5502 5 12.0002C5 11.4502 5.45 11.0002 6 11.0002H9C9.55 11.0002 10 11.4502 10 12.0002C10 12.5502 9.55 13.0002 9 13.0002ZM9 9.00018H6C5.45 9.00018 5 8.55018 5 8.00018C5 7.45018 5.45 7.00018 6 7.00018H9C9.55 7.00018 10 7.45018 10 8.00018C10 8.55018 9.55 9.00018 9 9.00018ZM18.7 11.1202L15.53 14.2902C15.14 14.6802 14.5 14.6802 14.11 14.2902L12.7 12.8702C12.31 12.4802 12.31 11.8502 12.7 11.4602C13.09 11.0702 13.72 11.0702 14.11 11.4602L14.82 12.1702L17.29 9.70018C17.68 9.31018 18.31 9.31018 18.7 9.70018L18.71 9.71018C19.09 10.1002 19.09 10.7402 18.7 11.1202Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13.35 20.1302C12.59 20.8202 11.42 20.8202 10.66 20.1202L10.55 20.0202C5.30003 15.2702 1.87003 12.1602 2.00003 8.2802C2.06003 6.5802 2.93003 4.9502 4.34003 3.9902C6.98003 2.1902 10.24 3.0302 12 5.0902C13.76 3.0302 17.02 2.1802 19.66 3.9902C21.07 4.9502 21.94 6.5802 22 8.2802C22.14 12.1602 18.7 15.2702 13.45 20.0402L13.35 20.1302Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.66 3.9902C17.02 2.1902 13.76 3.0302 12 5.0902C10.24 3.0302 6.98003 2.1802 4.34003 3.9902C2.94003 4.9502 2.06003 6.5702 2.00003 8.2802C1.86003 12.1602 5.30003 15.2702 10.55 20.0402L10.65 20.1302C11.41 20.8202 12.58 20.8202 13.34 20.1202L13.45 20.0202C18.7 15.2602 22.13 12.1502 22 8.2702C21.94 6.5702 21.06 4.9502 19.66 3.9902ZM12.1 18.5502L12 18.6502L11.9 18.5502C7.14003 14.2402 4.00003 11.3902 4.00003 8.5002C4.00003 6.5002 5.50003 5.0002 7.50003 5.0002C9.04003 5.0002 10.54 5.9902 11.07 7.3602H12.94C13.46 5.9902 14.96 5.0002 16.5 5.0002C18.5 5.0002 20 6.5002 20 8.5002C20 11.3902 16.86 14.2402 12.1 18.5502Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 2.00018H4.01001C2.91001 2.00018 2.01001 2.90018 2.01001 4.00018V22.0002L6.00001 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002V4.00018C22 2.90018 21.1 2.00018 20 2.00018ZM13 14.0002H11V12.0002H13V14.0002ZM13 9.00018C13 9.55018 12.55 10.0002 12 10.0002C11.45 10.0002 11 9.55018 11 9.00018V7.00018C11 6.45018 11.45 6.00018 12 6.00018C12.55 6.00018 13 6.45018 13 7.00018V9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4.24999 5.61018C6.56999 8.59018 9.99999 13.0002 9.99999 13.0002V18.0002C9.99999 19.1002 10.9 20.0002 12 20.0002C13.1 20.0002 14 19.1002 14 18.0002V13.0002C14 13.0002 17.43 8.59018 19.75 5.61018C20.26 4.95018 19.79 4.00018 18.95 4.00018H5.03999C4.20999 4.00018 3.73999 4.95018 4.24999 5.61018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 19.5902V8.83018C20 8.30018 19.79 7.79018 19.41 7.42018L14.58 2.59018C14.21 2.21018 13.7 2.00018 13.17 2.00018H6C4.9 2.00018 4.01 2.90018 4.01 4.00018L4 20.0002C4 21.1002 4.89 22.0002 5.99 22.0002H18C18.45 22.0002 18.85 21.8502 19.19 21.6002L14.76 17.1702C13.9 17.7302 12.87 18.0502 11.76 17.9902C9.39 17.8802 7.36 16.0302 7.04 13.6802C6.6 10.3302 9.49 7.50018 12.87 8.07018C14.82 8.40018 16.44 9.92018 16.87 11.8502C17.2 13.3102 16.88 14.6702 16.17 15.7502L20 19.5902ZM9 13.0002C9 14.6602 10.34 16.0002 12 16.0002C13.66 16.0002 15 14.6602 15 13.0002C15 11.3402 13.66 10.0002 12 10.0002C10.34 10.0002 9 11.3402 9 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11 6.00018C12.38 6.00018 13.63 6.56018 14.54 7.46018L12.85 9.15018C12.54 9.46018 12.76 10.0002 13.21 10.0002H17.5C17.78 10.0002 18 9.78018 18 9.50018V5.21018C18 4.76018 17.46 4.54018 17.15 4.86018L15.95 6.06018C14.68 4.78018 12.93 4.00018 11 4.00018C7.96 4.00018 5.38 5.94018 4.42 8.64018C4.18 9.30018 4.65 10.0002 5.35 10.0002C5.77 10.0002 6.14 9.74018 6.28 9.34018C6.96 7.40018 8.82 6.00018 11 6.00018ZM16.64 15.1402C17.04 14.6002 17.36 13.9902 17.59 13.3402C17.82 12.6902 17.34 12.0002 16.65 12.0002C16.23 12.0002 15.86 12.2602 15.72 12.6602C15.04 14.6002 13.18 16.0002 11 16.0002C9.62 16.0002 8.37 15.4402 7.46 14.5402L9.15 12.8502C9.46 12.5402 9.24 12.0002 8.79 12.0002H4.5C4.22 12.0002 4 12.2202 4 12.5002V16.7902C4 17.2402 4.54 17.4602 4.85 17.1402L6.05 15.9402C7.32 17.2202 9.07 18.0002 11 18.0002C12.55 18.0002 13.98 17.4902 15.14 16.6402L19.25 20.7502C19.66 21.1602 20.33 21.1602 20.74 20.7502C21.15 20.3402 21.15 19.6702 20.74 19.2602L16.64 15.1402Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17.81 4.47018C17.73 4.47018 17.65 4.45018 17.58 4.41018C15.66 3.42018 14 3.00018 12.01 3.00018C10.03 3.00018 8.14999 3.47018 6.43999 4.41018C6.19999 4.54018 5.89999 4.45018 5.75999 4.21018C5.62999 3.97018 5.71999 3.66018 5.95999 3.53018C7.81998 2.52018 9.85998 2.00018 12.01 2.00018C14.14 2.00018 16 2.47018 18.04 3.52018C18.29 3.65018 18.38 3.95018 18.25 4.19018C18.16 4.37018 17.99 4.47018 17.81 4.47018ZM3.49998 9.72018C3.39998 9.72018 3.29999 9.69018 3.20999 9.63018C2.97999 9.47018 2.92998 9.16018 3.08998 8.93018C4.07998 7.53018 5.33999 6.43018 6.83999 5.66018C9.97999 4.04018 14 4.03018 17.15 5.65018C18.65 6.42018 19.91 7.51018 20.9 8.90018C21.06 9.12018 21.01 9.44018 20.78 9.60018C20.55 9.76018 20.24 9.71018 20.08 9.48018C19.18 8.22018 18.04 7.23018 16.69 6.54018C13.82 5.07018 10.15 5.07018 7.28999 6.55018C5.92999 7.25018 4.78999 8.25018 3.88999 9.51018C3.80999 9.65018 3.65998 9.72018 3.49998 9.72018ZM9.74999 21.7902C9.61999 21.7902 9.48998 21.7402 9.39998 21.6402C8.52998 20.7702 8.05999 20.2102 7.38999 19.0002C6.69999 17.7702 6.33999 16.2702 6.33999 14.6602C6.33999 11.6902 8.87998 9.27018 12 9.27018C15.12 9.27018 17.66 11.6902 17.66 14.6602C17.66 14.9402 17.44 15.1602 17.16 15.1602C16.88 15.1602 16.66 14.9402 16.66 14.6602C16.66 12.2402 14.57 10.2702 12 10.2702C9.42999 10.2702 7.33999 12.2402 7.33999 14.6602C7.33999 16.1002 7.65999 17.4302 8.26999 18.5102C8.90999 19.6602 9.34999 20.1502 10.12 20.9302C10.31 21.1302 10.31 21.4402 10.12 21.6402C10.01 21.7402 9.87999 21.7902 9.74999 21.7902ZM16.92 19.9402C15.73 19.9402 14.68 19.6402 13.82 19.0502C12.33 18.0402 11.44 16.4002 11.44 14.6602C11.44 14.3802 11.66 14.1602 11.94 14.1602C12.22 14.1602 12.44 14.3802 12.44 14.6602C12.44 16.0702 13.16 17.4002 14.38 18.2202C15.09 18.7002 15.92 18.9302 16.92 18.9302C17.16 18.9302 17.56 18.9002 17.96 18.8302C18.23 18.7802 18.49 18.9602 18.54 19.2402C18.59 19.5102 18.41 19.7702 18.13 19.8202C17.56 19.9302 17.06 19.9402 16.92 19.9402ZM14.91 22.0002C14.87 22.0002 14.82 21.9902 14.78 21.9802C13.19 21.5402 12.15 20.9502 11.06 19.8802C9.65999 18.4902 8.88999 16.6402 8.88999 14.6602C8.88999 13.0402 10.27 11.7202 11.97 11.7202C13.67 11.7202 15.05 13.0402 15.05 14.6602C15.05 15.7302 15.98 16.6002 17.13 16.6002C18.28 16.6002 19.21 15.7302 19.21 14.6602C19.21 10.8902 15.96 7.83018 11.96 7.83018C9.11998 7.83018 6.51998 9.41018 5.34998 11.8602C4.95998 12.6702 4.75999 13.6202 4.75999 14.6602C4.75999 15.4402 4.82998 16.6702 5.42998 18.2702C5.52998 18.5302 5.39998 18.8202 5.13998 18.9102C4.87998 19.0102 4.58999 18.8702 4.49998 18.6202C4.00998 17.3102 3.76998 16.0102 3.76998 14.6602C3.76998 13.4602 3.99998 12.3702 4.44998 11.4202C5.77998 8.63018 8.72998 6.82018 11.96 6.82018C16.51 6.82018 20.21 10.3302 20.21 14.6502C20.21 16.2702 18.83 17.5902 17.13 17.5902C15.43 17.5902 14.05 16.2702 14.05 14.6502C14.05 13.5802 13.12 12.7102 11.97 12.7102C10.82 12.7102 9.88999 13.5802 9.88999 14.6502C9.88999 16.3602 10.55 17.9602 11.76 19.1602C12.71 20.1002 13.62 20.6202 15.03 21.0102C15.3 21.0802 15.45 21.3602 15.38 21.6202C15.33 21.8502 15.12 22.0002 14.91 22.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M12.16 15.7202C11.87 15.4302 11.87 14.9502 12.16 14.6602C12.45 14.3702 12.93 14.3702 13.22 14.6602L14.04 15.4802L16 13.5202C16.29 13.2302 16.77 13.2302 17.06 13.5202C17.35 13.8102 17.35 14.2902 17.06 14.5802L14.41 17.2302C14.22 17.4202 13.9 17.4302 13.71 17.2302L12.16 15.7202ZM12 2.00018C6.5 2.00018 2 6.50018 2 12.0002C2 17.5002 6.5 22.0002 12 22.0002C17.5 22.0002 22 17.5002 22 12.0002C22 6.50018 17.5 2.00018 12 2.00018ZM7.87 6.81018L8.75 7.69018L9.63 6.81018C9.92 6.52018 10.4 6.52018 10.69 6.81018C10.98 7.10018 10.98 7.58018 10.69 7.87018L9.81 8.75018L10.69 9.63018C10.98 9.92018 10.98 10.4002 10.69 10.6902C10.4 10.9802 9.92 10.9802 9.63 10.6902L8.75 9.81018L7.87 10.6902C7.58 10.9802 7.1 10.9802 6.81 10.6902C6.52 10.4002 6.52 9.92018 6.81 9.63018L7.69 8.75018L6.81 7.87018C6.52 7.58018 6.52 7.10018 6.81 6.81018C7.1 6.51018 7.57 6.51018 7.87 6.81018ZM12 20.0002C9.8 20.0002 7.8 19.1002 6.3 17.7002L17.7 6.30018C19.1 7.80018 20 9.80018 20 12.0002C20 16.4002 16.4 20.0002 12 20.0002Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20.5 19.0002H3.5C2.95 19.0002 2.5 19.4502 2.5 20.0002C2.5 20.5502 2.95 21.0002 3.5 21.0002H20.5C21.05 21.0002 21.5 20.5502 21.5 20.0002C21.5 19.4502 21.05 19.0002 20.5 19.0002ZM3.51 11.6102L19.34 15.8502C20.14 16.0602 20.96 15.5902 21.18 14.7902C21.39 13.9902 20.92 13.1702 20.12 12.9502L14.81 11.5302L12.23 3.08017C12.12 2.72017 11.84 2.45017 11.48 2.35017C10.8 2.17017 10.13 2.68017 10.13 3.39017V10.2702L5.15 8.95017L4.4 7.09017C4.28 6.80017 4.04 6.58017 3.73 6.50017L3.4 6.41017C3.08 6.32017 2.77 6.56017 2.77 6.89017V10.6402C2.77 11.1002 3.07 11.4902 3.51 11.6102Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20.5 19.0002H3.49998C2.94998 19.0002 2.49998 19.4502 2.49998 20.0002C2.49998 20.5502 2.94998 21.0002 3.49998 21.0002H20.5C21.05 21.0002 21.5 20.5502 21.5 20.0002C21.5 19.4502 21.05 19.0002 20.5 19.0002ZM22.07 9.64018C21.85 8.84018 21.03 8.37018 20.23 8.58018L14.92 10.0002L8.45998 3.98018C8.18998 3.72018 7.79998 3.63018 7.43998 3.73018C6.75998 3.92018 6.43998 4.70018 6.78998 5.31018L10.23 11.2702L5.25998 12.6002L3.68998 11.3602C3.43998 11.1702 3.11998 11.1002 2.80998 11.1802L2.47998 11.2702C2.15998 11.3502 2.00998 11.7202 2.17998 12.0002L4.05998 15.2502C4.28998 15.6402 4.74998 15.8302 5.17998 15.7202L21 11.4802C21.8 11.2602 22.28 10.4402 22.07 9.64018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9 7.00018H7V9.00018H9V7.00018ZM9 11.0002H7V13.0002H9V11.0002ZM9 3.00018C7.89 3.00018 7 3.90018 7 5.00018H9V3.00018ZM13 15.0002H11V17.0002H13V15.0002ZM19 3.00018V5.00018H21C21 3.90018 20.1 3.00018 19 3.00018ZM13 3.00018H11V5.00018H13V3.00018ZM9 17.0002V15.0002H7C7 16.1002 7.89 17.0002 9 17.0002ZM19 13.0002H21V11.0002H19V13.0002ZM19 9.00018H21V7.00018H19V9.00018ZM19 17.0002C20.1 17.0002 21 16.1002 21 15.0002H19V17.0002ZM4 7.00018C3.45 7.00018 3 7.45018 3 8.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H16C16.55 21.0002 17 20.5502 17 20.0002C17 19.4502 16.55 19.0002 16 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V8.00018C5 7.45018 4.55 7.00018 4 7.00018ZM15 5.00018H17V3.00018H15V5.00018ZM15 17.0002H17V15.0002H15V17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3 13.0002H5V11.0002H3V13.0002ZM3 17.0002H5V15.0002H3V17.0002ZM5 21.0002V19.0002H3C3 20.1002 3.89 21.0002 5 21.0002ZM3 9.00018H5V7.00018H3V9.00018ZM15 21.0002H17V19.0002H15V21.0002ZM19 3.00018H9C7.89 3.00018 7 3.90018 7 5.00018V15.0002C7 16.1002 7.89 17.0002 9 17.0002H19C20.1 17.0002 21 16.1002 21 15.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM18 15.0002H10C9.45 15.0002 9 14.5502 9 14.0002V6.00018C9 5.45018 9.45 5.00018 10 5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V14.0002C19 14.5502 18.55 15.0002 18 15.0002ZM11 21.0002H13V19.0002H11V21.0002ZM7 21.0002H9V19.0002H7V21.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 5.00018H10.88L10 2.00018H4C2.9 2.00018 2 2.90018 2 4.00018V17.0002C2 18.1002 2.9 19.0002 4 19.0002H11L12 22.0002H20C21.1 22.0002 22 21.1002 22 20.0002V7.00018C22 5.90018 21.1 5.00018 20 5.00018ZM7.17 14.5902C4.92 14.5902 3.08 12.7602 3.08 10.5002C3.08 8.24018 4.91 6.41018 7.17 6.41018C8.21 6.41018 9.16 6.78018 9.91 7.48018L9.98 7.54018L8.75 8.72018L8.69 8.67018C8.4 8.40018 7.91 8.08018 7.17 8.08018C5.86 8.08018 4.79 9.17018 4.79 10.5002C4.79 11.8302 5.86 12.9202 7.17 12.9202C8.54 12.9202 9.13 12.0502 9.29 11.4602H7.08V9.91018H11.03L11.04 9.98018C11.08 10.1902 11.09 10.3802 11.09 10.5902C11.09 12.9402 9.48 14.5902 7.17 14.5902ZM13.2 12.8802C13.53 13.4802 13.94 14.0602 14.39 14.5802L13.85 15.1102L13.2 12.8802ZM13.97 12.1202H12.98L12.67 11.0802H16.66C16.66 11.0802 16.32 12.3902 15.1 13.8202C14.58 13.2002 14.21 12.5902 13.97 12.1202ZM21 20.0002C21 20.5502 20.55 21.0002 20 21.0002H13L15 19.0002L14.19 16.2302L15.11 15.3102L17.79 18.0002L18.52 17.2702L15.81 14.5902C16.71 13.5602 17.41 12.3402 17.73 11.0802H19V10.0402H15.36V9.00018H14.32V10.0402H12.36L11.18 6.00018H20C20.55 6.00018 21 6.45018 21 7.00018V20.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M2 21.0002H12C12.55 21.0002 13 21.4502 13 22.0002C13 22.5502 12.55 23.0002 12 23.0002H2C1.45 23.0002 1 22.5502 1 22.0002C1 21.4502 1.45 21.0002 2 21.0002ZM5.24 8.07017L8.07 5.24017L20.8 17.9702C21.58 18.7502 21.58 20.0202 20.8 20.8002C20.02 21.5802 18.75 21.5802 17.97 20.8002L5.24 8.07017ZM13.73 2.41017L16.56 5.24017C17.34 6.02017 17.34 7.29017 16.56 8.07017L15.14 9.49017L9.49 3.83017L10.9 2.42017C11.68 1.63017 12.95 1.63017 13.73 2.41017ZM3.83 9.48017L9.49 15.1402L8.08 16.5502C7.3 17.3302 6.03 17.3302 5.25 16.5502L2.42 13.7202C1.64 12.9402 1.64 11.6702 2.42 10.8902L3.83 9.48017Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16.59 9.00018H15V4.00018C15 3.45018 14.55 3.00018 14 3.00018H10C9.45 3.00018 9 3.45018 9 4.00018V9.00018H7.41C6.52 9.00018 6.07 10.0802 6.7 10.7102L11.29 15.3002C11.68 15.6902 12.31 15.6902 12.7 15.3002L17.29 10.7102C17.92 10.0802 17.48 9.00018 16.59 9.00018ZM5 19.0002C5 19.5502 5.45 20.0002 6 20.0002H18C18.55 20.0002 19 19.5502 19 19.0002C19 18.4502 18.55 18.0002 18 18.0002H6C5.45 18.0002 5 18.4502 5 19.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12.25 9.00018C12.66 9.00018 13 9.34018 13 9.75018V14.2502C13 14.6602 12.66 15.0002 12.25 15.0002C11.84 15.0002 11.5 14.6602 11.5 14.2502V9.75018C11.5 9.34018 11.84 9.00018 12.25 9.00018ZM10 9.75018C10 9.34018 9.66 9.00018 9.25 9.00018H6C5.4 9.00018 5 9.50018 5 10.0002V14.0002C5 14.5002 5.4 15.0002 6 15.0002H9C9.6 15.0002 10 14.5002 10 14.0002V12.7502C10 12.3402 9.66 12.0002 9.25 12.0002C8.84 12.0002 8.5 12.3402 8.5 12.7502V13.5002H6.5V10.5002H9.25C9.66 10.5002 10 10.1602 10 9.75018ZM19 9.75018C19 9.34018 18.66 9.00018 18.25 9.00018H15.5C14.95 9.00018 14.5 9.45018 14.5 10.0002V14.2502C14.5 14.6602 14.84 15.0002 15.25 15.0002C15.66 15.0002 16 14.6602 16 14.2502V13.0002H17.25C17.66 13.0002 18 12.6602 18 12.2502C18 11.8402 17.66 11.5002 17.25 11.5002H16V10.5002H18.25C18.66 10.5002 19 10.1602 19 9.75018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12.0001 17.2702L17.1701 20.3902C17.5501 20.6202 18.0201 20.2802 17.9201 19.8502L16.5501 13.9702L21.1101 10.0202C21.4401 9.73019 21.2701 9.18018 20.8201 9.14018L14.8101 8.63018L12.4601 3.09018C12.2901 2.68018 11.7101 2.68018 11.5401 3.09018L9.19006 8.63018L3.18006 9.14018C2.74006 9.18018 2.56006 9.73019 2.90006 10.0202L7.46006 13.9702L6.09006 19.8502C5.99006 20.2802 6.46006 20.6202 6.84006 20.3902L12.0001 17.2702Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M5 7.00018H19C19.55 7.00018 20 7.45018 20 8.00018C20 8.55018 19.55 9.00018 19 9.00018H5C4.45 9.00018 4 8.55018 4 8.00018C4 7.45018 4.45 7.00018 5 7.00018Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M5 13.0002H19C19.55 13.0002 20 12.5502 20 12.0002C20 11.4502 19.55 11.0002 19 11.0002H5C4.45 11.0002 4 11.4502 4 12.0002C4 12.5502 4.45 13.0002 5 13.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M5 17.0002H10C10.55 17.0002 11 16.5502 11 16.0002C11 15.4502 10.55 15.0002 10 15.0002H5C4.45 15.0002 4 15.4502 4 16.0002C4 16.5502 4.45 17.0002 5 17.0002Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M5 21.0002H10C10.55 21.0002 11 20.5502 11 20.0002C11 19.4502 10.55 19.0002 10 19.0002H5C4.45 19.0002 4 19.4502 4 20.0002C4 20.5502 4.45 21.0002 5 21.0002Z"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M15.4101 18.1702L14.7001 17.4602C14.3101 17.0702 13.6801 17.0702 13.2901 17.4602C12.9001 17.8502 12.9001 18.4802 13.2901 18.8702L14.7101 20.2902C15.1001 20.6802 15.7301 20.6802 16.1201 20.2902L19.2901 17.1202C19.6801 16.7302 19.6801 16.1002 19.2901 15.7102C18.9001 15.3202 18.2701 15.3202 17.8801 15.7102L15.4101 18.1702Z"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M4 4.00018C4 4.55018 4.45 5.00018 5 5.00018H19C19.55 5.00018 20 4.55018 20 4.00018C20 3.45018 19.55 3.00018 19 3.00018H5C4.45 3.00018 4 3.45018 4 4.00018Z"
|
|
20
|
+
/>
|
|
21
|
+
</g>
|
|
22
|
+
</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.00018ZM8 17.5002C6.62 17.5002 5.5 16.3802 5.5 15.0002C5.5 13.6202 6.62 12.5002 8 12.5002C9.38 12.5002 10.5 13.6202 10.5 15.0002C10.5 16.3802 9.38 17.5002 8 17.5002ZM9.5 8.00018C9.5 6.62018 10.62 5.50018 12 5.50018C13.38 5.50018 14.5 6.62018 14.5 8.00018C14.5 9.38018 13.38 10.5002 12 10.5002C10.62 10.5002 9.5 9.38018 9.5 8.00018ZM16 17.5002C14.62 17.5002 13.5 16.3802 13.5 15.0002C13.5 13.6202 14.62 12.5002 16 12.5002C17.38 12.5002 18.5 13.6202 18.5 15.0002C18.5 16.3802 17.38 17.5002 16 17.5002Z"
|
|
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.00018ZM13 19.0002H11V17.0002H13V19.0002ZM15.07 11.2502L14.17 12.1702C13.67 12.6802 13.31 13.1402 13.13 13.8602C13.05 14.1802 13 14.5402 13 15.0002H11V14.5002C11 14.0402 11.08 13.6002 11.22 13.1902C11.42 12.6102 11.75 12.0902 12.17 11.6702L13.41 10.4102C13.87 9.97018 14.09 9.31018 13.96 8.61018C13.83 7.89018 13.27 7.28018 12.57 7.08018C11.46 6.77018 10.43 7.40018 10.1 8.35018C9.98 8.72018 9.67 9.00018 9.28 9.00018H8.98C8.4 9.00018 8 8.44018 8.16 7.88018C8.59 6.41018 9.84 5.29018 11.39 5.05018C12.91 4.81018 14.36 5.60018 15.26 6.85018C16.44 8.48018 16.09 10.2302 15.07 11.2502Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00018H5C3.9 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.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM12.01 18.0002C11.31 18.0002 10.75 17.4402 10.75 16.7402C10.75 16.0302 11.31 15.4902 12.01 15.4902C12.72 15.4902 13.26 16.0302 13.26 16.7402C13.25 17.4302 12.72 18.0002 12.01 18.0002ZM15.02 10.6002C14.26 11.7102 13.54 12.0602 13.15 12.7702C13.05 12.9502 12.99 13.0902 12.96 13.4002C12.91 13.8502 12.51 14.1802 12.06 14.1802H12C11.48 14.1802 11.07 13.7402 11.12 13.2202C11.15 12.8802 11.23 12.5302 11.42 12.1902C11.91 11.3202 12.84 10.8002 13.38 10.0302C13.95 9.22018 13.63 7.70018 12.01 7.70018C11.3 7.70018 10.83 8.06018 10.54 8.49018C10.29 8.85018 9.85 9.02018 9.44 8.85018C8.91 8.64018 8.72 8.00018 9.04 7.54018C9.65 6.65018 10.67 6.00018 11.99 6.00018C13.47 6.00018 14.48 6.67018 15 7.52018C15.44 8.24018 15.7 9.59018 15.02 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.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.0002ZM11 16.0002H13V18.0002H11V16.0002ZM12.61 6.04018C10.55 5.74018 8.73 7.01018 8.18 8.83018C8 9.41018 8.44 10.0002 9.05 10.0002H9.25C9.66 10.0002 9.99 9.71018 10.13 9.33018C10.45 8.44018 11.4 7.83018 12.43 8.05018C13.38 8.25018 14.08 9.18018 14 10.1502C13.9 11.4902 12.38 11.7802 11.55 13.0302C11.55 13.0402 11.54 13.0402 11.54 13.0502C11.53 13.0702 11.52 13.0802 11.51 13.1002C11.42 13.2502 11.33 13.4202 11.26 13.6002C11.25 13.6302 11.23 13.6502 11.22 13.6802C11.21 13.7002 11.21 13.7202 11.2 13.7502C11.08 14.0902 11 14.5002 11 15.0002H13C13 14.5802 13.11 14.2302 13.28 13.9302C13.3 13.9002 13.31 13.8702 13.33 13.8402C13.41 13.7002 13.51 13.5702 13.61 13.4502C13.62 13.4402 13.63 13.4202 13.64 13.4102C13.74 13.2902 13.85 13.1802 13.97 13.0702C14.93 12.1602 16.23 11.4202 15.96 9.51018C15.72 7.77018 14.35 6.30018 12.61 6.04018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 5.00018H15V3.00018H17V5.00018ZM19 9.00018H21V7.00018H19V9.00018ZM19 13.0002H21V11.0002H19V13.0002ZM11 21.0002H13V19.0002H11V21.0002ZM7 5.00018H9V3.00018H7V5.00018ZM3 17.0002H5V15.0002H3V17.0002ZM5 21.0002V19.0002H3C3 20.1002 3.9 21.0002 5 21.0002ZM19 3.00018V5.00018H21C21 3.90018 20.1 3.00018 19 3.00018ZM11 5.00018H13V3.00018H11V5.00018ZM3 9.00018H5V7.00018H3V9.00018ZM7 21.0002H9V19.0002H7V21.0002ZM3 13.0002H5V11.0002H3V13.0002ZM3 5.00018H5V3.00018C3.9 3.00018 3 3.90018 3 5.00018ZM18.71 17.2902L20.15 15.8502C20.47 15.5302 20.24 15.0002 19.8 15.0002H16C15.45 15.0002 15 15.4502 15 16.0002V19.7902C15 20.2402 15.54 20.4602 15.85 20.1402L17.29 18.7002L19.29 20.7002C19.68 21.0902 20.31 21.0902 20.7 20.7002C21.09 20.3102 21.09 19.6802 20.7 19.2902L18.71 17.2902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13.89 8.70018L12 10.5902L10.11 8.70018C9.72 8.31018 9.09 8.31018 8.7 8.70018C8.31 9.09018 8.31 9.72018 8.7 10.1102L10.59 12.0002L8.7 13.8902C8.31 14.2802 8.31 14.9102 8.7 15.3002C9.09 15.6902 9.72 15.6902 10.11 15.3002L12 13.4102L13.89 15.3002C14.28 15.6902 14.91 15.6902 15.3 15.3002C15.69 14.9102 15.69 14.2802 15.3 13.8902L13.41 12.0002L15.3 10.1102C15.69 9.72018 15.69 9.09018 15.3 8.70018C14.91 8.32018 14.27 8.32018 13.89 8.70018ZM12 2.00018C6.47 2.00018 2 6.47018 2 12.0002C2 17.5302 6.47 22.0002 12 22.0002C17.53 22.0002 22 17.5302 22 12.0002C22 6.47018 17.53 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="M13.26 3.00019C8.17003 2.86019 4.00003 6.95019 4.00003 12.0002H2.21003C1.76003 12.0002 1.54003 12.5402 1.86003 12.8502L4.65003 15.6502C4.85003 15.8502 5.16003 15.8502 5.36003 15.6502L8.15003 12.8502C8.46003 12.5402 8.24003 12.0002 7.79003 12.0002H6.00003C6.00003 8.10019 9.18003 4.95019 13.1 5.00019C16.82 5.05019 19.95 8.18019 20 11.9002C20.05 15.8102 16.9 19.0002 13 19.0002C11.39 19.0002 9.90003 18.4502 8.72003 17.5202C8.32003 17.2102 7.76003 17.2402 7.40003 17.6002C6.98003 18.0202 7.01003 18.7302 7.48003 19.0902C9.00003 20.2902 10.91 21.0002 13 21.0002C18.05 21.0002 22.14 16.8302 22 11.7402C21.87 7.05019 17.95 3.13019 13.26 3.00019ZM12.75 8.00019C12.34 8.00019 12 8.34019 12 8.75019V12.4302C12 12.7802 12.19 13.1102 12.49 13.2902L15.61 15.1402C15.97 15.3502 16.43 15.2302 16.64 14.8802C16.85 14.5202 16.73 14.0602 16.38 13.8502L13.5 12.1402V8.74019C13.5 8.34019 13.16 8.00019 12.75 8.00019Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.1 19.3702L16.1 21.1102C15.14 21.5502 14.09 21.8402 13 21.9502V19.9302C13.74 19.8402 14.44 19.6502 15.1 19.3702ZM4.07005 13.0002H2.05005C2.16005 14.1002 2.45005 15.1402 2.89005 16.1002L4.63005 15.1002C4.35005 14.4402 4.16005 13.7402 4.07005 13.0002ZM15.1 4.63017L16.1 2.89017C15.14 2.45017 14.1 2.16017 13 2.05017V4.07017C13.74 4.16017 14.44 4.35017 15.1 4.63017ZM19.93 11.0002H21.9501C21.84 9.90017 21.5501 8.86017 21.1101 7.90017L19.3701 8.90017C19.6501 9.56017 19.84 10.2602 19.93 11.0002ZM8.90005 19.3702L7.90005 21.1102C8.86005 21.5502 9.91005 21.8402 11 21.9502V19.9302C10.26 19.8402 9.56005 19.6502 8.90005 19.3702ZM11 4.07017V2.05017C9.90005 2.16017 8.86005 2.45017 7.90005 2.89017L8.90005 4.63017C9.56005 4.35017 10.26 4.16017 11 4.07017ZM18.3601 7.17017L20.1 6.16017C19.4701 5.29017 18.7 4.52017 17.83 3.89017L16.82 5.63017C17.41 6.08017 17.9201 6.59017 18.3601 7.17017ZM4.63005 8.90017L2.89005 7.90017C2.45005 8.86017 2.16005 9.90017 2.05005 11.0002H4.07005C4.16005 10.2602 4.35005 9.56017 4.63005 8.90017ZM19.93 13.0002C19.84 13.7402 19.6501 14.4402 19.3701 15.1002L21.1101 16.1002C21.5501 15.1402 21.84 14.0902 21.9501 13.0002H19.93ZM16.83 18.3602L17.84 20.1002C18.71 19.4702 19.4801 18.7002 20.1101 17.8302L18.3701 16.8202C17.9201 17.4102 17.41 17.9202 16.83 18.3602ZM7.17005 5.64017L6.17005 3.89017C5.29005 4.53017 4.53005 5.29017 3.90005 6.17017L5.64005 7.18017C6.08005 6.59017 6.59005 6.08017 7.17005 5.64017ZM5.64005 16.8302L3.90005 17.8302C4.53005 18.7002 5.30005 19.4702 6.17005 20.1002L7.18005 18.3602C6.59005 17.9202 6.08005 17.4102 5.64005 16.8302ZM12 7.00017C11.45 7.00017 11 7.45017 11 8.00017V11.5902C11 12.1202 11.21 12.6302 11.59 13.0002L14.59 16.0002C14.98 16.3902 15.61 16.3902 16 16.0002C16.39 15.6102 16.39 14.9802 16 14.5902L13 11.5902V8.00017C13 7.45017 12.55 7.00017 12 7.00017Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g clip-path="url(#clip0_240_1222)">
|
|
4
|
+
<path
|
|
5
|
+
d="M9.99998 19V14H14V19C14 19.55 14.45 20 15 20H18C18.55 20 19 19.55 19 19V12H20.7C21.16 12 21.38 11.43 21.03 11.13L12.67 3.59997C12.29 3.25997 11.71 3.25997 11.33 3.59997L2.96998 11.13C2.62998 11.43 2.83998 12 3.29998 12H4.99998V19C4.99998 19.55 5.44998 20 5.99998 20H8.99998C9.54998 20 9.99998 19.55 9.99998 19Z"
|
|
6
|
+
fill="url(#paint0_linear_240_1222)" stroke="#3E7DC0" />
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<linearGradient id="paint0_linear_240_1222" x1="13.0477" y1="9.88588" x2="13.0477" y2="24"
|
|
10
|
+
gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#11AAE2" stop-opacity="0.25" />
|
|
12
|
+
<stop offset="1" stop-color="white" stop-opacity="0" />
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<clipPath id="clip0_240_1222">
|
|
15
|
+
<rect width="24" height="24" fill="white" />
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
</svg>
|
|
19
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path d="M8.33332 15.8333V11.6666H11.6667V15.8333C11.6667 16.2916 12.0417 16.6666 12.5 16.6666H15C15.4583 16.6666 15.8333 16.2916 15.8333 15.8333V9.99998H17.25C17.6333 9.99998 17.8167 9.52498 17.525 9.27498L10.5583 2.99998C10.2417 2.71664 9.75832 2.71664 9.44166 2.99998L2.47499 9.27498C2.19166 9.52498 2.36666 9.99998 2.74999 9.99998H4.16666V15.8333C4.16666 16.2916 4.54166 16.6666 4.99999 16.6666H7.49999C7.95832 16.6666 8.33332 16.2916 8.33332 15.8333Z" />
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M9.99961 19V14H13.9996V19C13.9996 19.55 14.4496 20 14.9996 20H17.9996C18.5496 20 18.9996 19.55 18.9996 19V12H20.6996C21.1596 12 21.3796 11.43 21.0296 11.13L12.6696 3.59997C12.2896 3.25997 11.7096 3.25997 11.3296 3.59997L2.96961 11.13C2.62961 11.43 2.83961 12 3.29961 12H4.99961V19C4.99961 19.55 5.44961 20 5.99961 20H8.99961C9.54961 20 9.99961 19.55 9.99961 19Z"
|
|
5
|
+
fill="url(#paint0_linear_1466_421)"
|
|
6
|
+
stroke="#3E7DC0"
|
|
7
|
+
/>
|
|
8
|
+
<defs>
|
|
9
|
+
<linearGradient
|
|
10
|
+
id="paint0_linear_1466_421"
|
|
11
|
+
x1="13.0473"
|
|
12
|
+
y1="9.88588"
|
|
13
|
+
x2="13.0473"
|
|
14
|
+
y2="24"
|
|
15
|
+
gradientUnits="userSpaceOnUse"
|
|
16
|
+
>
|
|
17
|
+
<stop stop-color="#11AAE2" stop-opacity="0.25" />
|
|
18
|
+
<stop offset="1" stop-color="white" stop-opacity="0" />
|
|
19
|
+
</linearGradient>
|
|
20
|
+
</defs>
|
|
21
|
+
</g>
|
|
22
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4 19.0002H20C20.55 19.0002 21 18.5502 21 18.0002V14.0002C21 13.4502 20.55 13.0002 20 13.0002H4C3.45 13.0002 3 13.4502 3 14.0002V18.0002C3 18.5502 3.45 19.0002 4 19.0002ZM4 11.0002H20C20.55 11.0002 21 10.5502 21 10.0002C21 9.45018 20.55 9.00018 20 9.00018H4C3.45 9.00018 3 9.45018 3 10.0002C3 10.5502 3.45 11.0002 4 11.0002ZM3 6.00018C3 6.55018 3.45 7.00018 4 7.00018H20C20.55 7.00018 21 6.55018 21 6.00018C21 5.45018 20.55 5.00018 20 5.00018H4C3.45 5.00018 3 5.45018 3 6.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M2.81002 2.81017C2.42002 2.42017 1.79002 2.42017 1.40002 2.81017C1.00002 3.20017 1.00002 3.83017 1.39002 4.22017L9.58002 12.4102L6.58002 15.4202C6.21002 15.8002 6.00002 16.3102 6.00002 16.8402V20.0002C6.00002 21.1002 6.90002 22.0002 8.00002 22.0002H16C16.86 22.0002 17.58 21.4602 17.87 20.7002L19.78 22.6102C20.17 23.0002 20.8 23.0002 21.19 22.6102C21.58 22.2202 21.58 21.5902 21.19 21.2002L2.81002 2.81017ZM16 19.0002C16 19.5502 15.55 20.0002 15 20.0002H9.00002C8.45002 20.0002 8.00002 19.5502 8.00002 19.0002V16.5002L10.84 13.6602L16 18.8302V19.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M8 5.00018C8 4.45018 8.45 4.00018 9 4.00018H15C15.55 4.00018 16 4.45018 16 5.00018V7.50018L13.16 10.3402L14.41 11.5902L17.41 8.60018C17.79 8.22018 18 7.71018 18 7.18018V4.00018C18 2.89018 17.1 2.00018 16 2.00018H8C7.14 2.00018 6.42 2.54018 6.13 3.30018L8 5.17018V5.00018Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8 2.00018C6.9 2.00018 6 2.90018 6 4.00018V7.17018C6 7.70018 6.21 8.21018 6.59 8.59018L10 12.0002L6.58 15.4202C6.21 15.8002 6 16.3102 6 16.8402V20.0002C6 21.1002 6.9 22.0002 8 22.0002H16C17.1 22.0002 18 21.1002 18 20.0002V16.8402C18 16.3102 17.79 15.8002 17.42 15.4302L14 12.0002L17.41 8.60018C17.79 8.22018 18 7.71018 18 7.18018V4.00018C18 2.90018 17.1 2.00018 16 2.00018H8ZM16 16.5002V19.0002C16 19.5502 15.55 20.0002 15 20.0002H9C8.45 20.0002 8 19.5502 8 19.0002V16.5002L12 12.5002L16 16.5002ZM12 11.5002L8 7.50018V5.00018C8 4.45018 8.45 4.00018 9 4.00018H15C15.55 4.00018 16 4.45018 16 5.00018V7.50018L12 11.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M6 4.00018V7.17018C6 7.70018 6.21 8.21018 6.59 8.59018L10 12.0002L6.58 15.4202C6.21 15.8002 6 16.3102 6 16.8402V20.0002C6 21.1002 6.9 22.0002 8 22.0002H16C17.1 22.0002 18 21.1002 18 20.0002V16.8402C18 16.3102 17.79 15.8002 17.42 15.4302L14 12.0002L17.41 8.60018C17.79 8.22018 18 7.71018 18 7.18018V4.00018C18 2.90018 17.1 2.00018 16 2.00018H8C6.9 2.00018 6 2.90018 6 4.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4.5 11.0002H2.5V9.75018C2.5 9.34018 2.16 9.00018 1.75 9.00018C1.34 9.00018 1 9.34018 1 9.75018V14.2502C1 14.6602 1.34 15.0002 1.75 15.0002C2.16 15.0002 2.5 14.6602 2.5 14.2502V12.5002H4.5V14.2502C4.5 14.6602 4.84 15.0002 5.25 15.0002C5.66 15.0002 6 14.6602 6 14.2502V9.75018C6 9.34018 5.66 9.00018 5.25 9.00018C4.84 9.00018 4.5 9.34018 4.5 9.75018V11.0002ZM7.75 10.5002H8.5V14.2502C8.5 14.6602 8.84 15.0002 9.25 15.0002C9.66 15.0002 10 14.6602 10 14.2502V10.5002H10.75C11.16 10.5002 11.5 10.1602 11.5 9.75018C11.5 9.34018 11.16 9.00018 10.75 9.00018H7.75C7.34 9.00018 7 9.34018 7 9.75018C7 10.1602 7.34 10.5002 7.75 10.5002ZM13.25 10.5002H14V14.2502C14 14.6602 14.34 15.0002 14.75 15.0002C15.16 15.0002 15.5 14.6602 15.5 14.2502V10.5002H16.25C16.66 10.5002 17 10.1602 17 9.75018C17 9.34018 16.66 9.00018 16.25 9.00018H13.25C12.84 9.00018 12.5 9.34018 12.5 9.75018C12.5 10.1602 12.84 10.5002 13.25 10.5002ZM21.5 9.00018H19C18.45 9.00018 18 9.45018 18 10.0002V14.2502C18 14.6602 18.34 15.0002 18.75 15.0002C19.16 15.0002 19.5 14.6602 19.5 14.2502V13.0002H21.5C22.33 13.0002 23 12.3202 23 11.5002V10.5002C23 9.68018 22.33 9.00018 21.5 9.00018ZM21.5 11.5002H19.5V10.5002H21.5V11.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18 8.00018H17V6.00018C17 3.24018 14.76 1.00018 12 1.00018C9.24 1.00018 7 3.24018 7 6.00018V8.00018H6C4.9 8.00018 4 8.90018 4 10.0002V20.0002C4 21.1002 4.9 22.0002 6 22.0002H18C19.1 22.0002 20 21.1002 20 20.0002V10.0002C20 8.90018 19.1 8.00018 18 8.00018ZM12 17.0002C10.9 17.0002 10 16.1002 10 15.0002C10 13.9002 10.9 13.0002 12 13.0002C13.1 13.0002 14 13.9002 14 15.0002C14 16.1002 13.1 17.0002 12 17.0002ZM9 8.00018V6.00018C9 4.34018 10.34 3.00018 12 3.00018C13.66 3.00018 15 4.34018 15 6.00018V8.00018H9Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00018H5C3.9 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.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM13 17.0002H8C7.45 17.0002 7 16.5502 7 16.0002C7 15.4502 7.45 15.0002 8 15.0002H13C13.55 15.0002 14 15.4502 14 16.0002C14 16.5502 13.55 17.0002 13 17.0002ZM16 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.0002ZM16 9.00018H8C7.45 9.00018 7 8.55018 7 8.00018C7 7.45018 7.45 7.00018 8 7.00018H16C16.55 7.00018 17 7.45018 17 8.00018C17 8.55018 16.55 9.00018 16 9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8.69998 15.9002L4.79998 12.0002L8.69998 8.10018C9.08998 7.71018 9.08998 7.09018 8.69998 6.70018C8.30998 6.31018 7.68998 6.31018 7.29998 6.70018L2.70998 11.2902C2.31998 11.6802 2.31998 12.3102 2.70998 12.7002L7.29998 17.3002C7.68998 17.6902 8.30998 17.6902 8.69998 17.3002C9.08998 16.9102 9.08998 16.2902 8.69998 15.9002ZM15.3 15.9002L19.2 12.0002L15.3 8.10018C14.91 7.71018 14.91 7.09018 15.3 6.70018C15.69 6.31018 16.31 6.31018 16.7 6.70018L21.29 11.2902C21.68 11.6802 21.68 12.3102 21.29 12.7002L16.7 17.3002C16.31 17.6902 15.69 17.6902 15.3 17.3002C14.91 16.9102 14.91 16.2902 15.3 15.9002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 3.01019H3C1.9 3.01019 1 3.91019 1 5.01019V8.00019C1 8.55019 1.45 9.00019 2 9.00019C2.55 9.00019 3 8.55019 3 8.00019V5.99019C3 5.44019 3.45 4.99019 4 4.99019H20C20.55 4.99019 21 5.44019 21 5.99019V18.0202C21 18.5702 20.55 19.0202 20 19.0202H4C3.45 19.0202 3 18.5702 3 18.0202V16.0002C3 15.4502 2.55 15.0002 2 15.0002C1.45 15.0002 1 15.4502 1 16.0002V19.0102C1 20.1002 1.89 20.9902 2.98 20.9902H21C22.1 20.9902 23 20.0902 23 18.9902V5.01019C23 3.91019 22.1 3.01019 21 3.01019ZM11.85 15.1502L14.64 12.3602C14.84 12.1602 14.84 11.8502 14.64 11.6502L11.85 8.86019C11.54 8.54019 11 8.76019 11 9.21019V11.0002H2C1.45 11.0002 1 11.4502 1 12.0002C1 12.5502 1.45 13.0002 2 13.0002H11V14.7902C11 15.2402 11.54 15.4602 11.85 15.1502Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17.63 5.84018C17.27 5.33018 16.67 5.00018 16 5.00018L5 5.01018C3.9 5.01018 3 5.90018 3 7.00018V17.0002C3 18.1002 3.9 18.9902 5 18.9902L16 19.0002C16.67 19.0002 17.27 18.6702 17.63 18.1602L21.59 12.5802C21.84 12.2302 21.84 11.7702 21.59 11.4202L17.63 5.84018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 6.00024H12L10.59 4.59024C10.21 4.21024 9.7 4.00024 9.17 4.00024H4C2.9 4.00024 2.01 4.90024 2.01 6.00024L2 18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V8.00024C22 6.90024 21.1 6.00024 20 6.00024ZM14 16.0002H6V14.0002H14V16.0002ZM18 12.0002H6V10.0002H18V12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M23 11.0102L18 11.0002C17.45 11.0002 17 11.4502 17 12.0002V21.0002C17 21.5502 17.45 22.0002 18 22.0002H23C23.55 22.0002 24 21.5502 24 21.0002V12.0002C24 11.4502 23.55 11.0102 23 11.0102ZM23 20.0002H18V13.0002H23V20.0002ZM20 2.00018H2C0.9 2.00018 0 2.90018 0 4.00018V16.0002C0 17.1002 0.9 18.0002 2 18.0002H9V20.0002H8C7.45 20.0002 7 20.4502 7 21.0002C7 21.5502 7.45 22.0002 8 22.0002H14C14.55 22.0002 15 21.5502 15 21.0002C15 20.4502 14.55 20.0002 14 20.0002H13V18.0002H14C14.55 18.0002 15 17.5502 15 17.0002C15 16.4502 14.55 16.0002 14 16.0002H3C2.45 16.0002 2 15.5502 2 15.0002V5.00018C2 4.45018 2.45 4.00018 3 4.00018H19C19.55 4.00018 20 4.45018 20 5.00018V8.00018C20 8.55018 20.45 9.00018 21 9.00018C21.55 9.00018 22 8.55018 22 8.00018V4.00018C22 2.90018 21.1 2.00018 20 2.00018ZM11.97 9.00018L11 6.00018L10.03 9.00018H7L9.47 10.7602L8.53 13.6702L11 11.8702L13.47 13.6702L12.53 10.7602L15 9.00018H11.97Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018ZM12 17.0002C11.45 17.0002 11 16.5502 11 16.0002V12.0002C11 11.4502 11.45 11.0002 12 11.0002C12.55 11.0002 13 11.4502 13 12.0002V16.0002C13 16.5502 12.55 17.0002 12 17.0002ZM13 9.00018H11V7.00018H13V9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11 7.00018H13V9.00018H11V7.00018ZM12 17.0002C12.55 17.0002 13 16.5502 13 16.0002V12.0002C13 11.4502 12.55 11.0002 12 11.0002C11.45 11.0002 11 11.4502 11 12.0002V16.0002C11 16.5502 11.45 17.0002 12 17.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="M19 3.00018H14.82C14.4 1.84018 13.3 1.00018 12 1.00018C10.7 1.00018 9.6 1.84018 9.18 3.00018H5C4.86 3.00018 4.73 3.01018 4.6 3.04018C4.21 3.12018 3.86 3.32018 3.59 3.59018C3.41 3.77018 3.26 3.99018 3.16 4.23018C3.06 4.46018 3 4.72018 3 5.00018V19.0002C3 19.2702 3.06 19.5402 3.16 19.7802C3.26 20.0202 3.41 20.2302 3.59 20.4202C3.86 20.6902 4.21 20.8902 4.6 20.9702C4.73 20.9902 4.86 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM10.3 14.8802C9.91 15.2702 9.27 15.2702 8.88 14.8802L6.71 12.7102C6.32 12.3202 6.32 11.6902 6.71 11.3002L8.88 9.13018C9.27 8.74018 9.91 8.74018 10.3 9.13018C10.69 9.52018 10.69 10.1502 10.3 10.5402L8.83 12.0002L10.29 13.4602C10.68 13.8502 10.69 14.4902 10.3 14.8802ZM12 4.25018C11.59 4.25018 11.25 3.91018 11.25 3.50018C11.25 3.09018 11.59 2.75018 12 2.75018C12.41 2.75018 12.75 3.09018 12.75 3.50018C12.75 3.91018 12.41 4.25018 12 4.25018ZM13.7 14.8802C13.31 14.4902 13.31 13.8602 13.7 13.4702L15.17 12.0002L13.7 10.5302C13.31 10.1402 13.31 9.51018 13.7 9.12018C14.09 8.73018 14.73 8.73018 15.12 9.12018L17.29 11.2902C17.68 11.6802 17.68 12.3102 17.29 12.7002L15.12 14.8702C14.73 15.2702 14.09 15.2702 13.7 14.8802Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 5.10025V9.15025L19.4 16.5503C20.55 13.6703 19.99 10.2703 17.65 7.94025L12.71 2.99025C12.32 2.60025 11.69 2.60025 11.3 2.99025L8.55996 5.71025L9.96996 7.12025L12 5.10025ZM3.68996 5.08025C3.29996 5.47025 3.29996 6.10025 3.68996 6.49025L5.76996 8.57025C3.22996 11.7103 3.41996 16.3203 6.33996 19.2503C7.89996 20.8003 9.94996 21.5803 12 21.5803C13.78 21.5803 15.56 20.9903 17.02 19.8103L19.02 21.8103C19.41 22.2003 20.04 22.2003 20.43 21.8103C20.82 21.4203 20.82 20.7903 20.43 20.4003L5.10996 5.08025C4.71996 4.69025 4.07996 4.69025 3.68996 5.08025ZM12 19.5903C10.4 19.5903 8.88996 18.9703 7.75996 17.8303C6.61996 16.6903 5.99996 15.1903 5.99996 13.5903C5.99996 12.2703 6.42996 11.0303 7.20996 10.0003L12 14.7903V19.5903Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M5.93996 18.9902H15C15.65 18.9902 16.26 18.6802 16.63 18.1502L20.58 12.5802C20.83 12.2302 20.83 11.7702 20.58 11.4202L16.62 5.84018C16.26 5.31018 15.65 5.00018 15 5.00018H5.93996C5.12996 5.00018 4.65996 5.93018 5.12996 6.59018L8.99996 12.0002L5.12996 17.4102C4.65996 18.0702 5.12996 18.9902 5.93996 18.9902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15 19.0002H4.83002C4.04002 19.0002 3.56002 18.1202 3.99002 17.4602L7.50002 12.0002L3.99002 6.54018C3.56002 5.88018 4.04002 5.00018 4.83002 5.00018H15C15.65 5.00018 16.26 5.31018 16.63 5.84018L20.59 11.4202C20.84 11.7702 20.84 12.2302 20.59 12.5802L16.63 18.1602C16.26 18.6802 15.65 19.0002 15 19.0002ZM6.50002 17.0002H15L18.5 12.0002L15 7.00018H6.50002L10 12.0002L6.50002 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|