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,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M3 6.00018H16C16.55 6.00018 17 5.55018 17 5.00018C17 4.45018 16.55 4.00018 16 4.00018H3C2.45 4.00018 2 4.45018 2 5.00018C2 5.55018 2.45 6.00018 3 6.00018Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M15 17.0002H17V14.0002H17.18C17.81 14.0002 18.28 13.4202 18.16 12.8002L17.16 7.80018C17.07 7.34018 16.66 7.00018 16.18 7.00018H2.81995C2.33995 7.00018 1.92995 7.34018 1.83995 7.80018L0.839951 12.8002C0.719951 13.4202 1.18995 14.0002 1.81995 14.0002H1.99995V19.0002C1.99995 19.5502 2.44995 20.0002 2.99995 20.0002H9.99995C10.55 20.0002 11 19.5502 11 19.0002V14.0002H15V17.0002ZM8.99995 18.0002H3.99995V14.0002H8.99995V18.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M22 18.0002H20V16.0002C20 15.4502 19.55 15.0002 19 15.0002C18.45 15.0002 18 15.4502 18 16.0002V18.0002H16C15.45 18.0002 15 18.4502 15 19.0002C15 19.5502 15.45 20.0002 16 20.0002H18V22.0002C18 22.5502 18.45 23.0002 19 23.0002C19.55 23.0002 20 22.5502 20 22.0002V20.0002H22C22.55 20.0002 23 19.5502 23 19.0002C23 18.4502 22.55 18.0002 22 18.0002Z"
|
|
11
|
+
/>
|
|
12
|
+
</g>
|
|
13
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13 7.00018C13 6.45018 12.56 6.00018 12 6.00018C11.45 6.00018 11 6.44018 11 7.00018V9.00018H9C8.45 9.00018 8 9.44018 8 10.0002C8 10.5502 8.44 11.0002 9 11.0002H11V13.0002C11 13.5502 11.44 14.0002 12 14.0002C12.55 14.0002 13 13.5602 13 13.0002V11.0002H15C15.55 11.0002 16 10.5602 16 10.0002C16 9.45018 15.56 9.00018 15 9.00018H13V7.00018ZM12 2.00018C16.2 2.00018 20 5.22018 20 10.2002C20 13.3802 17.55 17.1202 12.66 21.4302C12.28 21.7602 11.71 21.7602 11.33 21.4302C6.45 17.1202 4 13.3802 4 10.2002C4 5.22018 7.8 2.00018 12 2.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 1.00018C19.55 1.00018 20 1.45018 20 2.00018V4.00018H22C22.55 4.00018 23 4.45018 23 5.00018C23 5.55018 22.55 6.00018 22 6.00018H20V8.00018C20 8.55018 19.55 9.00018 19 9.00018C18.45 9.00018 18 8.55018 18 8.00018V6.00018H16C15.45 6.00018 15 5.55018 15 5.00018C15 4.45018 15.45 4.00018 16 4.00018H18V2.00018C18 1.45018 18.45 1.00018 19 1.00018ZM12 13.0002C13.1 13.0002 14 12.1002 14 11.0002C14 9.90018 13.1 9.00018 12 9.00018C10.9 9.00018 10 9.90018 10 11.0002C10 12.1002 10.9 13.0002 12 13.0002ZM14.72 3.47018C14.28 3.83018 14 4.38018 14 5.00018C14 6.10018 14.9 7.00018 16 7.00018H17V8.00018C17 9.10018 17.9 10.0002 19 10.0002C19.32 10.0002 19.62 9.92018 19.89 9.79018C19.96 10.2402 20 10.7102 20 11.2002C20 14.3802 17.55 18.1202 12.66 22.4302C12.28 22.7602 11.71 22.7602 11.33 22.4302C6.45 18.1202 4 14.3802 4 11.2002C4 6.22018 7.8 3.00018 12 3.00018C12.94 3.00018 13.86 3.16018 14.72 3.47018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M20 18.0002V16.0002C20 15.4502 19.55 15.0002 19 15.0002C18.45 15.0002 18 15.4502 18 16.0002V18.0002H16C15.45 18.0002 15 18.4502 15 19.0002C15 19.5502 15.45 20.0002 16 20.0002H18V22.0002C18 22.5502 18.45 23.0002 19 23.0002C19.55 23.0002 20 22.5502 20 22.0002V20.0002H22C22.55 20.0002 23 19.5502 23 19.0002C23 18.4502 22.55 18.0002 22 18.0002H20Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M19 4.00018C18.45 4.00018 18 4.45018 18 5.00018V12.0002C18 12.5502 18.45 13.0002 19 13.0002C19.55 13.0002 20 12.5502 20 12.0002V5.00018C20 4.45018 19.55 4.00018 19 4.00018Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M5 20.0002C5.55 20.0002 6 19.5502 6 19.0002V5.00018C6 4.45018 5.55 4.00018 5 4.00018C4.45 4.00018 4 4.45018 4 5.00018V19.0002C4 19.5502 4.45 20.0002 5 20.0002Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M12 8.00018C12.55 8.00018 13 7.55018 13 7.00018V5.00018C13 4.45018 12.55 4.00018 12 4.00018C11.45 4.00018 11 4.45018 11 5.00018V7.00018C11 7.55018 11.45 8.00018 12 8.00018Z"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M12 14.0002C12.55 14.0002 13 13.5502 13 13.0002V11.0002C13 10.4502 12.55 10.0002 12 10.0002C11.45 10.0002 11 10.4502 11 11.0002V13.0002C11 13.5502 11.45 14.0002 12 14.0002Z"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M12 20.0002C12.55 20.0002 13 19.5502 13 19.0002V17.0002C13 16.4502 12.55 16.0002 12 16.0002C11.45 16.0002 11 16.4502 11 17.0002V19.0002C11 19.5502 11.45 20.0002 12 20.0002Z"
|
|
20
|
+
/>
|
|
21
|
+
</g>
|
|
22
|
+
</template>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M19.5 11.9702C20.43 11.9702 21.28 12.2502 22 12.7302V7.97017C22 6.87017 21.1 5.97017 20 5.97017H13.71L12.65 4.91017L13.71 3.85017C13.91 3.65017 13.91 3.34017 13.71 3.14017C13.51 2.94017 13.2 2.94017 13 3.14017L10.17 5.97017C9.97002 6.17017 9.97002 6.48017 10.17 6.68017C10.37 6.88017 10.68 6.88017 10.88 6.68017L11.94 5.62017L13 6.68017V8.97017C13 10.0702 12.1 10.9702 11 10.9702H10.46C11.41 12.0302 12 13.4302 12 14.9702C12 15.3102 11.96 15.6402 11.91 15.9702H15.05C15.3 13.7302 17.19 11.9702 19.5 11.9702Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M19.5 12.9702C17.57 12.9702 16 14.5402 16 16.4702C16 18.4002 17.57 19.9702 19.5 19.9702C21.43 19.9702 23 18.4002 23 16.4702C23 14.5402 21.43 12.9702 19.5 12.9702ZM19.5 17.9702C18.67 17.9702 18 17.3002 18 16.4702C18 15.6402 18.67 14.9702 19.5 14.9702C20.33 14.9702 21 15.6402 21 16.4702C21 17.3002 20.33 17.9702 19.5 17.9702Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M4 8.97015H9C9 7.87015 8.1 6.97015 7 6.97015H4C3.45 6.97015 3 7.42015 3 7.97015C3 8.53015 3.45 8.97015 4 8.97015Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M9.83 13.7902L9.65 13.3202L10.58 12.9702C10.12 11.9102 9.3 11.0602 8.27 10.5402L7.87 11.4302L7.41 11.2202L7.81 10.3202C7.26 10.1102 6.64 9.97015 6 9.97015C5.47 9.97015 4.96 10.0802 4.48 10.2302L4.82 11.1402L4.35 11.3202L4 10.4002C2.94 10.8602 2.09 11.6802 1.57 12.7102L2.46 13.1102L2.25 13.5702L1.35 13.1702C1.13 13.7202 1 14.3302 1 14.9702C1 15.5002 1.11 16.0102 1.26 16.4902L2.17 16.1502L2.35 16.6202L1.42 16.9702C1.88 18.0302 2.7 18.8802 3.73 19.4002L4.13 18.5102L4.59 18.7202L4.19 19.6202C4.76 19.8402 5.37 19.9702 6.01 19.9702C6.54 19.9702 7.05 19.8602 7.53 19.7102L7.18 18.8002L7.65 18.6202L8 19.5502C9.06 19.0902 9.91 18.2702 10.43 17.2402L9.54 16.8402L9.75 16.3802L10.65 16.7802C10.87 16.2102 11 15.6002 11 14.9602C11 14.4302 10.89 13.9202 10.74 13.4402L9.83 13.7902ZM7.15 17.7502C5.62 18.3802 3.86 17.6602 3.23 16.1302C2.6 14.6002 3.32 12.8402 4.85 12.2102C6.38 11.5802 8.14 12.3002 8.77 13.8302C9.41 15.3602 8.68 17.1102 7.15 17.7502Z"
|
|
14
|
+
/>
|
|
15
|
+
</g>
|
|
16
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9.77994 11.1602L8.35994 12.5802C7.67994 11.8902 7.01994 11.0002 6.56994 9.6402L8.50994 9.1502C8.82994 10.0402 9.27994 10.6502 9.77994 11.1602ZM10.1499 5.1502L7.34994 2.3502C7.14994 2.1502 6.83994 2.1502 6.63994 2.3502L3.84994 5.1502C3.53994 5.4602 3.75994 6.0002 4.20994 6.0002H6.01994C6.03994 6.8102 6.09994 7.5402 6.20994 8.1702L8.14994 7.6802C8.07994 7.2002 8.02994 6.6302 8.01994 6.0002H9.79994C10.2399 6.0002 10.4599 5.4602 10.1499 5.1502ZM20.1499 5.1502L17.3599 2.3602C17.1599 2.1602 16.8499 2.1602 16.6499 2.3602L13.8599 5.1502C13.5399 5.4602 13.7599 6.0002 14.2099 6.0002H15.9899C15.8899 9.6802 14.7099 10.7502 13.4499 11.8802C12.9499 12.3202 12.4399 12.8002 11.9999 13.4302C11.6599 12.9402 11.2699 12.5502 10.8699 12.1902L9.45994 13.6002C10.3899 14.4502 10.9999 15.1402 10.9999 17.0002V21.0002C10.9999 21.5502 11.4499 22.0002 11.9999 22.0002C12.5499 22.0002 12.9999 21.5502 12.9999 21.0002V17.0002C12.9999 14.9802 13.7099 14.3402 14.7899 13.3702C16.1699 12.1302 17.8699 10.5902 17.9899 6.0002H19.7899C20.2399 6.0002 20.4599 5.4602 20.1499 5.1502Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8 9.75018C8 10.1602 8.34 10.5002 8.75 10.5002H10.25V14.2502C10.25 14.6602 10.59 15.0002 11 15.0002C11.41 15.0002 11.75 14.6602 11.75 14.2502V10.5002H13.25C13.66 10.5002 14 10.1602 14 9.75018C14 9.34018 13.66 9.00018 13.25 9.00018H8.75C8.34 9.00018 8 9.34018 8 9.75018ZM6 9.00018H3C2.45 9.00018 2 9.45018 2 10.0002V14.2502C2 14.6602 2.34 15.0002 2.75 15.0002C3.16 15.0002 3.5 14.6602 3.5 14.2502V13.5002H5.5V14.2502C5.5 14.6602 5.84 15.0002 6.25 15.0002C6.66 15.0002 7 14.6602 7 14.2502V10.0002C7 9.45018 6.55 9.00018 6 9.00018ZM5.5 12.0002H3.5V10.5002H5.5V12.0002ZM21 9.00018H16.5C15.95 9.00018 15.5 9.45018 15.5 10.0002V14.2502C15.5 14.6602 15.84 15.0002 16.25 15.0002C16.66 15.0002 17 14.6602 17 14.2502V10.5002H18V13.2502C18 13.6602 18.34 14.0002 18.75 14.0002C19.16 14.0002 19.5 13.6602 19.5 13.2502V10.4902H20.5V14.2502C20.5 14.6602 20.84 15.0002 21.25 15.0002C21.66 15.0002 22 14.6602 22 14.2502V10.0002C22 9.45018 21.55 9.00018 21 9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 1.00018H5C3.9 1.00018 3.01 1.90018 3.01 3.00018L3 15.9302C3 16.6202 3.35 17.2302 3.88 17.5902L11.45 22.6302C11.79 22.8502 12.22 22.8502 12.56 22.6302L20.12 17.5902C20.65 17.2302 21 16.6202 21 15.9302V3.00018C21 1.90018 20.1 1.00018 19 1.00018ZM18.3 7.70018L10.71 15.2902C10.32 15.6802 9.69 15.6802 9.3 15.2902L5.71 11.7002C5.32 11.3102 5.32 10.6802 5.71 10.2902C6.1 9.90018 6.73 9.90018 7.12 10.2902L10 13.1702L16.88 6.29018C17.27 5.90018 17.9 5.90018 18.29 6.29018C18.68 6.68018 18.69 7.31018 18.3 7.70018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M10 14.0002H10.74L8.82 5.56018C8.61 4.65018 7.8 4.00018 6.87 4.00018H4C3.45 4.00018 3 4.45018 3 5.00018C3 5.55018 3.45 6.00018 4 6.00018H6.87L8.29 12.2502H8.28C6.12 12.9002 4.47 14.7302 4.09 17.0002H0V19.0002H6V18.0002C6 15.7902 7.79 14.0002 10 14.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M18.7499 8.00018H18.1899L16.8399 4.31018C16.5499 3.52018 15.7999 3.00018 14.9599 3.00018H11.9999C11.4499 3.00018 10.9999 3.45018 10.9999 4.00018C10.9999 4.55018 11.4499 5.00018 11.9999 5.00018H14.9599L16.0599 8.00018H10.3999L10.8599 10.0002H14.9999C14.5699 10.5802 14.2499 11.2502 14.0999 12.0002H11.3099L11.7699 14.0002H14.0999C14.5399 16.2302 16.4099 17.8802 18.7499 17.9902C21.9099 18.1402 24.6299 15.1602 23.8699 11.8902C23.3399 9.57018 21.1299 8.00018 18.7499 8.00018ZM18.8799 16.0002C17.3399 15.9402 16.0399 14.6302 15.9999 13.0802C15.9799 12.1202 16.3899 11.2802 17.0499 10.7202L17.6699 12.4202C17.8599 12.9402 18.4299 13.2102 18.9499 13.0202C19.4699 12.8302 19.7399 12.2602 19.5499 11.7402L18.9199 10.0102C18.9199 10.0102 18.9199 10.0102 18.9299 10.0002C20.6399 9.96018 21.9999 11.2902 21.9999 13.0002C21.9999 14.7202 20.6199 16.0602 18.8799 16.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M10 15.0002C8.34 15.0002 7 16.3402 7 18.0002C7 19.6602 8.34 21.0002 10 21.0002C11.66 21.0002 13 19.6602 13 18.0002C13 16.3402 11.66 15.0002 10 15.0002ZM10 19.0002C9.45 19.0002 9 18.5502 9 18.0002C9 17.4502 9.45 17.0002 10 17.0002C10.55 17.0002 11 17.4502 11 18.0002C11 18.5502 10.55 19.0002 10 19.0002Z"
|
|
11
|
+
/>
|
|
12
|
+
</g>
|
|
13
|
+
</template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M11.15 3.40017L7.43 9.48017C7.02 10.1402 7.5 11.0002 8.28 11.0002H15.71C16.49 11.0002 16.97 10.1402 16.56 9.48017L12.85 3.40017C12.46 2.76017 11.54 2.76017 11.15 3.40017Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M17.5 22.0002C19.9853 22.0002 22 19.9855 22 17.5002C22 15.0149 19.9853 13.0002 17.5 13.0002C15.0147 13.0002 13 15.0149 13 17.5002C13 19.9855 15.0147 22.0002 17.5 22.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M4 21.5002H10C10.55 21.5002 11 21.0502 11 20.5002V14.5002C11 13.9502 10.55 13.5002 10 13.5002H4C3.45 13.5002 3 13.9502 3 14.5002V20.5002C3 21.0502 3.45 21.5002 4 21.5002Z"
|
|
11
|
+
/>
|
|
12
|
+
</g>
|
|
13
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16 11.0002H15V4.00018C15 2.34018 13.66 1.00018 12 1.00018C10.34 1.00018 9 2.34018 9 4.00018V11.0002H8C5.24 11.0002 3 13.2402 3 16.0002V21.0002C3 22.1002 3.9 23.0002 5 23.0002H19C20.1 23.0002 21 22.1002 21 21.0002V16.0002C21 13.2402 18.76 11.0002 16 11.0002ZM19 21.0002H17V18.0002C17 17.4502 16.55 17.0002 16 17.0002C15.45 17.0002 15 17.4502 15 18.0002V21.0002H13V18.0002C13 17.4502 12.55 17.0002 12 17.0002C11.45 17.0002 11 17.4502 11 18.0002V21.0002H9V18.0002C9 17.4502 8.55 17.0002 8 17.0002C7.45 17.0002 7 17.4502 7 18.0002V21.0002H5V16.0002C5 14.3502 6.35 13.0002 8 13.0002H16C17.65 13.0002 19 14.3502 19 16.0002V21.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M12 21.0002C14.2091 21.0002 16 19.2093 16 17.0002C16 14.791 14.2091 13.0002 12 13.0002C9.79086 13.0002 8 14.791 8 17.0002C8 19.2093 9.79086 21.0002 12 21.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M12 3.00018C8.49 3.00018 5.28 4.29018 2.8 6.41018C2.36 6.79018 2.32 7.47018 2.74 7.89018L6.34 11.4902C6.7 11.8502 7.26 11.8802 7.66 11.5702C8.86 10.6302 10.37 10.0702 12 10.0702C13.64 10.0702 15.14 10.6302 16.34 11.5602C16.74 11.8702 17.3 11.8402 17.65 11.4802L21.25 7.88018C21.67 7.46018 21.63 6.78018 21.18 6.40018C18.72 4.28018 15.51 3.00018 12 3.00018Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17.34 1.13021C14.4 0.580211 11.71 1.88021 10.22 4.05021C10.23 4.04021 10.23 4.03021 10.24 4.02021C9.84 4.00021 9.42 4.00021 9 4.00021C4.58 4.00021 1 4.50021 1 8.00021V18.0002C1 18.8802 1.39 19.6702 2 20.2202V21.5002C2 22.3302 2.67 23.0002 3.5 23.0002C4.33 23.0002 5 22.3302 5 21.5002V21.0002H13V21.5002C13 22.3202 13.67 23.0002 14.5 23.0002C15.32 23.0002 16 22.3302 16 21.5002V20.2202C16.61 19.6702 17 18.8802 17 18.0002V14.9202C20.72 14.3802 23.5 10.9402 22.92 6.95021C22.5 4.05021 20.22 1.66021 17.34 1.13021ZM4.5 19.0002C3.67 19.0002 3 18.3302 3 17.5002C3 16.6702 3.67 16.0002 4.5 16.0002C5.33 16.0002 6 16.6702 6 17.5002C6 18.3302 5.33 19.0002 4.5 19.0002ZM3 13.0002V8.00021H9C9 9.96021 9.81 11.7302 11.11 13.0002H3ZM13.5 19.0002C12.67 19.0002 12 18.3302 12 17.5002C12 16.6702 12.67 16.0002 13.5 16.0002C14.33 16.0002 15 16.6702 15 17.5002C15 18.3302 14.33 19.0002 13.5 19.0002ZM16 13.0002C13.24 13.0002 11 10.7602 11 8.00021C11 5.24021 13.24 3.00021 16 3.00021C18.76 3.00021 21 5.24021 21 8.00021C21 10.7602 18.76 13.0002 16 13.0002ZM15.75 4.00021C15.34 4.00021 15 4.34021 15 4.75021V8.43021C15 8.78021 15.19 9.11021 15.49 9.29021L18.01 10.8002C18.35 11.0002 18.79 10.8902 18.99 10.5602C19.2 10.2202 19.09 9.77021 18.74 9.57021L16.5 8.25021V4.75021C16.5 4.34021 16.16 4.00021 15.75 4.00021Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M16.24 11.5102L17.81 9.94017L14.06 6.19017L12.49 7.76017L8.35 3.63017C7.57 2.85017 6.3 2.85017 5.52 3.63017L3.62 5.53017C2.84 6.31017 2.84 7.58017 3.62 8.36017L7.75 12.4902L3.15 17.1002C3.05 17.2002 3 17.3202 3 17.4602V20.5002C3 20.7802 3.22 21.0002 3.5 21.0002H6.54C6.67 21.0002 6.8 20.9502 6.89 20.8502L11.51 16.2302L15.64 20.3602C16.96 21.6802 18.4 20.4302 18.47 20.3602L20.37 18.4602C21.15 17.6802 21.15 16.4102 20.37 15.6302L16.24 11.5102ZM9.18 11.0702L5.04 6.94017L6.93 5.04017L8.2 6.31017L7.73 6.80017C7.34 7.19017 7.34 7.82017 7.73 8.21017C8.12 8.60017 8.75 8.60017 9.14 8.21017L9.62 7.73017L11.07 9.18017L9.18 11.0702ZM17.06 18.9602L12.93 14.8302L14.83 12.9302L16.28 14.3802L15.8 14.8602C15.41 15.2502 15.41 15.8802 15.8 16.2702C16.19 16.6602 16.82 16.6602 17.21 16.2702L17.69 15.7902L18.96 17.0602L17.06 18.9602Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M20.71 7.04017C21.1 6.65017 21.1 6.02017 20.71 5.63017L18.37 3.29017C17.9 2.82017 17.25 3.00017 16.96 3.29017L15.13 5.12017L18.88 8.87017L20.71 7.04017Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.7099 11.2902L12.7099 2.29018C12.3199 1.90018 11.6899 1.90018 11.2999 2.29018L2.29995 11.2902C1.90995 11.6802 1.90995 12.3102 2.29995 12.7002L11.2999 21.7002C11.6899 22.0902 12.3199 22.0902 12.7099 21.7002L21.7099 12.7002C22.0999 12.3202 22.0999 11.6902 21.7099 11.2902ZM13.9999 14.5002V12.0002H9.99995V14.0002C9.99995 14.5502 9.54995 15.0002 8.99995 15.0002C8.44995 15.0002 7.99995 14.5502 7.99995 14.0002V11.0002C7.99995 10.4502 8.44995 10.0002 8.99995 10.0002H13.9999V7.50018L17.1499 10.6502C17.3499 10.8502 17.3499 11.1602 17.1499 11.3602L13.9999 14.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.5 5.50018C16.6 5.50018 17.5 4.60018 17.5 3.50018C17.5 2.40018 16.6 1.50018 15.5 1.50018C14.4 1.50018 13.5 2.40018 13.5 3.50018C13.5 4.60018 14.4 5.50018 15.5 5.50018ZM5 12.0002C2.2 12.0002 0 14.2002 0 17.0002C0 19.8002 2.2 22.0002 5 22.0002C7.8 22.0002 10 19.8002 10 17.0002C10 14.2002 7.8 12.0002 5 12.0002ZM5 20.5002C3.1 20.5002 1.5 18.9002 1.5 17.0002C1.5 15.1002 3.1 13.5002 5 13.5002C6.9 13.5002 8.5 15.1002 8.5 17.0002C8.5 18.9002 6.9 20.5002 5 20.5002ZM10.8 10.5002L13.2 8.10018L14 8.90018C15.06 9.96018 16.38 10.6802 17.96 10.9202C18.56 11.0102 19.1 10.5302 19.1 9.92018C19.1 9.43018 18.73 9.01018 18.25 8.93018C17.14 8.75018 16.23 8.22018 15.5 7.50018L13.6 5.60018C13.1 5.20018 12.6 5.00018 12 5.00018C11.4 5.00018 10.9 5.20018 10.6 5.60018L7.8 8.40018C7.4 8.80018 7.2 9.30018 7.2 9.80018C7.2 10.4002 7.4 10.9002 7.8 11.2002L11 14.0002V18.0002C11 18.5502 11.45 19.0002 12 19.0002C12.55 19.0002 13 18.5502 13 18.0002V13.6002C13 13.0802 12.8 12.5902 12.45 12.2202L10.8 10.5002ZM19 12.0002C16.2 12.0002 14 14.2002 14 17.0002C14 19.8002 16.2 22.0002 19 22.0002C21.8 22.0002 24 19.8002 24 17.0002C24 14.2002 21.8 12.0002 19 12.0002ZM19 20.5002C17.1 20.5002 15.5 18.9002 15.5 17.0002C15.5 15.1002 17.1 13.5002 19 13.5002C20.9 13.5002 22.5 15.1002 22.5 17.0002C22.5 18.9002 20.9 20.5002 19 20.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 21.0002C18.71 21.0002 17.42 20.5902 16.26 19.8602C16.1 19.7602 15.89 19.7602 15.73 19.8602C13.42 21.3302 10.57 21.3302 8.26001 19.8602C8.10001 19.7602 7.89001 19.7602 7.73001 19.8602C6.58001 20.5902 5.29001 21.0002 4.00001 21.0002H3.00001C2.45001 21.0002 2.00001 21.4502 2.00001 22.0002C2.00001 22.5502 2.45001 23.0002 3.00001 23.0002H4.00001C5.38001 23.0002 6.74001 22.6502 8.00001 22.0102C10.52 23.3002 13.48 23.3002 16 22.0102C17.26 22.6602 18.62 23.0002 20 23.0002H21C21.55 23.0002 22 22.5502 22 22.0002C22 21.4502 21.55 21.0002 21 21.0002H20ZM3.95001 19.0002H4.00001C5.42001 19.0002 6.70001 18.3002 7.66001 17.3602C7.85001 17.1802 8.16001 17.1802 8.35001 17.3602C9.30001 18.3002 10.58 19.0002 12 19.0002C13.42 19.0002 14.7 18.3002 15.66 17.3602C15.85 17.1702 16.15 17.1702 16.35 17.3602C17.3 18.3002 18.58 19.0002 20 19.0002H20.05L21.94 12.3202C22.02 12.0602 22 11.7802 21.88 11.5402C21.76 11.3002 21.54 11.1202 21.28 11.0402L20 10.6202V6.00018C20 4.90018 19.1 4.00018 18 4.00018H15V2.00018C15 1.45018 14.55 1.00018 14 1.00018H10C9.45001 1.00018 9.00001 1.45018 9.00001 2.00018V4.00018H6.00001C4.90001 4.00018 4.00001 4.90018 4.00001 6.00018V10.6202L2.71001 11.0402C2.45001 11.1202 2.23001 11.3002 2.11001 11.5402C1.99001 11.7802 1.96001 12.0602 2.05001 12.3202L3.95001 19.0002ZM7.00001 6.00018H17C17.55 6.00018 18 6.45018 18 7.00018V9.97018L12.62 8.20018C12.21 8.07018 11.78 8.07018 11.37 8.20018L6.00001 9.97018V7.00018C6.00001 6.45018 6.45001 6.00018 7.00001 6.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4 16.0002C4 16.8802 4.39 17.6702 5 18.2202V19.5002C5 20.3302 5.67 21.0002 6.5 21.0002C7.33 21.0002 8 20.3302 8 19.5002V19.0002H16V19.5002C16 20.3202 16.67 21.0002 17.5 21.0002C18.32 21.0002 19 20.3302 19 19.5002V18.2202C19.61 17.6702 20 16.8802 20 16.0002V6.00018C20 2.50018 16.42 2.00018 12 2.00018C7.58 2.00018 4 2.50018 4 6.00018V16.0002ZM7.5 17.0002C6.67 17.0002 6 16.3302 6 15.5002C6 14.6702 6.67 14.0002 7.5 14.0002C8.33 14.0002 9 14.6702 9 15.5002C9 16.3302 8.33 17.0002 7.5 17.0002ZM16.5 17.0002C15.67 17.0002 15 16.3302 15 15.5002C15 14.6702 15.67 14.0002 16.5 14.0002C17.33 14.0002 18 14.6702 18 15.5002C18 16.3302 17.33 17.0002 16.5 17.0002ZM18 11.0002H6V6.00018H18V11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18.92 6.01018C18.72 5.42018 18.16 5.00018 17.5 5.00018H6.5C5.84 5.00018 5.29 5.42018 5.08 6.01018L3.11 11.6802C3.04 11.8902 3 12.1102 3 12.3402V19.5002C3 20.3302 3.67 21.0002 4.5 21.0002C5.33 21.0002 6 20.3302 6 19.5002V19.0002H18V19.5002C18 20.3202 18.67 21.0002 19.5 21.0002C20.32 21.0002 21 20.3302 21 19.5002V12.3402C21 12.1202 20.96 11.8902 20.89 11.6802L18.92 6.01018ZM6.5 16.0002C5.67 16.0002 5 15.3302 5 14.5002C5 13.6702 5.67 13.0002 6.5 13.0002C7.33 13.0002 8 13.6702 8 14.5002C8 15.3302 7.33 16.0002 6.5 16.0002ZM17.5 16.0002C16.67 16.0002 16 15.3302 16 14.5002C16 13.6702 16.67 13.0002 17.5 13.0002C18.33 13.0002 19 13.6702 19 14.5002C19 15.3302 18.33 16.0002 17.5 16.0002ZM5 11.0002L6.27 7.18018C6.41 6.78018 6.79 6.50018 7.22 6.50018H16.78C17.21 6.50018 17.59 6.78018 17.73 7.18018L19 11.0002H5Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4 15.5002C4 17.4302 5.57 19.0002 7.5 19.0002L6 20.5002V21.0002H18V20.5002L16.5 19.0002C18.43 19.0002 20 17.4302 20 15.5002V5.00018C20 1.50018 16.42 1.00018 12 1.00018C7.58 1.00018 4 1.50018 4 5.00018V15.5002ZM12 17.0002C10.9 17.0002 10 16.1002 10 15.0002C10 13.9002 10.9 13.0002 12 13.0002C13.1 13.0002 14 13.9002 14 15.0002C14 16.1002 13.1 17.0002 12 17.0002ZM18 10.0002H6V5.00018H18V10.0002ZM4 15.5002C4 17.4302 5.57 19.0002 7.5 19.0002L6.36 20.1502C6.04 20.4602 6.26 21.0002 6.71 21.0002H17.29C17.74 21.0002 17.96 20.4602 17.64 20.1502L16.5 19.0002C18.43 19.0002 20 17.4302 20 15.5002V5.00018C20 1.50018 16.42 1.00018 12 1.00018C7.58 1.00018 4 1.50018 4 5.00018V15.5002ZM12 17.0002C10.9 17.0002 10 16.1002 10 15.0002C10 13.9002 10.9 13.0002 12 13.0002C13.1 13.0002 14 13.9002 14 15.0002C14 16.1002 13.1 17.0002 12 17.0002ZM18 10.0002H6V5.00018H18V10.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13.49 5.48019C14.59 5.48019 15.49 4.58019 15.49 3.48019C15.49 2.38019 14.59 1.48019 13.49 1.48019C12.39 1.48019 11.49 2.38019 11.49 3.48019C11.49 4.58019 12.39 5.48019 13.49 5.48019ZM10.32 17.4802L10.89 14.9802L12.99 16.9802V21.9802C12.99 22.5302 13.44 22.9802 13.99 22.9802C14.54 22.9802 14.99 22.5302 14.99 21.9802V16.3402C14.99 15.7902 14.77 15.2702 14.37 14.8902L12.89 13.4802L13.49 10.4802C14.56 11.7202 16.11 12.6102 17.85 12.8902C18.45 12.9802 18.99 12.5002 18.99 11.8902C18.99 11.4002 18.63 10.9902 18.14 10.9102C16.62 10.6602 15.36 9.76019 14.69 8.58019L13.69 6.98019C13.29 6.38019 12.69 5.98019 11.99 5.98019C11.69 5.98019 11.49 6.08019 11.19 6.08019L7.21004 7.76019C6.47004 8.08019 5.99004 8.80019 5.99004 9.61019V11.9802C5.99004 12.5302 6.44004 12.9802 6.99004 12.9802C7.54004 12.9802 7.99004 12.5302 7.99004 11.9802V9.58019L9.79004 8.88019L8.19004 16.9802L4.27004 16.1802C3.73004 16.0702 3.20004 16.4202 3.09004 16.9602V17.0002C2.98004 17.5402 3.33004 18.0702 3.87004 18.1802L7.98004 19.0002C9.04004 19.2102 10.08 18.5402 10.32 17.4802Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.00018C7.58 2.00018 4 2.50018 4 6.00018V15.5002C4 17.4302 5.57 19.0002 7.5 19.0002L6.35 20.1502C6.04 20.4602 6.26 21.0002 6.71 21.0002H17.3C17.75 21.0002 17.97 20.4602 17.65 20.1502L16.5 19.0002C18.43 19.0002 20 17.4302 20 15.5002V6.00018C20 2.50018 16.42 2.00018 12 2.00018ZM7.5 17.0002C6.67 17.0002 6 16.3302 6 15.5002C6 14.6702 6.67 14.0002 7.5 14.0002C8.33 14.0002 9 14.6702 9 15.5002C9 16.3302 8.33 17.0002 7.5 17.0002ZM11 11.0002H6V6.00018H11V11.0002ZM16.5 17.0002C15.67 17.0002 15 16.3302 15 15.5002C15 14.6702 15.67 14.0002 16.5 14.0002C17.33 14.0002 18 14.6702 18 15.5002C18 16.3302 17.33 17.0002 16.5 17.0002ZM18 11.0002H13V6.00018H18V11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.00018C7.58 2.00018 4 2.50018 4 6.00018V15.5002C4 17.4302 5.57 19.0002 7.5 19.0002L6.35 20.1502C6.04 20.4602 6.26 21.0002 6.71 21.0002H17.3C17.75 21.0002 17.97 20.4602 17.65 20.1502L16.5 19.0002C18.43 19.0002 20 17.4302 20 15.5002V6.00018C20 2.50018 16.42 2.00018 12 2.00018ZM7.5 17.0002C6.67 17.0002 6 16.3302 6 15.5002C6 14.6702 6.67 14.0002 7.5 14.0002C8.33 14.0002 9 14.6702 9 15.5002C9 16.3302 8.33 17.0002 7.5 17.0002ZM11 11.0002H6V6.00018H11V11.0002ZM16.5 17.0002C15.67 17.0002 15 16.3302 15 15.5002C15 14.6702 15.67 14.0002 16.5 14.0002C17.33 14.0002 18 14.6702 18 15.5002C18 16.3302 17.33 17.0002 16.5 17.0002ZM18 11.0002H13V6.00018H18V11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13.5 5.50018C14.6 5.50018 15.5 4.60018 15.5 3.50018C15.5 2.40018 14.6 1.50018 13.5 1.50018C12.4 1.50018 11.5 2.40018 11.5 3.50018C11.5 4.60018 12.4 5.50018 13.5 5.50018ZM9.8 8.90018L7.24 21.8102C7.11 22.4202 7.59 23.0002 8.22 23.0002H8.3C8.77 23.0002 9.17 22.6802 9.28 22.2202L10.9 15.0002L13 17.0002V22.0002C13 22.5502 13.45 23.0002 14 23.0002C14.55 23.0002 15 22.5502 15 22.0002V16.3602C15 15.8102 14.78 15.2902 14.38 14.9102L12.9 13.5002L13.5 10.5002C14.57 11.7402 16.12 12.6302 17.86 12.9102C18.46 13.0002 19 12.5202 19 11.9102C19 11.4202 18.64 11.0102 18.15 10.9302C16.63 10.6802 15.37 9.78018 14.7 8.60018L13.7 7.00018C13.14 6.11018 12.02 5.75018 11.05 6.16018L7.22 7.78018C6.48 8.10018 6 8.82018 6 9.63018V12.0002C6 12.5502 6.45 13.0002 7 13.0002C7.55 13.0002 8 12.5502 8 12.0002V9.60018L9.8 8.90018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17.63 7.00018H6.37C3.96 7.00018 2 9.24018 2 12.0002C2 14.7602 3.96 17.0002 6.37 17.0002H17.63C20.04 17.0002 22 14.7602 22 12.0002C22 9.24018 20.04 7.00018 17.63 7.00018ZM11.11 10.6002L7.6 14.1102C7.5 14.2102 7.37 14.2602 7.25 14.2602C7.13 14.2602 6.99 14.2102 6.9 14.1102L5.04 12.2502C4.84 12.0502 4.84 11.7402 5.04 11.5402C5.24 11.3402 5.55 11.3402 5.75 11.5402L7.26 13.0502L10.42 9.89018C10.62 9.69018 10.93 9.69018 11.13 9.89018C11.33 10.0902 11.3 10.4002 11.11 10.6002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_1087)">
|
|
4
|
+
<path
|
|
5
|
+
d="M18.11 1.77017L19.07 0.810175C19.1625 0.717471 19.2724 0.643924 19.3934 0.593742C19.5143 0.543561 19.644 0.517731 19.775 0.517731C19.906 0.517731 20.0357 0.543561 20.1566 0.593742C20.2776 0.643924 20.3875 0.717471 20.48 0.810175L21.19 1.52017C21.58 1.91017 21.58 2.54017 21.19 2.93017L20.23 3.89017L18.11 1.77017ZM17.11 2.77017L19.23 4.89017L13.26 10.8602C13.1671 10.9535 13.0417 11.0072 12.91 11.0102H11.5C11.22 11.0102 11 10.7902 11 10.5102V9.10017C11 8.97017 11.05 8.84017 11.15 8.75017L17.11 2.77017ZM15.13 2.64017L9.79 7.98018C9.61 8.17018 9.5 8.42017 9.5 8.69017V11.5202C9.5 12.0702 9.95 12.5202 10.5 12.5202H13.33C13.6 12.5202 13.85 12.4102 14.04 12.2302L19.37 6.90018C19.77 7.88018 20 8.99017 20 10.2102C20 13.3902 17.55 17.1302 12.66 21.4402C12.28 21.7702 11.71 21.7702 11.33 21.4402C6.45 17.1302 4 13.3902 4 10.2102C4 5.23017 7.8 2.01017 12 2.01017C13.09 2.01017 14.16 2.23017 15.13 2.64017Z"
|
|
6
|
+
/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15_1087">
|
|
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,22 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M17 4.00018C16.45 4.00018 16 4.45018 16 5.00018V11.9002L18 9.90018V5.00018C18 4.45018 17.55 4.00018 17 4.00018Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M5 20.0002C5.55 20.0002 6 19.5502 6 19.0002V5.00018C6 4.45018 5.55 4.00018 5 4.00018C4.45 4.00018 4 4.45018 4 5.00018V19.0002C4 19.5502 4.45 20.0002 5 20.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M11 8.00018C11.55 8.00018 12 7.55018 12 7.00018V5.00018C12 4.45018 11.55 4.00018 11 4.00018C10.45 4.00018 10 4.45018 10 5.00018V7.00018C10 7.55018 10.45 8.00018 11 8.00018Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M11 14.0002C11.55 14.0002 12 13.5502 12 13.0002V11.0002C12 10.4502 11.55 10.0002 11 10.0002C10.45 10.0002 10 10.4502 10 11.0002V13.0002C10 13.5502 10.45 14.0002 11 14.0002Z"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M11 20.0002C11.55 20.0002 12 19.5502 12 19.0002V17.0002C12 16.4502 11.55 16.0002 11 16.0002C10.45 16.0002 10 16.4502 10 17.0002V19.0002C10 19.5502 10.45 20.0002 11 20.0002Z"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M22.56 12.5902L21.41 11.4402C20.82 10.8502 19.87 10.8502 19.29 11.4402L14 16.7302V19.5002C14 19.7802 14.22 20.0002 14.5 20.0002H17.27L22.56 14.7102C23.15 14.1202 23.15 13.1702 22.56 12.5902ZM16.58 18.4502H15.55V17.4202L19 13.9702L20.03 15.0002L16.58 18.4502Z"
|
|
20
|
+
/>
|
|
21
|
+
</g>
|
|
22
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M19 7.00018H18.18L16.48 2.32018C16.19 1.53018 15.44 1.00018 14.6 1.00018H13C12.45 1.00018 12 1.45018 12 2.00018C12 2.55018 12.45 3.00018 13 3.00018H14.6L16.06 7.00018H11.25L10.89 6.00018H10.98C11.53 6.00018 11.98 5.55018 11.98 5.00018C11.98 4.45018 11.53 4.00018 10.98 4.00018H8C7.45 4.00018 7 4.45018 7 5.00018C7 5.55018 7.45 6.00018 8 6.00018H8.75L10.57 11.0002H9.9C9.46 8.77018 7.59 7.12018 5.25 7.01018C2.45 6.87018 0 9.20018 0 12.0002C0 14.8002 2.2 17.0002 5 17.0002C7.46 17.0002 9.45 15.3102 9.9 13.0002H14.1C14.54 15.2302 16.41 16.8802 18.75 16.9902C21.55 17.1202 24 14.8002 24 11.9902C24 9.20018 21.8 7.00018 19 7.00018ZM6 13.0002H7.82C7.4 14.2302 6.22 15.0802 4.8 14.9902C3.31 14.9002 2.07 13.6402 2 12.1402C1.93 10.3902 3.27 9.00018 5 9.00018C6.33 9.00018 7.42 9.83018 7.82 11.0002H6C5.45 11.0002 5 11.4502 5 12.0002C5 12.5502 5.45 13.0002 6 13.0002ZM14.1 11.0002H12.7L11.97 9.00018H15C14.56 9.58018 14.24 10.2502 14.1 11.0002ZM18.88 15.0002C17.34 14.9402 16.04 13.6302 16 12.0802C15.98 11.1202 16.39 10.2802 17.05 9.72018L17.67 11.4202C17.86 11.9402 18.43 12.2102 18.95 12.0202C19.47 11.8302 19.74 11.2602 19.55 10.7402L18.92 9.01018C18.92 9.01018 18.92 9.01018 18.93 9.00018C20.64 8.96018 22 10.2902 22 12.0002C22 13.7202 20.62 15.0602 18.88 15.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path d="M11 20.0002H7L13 23.0002V21.0002H17L11 18.0002V20.0002Z" />
|
|
7
|
+
</g>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M18.92 2.01018C18.72 1.42018 18.16 1.00018 17.5 1.00018H6.5C5.84 1.00018 5.29 1.42018 5.08 2.01018L3.11 7.68018C3.04 7.89018 3 8.11018 3 8.34018V15.5002C3 16.3302 3.67 17.0002 4.5 17.0002C5.33 17.0002 6 16.3302 6 15.5002V15.0002H18V15.5002C18 16.3202 18.67 17.0002 19.5 17.0002C20.32 17.0002 21 16.3302 21 15.5002V8.34018C21 8.12018 20.96 7.89018 20.89 7.68018L18.92 2.01018ZM6.5 12.0002C5.67 12.0002 5 11.3302 5 10.5002C5 9.67018 5.67 9.00018 6.5 9.00018C7.33 9.00018 8 9.67018 8 10.5002C8 11.3302 7.33 12.0002 6.5 12.0002ZM17.5 12.0002C16.67 12.0002 16 11.3302 16 10.5002C16 9.67018 16.67 9.00018 17.5 9.00018C18.33 9.00018 19 9.67018 19 10.5002C19 11.3302 18.33 12.0002 17.5 12.0002ZM5 7.00018L6.27 3.18018C6.41 2.78018 6.79 2.50018 7.22 2.50018H16.78C17.21 2.50018 17.59 2.78018 17.73 3.18018L19 7.00018H5Z"
|
|
5
|
+
/>
|
|
6
|
+
<path d="M7 20.0002H11V18.0002L17 21.0002H13V23.0002L7 20.0002Z" />
|
|
7
|
+
</g>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M19 5.00018C19 3.90018 18.1 3.00018 17 3.00018H15C14.45 3.00018 14 3.45018 14 4.00018C14 4.55018 14.45 5.00018 15 5.00018H17V7.65018L13.52 12.0002H10V8.00018C10 7.45018 9.55 7.00018 9 7.00018H6C3.79 7.00018 2 8.79018 2 11.0002V14.0002H4C4 15.6602 5.34 17.0002 7 17.0002C8.66 17.0002 10 15.6602 10 14.0002H14.48L19 8.35018V5.00018ZM7 15.0002C6.45 15.0002 6 14.5502 6 14.0002H8C8 14.5502 7.55 15.0002 7 15.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M9 4.00018H6C5.45 4.00018 5 4.45018 5 5.00018C5 5.55018 5.45 6.00018 6 6.00018H9C9.55 6.00018 10 5.55018 10 5.00018C10 4.45018 9.55 4.00018 9 4.00018Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M19 11.0002C17.34 11.0002 16 12.3402 16 14.0002C16 15.6602 17.34 17.0002 19 17.0002C20.66 17.0002 22 15.6602 22 14.0002C22 12.3402 20.66 11.0002 19 11.0002ZM19 15.0002C18.45 15.0002 18 14.5502 18 14.0002C18 13.4502 18.45 13.0002 19 13.0002C19.55 13.0002 20 13.4502 20 14.0002C20 14.5502 19.55 15.0002 19 15.0002Z"
|
|
11
|
+
/>
|
|
12
|
+
<path d="M7 20.0002H11V18.0002L17 21.0002H13V23.0002L7 20.0002Z" />
|
|
13
|
+
</g>
|
|
14
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M21 11.1802V9.72018C21 9.25018 20.84 8.80018 20.54 8.44018L16.6 3.72018C16.22 3.26018 15.66 3.00018 15.06 3.00018H3C1.9 3.00018 1 3.90018 1 5.00018V13.0002C1 14.1002 1.9 15.0002 3 15.0002H3.18C3.6 16.1602 4.7 17.0002 6 17.0002C7.3 17.0002 8.4 16.1602 8.82 15.0002H17.19C17.6 16.1602 18.7 17.0002 20.01 17.0002C21.67 17.0002 23.01 15.6602 23.01 14.0002C23 12.7002 22.16 11.6002 21 11.1802ZM18.4 9.00018H16V6.12018L18.4 9.00018ZM4 5.00018H7V9.00018H3V6.00018C3 5.45018 3.45 5.00018 4 5.00018ZM6 15.0002C5.45 15.0002 5 14.5502 5 14.0002C5 13.4502 5.45 13.0002 6 13.0002C6.55 13.0002 7 13.4502 7 14.0002C7 14.5502 6.55 15.0002 6 15.0002ZM9 13.0002V11.0002H11C11.55 11.0002 12 10.5502 12 10.0002C12 9.45018 11.55 9.00018 11 9.00018H9V5.00018H13C13.55 5.00018 14 5.45018 14 6.00018V13.0002H9ZM20 15.0002C19.45 15.0002 19 14.5502 19 14.0002C19 13.4502 19.45 13.0002 20 13.0002C20.55 13.0002 21 13.4502 21 14.0002C21 14.5502 20.55 15.0002 20 15.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path d="M7 20.0002H11V18.0002L17 21.0002H13V23.0002L7 20.0002Z" />
|
|
7
|
+
</g>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M7.82006 16.0002H15.0001V15.0002C15.0001 12.7902 16.7901 11.0002 19.0001 11.0002H19.7401L17.8401 2.56018C17.6301 1.65018 16.8201 1.00018 15.8901 1.00018H13.0001C12.4501 1.00018 12.0001 1.45018 12.0001 2.00018C12.0001 2.55018 12.4501 3.00018 13.0001 3.00018H15.8901L17.2901 9.25018H17.2801C15.1201 9.90018 13.4701 11.7302 13.0901 14.0002H7.82006C7.34006 12.6602 5.96006 11.7602 4.40006 12.0602C3.22006 12.2902 2.27006 13.2602 2.05006 14.4402C1.70006 16.3402 3.16006 18.0002 5.00006 18.0002C6.30006 18.0002 7.40006 17.1602 7.82006 16.0002ZM5.00006 16.0002C4.45006 16.0002 4.00006 15.5502 4.00006 15.0002C4.00006 14.4502 4.45006 14.0002 5.00006 14.0002C5.55006 14.0002 6.00006 14.4502 6.00006 15.0002C6.00006 15.5502 5.55006 16.0002 5.00006 16.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M19 12.0002C17.34 12.0002 16 13.3402 16 15.0002C16 16.6602 17.34 18.0002 19 18.0002C20.66 18.0002 22 16.6602 22 15.0002C22 13.3402 20.66 12.0002 19 12.0002ZM19 16.0002C18.45 16.0002 18 15.5502 18 15.0002C18 14.4502 18.45 14.0002 19 14.0002C19.55 14.0002 20 14.4502 20 15.0002C20 15.5502 19.55 16.0002 19 16.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
<path d="M11 20.0002H7L13 23.0002V21.0002H17L11 18.0002V20.0002Z" />
|
|
10
|
+
</g>
|
|
11
|
+
</template>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M21 14.0002C21 13.4502 20.55 13.0002 20 13.0002H18V15.0002H20C20.55 15.0002 21 14.5502 21 14.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M20 17.0002H18V19.0002H20C20.55 19.0002 21 18.5502 21 18.0002C21 17.4502 20.55 17.0002 20 17.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M16 12.0002H14C12.9 12.0002 12 12.9002 12 14.0002H11C10.45 14.0002 10 14.4502 10 15.0002V17.0002C10 17.5502 10.45 18.0002 11 18.0002H12C12 19.1002 12.9 20.0002 14 20.0002H16C16.55 20.0002 17 19.5502 17 19.0002V13.0002C17 12.4502 16.55 12.0002 16 12.0002Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M5 13.0002C5 11.9002 5.9 11.0002 7 11.0002H8.5C10.43 11.0002 12 9.43018 12 7.50018C12 5.57018 10.43 4.00018 8.5 4.00018H5C4.45 4.00018 4 4.45018 4 5.00018C4 5.55018 4.45 6.00018 5 6.00018H8.5C9.33 6.00018 10 6.67018 10 7.50018C10 8.33018 9.33 9.00018 8.5 9.00018H7C4.79 9.00018 3 10.7902 3 13.0002C3 15.2102 4.79 17.0002 7 17.0002H9V15.0002H7C5.9 15.0002 5 14.1002 5 13.0002Z"
|
|
14
|
+
/>
|
|
15
|
+
</g>
|
|
16
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.77 7.23018L19.78 7.22018L16.59 4.03018C16.3 3.74018 15.82 3.74018 15.53 4.03018C15.24 4.32018 15.24 4.80018 15.53 5.09018L17.11 6.67018C16.06 7.07018 15.35 8.14018 15.53 9.38018C15.69 10.4802 16.63 11.3702 17.73 11.4902C18.2 11.5402 18.61 11.4602 19 11.2902V18.5002C19 19.0502 18.55 19.5002 18 19.5002C17.45 19.5002 17 19.0502 17 18.5002V14.0002C17 12.9002 16.1 12.0002 15 12.0002H14V5.00018C14 3.90018 13.1 3.00018 12 3.00018H6C4.9 3.00018 4 3.90018 4 5.00018V20.0002C4 20.5502 4.45 21.0002 5 21.0002H13C13.55 21.0002 14 20.5502 14 20.0002V13.5002H15.5V18.3602C15.5 19.6702 16.44 20.8602 17.74 20.9902C19.24 21.1402 20.5 19.9702 20.5 18.5002V9.00018C20.5 8.31018 20.22 7.68018 19.77 7.23018ZM18 10.0002C17.45 10.0002 17 9.55018 17 9.00018C17 8.45018 17.45 8.00018 18 8.00018C18.55 8.00018 19 8.45018 19 9.00018C19 9.55018 18.55 10.0002 18 10.0002ZM8 16.1202V13.5002H6.83C6.45 13.5002 6.21 13.1002 6.39 12.7602L9.06 7.76018C9.3 7.31018 10 7.48018 10 8.00018V11.0002H11.14C11.52 11.0002 11.76 11.4102 11.57 11.7502L8.93 16.3702C8.68 16.8102 8 16.6302 8 16.1202Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.9 5.00018H18V2.00018C18 1.45018 17.55 1.00018 17 1.00018C16.45 1.00018 16 1.45018 16 2.00018V5.00018H12.1C11.51 5.00018 11.05 5.51018 11.1 6.10018L11.22 7.31018C14.9 8.16018 18 10.7702 18 15.0002L18.02 23.0002H19.72C20.56 23.0002 21.25 22.3502 21.35 21.5302L22.89 6.10018C22.95 5.51018 22.49 5.00018 21.9 5.00018ZM15 21.0002H2C1.45 21.0002 1 21.4502 1 22.0002C1 22.5502 1.45 23.0002 2 23.0002H15C15.55 23.0002 16 22.5502 16 22.0002C16 21.4502 15.55 21.0002 15 21.0002ZM2.1 15.0002H14.9C15.52 15.0002 16.01 14.4402 15.89 13.8402C15.24 10.6102 11.87 8.99018 8.5 8.99018C5.13 8.99018 1.77 10.6102 1.11 13.8402C0.99 14.4402 1.49 15.0002 2.1 15.0002ZM15 17.0002H2C1.45 17.0002 1 17.4502 1 18.0002C1 18.5502 1.45 19.0002 2 19.0002H15C15.55 19.0002 16 18.5502 16 18.0002C16 17.4502 15.55 17.0002 15 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 14.5802C21 14.2202 20.81 13.8902 20.51 13.6902L13 9.00018V3.50018C13 2.67018 12.33 2.00018 11.5 2.00018C10.67 2.00018 10 2.67018 10 3.50018V9.00018L2.49 13.6902C2.19 13.8802 2 14.2202 2 14.5802C2 15.2802 2.68 15.7902 3.36 15.5802L10 13.5002V19.0002L8.2 20.3502C8.07 20.4402 8 20.5902 8 20.7502V21.3402C8 21.6702 8.32 21.9102 8.64 21.8202L11.5 21.0002L14.36 21.8202C14.68 21.9102 15 21.6702 15 21.3402V20.7502C15 20.5902 14.93 20.4402 14.8 20.3502L13 19.0002V13.5002L19.64 15.5802C20.32 15.7902 21 15.2802 21 14.5802Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M21.6701 18.1702L16.9501 13.4502C16.4701 12.9702 15.9601 12.8602 15.3701 12.8602L12.8301 15.4002C12.8301 15.9902 12.9401 16.5102 13.4201 16.9802L18.1401 21.7002C18.5301 22.0902 19.1601 22.0902 19.5501 21.7002L21.6701 19.5802C22.0601 19.2002 22.0601 18.5602 21.6701 18.1702Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M16.6301 9.49019C17.0201 9.88019 17.6501 9.88019 18.0401 9.49019L18.7501 8.78019L20.8701 10.9002C22.0401 9.73019 22.0401 7.83019 20.8701 6.66019L18.0401 3.83019C17.6501 3.44019 17.0201 3.44019 16.6301 3.83019L15.9201 4.54019V2.00019C15.9201 1.38019 15.1601 1.05019 14.7101 1.50019L12.1701 4.04019C11.7201 4.49019 12.0501 5.25019 12.6701 5.25019H15.2101L14.5001 5.96019C14.1101 6.35019 14.1101 6.98019 14.5001 7.37019L14.8501 7.72019L11.9601 10.6102L7.85006 6.48019V5.48019C7.85006 5.21019 7.74006 4.96019 7.56006 4.77019L5.54006 2.74019C5.15006 2.35019 4.52006 2.35019 4.13006 2.74019L2.71006 4.16019C2.32006 4.55019 2.32006 5.18019 2.71006 5.57019L4.73006 7.60019C4.92006 7.79019 5.17006 7.89019 5.44006 7.89019H6.44006L10.5701 12.0202L9.72006 12.8702H8.42006C7.89006 12.8702 7.38006 13.0802 7.01006 13.4602L2.29006 18.1802C1.90006 18.5702 1.90006 19.2002 2.29006 19.5902L4.41006 21.7102C4.80006 22.1002 5.43006 22.1002 5.82006 21.7102L10.5401 16.9902C10.9201 16.6102 11.1301 16.1102 11.1301 15.5802V14.2902L16.2801 9.14019L16.6301 9.49019Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M17 16.0002C16.45 16.0002 16 15.5502 16 15.0002H8C8 15.5502 7.55 16.0002 7 16.0002C6.45 16.0002 6 15.5502 6 15.0002H2V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V15.0002H18C18 15.5502 17.55 16.0002 17 16.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M20 8.00018H17V6.00018C17 4.90018 16.1 4.00018 15 4.00018H9C7.9 4.00018 7 4.90018 7 6.00018V8.00018H4C2.9 8.00018 2 8.90018 2 10.0002V14.0002H6V13.0002C6 12.4502 6.45 12.0002 7 12.0002C7.55 12.0002 8 12.4502 8 13.0002V14.0002H16V13.0002C16 12.4502 16.45 12.0002 17 12.0002C17.55 12.0002 18 12.4502 18 13.0002V14.0002H22V10.0002C22 8.90018 21.1 8.00018 20 8.00018ZM15 8.00018H9V6.00018H15V8.00018Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M7 13.0002C8.66 13.0002 10 11.6602 10 10.0002C10 8.34018 8.66 7.00018 7 7.00018C5.34 7.00018 4 8.34018 4 10.0002C4 11.6602 5.34 13.0002 7 13.0002ZM19 7.00018H13C11.9 7.00018 11 7.90018 11 9.00018V14.0002H3V6.00018C3 5.45018 2.55 5.00018 2 5.00018C1.45 5.00018 1 5.45018 1 6.00018V19.0002C1 19.5502 1.45 20.0002 2 20.0002C2.55 20.0002 3 19.5502 3 19.0002V17.0002H21V19.0002C21 19.5502 21.45 20.0002 22 20.0002C22.55 20.0002 23 19.5502 23 19.0002V11.0002C23 8.79018 21.21 7.00018 19 7.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M12 16.0002C13.01 16.0002 13.91 15.6102 14.62 15.0002H9.38C10.09 15.6102 10.99 16.0002 12 16.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M8.56006 14.0002H15.4501C15.7101 13.5502 15.8901 13.0402 15.9601 12.5002H8.06006C8.12006 13.0402 8.29006 13.5502 8.56006 14.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M12 8.00018C10.99 8.00018 10.09 8.39018 9.38 9.00018H14.62C13.91 8.39018 13.01 8.00018 12 8.00018Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M8.56005 10.0002C8.30005 10.4502 8.12005 10.9602 8.05005 11.5002H15.95C15.88 10.9602 15.71 10.4502 15.44 10.0002H8.56005Z"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M19 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM12 18.0002C8.69 18.0002 6 15.3102 6 12.0002C6 8.69018 8.69 6.00018 12 6.00018C15.31 6.00018 18 8.69018 18 12.0002C18 15.3102 15.31 18.0002 12 18.0002Z"
|
|
17
|
+
/>
|
|
18
|
+
</g>
|
|
19
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M14.65 4.98018L9.65 3.23018C9.23 3.08018 8.77 3.08018 8.35 3.22018L4.36 4.56018C3.55 4.84018 3 5.60018 3 6.46018V18.3102C3 19.7202 4.41 20.6802 5.72 20.1702L8.65 19.0302C8.87 18.9402 9.12 18.9402 9.34 19.0202L14.34 20.7702C14.76 20.9202 15.22 20.9202 15.64 20.7802L19.63 19.4402C20.44 19.1702 20.99 18.4002 20.99 17.5402V5.69018C20.99 4.28018 19.58 3.32018 18.27 3.83018L15.34 4.97018C15.12 5.05018 14.88 5.06018 14.65 4.98018ZM15 18.8902L9 16.7802V5.11018L15 7.22018V18.8902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12.6001 18.0602C12.2401 18.3402 11.7301 18.3402 11.3701 18.0602L5.22005 13.2802C4.86005 13.0002 4.36005 13.0002 4.00005 13.2802C3.49005 13.6802 3.49005 14.4502 4.00005 14.8502L10.7601 20.1102C11.4801 20.6702 12.4901 20.6702 13.2201 20.1102L19.9801 14.8502C20.4901 14.4502 20.4901 13.6802 19.9801 13.2802L19.9701 13.2702C19.6101 12.9902 19.1101 12.9902 18.7501 13.2702L12.6001 18.0602ZM13.2301 15.0402L19.9901 9.78017C20.5001 9.38017 20.5001 8.60017 19.9901 8.20017L13.2301 2.94017C12.5101 2.38017 11.5001 2.38017 10.7701 2.94017L4.01005 8.21017C3.50005 8.61017 3.50005 9.39017 4.01005 9.79017L10.7701 15.0502C11.4901 15.6102 12.5101 15.6102 13.2301 15.0402Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.99 9.79017C20.5 9.39017 20.5 8.61017 19.99 8.21017L13.23 2.95017C12.51 2.39017 11.5 2.39017 10.77 2.95017L9.40998 4.02017L17.29 11.9002L19.99 9.79017ZM19.99 13.2802L19.98 13.2702C19.62 12.9902 19.12 12.9902 18.76 13.2702L18.71 13.3102L20.11 14.7102C20.48 14.3002 20.45 13.6402 19.99 13.2802ZM21.44 18.8802L4.11998 1.56017C3.72998 1.17017 3.09998 1.17017 2.70998 1.56017C2.31998 1.95017 2.31998 2.58017 2.70998 2.97017L6.22998 6.49017L4.00998 8.21017C3.49998 8.61017 3.49998 9.39017 4.00998 9.79017L10.77 15.0502C11.49 15.6102 12.5 15.6102 13.23 15.0502L14.1 14.3702L15.52 15.7902L12.6 18.0602C12.24 18.3402 11.73 18.3402 11.37 18.0602L5.21998 13.2802C4.85998 13.0002 4.35998 13.0002 3.99998 13.2802C3.48998 13.6802 3.48998 14.4502 3.99998 14.8502L10.76 20.1102C11.48 20.6702 12.49 20.6702 13.22 20.1102L16.94 17.2202L20.01 20.2902C20.4 20.6802 21.03 20.6802 21.42 20.2902C21.83 19.9002 21.83 19.2702 21.44 18.8802Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 12.0002C20 11.2402 20.43 10.5802 21.06 10.2402C21.66 9.91018 22 9.23018 22 8.54018V6.00018C22 4.90018 21.1 4.00018 20 4.00018H4C2.9 4.00018 2.01 4.89018 2.01 5.99018V8.54018C2.01 9.23018 2.34 9.91018 2.95 10.2302C3.58 10.5802 4 11.2402 4 12.0002C4 12.7602 3.57 13.4302 2.94 13.7602C2.34 14.0902 2 14.7702 2 15.4602V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V15.4602C22 14.7702 21.66 14.0902 21.06 13.7602C20.43 13.4202 20 12.7602 20 12.0002ZM14.5 16.1002L12 14.5002L9.5 16.1102C9.12 16.3502 8.63 16.0002 8.75 15.5602L9.5 12.6802L7.2 10.8002C6.85 10.5102 7.03 9.94018 7.49 9.91018L10.45 9.74018L11.53 6.99018C11.7 6.57018 12.3 6.57018 12.46 6.99018L13.54 9.75018L16.5 9.92018C16.95 9.95018 17.14 10.5202 16.79 10.8102L14.49 12.6902L15.25 15.5502C15.37 16.0002 14.88 16.3502 14.5 16.1002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.48 13.7002L13.5 9.00018V3.50018C13.5 2.67018 12.83 2.00018 12 2.00018C11.17 2.00018 10.5 2.67018 10.5 3.50018V9.00018L2.52 13.7002C2.2 13.8802 2 14.2302 2 14.6002C2 15.3002 2.67 15.8002 3.34 15.6102L10.5 13.5102V19.0002L8.24 20.3502C8.09 20.4402 8 20.6102 8 20.7802V21.2802V21.3602C8 21.6902 8.31 21.9302 8.62 21.8502L11.54 21.1202L12 21.0002L12.38 21.0902L12.8 21.2002L14.7 21.6802L15.37 21.8502C15.69 21.9302 15.99 21.6902 15.99 21.3602V20.9902V20.7802C15.99 20.6002 15.9 20.4402 15.75 20.3502L13.5 19.0002V13.5002L20.66 15.6002C21.33 15.8002 22 15.3002 22 14.6002C22 14.2302 21.8 13.8802 21.48 13.7002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="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.00018ZM20 17.0002C20 17.5502 19.55 18.0002 19 18.0002H5C4.45 18.0002 4 17.5502 4 17.0002V7.00018C4 6.45018 4.45 6.00018 5 6.00018H19C19.55 6.00018 20 6.45018 20 7.00018V17.0002ZM14 10.0002C14.55 10.0002 15 9.55018 15 9.00018C15 8.45018 14.55 8.00018 14 8.00018H13V7.99018C13 7.44018 12.55 6.99018 12 6.99018C11.45 6.99018 11 7.44018 11 7.99018V8.00018H10C9.45 8.00018 9 8.45018 9 9.00018V12.0002C9 12.5502 9.45 13.0002 10 13.0002H13V14.0002H10C9.45 14.0002 9 14.4502 9 15.0002C9 15.5502 9.45 16.0002 10 16.0002H11C11 16.5502 11.45 17.0002 12 17.0002C12.55 17.0002 13 16.5502 13 16.0002H14C14.55 16.0002 15 15.5502 15 15.0002V12.0002C15 11.4502 14.55 11.0002 14 11.0002H11V10.0002H14Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 4.45018C21 3.65018 20.35 3.00018 19.55 3.00018H4.45C3.65 3.00018 3 3.65018 3 4.45018C3 4.80018 3.13 5.15018 3.37 5.41018L11 14.0002V19.0002H7C6.45 19.0002 6 19.4502 6 20.0002C6 20.5502 6.45 21.0002 7 21.0002H17C17.55 21.0002 18 20.5502 18 20.0002C18 19.4502 17.55 19.0002 17 19.0002H13V14.0002L20.63 5.41018C20.87 5.15018 21 4.80018 21 4.45018ZM7.43 7.00018L5.66 5.00018H18.35L16.57 7.00018H7.43Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 3.00018H6C4.9 3.00018 4 3.90018 4 5.00018V13.0002C4 15.2102 5.79 17.0002 8 17.0002H14C16.21 17.0002 18 15.2102 18 13.0002V10.0002H20C21.1 10.0002 22 9.10018 22 8.00018V5.00018C22 3.90018 21.1 3.00018 20 3.00018ZM20 8.00018H18V5.00018H20V8.00018ZM3 21.0002H19C19.55 21.0002 20 20.5502 20 20.0002C20 19.4502 19.55 19.0002 19 19.0002H3C2.45 19.0002 2 19.4502 2 20.0002C2 20.5502 2.45 21.0002 3 21.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 5.00017C17.83 5.00017 18.5 4.33017 18.5 3.50017C18.5 2.84017 17.84 1.86017 17.39 1.28017C17.19 1.02017 16.8 1.02017 16.6 1.28017C16.16 1.86017 15.5 2.84017 15.5 3.50017C15.5 4.33017 16.17 5.00017 17 5.00017ZM12 5.00017C12.83 5.00017 13.5 4.33017 13.5 3.50017C13.5 2.84017 12.84 1.86017 12.39 1.28017C12.19 1.02017 11.8 1.02017 11.6 1.28017C11.16 1.86017 10.5 2.84017 10.5 3.50017C10.5 4.33017 11.17 5.00017 12 5.00017ZM7 5.00017C7.83 5.00017 8.5 4.33017 8.5 3.50017C8.5 2.84017 7.84 1.86017 7.39 1.28017C7.19 1.02017 6.8 1.02017 6.6 1.28017C6.16 1.86017 5.5 2.84017 5.5 3.50017C5.5 4.33017 6.17 5.00017 7 5.00017ZM18.92 8.01017C18.72 7.42017 18.16 7.00017 17.5 7.00017H6.5C5.84 7.00017 5.29 7.42017 5.08 8.01017L3.11 13.6802C3.04 13.8902 3 14.1102 3 14.3402V21.5002C3 22.3302 3.67 23.0002 4.5 23.0002C5.33 23.0002 6 22.3302 6 21.5002V21.0002H18V21.5002C18 22.3202 18.67 23.0002 19.5 23.0002C20.32 23.0002 21 22.3302 21 21.5002V14.3402C21 14.1202 20.96 13.8902 20.89 13.6802L18.92 8.01017ZM6.5 18.0002C5.67 18.0002 5 17.3302 5 16.5002C5 15.6702 5.67 15.0002 6.5 15.0002C7.33 15.0002 8 15.6702 8 16.5002C8 17.3302 7.33 18.0002 6.5 18.0002ZM17.5 18.0002C16.67 18.0002 16 17.3302 16 16.5002C16 15.6702 16.67 15.0002 17.5 15.0002C18.33 15.0002 19 15.6702 19 16.5002C19 17.3302 18.33 18.0002 17.5 18.0002ZM5 13.0002L6.27 9.18017C6.41 8.78017 6.79 8.50017 7.22 8.50017H16.78C17.21 8.50017 17.59 8.78017 17.73 9.18017L19 13.0002H5Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 7.00018H19V5.00018C19 4.45018 18.55 4.00018 18 4.00018H6C5.45 4.00018 5 4.45018 5 5.00018V7.00018H3C2.45 7.00018 2 7.45018 2 8.00018V19.0002C2 19.5502 2.45 20.0002 3 20.0002H9C9.55 20.0002 10 19.5502 10 19.0002V16.0002H14V19.0002C14 19.5502 14.45 20.0002 15 20.0002H21C21.55 20.0002 22 19.5502 22 19.0002V8.00018C22 7.45018 21.55 7.00018 21 7.00018ZM11 9.00018C11 9.55018 10.55 10.0002 10 10.0002H9V11.0002H10.5C10.78 11.0002 11 11.2202 11 11.5002C11 11.7802 10.78 12.0002 10.5 12.0002H9C8.45 12.0002 8 11.5502 8 11.0002V10.0002C8 9.45018 8.45 9.00018 9 9.00018H10V8.00018H8.5C8.22 8.00018 8 7.78018 8 7.50018C8 7.22018 8.22 7.00018 8.5 7.00018H10C10.55 7.00018 11 7.45018 11 8.00018V9.00018ZM16 11.5002C16 11.7802 15.78 12.0002 15.5 12.0002C15.22 12.0002 15 11.7802 15 11.5002V10.0002H14C13.45 10.0002 13 9.55018 13 9.00018V7.50018C13 7.22018 13.22 7.00018 13.5 7.00018C13.78 7.00018 14 7.22018 14 7.50018V9.00018H15V7.50018C15 7.22018 15.22 7.00018 15.5 7.00018C15.78 7.00018 16 7.22018 16 7.50018V11.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8.1 13.3402L10.93 10.5102L4.74 4.33017C4.26 3.85017 3.43 3.98017 3.13 4.60017C2.42 6.09017 2.68 7.92017 3.91 9.16017L8.1 13.3402ZM14.88 11.5302C16.41 12.2402 18.56 11.7402 20.15 10.1502C22.06 8.24017 22.43 5.50017 20.96 4.03017C19.5 2.57017 16.76 2.93017 14.84 4.84017C13.25 6.43017 12.75 8.58017 13.46 10.1102L4.41 19.1602C4.02 19.5502 4.02 20.1802 4.41 20.5702C4.8 20.9602 5.43 20.9602 5.82 20.5702L12 14.4102L18.18 20.5902C18.57 20.9802 19.2 20.9802 19.59 20.5902C19.98 20.2002 19.98 19.5702 19.59 19.1802L13.41 13.0002L14.88 11.5302Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M5.23005 2.00018C4.04005 2.00018 3.11005 3.04018 3.24005 4.22018L5.01005 20.2302C5.13005 21.2302 5.97005 22.0002 7.00005 22.0002H17.0001C18.0301 22.0002 18.8701 21.2302 18.9901 20.2302L20.7601 4.22018C20.8901 3.04018 19.9601 2.00018 18.7701 2.00018H5.23005ZM12.0001 19.0002C10.3401 19.0002 9.00005 17.6602 9.00005 16.0002C9.00005 14.4502 10.8101 12.0502 11.6201 11.0602C11.8201 10.8102 12.1901 10.8102 12.3901 11.0602C13.2001 12.0602 15.0101 14.4502 15.0101 16.0002C15.0001 17.6602 13.6601 19.0002 12.0001 19.0002ZM18.3301 8.00018H5.67005L5.35005 5.11018C5.29005 4.52018 5.75005 4.00018 6.35005 4.00018H17.6501C18.2401 4.00018 18.7101 4.52018 18.6401 5.11018L18.3301 8.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M19.48 12.3502C17.91 8.27017 12.32 8.05017 13.67 2.12017C13.77 1.68017 13.3 1.34017 12.92 1.57017C9.29 3.71017 6.68 8.00017 8.87 13.6202C9.05 14.0802 8.51 14.5102 8.12 14.2102C6.31 12.8402 6.12 10.8702 6.28 9.46017C6.34 8.94017 5.66 8.69017 5.37 9.12017C4.69 10.1602 4 11.8402 4 14.3702C4.38 19.9702 9.11 21.6902 10.81 21.9102C13.24 22.2202 15.87 21.7702 17.76 20.0402C19.84 18.1102 20.6 15.0302 19.48 12.3502ZM10.2 17.3802C11.64 17.0302 12.38 15.9902 12.58 15.0702C12.91 13.6402 11.62 12.2402 12.49 9.98017C12.82 11.8502 15.76 13.0202 15.76 15.0602C15.84 17.5902 13.1 19.7602 10.2 17.3802Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M19.48 12.3502C17.91 8.27017 12.32 8.05017 13.67 2.12017C13.77 1.68017 13.3 1.34017 12.92 1.57017C9.29 3.71017 6.68 8.00017 8.87 13.6202C9.05 14.0802 8.51 14.5102 8.12 14.2102C6.31 12.8402 6.12 10.8702 6.28 9.46017C6.34 8.94017 5.66 8.69017 5.37 9.12017C4.69 10.1602 4 11.8402 4 14.3702C4.38 19.9702 9.11 21.6902 10.81 21.9102C13.24 22.2202 15.87 21.7702 17.76 20.0402C19.84 18.1102 20.6 15.0302 19.48 12.3502ZM10.2 17.3802C11.64 17.0302 12.38 15.9902 12.58 15.0702C12.91 13.6402 11.62 12.2402 12.49 9.98017C12.82 11.8502 15.76 13.0202 15.76 15.0602C15.84 17.5902 13.1 19.7602 10.2 17.3802Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 22.0002C16.56 22.0002 20.33 18.6002 20.92 14.2002C21.01 13.5602 20.44 12.9902 19.8 13.0802C15.4 13.6702 12 17.4402 12 22.0002ZM5.59996 10.2502C5.59996 11.6302 6.71996 12.7502 8.09996 12.7502C8.62996 12.7502 9.10996 12.5902 9.51996 12.3102L9.49996 12.5002C9.49996 13.8802 10.62 15.0002 12 15.0002C13.38 15.0002 14.5 13.8802 14.5 12.5002L14.48 12.3102C14.88 12.5902 15.37 12.7502 15.9 12.7502C17.28 12.7502 18.4 11.6302 18.4 10.2502C18.4 9.25018 17.81 8.40018 16.97 8.00018C17.81 7.60018 18.4 6.75018 18.4 5.75018C18.4 4.37018 17.28 3.25018 15.9 3.25018C15.37 3.25018 14.89 3.41018 14.48 3.69018L14.5 3.50018C14.5 2.12018 13.38 1.00018 12 1.00018C10.62 1.00018 9.49996 2.12018 9.49996 3.50018L9.51996 3.69018C9.11996 3.41018 8.62996 3.25018 8.09996 3.25018C6.71996 3.25018 5.59996 4.37018 5.59996 5.75018C5.59996 6.75018 6.18996 7.60018 7.02996 8.00018C6.18996 8.40018 5.59996 9.25018 5.59996 10.2502ZM12 5.50018C13.38 5.50018 14.5 6.62018 14.5 8.00018C14.5 9.38018 13.38 10.5002 12 10.5002C10.62 10.5002 9.49996 9.38018 9.49996 8.00018C9.49996 6.62018 10.62 5.50018 12 5.50018ZM3.07996 14.2002C3.66996 18.6002 7.43996 22.0002 12 22.0002C12 17.4402 8.59996 13.6702 4.19996 13.0802C3.55996 12.9902 2.98996 13.5602 3.07996 14.2002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.77 7.23018L19.78 7.22018L16.59 4.03018C16.3 3.74018 15.82 3.74018 15.53 4.03018C15.24 4.32018 15.24 4.80018 15.53 5.09018L17.11 6.67018C16.06 7.07018 15.35 8.14018 15.53 9.38018C15.69 10.4802 16.63 11.3702 17.73 11.4902C18.2 11.5402 18.61 11.4602 19 11.2902V18.5002C19 19.0502 18.55 19.5002 18 19.5002C17.45 19.5002 17 19.0502 17 18.5002V14.0002C17 12.9002 16.1 12.0002 15 12.0002H14V5.00018C14 3.90018 13.1 3.00018 12 3.00018H6C4.9 3.00018 4 3.90018 4 5.00018V20.0002C4 20.5502 4.45 21.0002 5 21.0002H13C13.55 21.0002 14 20.5502 14 20.0002V13.5002H15.5V18.3602C15.5 19.6702 16.44 20.8602 17.74 20.9902C19.24 21.1402 20.5 19.9702 20.5 18.5002V9.00018C20.5 8.31018 20.22 7.68018 19.77 7.23018ZM12 10.0002H6V6.00018C6 5.45018 6.45 5.00018 7 5.00018H11C11.55 5.00018 12 5.45018 12 6.00018V10.0002ZM18 10.0002C17.45 10.0002 17 9.55018 17 9.00018C17 8.45018 17.45 8.00018 18 8.00018C18.55 8.00018 19 8.45018 19 9.00018C19 9.55018 18.55 10.0002 18 10.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|