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="M12 9.00018C12.55 9.00018 13 8.55018 13 8.00018V6.00018H15C15.55 6.00018 16 5.55018 16 5.00018C16 4.45018 15.55 4.00018 15 4.00018H13V2.00018C13 1.45018 12.55 1.00018 12 1.00018C11.45 1.00018 11 1.45018 11 2.00018V4.00018H9C8.45 4.00018 8 4.45018 8 5.00018C8 5.55018 8.45 6.00018 9 6.00018H11V8.00018C11 8.55018 11.45 9.00018 12 9.00018ZM7 18.0002C5.9 18.0002 5.01 18.9002 5.01 20.0002C5.01 21.1002 5.9 22.0002 7 22.0002C8.1 22.0002 9 21.1002 9 20.0002C9 18.9002 8.1 18.0002 7 18.0002ZM17 18.0002C15.9 18.0002 15.01 18.9002 15.01 20.0002C15.01 21.1002 15.9 22.0002 17 22.0002C18.1 22.0002 19 21.1002 19 20.0002C19 18.9002 18.1 18.0002 17 18.0002ZM8.1 13.0002H15.55C16.3 13.0002 16.96 12.5902 17.3 11.9702L20.68 5.84018C20.95 5.36018 20.77 4.75018 20.29 4.48018C19.81 4.22018 19.2 4.39018 18.94 4.87018L15.55 11.0002H8.53L4.54 2.57018C4.38 2.22018 4.02 2.00018 3.64 2.00018H2C1.45 2.00018 1 2.45018 1 3.00018C1 3.55018 1.45 4.00018 2 4.00018H3L6.6 11.5902L5.25 14.0302C4.52 15.3702 5.48 17.0002 7 17.0002H18C18.55 17.0002 19 16.5502 19 16.0002C19 15.4502 18.55 15.0002 18 15.0002H7L8.1 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.29 5.89019L11.29 15.8902C10.9 16.2802 10.27 16.2802 9.88 15.8902L7.05 13.0602C6.66 12.6702 6.66 12.0402 7.05 11.6502C7.44 11.2602 8.07 11.2602 8.46 11.6502L10.58 13.7702L19.87 4.48019C20.26 4.09019 20.89 4.09019 21.28 4.48019C21.68 4.87019 21.68 5.50019 21.29 5.89019ZM12 20.0002C7.29 20.0002 3.52 15.9102 4.05 11.1002C4.44 7.58019 7.17 4.69019 10.66 4.11019C12.47 3.81019 14.19 4.13019 15.65 4.89019C16.04 5.09019 16.51 5.02019 16.82 4.71019C17.3 4.23019 17.18 3.42019 16.58 3.11019C15.11 2.36019 13.45 1.95019 11.68 2.00019C6.54 2.16019 2.27 6.34019 2.01 11.4702C1.72 17.2402 6.3 22.0002 12 22.0002C13.2 22.0002 14.34 21.7902 15.41 21.4002C16.09 21.1502 16.28 20.2702 15.76 19.7502C15.49 19.4802 15.08 19.3802 14.72 19.5202C13.87 19.8302 12.95 20.0002 12 20.0002ZM19 15.0002H17C16.45 15.0002 16 15.4502 16 16.0002C16 16.5502 16.45 17.0002 17 17.0002H19V19.0002C19 19.5502 19.45 20.0002 20 20.0002C20.55 20.0002 21 19.5502 21 19.0002V17.0002H23C23.55 17.0002 24 16.5502 24 16.0002C24 15.4502 23.55 15.0002 23 15.0002H21V13.0002C21 12.4502 20.55 12.0002 20 12.0002C19.45 12.0002 19 12.4502 19 13.0002V15.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11 10.0002C11 9.45018 11.45 9.00018 12 9.00018C12.55 9.00018 13 9.45018 13 10.0002V17.0002H11V10.0002ZM20 13.0002C19.45 13.0002 19 13.4502 19 14.0002V19.0002H5V5.00018H10C10.55 5.00018 11 4.55018 11 4.00018C11 3.45018 10.55 3.00018 10 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.0002V14.0002C21 13.4502 20.55 13.0002 20 13.0002ZM21 5.00018H19V3.00018C19 2.45018 18.55 2.00018 18 2.00018C17.45 2.00018 17 2.45018 17 3.00018V5.00018H15C14.45 5.00018 14 5.45018 14 6.00018C14 6.55018 14.45 7.00018 15 7.00018H17V9.00018C17 9.55018 17.45 10.0002 18 10.0002C18.55 10.0002 19 9.55018 19 9.00018V7.00018H21C21.55 7.00018 22 6.55018 22 6.00018C22 5.45018 21.55 5.00018 21 5.00018ZM16 13.0002C15.45 13.0002 15 13.4502 15 14.0002V17.0002H17V14.0002C17 13.4502 16.55 13.0002 16 13.0002ZM7 12.0002V17.0002H9V12.0002C9 11.4502 8.55 11.0002 8 11.0002C7.45 11.0002 7 11.4502 7 12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M17 11.0002C17.34 11.0002 17.67 11.0402 18 11.0902V7.58018C18 6.78018 17.53 6.06018 16.8 5.75018L11.3 3.35018C10.79 3.13018 10.21 3.13018 9.7 3.35018L4.2 5.75018C3.47 6.07018 3 6.79018 3 7.58018V11.1802C3 15.7202 6.2 19.9702 10.5 21.0002C11.05 20.8702 11.58 20.6802 12.1 20.4502C11.41 19.4702 11 18.2802 11 17.0002C11 13.6902 13.69 11.0002 17 11.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M17 13.0002C14.79 13.0002 13 14.7902 13 17.0002C13 19.2102 14.79 21.0002 17 21.0002C19.21 21.0002 21 19.2102 21 17.0002C21 14.7902 19.21 13.0002 17 13.0002ZM17 14.3802C17.62 14.3802 18.12 14.8902 18.12 15.5002C18.12 16.1102 17.61 16.6202 17 16.6202C16.39 16.6202 15.88 16.1102 15.88 15.5002C15.88 14.8902 16.38 14.3802 17 14.3802ZM17 19.7502C16.07 19.7502 15.26 19.2902 14.76 18.5802C14.81 17.8602 16.27 17.5002 17 17.5002C17.73 17.5002 19.19 17.8602 19.24 18.5802C18.74 19.2902 17.93 19.7502 17 19.7502Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.87 15.2502L12.5 13.2502V8.72019C12.5 8.32019 12.18 8.00019 11.78 8.00019H11.72C11.32 8.00019 11 8.32019 11 8.72019V13.4402C11 13.7902 11.18 14.1202 11.49 14.3002L15.14 16.4902C15.48 16.6902 15.92 16.5902 16.12 16.2502C16.33 15.9002 16.22 15.4502 15.87 15.2502ZM21.18 5.01019L18.1 2.45019C17.68 2.10019 17.05 2.15019 16.69 2.58019C16.34 3.00019 16.4 3.63019 16.82 3.99019L19.89 6.55019C20.31 6.90019 20.94 6.85019 21.3 6.42019C21.66 6.00019 21.6 5.37019 21.18 5.01019ZM4.10001 6.55019L7.17001 3.99019C7.60001 3.63019 7.66001 3.00019 7.30001 2.58019C6.95001 2.15019 6.32001 2.10019 5.90001 2.45019L2.82001 5.01019C2.40001 5.37019 2.34001 6.00019 2.70001 6.42019C3.05001 6.85019 3.68001 6.90019 4.10001 6.55019ZM12 4.00019C7.03001 4.00019 3.00001 8.03019 3.00001 13.0002C3.00001 17.9702 7.03001 22.0002 12 22.0002C16.97 22.0002 21 17.9702 21 13.0002C21 8.03019 16.97 4.00019 12 4.00019ZM12 20.0002C8.14001 20.0002 5.00001 16.8602 5.00001 13.0002C5.00001 9.14019 8.14001 6.00019 12 6.00019C15.86 6.00019 19 9.14019 19 13.0002C19 16.8602 15.86 20.0002 12 20.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.18 5.01019L18.1 2.45019C17.68 2.10019 17.05 2.15019 16.69 2.58019C16.34 3.00019 16.4 3.63019 16.82 3.99019L19.89 6.55019C20.31 6.90019 20.94 6.85019 21.3 6.42019C21.66 6.00019 21.6 5.37019 21.18 5.01019ZM4.10001 6.55019L7.17001 3.99019C7.60001 3.63019 7.66001 3.00019 7.30001 2.58019C6.95001 2.15019 6.32001 2.10019 5.90001 2.45019L2.82001 5.01019C2.40001 5.37019 2.34001 6.00019 2.70001 6.42019C3.05001 6.85019 3.68001 6.90019 4.10001 6.55019ZM12 4.00019C7.03001 4.00019 3.00001 8.03019 3.00001 13.0002C3.00001 17.9702 7.03001 22.0002 12 22.0002C16.97 22.0002 21 17.9702 21 13.0002C21 8.03019 16.97 4.00019 12 4.00019ZM12 20.0002C8.14001 20.0002 5.00001 16.8602 5.00001 13.0002C5.00001 9.14019 8.14001 6.00019 12 6.00019C15.86 6.00019 19 9.14019 19 13.0002C19 16.8602 15.86 20.0002 12 20.0002ZM15 12.0002H13V10.0002C13 9.45019 12.55 9.00019 12 9.00019C11.45 9.00019 11 9.45019 11 10.0002V12.0002H9.00001C8.45001 12.0002 8.00001 12.4502 8.00001 13.0002C8.00001 13.5502 8.45001 14.0002 9.00001 14.0002H11V16.0002C11 16.5502 11.45 17.0002 12 17.0002C12.55 17.0002 13 16.5502 13 16.0002V14.0002H15C15.55 14.0002 16 13.5502 16 13.0002C16 12.4502 15.55 12.0002 15 12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M10.0399 6.29018C10.6599 6.11018 11.3199 6.00018 11.9999 6.00018C15.8599 6.00018 18.9999 9.14018 18.9999 13.0002C18.9999 13.6802 18.8899 14.3402 18.7099 14.9602L20.2699 16.5202C20.7399 15.4402 20.9999 14.2502 20.9999 13.0002C20.9999 8.03018 16.9699 4.00018 11.9999 4.00018C10.7499 4.00018 9.55995 4.26018 8.46995 4.72018L10.0399 6.29018ZM3.70995 2.79018C3.32995 2.41018 2.70995 2.41018 2.31995 2.79018L2.29995 2.82018C1.90995 3.21018 1.90995 3.83018 2.29995 4.21018L2.97995 4.89018L2.80995 5.03018C2.38995 5.37018 2.33995 5.99018 2.67995 6.41018L2.70995 6.44018C3.05995 6.86018 3.66995 6.91018 4.08995 6.56018L4.39995 6.31018L5.19995 7.11018C3.82995 8.69018 2.99995 10.7502 2.99995 13.0002C2.99995 17.9702 7.02995 22.0002 11.9999 22.0002C14.2499 22.0002 16.3099 21.1702 17.8899 19.8002L19.2999 21.2102C19.6799 21.5902 20.2999 21.5902 20.6899 21.2102L20.7199 21.1802C21.0999 20.8002 21.0999 20.1802 20.7199 19.7902L3.70995 2.79018ZM11.9999 20.0002C8.13995 20.0002 4.99995 16.8602 4.99995 13.0002C4.99995 11.3002 5.60995 9.74018 6.61995 8.53018L16.4699 18.3802C15.2599 19.3902 13.6999 20.0002 11.9999 20.0002ZM19.9099 6.56018C20.3299 6.91018 20.9399 6.85018 21.2899 6.44018L21.3199 6.41018C21.6699 5.99018 21.6099 5.38018 21.1999 5.03018L18.0999 2.44018C17.6799 2.09018 17.0699 2.15018 16.7199 2.56018L16.6899 2.59018C16.3399 3.01018 16.3999 3.62018 16.8099 3.97018L19.9099 6.56018ZM7.42995 3.68018C7.60995 3.34018 7.57995 2.91018 7.31995 2.59018L7.28995 2.56018C6.98995 2.20018 6.48995 2.13018 6.08995 2.34018L7.42995 3.68018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M14.94 10.1102L10.54 14.5302L8.94001 12.9302C8.65001 12.6402 8.17001 12.6402 7.88001 12.9302C7.59001 13.2202 7.59001 13.7002 7.88001 13.9902L10 16.1102C10.29 16.4002 10.77 16.4002 11.06 16.1102L16 11.1702C16.29 10.8802 16.29 10.4002 16 10.1102C15.71 9.82019 15.23 9.82019 14.94 10.1102ZM21.18 5.01019L18.1 2.45019C17.68 2.10019 17.05 2.15019 16.69 2.58019C16.34 3.00019 16.4 3.63019 16.82 3.99019L19.89 6.55019C20.31 6.90019 20.94 6.85019 21.3 6.42019C21.66 6.00019 21.6 5.37019 21.18 5.01019ZM4.10001 6.55019L7.17001 3.99019C7.60001 3.63019 7.66001 3.00019 7.30001 2.58019C6.95001 2.15019 6.32001 2.10019 5.90001 2.45019L2.82001 5.01019C2.40001 5.37019 2.34001 6.00019 2.70001 6.42019C3.05001 6.85019 3.68001 6.90019 4.10001 6.55019ZM12 4.00019C7.03001 4.00019 3.00001 8.03019 3.00001 13.0002C3.00001 17.9702 7.03001 22.0002 12 22.0002C16.97 22.0002 21 17.9702 21 13.0002C21 8.03019 16.97 4.00019 12 4.00019ZM12 20.0002C8.14001 20.0002 5.00001 16.8602 5.00001 13.0002C5.00001 9.14019 8.14001 6.00019 12 6.00019C15.86 6.00019 19 9.14019 19 13.0002C19 16.8602 15.86 20.0002 12 20.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V12.0002C3 13.1002 3.9 14.0002 5 14.0002H19C20.1 14.0002 21 13.1002 21 12.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM19 9.00018H15.86C15.39 9.00018 15.02 9.33018 14.89 9.78018C14.53 11.0402 13.35 12.0002 12 12.0002C10.65 12.0002 9.47 11.0402 9.11 9.78018C8.98 9.33018 8.61 9.00018 8.14 9.00018H5V6.00018C5 5.45018 5.45 5.00018 6 5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V9.00018ZM15.87 16.0002H20C20.55 16.0002 21 16.4502 21 17.0002V19.0002C21 20.1002 20.1 21.0002 19 21.0002H5C3.9 21.0002 3 20.1002 3 19.0002V17.0002C3 16.4502 3.45 16.0002 4 16.0002H8.13C8.6 16.0002 8.98 16.3402 9.11 16.8002C9.46 18.0702 10.62 19.0002 12 19.0002C13.38 19.0002 14.54 18.0702 14.89 16.8002C15.02 16.3402 15.4 16.0002 15.87 16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4 4.50018V8.00018L8 4.00018H4.5C4.22 4.00018 4 4.22018 4 4.50018ZM16 4.00018L20 8.00018V4.50018C20 4.22018 19.78 4.00018 19.5 4.00018H16ZM20 19.5002V16.0002L16 20.0002H19.5C19.78 20.0002 20 19.7802 20 19.5002ZM4.5 20.0002H8L4 16.0002V19.5002C4 19.7802 4.22 20.0002 4.5 20.0002ZM19 12.0002C19 8.13018 15.87 5.00018 12 5.00018C8.13 5.00018 5 8.13018 5 12.0002C5 15.8702 8.13 19.0002 12 19.0002C15.87 19.0002 19 15.8702 19 12.0002ZM12 17.0002C9.24 17.0002 7 14.7602 7 12.0002C7 9.24018 9.24 7.00018 12 7.00018C14.76 7.00018 17 9.24018 17 12.0002C17 14.7602 14.76 17.0002 12 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="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.00018ZM8 17.0002C7.45 17.0002 7 16.5502 7 16.0002V13.0002C7 12.4502 7.45 12.0002 8 12.0002C8.55 12.0002 9 12.4502 9 13.0002V16.0002C9 16.5502 8.55 17.0002 8 17.0002ZM12 17.0002C11.45 17.0002 11 16.5502 11 16.0002V15.0002C11 14.4502 11.45 14.0002 12 14.0002C12.55 14.0002 13 14.4502 13 15.0002V16.0002C13 16.5502 12.55 17.0002 12 17.0002ZM12 12.0002C11.45 12.0002 11 11.5502 11 11.0002C11 10.4502 11.45 10.0002 12 10.0002C12.55 10.0002 13 10.4502 13 11.0002C13 11.5502 12.55 12.0002 12 12.0002ZM16 17.0002C15.45 17.0002 15 16.5502 15 16.0002V8.00018C15 7.45018 15.45 7.00018 16 7.00018C16.55 7.00018 17 7.45018 17 8.00018V16.0002C17 16.5502 16.55 17.0002 16 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13 9.00018V7.82018C14.16 7.40018 15 6.30018 15 5.00018C15 3.35018 13.65 2.00018 12 2.00018C10.35 2.00018 9 3.35018 9 5.00018C9 6.30018 9.84 7.40018 11 7.82018V9.00018H9C8.45 9.00018 8 9.45018 8 10.0002C8 10.5502 8.45 11.0002 9 11.0002H11V19.9202C8.78 19.5902 6.41 18.2402 5.45 16.5502L6.59 15.4102C6.81 15.1902 6.78 14.8402 6.54 14.6602L3.8 12.6002C3.47 12.3502 3 12.5902 3 13.0002V15.0002C3 18.8802 7.92 22.0002 12 22.0002C16.08 22.0002 21 18.8802 21 15.0002V13.0002C21 12.5902 20.53 12.3502 20.2 12.6002L17.46 14.6502C17.22 14.8302 17.19 15.1902 17.41 15.4002L18.55 16.5402C17.59 18.2302 15.22 19.5802 13 19.9102V11.0002H15C15.55 11.0002 16 10.5502 16 10.0002C16 9.45018 15.55 9.00018 15 9.00018H13ZM12 4.00018C12.55 4.00018 13 4.45018 13 5.00018C13 5.55018 12.55 6.00018 12 6.00018C11.45 6.00018 11 5.55018 11 5.00018C11 4.45018 11.45 4.00018 12 4.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_319)">
|
|
4
|
+
<path
|
|
5
|
+
d="M6 18.0002C6 18.5502 6.45 19.0002 7 19.0002H8V22.5002C8 23.3302 8.67 24.0002 9.5 24.0002C10.33 24.0002 11 23.3302 11 22.5002V19.0002H13V22.5002C13 23.3302 13.67 24.0002 14.5 24.0002C15.33 24.0002 16 23.3302 16 22.5002V19.0002H17C17.55 19.0002 18 18.5502 18 18.0002V8.00018H6V18.0002ZM3.5 8.00018C2.67 8.00018 2 8.67018 2 9.50018V16.5002C2 17.3302 2.67 18.0002 3.5 18.0002C4.33 18.0002 5 17.3302 5 16.5002V9.50018C5 8.67018 4.33 8.00018 3.5 8.00018ZM20.5 8.00018C19.67 8.00018 19 8.67018 19 9.50018V16.5002C19 17.3302 19.67 18.0002 20.5 18.0002C21.33 18.0002 22 17.3302 22 16.5002V9.50018C22 8.67018 21.33 8.00018 20.5 8.00018ZM15.53 2.16018L16.83 0.860183C17.03 0.660183 17.03 0.350183 16.83 0.150183C16.63 -0.0498169 16.32 -0.0498169 16.12 0.150183L14.64 1.63018C13.85 1.23018 12.95 1.00018 12 1.00018C11.04 1.00018 10.14 1.23018 9.34 1.63018L7.85 0.150183C7.65 -0.0498169 7.34 -0.0498169 7.14 0.150183C6.94 0.350183 6.94 0.660183 7.14 0.860183L8.45 2.17018C6.97 3.26018 6 5.01018 6 7.00018H18C18 5.01018 17.03 3.25018 15.53 2.16018ZM10 5.00018H9V4.00018H10V5.00018ZM15 5.00018H14V4.00018H15V5.00018Z"
|
|
6
|
+
/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15_319">
|
|
10
|
+
<rect
|
|
11
|
+
width="24"
|
|
12
|
+
height="24"
|
|
13
|
+
fill="white"
|
|
14
|
+
transform="translate(0 0.000183105)"
|
|
15
|
+
/>
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
</g>
|
|
19
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 2.00018H4C2.9 2.00018 2 2.90018 2 4.00018V22.0002L6 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002V4.00018C22 2.90018 21.1 2.00018 20 2.00018ZM12 11.0002C11.45 11.0002 11 10.5502 11 10.0002V6.00018C11 5.45018 11.45 5.00018 12 5.00018C12.55 5.00018 13 5.45018 13 6.00018V10.0002C13 10.5502 12.55 11.0002 12 11.0002ZM13 15.0002H11V13.0002H13V15.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13 13.0002C12.44 13.5602 11.55 13.5602 11 13.0102V13.0002C10.45 12.4502 10.45 11.5602 11 11.0102V11.0002C11.55 10.4502 12.44 10.4502 12.99 11.0002H13C13.55 11.5502 13.55 12.4502 13 13.0002ZM12 6.00018L14.12 8.12018L16.62 5.62018L13.42 2.42018C12.64 1.64018 11.37 1.64018 10.59 2.42018L7.38996 5.62018L9.88996 8.12018L12 6.00018ZM5.99996 12.0002L8.11996 9.88018L5.61996 7.38018L2.41996 10.5802C1.63996 11.3602 1.63996 12.6302 2.41996 13.4102L5.61996 16.6102L8.11996 14.1102L5.99996 12.0002ZM18 12.0002L15.88 14.1202L18.38 16.6202L21.58 13.4202C22.36 12.6402 22.36 11.3702 21.58 10.5902L18.38 7.39018L15.88 9.89018L18 12.0002ZM12 18.0002L9.87996 15.8802L7.37996 18.3802L10.58 21.5802C11.36 22.3602 12.63 22.3602 13.41 21.5802L16.61 18.3802L14.11 15.8802L12 18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M18 8.00018C15.79 8.00018 14 9.79018 14 12.0002C14 14.2102 15.79 16.0002 18 16.0002C20.21 16.0002 22 14.2102 22 12.0002C22 9.79018 20.21 8.00018 18 8.00018ZM15.5 12.0002C15.5 10.6202 16.62 9.50018 18 9.50018C18.42 9.50018 18.8 9.61018 19.15 9.79018L15.79 13.1502C15.61 12.8002 15.5 12.4202 15.5 12.0002ZM18 14.5002C17.58 14.5002 17.2 14.3902 16.85 14.2102L20.21 10.8502C20.39 11.2002 20.5 11.5802 20.5 12.0002C20.5 13.3802 19.38 14.5002 18 14.5002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M17 18.0002H7V6.00018H17V7.00018H19V6.00018V5.00018V3.00018C19 1.90018 18.1 1.00018 17 1.00018H7C5.9 1.00018 5 1.90018 5 3.00018V21.0002C5 22.1002 5.9 23.0002 7 23.0002H17C18.1 23.0002 19 22.1002 19 21.0002V19.0002V18.0002V17.0002H17V18.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 4.00018C16.41 4.00018 20 7.59018 20 12.0002C20 16.4102 16.41 20.0002 12 20.0002C7.59 20.0002 4 16.4102 4 12.0002C4 7.59018 7.59 4.00018 12 4.00018ZM12 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 12.0002V9.00018C13 8.45018 12.55 8.00018 12 8.00018C11.45 8.00018 11 8.45018 11 9.00018V12.0002H9.21C8.76 12.0002 8.54 12.5402 8.86 12.8502L11.65 15.6402C11.85 15.8402 12.16 15.8402 12.36 15.6402L15.15 12.8502C15.46 12.5402 15.24 12.0002 14.8 12.0002H13Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 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.0002ZM12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002ZM11 12.0002V15.0002C11 15.5502 11.45 16.0002 12 16.0002C12.55 16.0002 13 15.5502 13 15.0002V12.0002H14.79C15.24 12.0002 15.46 11.4602 15.14 11.1502L12.35 8.36018C12.15 8.16018 11.84 8.16018 11.64 8.36018L8.85 11.1502C8.54 11.4602 8.76 12.0002 9.21 12.0002H11Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16.01 11.0002H5C4.45 11.0002 4 11.4502 4 12.0002C4 12.5502 4.45 13.0002 5 13.0002H16.01V14.7902C16.01 15.2402 16.55 15.4602 16.86 15.1402L19.64 12.3502C19.83 12.1502 19.83 11.8402 19.64 11.6402L16.86 8.85019C16.55 8.53019 16.01 8.76018 16.01 9.20018V11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18 12.0002C17.45 12.0002 17 12.4502 17 13.0002V15.0002H15C14.45 15.0002 14 15.4502 14 16.0002C14 16.5502 14.45 17.0002 15 17.0002H18C18.55 17.0002 19 16.5502 19 16.0002V13.0002C19 12.4502 18.55 12.0002 18 12.0002ZM7 9.00018H9C9.55 9.00018 10 8.55018 10 8.00018C10 7.45018 9.55 7.00018 9 7.00018H6C5.45 7.00018 5 7.45018 5 8.00018V11.0002C5 11.5502 5.45 12.0002 6 12.0002C6.55 12.0002 7 11.5502 7 11.0002V9.00018ZM21 3.00018H3C1.9 3.00018 1 3.90018 1 5.00018V19.0002C1 20.1002 1.9 21.0002 3 21.0002H21C22.1 21.0002 23 20.1002 23 19.0002V5.00018C23 3.90018 22.1 3.00018 21 3.00018ZM20 19.0102H4C3.45 19.0102 3 18.5602 3 18.0102V5.99018C3 5.44018 3.45 4.99018 4 4.99018H20C20.55 4.99018 21 5.44018 21 5.99018V18.0102C21 18.5602 20.55 19.0102 20 19.0102Z"
|
|
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.00018ZM8 17.0002C7.45 17.0002 7 16.5502 7 16.0002V11.0002C7 10.4502 7.45 10.0002 8 10.0002C8.55 10.0002 9 10.4502 9 11.0002V16.0002C9 16.5502 8.55 17.0002 8 17.0002ZM12 17.0002C11.45 17.0002 11 16.5502 11 16.0002V8.00018C11 7.45018 11.45 7.00018 12 7.00018C12.55 7.00018 13 7.45018 13 8.00018V16.0002C13 16.5502 12.55 17.0002 12 17.0002ZM16 17.0002C15.45 17.0002 15 16.5502 15 16.0002V14.0002C15 13.4502 15.45 13.0002 16 13.0002C16.55 13.0002 17 13.4502 17 14.0002V16.0002C17 16.5502 16.55 17.0002 16 17.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.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 3.00018C12.55 3.00018 13 3.45018 13 4.00018C13 4.55018 12.55 5.00018 12 5.00018C11.45 5.00018 11 4.55018 11 4.00018C11 3.45018 11.45 3.00018 12 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="M19 3.00018H14.82C14.4 1.84018 13.3 1.00018 12 1.00018C10.7 1.00018 9.6 1.84018 9.18 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 3.00018C12.55 3.00018 13 3.45018 13 4.00018C13 4.55018 12.55 5.00018 12 5.00018C11.45 5.00018 11 4.55018 11 4.00018C11 3.45018 11.45 3.00018 12 3.00018ZM12 7.00018C13.66 7.00018 15 8.34018 15 10.0002C15 11.6602 13.66 13.0002 12 13.0002C10.34 13.0002 9 11.6602 9 10.0002C9 8.34018 10.34 7.00018 12 7.00018ZM18 19.0002H6V17.6002C6 15.6002 10 14.5002 12 14.5002C14 14.5002 18 15.6002 18 17.6002V19.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.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 18.0002H11V16.0002H13V18.0002ZM13 13.0002C13 13.5502 12.55 14.0002 12 14.0002C11.45 14.0002 11 13.5502 11 13.0002V9.00018C11 8.45018 11.45 8.00018 12 8.00018C12.55 8.00018 13 8.45018 13 9.00018V13.0002ZM12 5.00018C11.45 5.00018 11 4.55018 11 4.00018C11 3.45018 11.45 3.00018 12 3.00018C12.55 3.00018 13 3.45018 13 4.00018C13 4.55018 12.55 5.00018 12 5.00018Z"
|
|
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.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 3.00018C12.55 3.00018 13 3.45018 13 4.00018C13 4.55018 12.55 5.00018 12 5.00018C11.45 5.00018 11 4.55018 11 4.00018C11 3.45018 11.45 3.00018 12 3.00018ZM16 15.0002H12V18.0002L7.35 13.3502C7.15 13.1502 7.15 12.8402 7.35 12.6402L12 8.00018V11.0002H16V15.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.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 3.00018C12.55 3.00018 13 3.45018 13 4.00018C13 4.55018 12.55 5.00018 12 5.00018C11.45 5.00018 11 4.55018 11 4.00018C11 3.45018 11.45 3.00018 12 3.00018ZM11.65 17.6502L7 13.0002H10V9.00018H14V13.0002H17L12.35 17.6502C12.16 17.8402 11.84 17.8402 11.65 17.6502Z"
|
|
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.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 3.00018C12.55 3.00018 13 3.45018 13 4.00018C13 4.55018 12.55 5.00018 12 5.00018C11.45 5.00018 11 4.55018 11 4.00018C11 3.45018 11.45 3.00018 12 3.00018ZM9.29 16.2902L6.7 13.7002C6.31 13.3102 6.31 12.6802 6.7 12.2902C7.09 11.9002 7.72 11.9002 8.11 12.2902L10 14.1702L15.88 8.29018C16.27 7.90018 16.9 7.90018 17.29 8.29018C17.68 8.68018 17.68 9.31018 17.29 9.70018L10.7 16.2902C10.32 16.6802 9.68 16.6802 9.29 16.2902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 6.00018V7.79018C12 8.24018 12.54 8.46019 12.85 8.14018L15.64 5.35018C15.84 5.15018 15.84 4.84018 15.64 4.64018L12.85 1.85018C12.54 1.54018 12 1.76018 12 2.21018V4.00018C7.58 4.00018 4 7.58018 4 12.0002C4 13.0402 4.2 14.0402 4.57 14.9502C4.84 15.6202 5.7 15.8002 6.21 15.2902C6.48 15.0202 6.59 14.6102 6.44 14.2502C6.15 13.5602 6 12.7902 6 12.0002C6 8.69019 8.69 6.00018 12 6.00018ZM17.79 8.71018C17.52 8.98018 17.41 9.40019 17.56 9.75019C17.84 10.4502 18 11.2102 18 12.0002C18 15.3102 15.31 18.0002 12 18.0002V16.2102C12 15.7602 11.46 15.5402 11.15 15.8602L8.36 18.6502C8.16 18.8502 8.16 19.1602 8.36 19.3602L11.15 22.1502C11.46 22.4602 12 22.2402 12 21.8002V20.0002C16.42 20.0002 20 16.4202 20 12.0002C20 10.9602 19.8 9.96019 19.43 9.05018C19.16 8.38018 18.3 8.20018 17.79 8.71018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.35 10.0402C18.67 6.59018 15.64 4.00018 12 4.00018C9.11 4.00018 6.6 5.64018 5.35 8.04018C2.34 8.36018 0 10.9102 0 14.0002C0 17.3102 2.69 20.0002 6 20.0002H19C21.76 20.0002 24 17.7602 24 15.0002C24 12.3602 21.95 10.2202 19.35 10.0402ZM14 13.0002V17.0002H10V13.0002H7L11.65 8.35018C11.85 8.15018 12.16 8.15018 12.36 8.35018L17 13.0002H14Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M20 7.00018V19.0002C20 19.5502 19.55 20.0002 19 20.0002H7C6.45 20.0002 6 20.4502 6 21.0002C6 21.5502 6.45 22.0002 7 22.0002H20C21.1 22.0002 22 21.1002 22 20.0002V7.00018C22 6.45018 21.55 6.00018 21 6.00018C20.45 6.00018 20 6.45018 20 7.00018Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M16 2.00018H4C2.9 2.00018 2 2.90018 2 4.00018V16.0002C2 17.1002 2.9 18.0002 4 18.0002H16C17.1 18.0002 18 17.1002 18 16.0002V4.00018C18 2.90018 17.1 2.00018 16 2.00018ZM9 16.0002H4V11.0002H9V16.0002ZM16 16.0002H11V11.0002H16V16.0002ZM16 9.00018H4V4.00018H16V9.00018Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 8.00018H7C5.9 8.00018 5 8.90018 5 10.0002V20.0002C5 21.1002 5.9 22.0002 7 22.0002H17C18.1 22.0002 19 21.1002 19 20.0002V10.0002C19 8.90018 18.1 8.00018 17 8.00018ZM12 20.5002C11.45 20.5002 11 20.0502 11 19.5002V19.0002H13V19.5002C13 20.0502 12.55 20.5002 12 20.5002ZM13 18.0002H11C11 16.5002 8.5 15.0002 8.5 13.0002C8.5 11.0702 10.07 9.50018 12 9.50018C13.93 9.50018 15.5 11.0702 15.5 13.0002C15.5 15.0002 13 16.5002 13 18.0002ZM18 6.50018H6C6 5.67018 6.67 5.00018 7.5 5.00018H16.5C17.33 5.00018 18 5.67018 18 6.50018ZM17 3.50018H7C7 2.67018 7.67 2.00018 8.5 2.00018H15.5C16.33 2.00018 17 2.67018 17 3.50018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 1.00018H7C5.9 1.00018 5 1.90018 5 3.00018V21.0002C5 22.1002 5.9 23.0002 7 23.0002H17C18.1 23.0002 19 22.1002 19 21.0002V3.00018C19 1.90018 18.1 1.00018 17 1.00018ZM7 6.00018H17V18.0002H7V6.00018ZM16 11.0002V9.14018C16 8.51018 15.55 8.00018 15 8.00018H9C8.45 8.00018 8 8.51018 8 9.14018V11.1002C8.55 11.1002 9 11.5502 9 12.1002C9 12.6502 8.55 13.1002 8 13.1002V14.8602C8 15.4902 8.45 16.0002 9 16.0002H15C15.55 16.0002 16 15.4902 16 14.8602V13.0002C15.45 13.0002 15 12.5502 15 12.0002C15 11.4502 15.45 11.0002 16 11.0002ZM12 14.5002C11.72 14.5002 11.5 14.2802 11.5 14.0002C11.5 13.7202 11.72 13.5002 12 13.5002C12.28 13.5002 12.5 13.7202 12.5 14.0002C12.5 14.2802 12.28 14.5002 12 14.5002ZM12 12.5002C11.72 12.5002 11.5 12.2802 11.5 12.0002C11.5 11.7202 11.72 11.5002 12 11.5002C12.28 11.5002 12.5 11.7202 12.5 12.0002C12.5 12.2802 12.28 12.5002 12 12.5002ZM12 10.5002C11.72 10.5002 11.5 10.2802 11.5 10.0002C11.5 9.72018 11.72 9.50018 12 9.50018C12.28 9.50018 12.5 9.72018 12.5 10.0002C12.5 10.2802 12.28 10.5002 12 10.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 3.00018H7C5.9 3.00018 5 3.90018 5 5.00018V21.0002L12 18.0002L19 21.0002V5.00018C19 3.90018 18.1 3.00018 17 3.00018ZM17 18.0002L12 15.8202L7 18.0002V6.00018C7 5.45018 7.45 5.00018 8 5.00018H16C16.55 5.00018 17 5.45018 17 6.00018V18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 18.0002L21 19.0002V3.00018C21 1.90018 20.1 1.00018 19 1.00018H8.99C7.89 1.00018 7 1.90018 7 3.00018H17C18.1 3.00018 19 3.90018 19 5.00018V18.0002ZM15 5.00018H5C3.9 5.00018 3 5.90018 3 7.00018V23.0002L10 20.0002L17 23.0002V7.00018C17 5.90018 16.1 5.00018 15 5.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 8.00018H17.19C16.74 7.22018 16.12 6.55018 15.37 6.04018L16.3 5.11018C16.69 4.72018 16.69 4.09018 16.3 3.70018C15.91 3.31018 15.28 3.31018 14.89 3.70018L13.42 5.17018C12.96 5.06018 12.49 5.00018 12 5.00018C11.51 5.00018 11.04 5.06018 10.59 5.17018L9.11 3.70018C8.72 3.31018 8.09 3.31018 7.7 3.70018C7.31 4.09018 7.31 4.72018 7.7 5.11018L8.62 6.04018C7.88 6.55018 7.26 7.22018 6.81 8.00018H5C4.45 8.00018 4 8.45018 4 9.00018C4 9.55018 4.45 10.0002 5 10.0002H6.09C6.04 10.3302 6 10.6602 6 11.0002V12.0002H5C4.45 12.0002 4 12.4502 4 13.0002C4 13.5502 4.45 14.0002 5 14.0002H6V15.0002C6 15.3402 6.04 15.6702 6.09 16.0002H5C4.45 16.0002 4 16.4502 4 17.0002C4 17.5502 4.45 18.0002 5 18.0002H6.81C7.85 19.7902 9.78 21.0002 12 21.0002C14.22 21.0002 16.15 19.7902 17.19 18.0002H19C19.55 18.0002 20 17.5502 20 17.0002C20 16.4502 19.55 16.0002 19 16.0002H17.91C17.96 15.6702 18 15.3402 18 15.0002V14.0002H19C19.55 14.0002 20 13.5502 20 13.0002C20 12.4502 19.55 12.0002 19 12.0002H18V11.0002C18 10.6602 17.96 10.3302 17.91 10.0002H19C19.55 10.0002 20 9.55018 20 9.00018C20 8.45018 19.55 8.00018 19 8.00018ZM13 16.0002H11C10.45 16.0002 10 15.5502 10 15.0002C10 14.4502 10.45 14.0002 11 14.0002H13C13.55 14.0002 14 14.4502 14 15.0002C14 15.5502 13.55 16.0002 13 16.0002ZM13 12.0002H11C10.45 12.0002 10 11.5502 10 11.0002C10 10.4502 10.45 10.0002 11 10.0002H13C13.55 10.0002 14 10.4502 14 11.0002C14 11.5502 13.55 12.0002 13 12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12.09 2.91018C10.08 0.900183 7.07 0.490183 4.65 1.67018L8.28 5.30018C8.67 5.69018 8.67 6.32018 8.28 6.71018L6.69 8.30018C6.3 8.70018 5.67 8.70018 5.28 8.30018L1.65 4.67018C0.480003 7.10018 0.890003 10.0902 2.9 12.1002C4.76 13.9602 7.48 14.4502 9.79 13.5802L17.75 21.5402C18.78 22.5702 20.44 22.5702 21.46 21.5402C22.49 20.5102 22.49 18.8502 21.46 17.8302L13.54 9.90018C14.46 7.56018 13.98 4.80018 12.09 2.91018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018ZM16.54 15.8502L15.85 16.5402C15.46 16.9302 14.83 16.9302 14.44 16.5402L11.39 13.4902C10.17 13.9202 8.75 13.6602 7.77 12.6802C6.66 11.5702 6.47 9.89018 7.18 8.58018L9.53 10.9302L10.94 9.52018L8.58 7.17018C9.9 6.46018 11.57 6.65018 12.68 7.76018C13.66 8.74018 13.92 10.1602 13.49 11.3802L16.54 14.4302C16.93 14.8202 16.93 15.4602 16.54 15.8502Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18.65 8.35018L15.86 11.1402C15.54 11.4602 15.76 12.0002 16.21 12.0002H18C18 15.3102 15.31 18.0002 12 18.0002C11.21 18.0002 10.44 17.8502 9.75003 17.5602C9.39003 17.4102 8.98003 17.5202 8.71003 17.7902C8.20003 18.3002 8.38003 19.1602 9.05003 19.4302C9.96003 19.8002 10.96 20.0002 12 20.0002C16.42 20.0002 20 16.4202 20 12.0002H21.79C22.24 12.0002 22.46 11.4602 22.14 11.1502L19.35 8.36018C19.16 8.16018 18.84 8.16018 18.65 8.35018ZM6.00003 12.0002C6.00003 8.69018 8.69003 6.00018 12 6.00018C12.79 6.00018 13.56 6.15018 14.25 6.44018C14.61 6.59018 15.02 6.48018 15.29 6.21018C15.8 5.70018 15.62 4.84018 14.95 4.57018C14.04 4.20018 13.04 4.00018 12 4.00018C7.58003 4.00018 4.00003 7.58018 4.00003 12.0002H2.21003C1.76003 12.0002 1.54003 12.5402 1.86003 12.8502L4.65003 15.6402C4.85003 15.8402 5.16003 15.8402 5.36003 15.6402L8.15003 12.8502C8.46003 12.5402 8.24003 12.0002 7.79003 12.0002H6.00003Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 3.00018H19V2.00018C19 1.45018 18.55 1.00018 18 1.00018C17.45 1.00018 17 1.45018 17 2.00018V3.00018H7V2.00018C7 1.45018 6.55 1.00018 6 1.00018C5.45 1.00018 5 1.45018 5 2.00018V3.00018H4C2.9 3.00018 2 3.90018 2 5.00018V21.0002C2 22.1002 2.9 23.0002 4 23.0002H20C21.1 23.0002 22 22.1002 22 21.0002V5.00018C22 3.90018 21.1 3.00018 20 3.00018ZM19 21.0002H5C4.45 21.0002 4 20.5502 4 20.0002V8.00018H20V20.0002C20 20.5502 19.55 21.0002 19 21.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4 17.0002H20C20.55 17.0002 21 17.4502 21 18.0002C21 18.5502 20.55 19.0002 20 19.0002H4C3.45 19.0002 3 18.5502 3 18.0002C3 17.4502 3.45 17.0002 4 17.0002ZM4 10.0002H20C20.55 10.0002 21 10.4502 21 11.0002V14.0002C21 14.5502 20.55 15.0002 20 15.0002H4C3.45 15.0002 3 14.5502 3 14.0002V11.0002C3 10.4502 3.45 10.0002 4 10.0002ZM4 6.00018H20C20.55 6.00018 21 6.45018 21 7.00018C21 7.55018 20.55 8.00018 20 8.00018H4C3.45 8.00018 3 7.55018 3 7.00018C3 6.45018 3.45 6.00018 4 6.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 5.00018H16.83L15.59 3.65018C15.22 3.24018 14.68 3.00018 14.12 3.00018H9.88C9.32 3.00018 8.78 3.24018 8.4 3.65018L7.17 5.00018H4C2.9 5.00018 2 5.90018 2 7.00018V19.0002C2 20.1002 2.9 21.0002 4 21.0002H20C21.1 21.0002 22 20.1002 22 19.0002V7.00018C22 5.90018 21.1 5.00018 20 5.00018ZM12 18.0002C9.24 18.0002 7 15.7602 7 13.0002C7 10.2402 9.24 8.00018 12 8.00018C14.76 8.00018 17 10.2402 17 13.0002C17 15.7602 14.76 18.0002 12 18.0002ZM12 9.00018L10.75 11.7502L8 13.0002L10.75 14.2502L12 17.0002L13.25 14.2502L16 13.0002L13.25 11.7502L12 9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_302)">
|
|
4
|
+
<path
|
|
5
|
+
d="M16.5 9.00019C16.08 9.00019 15.67 9.04018 15.26 9.11018L2.4 3.60018C1.74 3.31018 1.01 3.80019 1.01 4.51019L1 9.20018C1 9.67018 1.33 10.0802 1.78 10.1802L10 12.0002L1.78 13.8302C1.33 13.9302 1 14.3302 1 14.8002L1.01 19.4802C1.01 20.2002 1.74 20.6802 2.4 20.4002L9.08 17.5402C9.59 21.1902 12.71 24.0002 16.5 24.0002C20.64 24.0002 24 20.6402 24 16.5002C24 12.3602 20.64 9.00019 16.5 9.00019ZM16.5 22.0002C13.47 22.0002 11 19.5302 11 16.5002C11 13.4702 13.47 11.0002 16.5 11.0002C19.53 11.0002 22 13.4702 22 16.5002C22 19.5302 19.53 22.0002 16.5 22.0002Z"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M18.62 14.3802C18.42 14.1802 18.11 14.1802 17.91 14.3802L16.5 15.7902L15.09 14.3802C14.89 14.1802 14.58 14.1802 14.38 14.3802C14.18 14.5802 14.18 14.8902 14.38 15.0902L15.79 16.5002L14.38 17.9102C14.18 18.1102 14.18 18.4202 14.38 18.6202C14.58 18.8202 14.89 18.8202 15.09 18.6202L16.5 17.2102L17.91 18.6202C18.11 18.8202 18.42 18.8202 18.62 18.6202C18.82 18.4202 18.82 18.1102 18.62 17.9102L17.21 16.5002L18.62 15.0902C18.82 14.8902 18.82 14.5702 18.62 14.3802Z"
|
|
9
|
+
/>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<clipPath id="clip0_15_302">
|
|
13
|
+
<rect
|
|
14
|
+
width="24"
|
|
15
|
+
height="24"
|
|
16
|
+
fill="white"
|
|
17
|
+
transform="translate(0 0.000183105)"
|
|
18
|
+
/>
|
|
19
|
+
</clipPath>
|
|
20
|
+
</defs>
|
|
21
|
+
</g>
|
|
22
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 6.00018H17.82C17.93 5.69018 18 5.35018 18 5.00018C18 3.34018 16.66 2.00018 15 2.00018C13.95 2.00018 13.04 2.54018 12.5 3.35018L12 4.02018L11.5 3.34018C10.96 2.54018 10.05 2.00018 9 2.00018C7.34 2.00018 6 3.34018 6 5.00018C6 5.35018 6.07 5.69018 6.18 6.00018H4C2.89 6.00018 2.01 6.89018 2.01 8.00018L2 19.0002C2 20.1102 2.89 21.0002 4 21.0002H20C21.11 21.0002 22 20.1102 22 19.0002V8.00018C22 6.89018 21.11 6.00018 20 6.00018ZM15 4.00018C15.55 4.00018 16 4.45018 16 5.00018C16 5.55018 15.55 6.00018 15 6.00018C14.45 6.00018 14 5.55018 14 5.00018C14 4.45018 14.45 4.00018 15 4.00018ZM9 4.00018C9.55 4.00018 10 4.45018 10 5.00018C10 5.55018 9.55 6.00018 9 6.00018C8.45 6.00018 8 5.55018 8 5.00018C8 4.45018 8.45 4.00018 9 4.00018ZM20 19.0002H4V17.0002H20V19.0002ZM20 14.0002H4V9.00018C4 8.45018 4.45 8.00018 5 8.00018H9.08L7.6 10.0202C7.27 10.4702 7.37 11.1002 7.82 11.4202C8.26 11.7402 8.89 11.6402 9.21 11.2002L12 7.40018L14.79 11.2002C15.11 11.6402 15.74 11.7402 16.18 11.4202C16.63 11.1002 16.73 10.4702 16.4 10.0202L14.92 8.00018H19C19.55 8.00018 20 8.45018 20 9.00018V14.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 2.00018H4C2.89 2.00018 2 2.89018 2 4.00018V15.0002C2 16.1102 2.89 17.0002 4 17.0002H8V22.0002L12 20.0002L16 22.0002V17.0002H20C21.11 17.0002 22 16.1102 22 15.0002V4.00018C22 2.89018 21.11 2.00018 20 2.00018ZM20 15.0002H4V13.0002H20V15.0002ZM20 10.0002H4V5.00018C4 4.45018 4.45 4.00018 5 4.00018H19C19.55 4.00018 20 4.45018 20 5.00018V10.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 6.00018H17V4.00018C17 2.89018 16.11 2.00018 15 2.00018H9C7.89 2.00018 7 2.89018 7 4.00018V6.00018H4C2.89 6.00018 2 6.89018 2 8.00018V19.0002C2 20.1102 2.89 21.0002 4 21.0002H20C21.11 21.0002 22 20.1102 22 19.0002V8.00018C22 6.89018 21.11 6.00018 20 6.00018ZM9 4.00018H15V6.00018H9V4.00018ZM20 19.0002H4V17.0002H20V19.0002ZM20 14.0002H4V9.00018C4 8.45018 4.45 8.00018 5 8.00018H7V9.00018C7 9.55018 7.45 10.0002 8 10.0002C8.55 10.0002 9 9.55018 9 9.00018V8.00018H15V9.00018C15 9.55018 15.45 10.0002 16 10.0002C16.55 10.0002 17 9.55018 17 9.00018V8.00018H19C19.55 8.00018 20 8.45018 20 9.00018V14.0002Z"
|
|
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.00018ZM9.29 16.2902L5.7 12.7002C5.31 12.3102 5.31 11.6802 5.7 11.2902C6.09 10.9002 6.72 10.9002 7.11 11.2902L10 14.1702L16.88 7.29018C17.27 6.90018 17.9 6.90018 18.29 7.29018C18.68 7.68018 18.68 8.31018 18.29 8.70018L10.7 16.2902C10.32 16.6802 9.68 16.6802 9.29 16.2902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="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.0002ZM15.88 8.29018L10 14.1702L8.12 12.2902C7.73 11.9002 7.1 11.9002 6.71 12.2902C6.32 12.6802 6.32 13.3102 6.71 13.7002L9.3 16.2902C9.69 16.6802 10.32 16.6802 10.71 16.2902L17.3 9.70018C17.69 9.31018 17.69 8.68018 17.3 8.29018C16.91 7.90018 16.27 7.90018 15.88 8.29018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 4.00018H3C1.9 4.00018 1 4.90018 1 6.00018V19.0002C1 20.1002 1.9 21.0002 3 21.0002H21C22.1 21.0002 23 20.1002 23 19.0002V6.00018C23 4.90018 22.1 4.00018 21 4.00018ZM21 18.0002C21 18.5502 20.55 19.0002 20 19.0002H12V6.00018H20C20.55 6.00018 21 6.45018 21 7.00018V18.0002ZM19.25 9.50018H13.75C13.34 9.50018 13 9.84018 13 10.2502C13 10.6602 13.34 11.0002 13.75 11.0002H19.25C19.66 11.0002 20 10.6602 20 10.2502C20 9.84018 19.66 9.50018 19.25 9.50018ZM19.25 12.0002H13.75C13.34 12.0002 13 12.3402 13 12.7502C13 13.1602 13.34 13.5002 13.75 13.5002H19.25C19.66 13.5002 20 13.1602 20 12.7502C20 12.3402 19.66 12.0002 19.25 12.0002ZM19.25 14.5002H13.75C13.34 14.5002 13 14.8402 13 15.2502C13 15.6602 13.34 16.0002 13.75 16.0002H19.25C19.66 16.0002 20 15.6602 20 15.2502C20 14.8402 19.66 14.5002 19.25 14.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.29 4.12018L16.7 8.71018L18.29 10.3002C18.92 10.9302 18.47 12.0102 17.58 12.0102H13C12.45 12.0102 12 11.5602 12 11.0102V6.41018C12 5.52018 13.08 5.07018 13.71 5.70018L15.3 7.29018L19.89 2.70018C20.28 2.31018 20.91 2.31018 21.3 2.70018C21.68 3.10018 21.68 3.73018 21.29 4.12018ZM4.11997 21.2902L8.70997 16.7002L10.3 18.2902C10.93 18.9202 12.01 18.4702 12.01 17.5802V13.0002C12.01 12.4502 11.56 12.0002 11.01 12.0002H6.40997C5.51997 12.0002 5.06997 13.0802 5.69997 13.7102L7.28997 15.3002L2.69997 19.8902C2.30997 20.2802 2.30997 20.9102 2.69997 21.3002C3.09997 21.6802 3.72997 21.6802 4.11997 21.2902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 4.00018H5C3.34 4.00018 2 5.34018 2 7.00018V15.0002C2 16.6602 3.34 18.0002 5 18.0002L4.23 18.7702C3.95 19.0502 3.95 19.4902 4.23 19.7702C4.51 20.0502 4.95 20.0502 5.23 19.7702L7 18.0002H9V13.0002H4.5C4.22 13.0002 4 12.7802 4 12.5002V6.50018C4 6.22018 4.22 6.00018 4.5 6.00018H12.5C12.78 6.00018 13 6.22018 13 6.50018V8.00018H15V7.00018C15 5.34018 13.66 4.00018 12 4.00018ZM5 14.0002C5.55 14.0002 6 14.4502 6 15.0002C6 15.5502 5.55 16.0002 5 16.0002C4.45 16.0002 4 15.5502 4 15.0002C4 14.4502 4.45 14.0002 5 14.0002ZM20.57 9.66018C20.43 9.26018 20.05 9.00018 19.6 9.00018H12.41C11.95 9.00018 11.58 9.26018 11.43 9.66018L10.01 13.7702V19.0102C10.01 19.5602 10.46 20.0002 11.01 20.0002C11.56 20.0002 12.01 19.5502 12.01 19.0002V18.0002H20.01V19.0002C20.01 19.5502 20.46 20.0002 21.01 20.0002C21.56 20.0002 22 19.5602 22.01 19.0102L22 13.7702L20.57 9.66018ZM12.77 10.0002H19.25C19.46 10.0002 19.65 10.1402 19.72 10.3402L20.41 12.3402C20.52 12.6602 20.28 13.0002 19.94 13.0002H12.09C11.75 13.0002 11.51 12.6602 11.62 12.3402L12.31 10.3402C12.36 10.1402 12.55 10.0002 12.77 10.0002ZM12 16.0002C11.45 16.0002 11 15.5502 11 15.0002C11 14.4502 11.45 14.0002 12 14.0002C12.55 14.0002 13 14.4502 13 15.0002C13 15.5502 12.55 16.0002 12 16.0002ZM20 16.0002C19.45 16.0002 19 15.5502 19 15.0002C19 14.4502 19.45 14.0002 20 14.0002C20.55 14.0002 21 14.4502 21 15.0002C21 15.5502 20.55 16.0002 20 16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9.01 14.0002H3C2.45 14.0002 2 14.4502 2 15.0002C2 15.5502 2.45 16.0002 3 16.0002H9.01V17.7902C9.01 18.2402 9.55 18.4602 9.86 18.1402L12.64 15.3502C12.83 15.1502 12.83 14.8402 12.64 14.6402L9.86 11.8502C9.55 11.5302 9.01 11.7602 9.01 12.2002V14.0002ZM14.99 11.7902V10.0002H21C21.55 10.0002 22 9.55018 22 9.00018C22 8.45018 21.55 8.00018 21 8.00018H14.99V6.21018C14.99 5.76018 14.45 5.54018 14.14 5.86018L11.36 8.65018C11.17 8.85018 11.17 9.16018 11.36 9.36018L14.14 12.1502C14.45 12.4602 14.99 12.2402 14.99 11.7902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13.17 2.00018H6C4.9 2.00018 4 2.90018 4 4.00018V20.0002C4 21.1002 4.9 22.0002 6 22.0002H18C19.1 22.0002 20 21.1002 20 20.0002V8.83018C20 8.30018 19.79 7.79018 19.41 7.42018L14.58 2.59018C14.21 2.21018 13.7 2.00018 13.17 2.00018ZM12 10.0002C13.1 10.0002 14 10.9002 14 12.0002C14 13.1002 13.1 14.0002 12 14.0002C10.9 14.0002 10 13.1002 10 12.0002C10 10.9002 10.9 10.0002 12 10.0002ZM16 18.0002H8V17.4302C8 16.6202 8.48 15.9002 9.22 15.5802C10.07 15.2102 11.01 15.0002 12 15.0002C12.99 15.0002 13.93 15.2102 14.78 15.5802C15.52 15.9002 16 16.6202 16 17.4302V18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11.5 2.00018C6.81 2.00018 3 5.81018 3 10.5002C3 15.1902 6.81 19.0002 11.5 19.0002H12V22.0002C16.86 19.6602 20 15.0002 20 10.5002C20 5.81018 16.19 2.00018 11.5 2.00018ZM12.5 16.5002H10.5V14.5002H12.5V16.5002ZM12.9 11.7202C12.89 11.7302 12.88 11.7502 12.87 11.7702C12.82 11.8502 12.77 11.9302 12.73 12.0102C12.71 12.0402 12.7 12.0802 12.69 12.1202C12.66 12.1902 12.63 12.2602 12.61 12.3302C12.54 12.5402 12.51 12.7602 12.51 13.0102H10.5C10.5 12.5002 10.58 12.0702 10.7 11.7102C10.7 11.7002 10.7 11.6902 10.71 11.6802C10.72 11.6402 10.75 11.6202 10.76 11.5802C10.82 11.4202 10.89 11.2802 10.98 11.1402C11.01 11.0902 11.05 11.0402 11.08 10.9902C11.11 10.9502 11.13 10.9002 11.16 10.8702L11.17 10.8802C12.01 9.78018 13.38 9.44018 13.49 8.20018C13.58 7.22018 12.88 6.27018 11.92 6.07018C10.88 5.85018 9.94 6.46018 9.62 7.35018C9.48 7.71018 9.15 8.00018 8.74 8.00018H8.54C7.94 8.00018 7.5 7.41018 7.67 6.83018C8.22 5.01018 10.04 3.74018 12.1 4.04018C13.79 4.29018 15.14 5.68018 15.43 7.37018C15.87 9.81018 13.8 10.4002 12.9 11.7202Z"
|
|
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.00018ZM8.75 13.6802C8.62 14.1102 8.13 14.3102 7.73 14.1302C7.39 13.9702 7.22 13.5902 7.33 13.2302C7.45 12.8202 7.51 12.4002 7.5 11.9902C7.49 11.5802 7.44 11.1902 7.33 10.8102C7.23 10.4502 7.39 10.0602 7.73 9.91018C8.15 9.72018 8.64 9.95018 8.77 10.4002C8.92 10.9102 8.99 11.4302 9 11.9702C9 12.5302 8.92 13.1102 8.75 13.6802ZM11.89 15.2702C11.72 15.6802 11.22 15.8402 10.83 15.6202C10.5 15.4302 10.37 15.0302 10.51 14.6802C10.84 13.9102 11 13.0502 11 12.1202C11 11.1602 10.82 10.2302 10.47 9.34018C10.33 8.98018 10.49 8.58018 10.83 8.40018C11.22 8.20018 11.7 8.38018 11.86 8.79018C12.28 9.85018 12.49 10.9702 12.49 12.1202C12.51 13.2502 12.3 14.3102 11.89 15.2702ZM15 16.6002C14.83 17.0002 14.36 17.1802 13.98 16.9902C13.63 16.8202 13.46 16.4002 13.61 16.0402C14.2 14.6502 14.5 13.2902 14.5 11.9802C14.5 10.6702 14.2 9.33018 13.62 7.97018C13.46 7.61018 13.63 7.19018 13.98 7.02018C14.37 6.82018 14.83 7.00018 15 7.40018C15.66 8.94018 16 10.4802 16 11.9802C16 13.4802 15.66 15.0402 15 16.6002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M10.08 10.8602C10.13 10.5302 10.24 10.2402 10.38 9.99018C10.52 9.74018 10.72 9.53018 10.97 9.37018C11.21 9.22018 11.51 9.15018 11.88 9.14018C12.11 9.15018 12.32 9.19018 12.51 9.27018C12.71 9.36018 12.89 9.48018 13.03 9.63018C13.17 9.78018 13.28 9.96018 13.37 10.1602C13.46 10.3602 13.5 10.5802 13.51 10.8002H15.3C15.28 10.3302 15.19 9.90018 15.02 9.51018C14.85 9.12018 14.62 8.78018 14.32 8.50018C14.02 8.22018 13.66 8.00018 13.24 7.84018C12.82 7.68018 12.36 7.61018 11.85 7.61018C11.2 7.61018 10.63 7.72018 10.15 7.95018C9.67 8.18018 9.27 8.48018 8.95 8.87018C8.63 9.26018 8.39 9.71018 8.24 10.2302C8.09 10.7502 8 11.2902 8 11.8702V12.1402C8 12.7202 8.08 13.2602 8.23 13.7802C8.38 14.3002 8.62 14.7502 8.94 15.1302C9.26 15.5102 9.66 15.8202 10.14 16.0402C10.62 16.2602 11.19 16.3802 11.84 16.3802C12.31 16.3802 12.75 16.3002 13.16 16.1502C13.57 16.0002 13.93 15.7902 14.24 15.5202C14.55 15.2502 14.8 14.9402 14.98 14.5802C15.16 14.2202 15.27 13.8402 15.28 13.4302H13.49C13.48 13.6402 13.43 13.8302 13.34 14.0102C13.25 14.1902 13.13 14.3402 12.98 14.4702C12.83 14.6002 12.66 14.7002 12.46 14.7702C12.27 14.8402 12.07 14.8602 11.86 14.8702C11.5 14.8602 11.2 14.7902 10.97 14.6402C10.72 14.4802 10.52 14.2702 10.38 14.0202C10.24 13.7702 10.13 13.4702 10.08 13.1402C10.03 12.8102 10 12.4702 10 12.1402V11.8702C10 11.5202 10.03 11.1902 10.08 10.8602ZM12 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="M20 4.00018H4C2.89 4.00018 2.01 4.89018 2.01 6.00018L2 18.0002C2 19.1102 2.89 20.0002 4 20.0002H20C21.11 20.0002 22 19.1102 22 18.0002V6.00018C22 4.89018 21.11 4.00018 20 4.00018ZM19 18.0002H5C4.45 18.0002 4 17.5502 4 17.0002V12.0002H20V17.0002C20 17.5502 19.55 18.0002 19 18.0002ZM20 8.00018H4V6.00018H20V8.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4 13.0002H10C10.55 13.0002 11 12.5502 11 12.0002V4.00018C11 3.45018 10.55 3.00018 10 3.00018H4C3.45 3.00018 3 3.45018 3 4.00018V12.0002C3 12.5502 3.45 13.0002 4 13.0002ZM4 21.0002H10C10.55 21.0002 11 20.5502 11 20.0002V16.0002C11 15.4502 10.55 15.0002 10 15.0002H4C3.45 15.0002 3 15.4502 3 16.0002V20.0002C3 20.5502 3.45 21.0002 4 21.0002ZM14 21.0002H20C20.55 21.0002 21 20.5502 21 20.0002V12.0002C21 11.4502 20.55 11.0002 20 11.0002H14C13.45 11.0002 13 11.4502 13 12.0002V20.0002C13 20.5502 13.45 21.0002 14 21.0002ZM13 4.00018V8.00018C13 8.55018 13.45 9.00018 14 9.00018H20C20.55 9.00018 21 8.55018 21 8.00018V4.00018C21 3.45018 20.55 3.00018 20 3.00018H14C13.45 3.00018 13 3.45018 13 4.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 4.00018H18V3.00018C18 2.45018 17.55 2.00018 17 2.00018C16.45 2.00018 16 2.45018 16 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.00018ZM19 19.0002C19 19.5502 18.55 20.0002 18 20.0002H6C5.45 20.0002 5 19.5502 5 19.0002V9.00018H19V19.0002ZM7 11.0002H9V13.0002H7V11.0002ZM11 11.0002H13V13.0002H11V11.0002ZM15 11.0002H17V13.0002H15V11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M6 19.0002C6 20.1002 6.9 21.0002 8 21.0002H16C17.1 21.0002 18 20.1002 18 19.0002V9.00018C18 7.90018 17.1 7.00018 16 7.00018H8C6.9 7.00018 6 7.90018 6 9.00018V19.0002ZM18 4.00018H15.5L14.79 3.29018C14.61 3.11018 14.35 3.00018 14.09 3.00018H9.91C9.65 3.00018 9.39 3.11018 9.21 3.29018L8.5 4.00018H6C5.45 4.00018 5 4.45018 5 5.00018C5 5.55018 5.45 6.00018 6 6.00018H18C18.55 6.00018 19 5.55018 19 5.00018C19 4.45018 18.55 4.00018 18 4.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M6 19.0002C6 20.1002 6.9 21.0002 8 21.0002H16C17.1 21.0002 18 20.1002 18 19.0002V9.00018C18 7.90018 17.1 7.00018 16 7.00018H8C6.9 7.00018 6 7.90018 6 9.00018V19.0002ZM9.17 11.1702C9.56 10.7802 10.19 10.7802 10.58 11.1702L12 12.5902L13.42 11.1702C13.81 10.7802 14.44 10.7802 14.83 11.1702C15.22 11.5602 15.22 12.1902 14.83 12.5802L13.41 14.0002L14.83 15.4202C15.22 15.8102 15.22 16.4402 14.83 16.8302C14.44 17.2202 13.81 17.2202 13.42 16.8302L12 15.4102L10.58 16.8302C10.19 17.2202 9.56 17.2202 9.17 16.8302C8.78 16.4402 8.78 15.8102 9.17 15.4202L10.59 14.0002L9.17 12.5802C8.78 12.2002 8.78 11.5602 9.17 11.1702ZM15.5 4.00018L14.79 3.29018C14.61 3.11018 14.35 3.00018 14.09 3.00018H9.91C9.65 3.00018 9.39 3.11018 9.21 3.29018L8.5 4.00018H6C5.45 4.00018 5 4.45018 5 5.00018C5 5.55018 5.45 6.00018 6 6.00018H18C18.55 6.00018 19 5.55018 19 5.00018C19 4.45018 18.55 4.00018 18 4.00018H15.5Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M6 19.0002C6 20.1002 6.9 21.0002 8 21.0002H16C17.1 21.0002 18 20.1002 18 19.0002V9.00018C18 7.90018 17.1 7.00018 16 7.00018H8C6.9 7.00018 6 7.90018 6 9.00018V19.0002ZM9 9.00018H15C15.55 9.00018 16 9.45018 16 10.0002V18.0002C16 18.5502 15.55 19.0002 15 19.0002H9C8.45 19.0002 8 18.5502 8 18.0002V10.0002C8 9.45018 8.45 9.00018 9 9.00018ZM15.5 4.00018L14.79 3.29018C14.61 3.11018 14.35 3.00018 14.09 3.00018H9.91C9.65 3.00018 9.39 3.11018 9.21 3.29018L8.5 4.00018H6C5.45 4.00018 5 4.45018 5 5.00018C5 5.55018 5.45 6.00018 6 6.00018H18C18.55 6.00018 19 5.55018 19 5.00018C19 4.45018 18.55 4.00018 18 4.00018H15.5Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M14.59 2.59018C14.21 2.21018 13.7 2.00018 13.17 2.00018H6C4.9 2.00018 4 2.90018 4 4.00018V20.0002C4 21.1002 4.89 22.0002 5.99 22.0002H18C19.1 22.0002 20 21.1002 20 20.0002V8.83018C20 8.30018 19.79 7.79018 19.41 7.42018L14.59 2.59018ZM15 18.0002H9C8.45 18.0002 8 17.5502 8 17.0002C8 16.4502 8.45 16.0002 9 16.0002H15C15.55 16.0002 16 16.4502 16 17.0002C16 17.5502 15.55 18.0002 15 18.0002ZM15 14.0002H9C8.45 14.0002 8 13.5502 8 13.0002C8 12.4502 8.45 12.0002 9 12.0002H15C15.55 12.0002 16 12.4502 16 13.0002C16 13.5502 15.55 14.0002 15 14.0002ZM13 8.00018V3.50018L18.5 9.00018H14C13.45 9.00018 13 8.55018 13 8.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3 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.00018H5C3.9 3.00018 3 3.90018 3 5.00018ZM16.3 16.2902C15.91 16.6802 15.28 16.6802 14.89 16.2902L12 13.4102L9.11 16.3002C8.72 16.6902 8.09 16.6902 7.7 16.3002C7.31 15.9102 7.31 15.2802 7.7 14.8902L10.59 12.0002L7.7 9.11018C7.31 8.72018 7.31 8.09018 7.7 7.70018C8.09 7.31018 8.72 7.31018 9.11 7.70018L12 10.5902L14.89 7.71018C15.28 7.32018 15.91 7.32018 16.3 7.71018C16.69 8.10018 16.69 8.73018 16.3 9.12018L13.41 12.0002L16.3 14.8802C16.68 15.2702 16.68 15.9102 16.3 16.2902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|