lib-pajakio-v2 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env +3 -0
- package/README.md +15 -0
- package/babel.config.js +5 -0
- package/dist/demo.html +10 -0
- package/dist/library-frontend-pajakio.common.js +42049 -0
- package/dist/library-frontend-pajakio.common.js.map +1 -0
- package/dist/library-frontend-pajakio.css +1 -0
- package/dist/library-frontend-pajakio.umd.js +42059 -0
- package/dist/library-frontend-pajakio.umd.js.map +1 -0
- package/dist/library-frontend-pajakio.umd.min.js +2 -0
- package/dist/library-frontend-pajakio.umd.min.js.map +1 -0
- package/index.html +13 -0
- package/lib-pajakio-v2-1.0.27.tgz +0 -0
- package/package.json +30 -0
- package/public/favicon.ico +0 -0
- package/public/index.html +17 -0
- package/src/App.vue +50 -0
- package/src/assets/fonts/Avenir-Black.ttf +0 -0
- package/src/assets/fonts/Avenir-Book.ttf +0 -0
- package/src/assets/fonts/Avenir-Heavy.ttf +0 -0
- package/src/assets/fonts/Avenir-Light.ttf +0 -0
- package/src/assets/fonts/Avenir-Medium.ttf +0 -0
- package/src/assets/fonts/Avenir-Roman.ttf +0 -0
- package/src/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/src/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/src/assets/fonts/OpenSans-Light.ttf +0 -0
- package/src/assets/fonts/OpenSans-Medium.ttf +0 -0
- package/src/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/src/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/src/assets/fonts/style.css +35 -0
- package/src/assets/logo.png +0 -0
- package/src/assets/style/_color.scss +51 -0
- package/src/assets/style/base.scss +1083 -0
- package/src/assets/style/sizing.scss +157 -0
- package/src/components/Base/BaseButton.vue +276 -0
- package/src/components/Base/BaseIcon.vue +1591 -0
- package/src/components/Base/BaseTable.vue +76 -0
- package/src/components/Breadcrumbs/index.vue +95 -0
- package/src/components/ComponentsLayout/NavigationMenu.vue +148 -0
- package/src/components/DashboardFooter/index.vue +105 -0
- package/src/components/DashboardHeader/index.vue +566 -0
- package/src/components/DatePicker/index.vue +2230 -0
- package/src/components/Dropdown/DropdownCheckbox.vue +99 -0
- package/src/components/Dropdown/DropdownCompany.vue +259 -0
- package/src/components/Dropdown/DropdownMultipleTag.vue +126 -0
- package/src/components/Dropdown/DropdownSearchList.vue +185 -0
- package/src/components/Dropdown/DropdownSelect.vue +387 -0
- package/src/components/Dropdown/index.vue +193 -0
- package/src/components/ExpansionPanel/index.vue +102 -0
- package/src/components/Form/FormCheckbox.vue +195 -0
- package/src/components/Form/FormGroupCheckbox.vue +256 -0
- package/src/components/Form/FormInput.vue +618 -0
- package/src/components/Form/FormInputTag.vue +286 -0
- package/src/components/Form/FormRadio.vue +195 -0
- package/src/components/Form/FormSwitch.vue +162 -0
- package/src/components/Form/FormTextarea.vue +204 -0
- package/src/components/Icons/Action/Accessibility.vue +5 -0
- package/src/components/Icons/Action/AccessibilityNew.vue +5 -0
- package/src/components/Icons/Action/Accessible.vue +10 -0
- package/src/components/Icons/Action/AccessibleForward.vue +10 -0
- package/src/components/Icons/Action/AccountBalance.vue +5 -0
- package/src/components/Icons/Action/AccountBalanceWallet.vue +5 -0
- package/src/components/Icons/Action/AccountBox.vue +5 -0
- package/src/components/Icons/Action/AccountCircle.vue +5 -0
- package/src/components/Icons/Action/ActionIcons.vue +981 -0
- package/src/components/Icons/Action/AddShoppingCart.vue +5 -0
- package/src/components/Icons/Action/AddTask.vue +5 -0
- package/src/components/Icons/Action/Addchart.vue +5 -0
- package/src/components/Icons/Action/AdminPanelSettings.vue +10 -0
- package/src/components/Icons/Action/Alarm.vue +5 -0
- package/src/components/Icons/Action/AlarmAdd.vue +5 -0
- package/src/components/Icons/Action/AlarmOff.vue +5 -0
- package/src/components/Icons/Action/AlarmOn.vue +5 -0
- package/src/components/Icons/Action/AllInbox.vue +5 -0
- package/src/components/Icons/Action/AllOut.vue +5 -0
- package/src/components/Icons/Action/Analytics.vue +5 -0
- package/src/components/Icons/Action/Anchor.vue +5 -0
- package/src/components/Icons/Action/Android.vue +19 -0
- package/src/components/Icons/Action/Announcement.vue +5 -0
- package/src/components/Icons/Action/Api.vue +5 -0
- package/src/components/Icons/Action/AppBlocking.vue +10 -0
- package/src/components/Icons/Action/ArrowCircleDown.vue +5 -0
- package/src/components/Icons/Action/ArrowCircleUp.vue +5 -0
- package/src/components/Icons/Action/ArrowRightAlt.vue +5 -0
- package/src/components/Icons/Action/AspectRatio.vue +5 -0
- package/src/components/Icons/Action/Assessment.vue +5 -0
- package/src/components/Icons/Action/Assignment.vue +5 -0
- package/src/components/Icons/Action/AssignmentInd.vue +5 -0
- package/src/components/Icons/Action/AssignmentLate.vue +5 -0
- package/src/components/Icons/Action/AssignmentReturn.vue +5 -0
- package/src/components/Icons/Action/AssignmentReturned.vue +5 -0
- package/src/components/Icons/Action/AssignmentTurnedIn.vue +5 -0
- package/src/components/Icons/Action/Autorenew.vue +5 -0
- package/src/components/Icons/Action/Backup.vue +5 -0
- package/src/components/Icons/Action/BackupTable.vue +10 -0
- package/src/components/Icons/Action/BatchPrediction.vue +5 -0
- package/src/components/Icons/Action/Book.vue +5 -0
- package/src/components/Icons/Action/BookOnline.vue +5 -0
- package/src/components/Icons/Action/Bookmark.vue +5 -0
- package/src/components/Icons/Action/BookmarkBorder.vue +5 -0
- package/src/components/Icons/Action/Bookmarks.vue +5 -0
- package/src/components/Icons/Action/BugReport.vue +5 -0
- package/src/components/Icons/Action/Build.vue +5 -0
- package/src/components/Icons/Action/BuildCircle.vue +7 -0
- package/src/components/Icons/Action/Cached.vue +5 -0
- package/src/components/Icons/Action/CalendarToday.vue +5 -0
- package/src/components/Icons/Action/CalendarViewDay.vue +5 -0
- package/src/components/Icons/Action/CameraEnhance.vue +5 -0
- package/src/components/Icons/Action/CancelScheduleSend.vue +22 -0
- package/src/components/Icons/Action/CardGiftcard.vue +5 -0
- package/src/components/Icons/Action/CardMembership.vue +5 -0
- package/src/components/Icons/Action/CardTravel.vue +5 -0
- package/src/components/Icons/Action/ChangeHistory.vue +5 -0
- package/src/components/Icons/Action/CheckCircle.vue +5 -0
- package/src/components/Icons/Action/CheckCircleOutline.vue +5 -0
- package/src/components/Icons/Action/ChromeReaderMode.vue +5 -0
- package/src/components/Icons/Action/Class.vue +5 -0
- package/src/components/Icons/Action/CloseFullscreen.vue +5 -0
- package/src/components/Icons/Action/CommentBank.vue +5 -0
- package/src/components/Icons/Action/Commute.vue +5 -0
- package/src/components/Icons/Action/CompareArrows.vue +5 -0
- package/src/components/Icons/Action/ContactPage.vue +5 -0
- package/src/components/Icons/Action/ContactSupport.vue +5 -0
- package/src/components/Icons/Action/Contactless.vue +5 -0
- package/src/components/Icons/Action/Copyright.vue +5 -0
- package/src/components/Icons/Action/CreditCard.vue +5 -0
- package/src/components/Icons/Action/Dashboard.vue +5 -0
- package/src/components/Icons/Action/DateRange.vue +5 -0
- package/src/components/Icons/Action/Delete.vue +5 -0
- package/src/components/Icons/Action/DeleteForever.vue +5 -0
- package/src/components/Icons/Action/DeleteOutline.vue +5 -0
- package/src/components/Icons/Action/Description.vue +5 -0
- package/src/components/Icons/Action/DisabledByDefault.vue +5 -0
- package/src/components/Icons/Action/Dns.vue +5 -0
- package/src/components/Icons/Action/Done.vue +5 -0
- package/src/components/Icons/Action/DoneAll.vue +5 -0
- package/src/components/Icons/Action/DoneOutline.vue +5 -0
- package/src/components/Icons/Action/DonutLarge.vue +5 -0
- package/src/components/Icons/Action/DonutSmall.vue +5 -0
- package/src/components/Icons/Action/DragIndicator.vue +5 -0
- package/src/components/Icons/Action/DynamicForm.vue +5 -0
- package/src/components/Icons/Action/Eco.vue +5 -0
- package/src/components/Icons/Action/Eject.vue +5 -0
- package/src/components/Icons/Action/EuroSymbol.vue +5 -0
- package/src/components/Icons/Action/Event.vue +5 -0
- package/src/components/Icons/Action/EventSeat.vue +5 -0
- package/src/components/Icons/Action/ExitToApp.vue +5 -0
- package/src/components/Icons/Action/Explore.vue +5 -0
- package/src/components/Icons/Action/ExploreOff.vue +5 -0
- package/src/components/Icons/Action/Extension.vue +5 -0
- package/src/components/Icons/Action/Face.vue +5 -0
- package/src/components/Icons/Action/FaceUnlock.vue +5 -0
- package/src/components/Icons/Action/FactCheck.vue +7 -0
- package/src/components/Icons/Action/Favorite.vue +5 -0
- package/src/components/Icons/Action/FavoriteBorder.vue +5 -0
- package/src/components/Icons/Action/Feedback.vue +5 -0
- package/src/components/Icons/Action/FilterAlt.vue +5 -0
- package/src/components/Icons/Action/FindInPage.vue +5 -0
- package/src/components/Icons/Action/FindReplace.vue +5 -0
- package/src/components/Icons/Action/Fingerprint.vue +5 -0
- package/src/components/Icons/Action/Flaky.vue +7 -0
- package/src/components/Icons/Action/FlightLand.vue +5 -0
- package/src/components/Icons/Action/FlightTakeoff.vue +5 -0
- package/src/components/Icons/Action/FlipToBack.vue +5 -0
- package/src/components/Icons/Action/FlipToFront.vue +5 -0
- package/src/components/Icons/Action/GTranslate.vue +5 -0
- package/src/components/Icons/Action/Gavel.vue +5 -0
- package/src/components/Icons/Action/GetApp.vue +5 -0
- package/src/components/Icons/Action/Gif.vue +5 -0
- package/src/components/Icons/Action/Grade.vue +5 -0
- package/src/components/Icons/Action/Grading.vue +22 -0
- package/src/components/Icons/Action/GroupWork.vue +5 -0
- package/src/components/Icons/Action/Help.vue +5 -0
- package/src/components/Icons/Action/HelpCenter.vue +5 -0
- package/src/components/Icons/Action/HelpOutline.vue +5 -0
- package/src/components/Icons/Action/HighlightAlt.vue +5 -0
- package/src/components/Icons/Action/HighlightOff.vue +5 -0
- package/src/components/Icons/Action/History.vue +5 -0
- package/src/components/Icons/Action/HistoryToggleOff.vue +5 -0
- package/src/components/Icons/Action/Home.vue +19 -0
- package/src/components/Icons/Action/HomeBold.vue +3 -0
- package/src/components/Icons/Action/HomeLinear.vue +22 -0
- package/src/components/Icons/Action/HorizontalSplit.vue +5 -0
- package/src/components/Icons/Action/HourglassDisabled.vue +10 -0
- package/src/components/Icons/Action/HourglassEmpty.vue +5 -0
- package/src/components/Icons/Action/HourglassFull.vue +5 -0
- package/src/components/Icons/Action/Http.vue +5 -0
- package/src/components/Icons/Action/Https.vue +5 -0
- package/src/components/Icons/Action/IcArticle.vue +5 -0
- package/src/components/Icons/Action/IcCode.vue +5 -0
- package/src/components/Icons/Action/IcInput.vue +5 -0
- package/src/components/Icons/Action/IcLabel.vue +5 -0
- package/src/components/Icons/Action/IcSource.vue +5 -0
- package/src/components/Icons/Action/ImportantDevices.vue +5 -0
- package/src/components/Icons/Action/Info.vue +5 -0
- package/src/components/Icons/Action/InfoOutline.vue +5 -0
- package/src/components/Icons/Action/IntegrationInstructions.vue +5 -0
- package/src/components/Icons/Action/InvertColors.vue +5 -0
- package/src/components/Icons/Action/LabelImportant.vue +5 -0
- package/src/components/Icons/Action/LabelImportantOutline.vue +5 -0
- package/src/components/Icons/Action/LabelOff.vue +5 -0
- package/src/components/Icons/Action/LabelOutline.vue +5 -0
- package/src/components/Icons/Action/Language.vue +5 -0
- package/src/components/Icons/Action/Launch.vue +5 -0
- package/src/components/Icons/Action/Leaderboard.vue +5 -0
- package/src/components/Icons/Action/LightbulbOutline.vue +5 -0
- package/src/components/Icons/Action/LineStyle.vue +5 -0
- package/src/components/Icons/Action/LineWeight.vue +5 -0
- package/src/components/Icons/Action/List.vue +5 -0
- package/src/components/Icons/Action/Lock.vue +5 -0
- package/src/components/Icons/Action/LockOpen.vue +5 -0
- package/src/components/Icons/Action/LockOutline.vue +5 -0
- package/src/components/Icons/Action/Login.vue +5 -0
- package/src/components/Icons/Action/Logout.vue +3 -0
- package/src/components/Icons/Action/Loyalty.vue +5 -0
- package/src/components/Icons/Action/MarkunreadMailbox.vue +19 -0
- package/src/components/Icons/Action/Maximize.vue +5 -0
- package/src/components/Icons/Action/Mediation.vue +5 -0
- package/src/components/Icons/Action/Minimize.vue +5 -0
- package/src/components/Icons/Action/ModelTraining.vue +5 -0
- package/src/components/Icons/Action/NextPlan.vue +5 -0
- package/src/components/Icons/Action/NotAccessible.vue +5 -0
- package/src/components/Icons/Action/NotStarted.vue +5 -0
- package/src/components/Icons/Action/NoteAdd.vue +5 -0
- package/src/components/Icons/Action/OfflineBolt.vue +5 -0
- package/src/components/Icons/Action/OfflinePin.vue +5 -0
- package/src/components/Icons/Action/OnlinePrediction.vue +5 -0
- package/src/components/Icons/Action/Opacity.vue +5 -0
- package/src/components/Icons/Action/OpenInBrowser.vue +5 -0
- package/src/components/Icons/Action/OpenInFull.vue +5 -0
- package/src/components/Icons/Action/OpenInNew.vue +5 -0
- package/src/components/Icons/Action/OpenWith.vue +5 -0
- package/src/components/Icons/Action/Outbond.vue +5 -0
- package/src/components/Icons/Action/Outlet.vue +5 -0
- package/src/components/Icons/Action/Pageview.vue +5 -0
- package/src/components/Icons/Action/PanTool.vue +19 -0
- package/src/components/Icons/Action/Payment.vue +5 -0
- package/src/components/Icons/Action/Pending.vue +5 -0
- package/src/components/Icons/Action/PendingActions.vue +5 -0
- package/src/components/Icons/Action/PermCameraMic.vue +5 -0
- package/src/components/Icons/Action/PermContactCalendar.vue +5 -0
- package/src/components/Icons/Action/PermDataSetting.vue +5 -0
- package/src/components/Icons/Action/PermDeviceInformation.vue +5 -0
- package/src/components/Icons/Action/PermIdentity.vue +5 -0
- package/src/components/Icons/Action/PermMedia.vue +5 -0
- package/src/components/Icons/Action/PermPhoneMsg.vue +5 -0
- package/src/components/Icons/Action/PermScanWifi.vue +5 -0
- package/src/components/Icons/Action/Pets.vue +19 -0
- package/src/components/Icons/Action/PictureInPicture.vue +5 -0
- package/src/components/Icons/Action/PictureInPictureAlt.vue +5 -0
- package/src/components/Icons/Action/Plagiarism.vue +10 -0
- package/src/components/Icons/Action/PlayForWork.vue +5 -0
- package/src/components/Icons/Action/Polymer.vue +5 -0
- package/src/components/Icons/Action/PowerSettingsNew.vue +5 -0
- package/src/components/Icons/Action/PregnantWoman.vue +5 -0
- package/src/components/Icons/Action/Preview.vue +5 -0
- package/src/components/Icons/Action/Print.vue +5 -0
- package/src/components/Icons/Action/PrivacyTip.vue +5 -0
- package/src/components/Icons/Action/PublishedWithChanges.vue +5 -0
- package/src/components/Icons/Action/QueryBuilder.vue +5 -0
- package/src/components/Icons/Action/QuestionAnswer.vue +5 -0
- package/src/components/Icons/Action/Quickreply.vue +10 -0
- package/src/components/Icons/Action/Receipt.vue +5 -0
- package/src/components/Icons/Action/RecordVoiceOver.vue +10 -0
- package/src/components/Icons/Action/Redeem.vue +5 -0
- package/src/components/Icons/Action/RemoveShoppingCart.vue +5 -0
- package/src/components/Icons/Action/Reorder.vue +5 -0
- package/src/components/Icons/Action/ReportProblem.vue +5 -0
- package/src/components/Icons/Action/RequestPage.vue +5 -0
- package/src/components/Icons/Action/Restore.vue +5 -0
- package/src/components/Icons/Action/RestoreFromTrash.vue +5 -0
- package/src/components/Icons/Action/RestorePage.vue +5 -0
- package/src/components/Icons/Action/Room.vue +5 -0
- package/src/components/Icons/Action/RoundedCorner.vue +5 -0
- package/src/components/Icons/Action/Rowing.vue +5 -0
- package/src/components/Icons/Action/Rule.vue +5 -0
- package/src/components/Icons/Action/Schedule.vue +5 -0
- package/src/components/Icons/Action/Search.vue +5 -0
- package/src/components/Icons/Action/SearchOff.vue +10 -0
- package/src/components/Icons/Action/Settings.vue +5 -0
- package/src/components/Icons/Action/SettingsApplications.vue +5 -0
- package/src/components/Icons/Action/SettingsBackupRestore.vue +5 -0
- package/src/components/Icons/Action/SettingsBluetooth.vue +19 -0
- package/src/components/Icons/Action/SettingsBrightness.vue +5 -0
- package/src/components/Icons/Action/SettingsCell.vue +19 -0
- package/src/components/Icons/Action/SettingsEthernet.vue +5 -0
- package/src/components/Icons/Action/SettingsInputAntenna.vue +5 -0
- package/src/components/Icons/Action/SettingsInputComponent.vue +5 -0
- package/src/components/Icons/Action/SettingsInputComposite.vue +5 -0
- package/src/components/Icons/Action/SettingsInputHdmi.vue +5 -0
- package/src/components/Icons/Action/SettingsInputSvideo.vue +5 -0
- package/src/components/Icons/Action/SettingsOverscan.vue +5 -0
- package/src/components/Icons/Action/SettingsPhone.vue +5 -0
- package/src/components/Icons/Action/SettingsPower.vue +5 -0
- package/src/components/Icons/Action/SettingsRemote.vue +19 -0
- package/src/components/Icons/Action/SettingsVoice.vue +5 -0
- package/src/components/Icons/Action/Shop.vue +5 -0
- package/src/components/Icons/Action/ShopTwo.vue +5 -0
- package/src/components/Icons/Action/ShoppingBag.vue +5 -0
- package/src/components/Icons/Action/ShoppingBasket.vue +5 -0
- package/src/components/Icons/Action/ShoppingCart.vue +5 -0
- package/src/components/Icons/Action/SmartButton.vue +5 -0
- package/src/components/Icons/Action/SpeakerNotes.vue +5 -0
- package/src/components/Icons/Action/SpeakerNotesOff.vue +5 -0
- package/src/components/Icons/Action/Spellcheck.vue +5 -0
- package/src/components/Icons/Action/StarRate.vue +5 -0
- package/src/components/Icons/Action/Stars.vue +5 -0
- package/src/components/Icons/Action/StickyNote2.vue +5 -0
- package/src/components/Icons/Action/Store.vue +5 -0
- package/src/components/Icons/Action/Subject.vue +5 -0
- package/src/components/Icons/Action/SubtitlesOff.vue +10 -0
- package/src/components/Icons/Action/SupervisedUserCircle.vue +5 -0
- package/src/components/Icons/Action/SupervisorAccount.vue +5 -0
- package/src/components/Icons/Action/Support.vue +5 -0
- package/src/components/Icons/Action/SwapHoriz.vue +5 -0
- package/src/components/Icons/Action/SwapHorizontalCircle.vue +5 -0
- package/src/components/Icons/Action/SwapVert.vue +5 -0
- package/src/components/Icons/Action/SwapVerticalCircle.vue +5 -0
- package/src/components/Icons/Action/SyncAlt.vue +10 -0
- package/src/components/Icons/Action/SystemUpdateAlt.vue +5 -0
- package/src/components/Icons/Action/Tab.vue +5 -0
- package/src/components/Icons/Action/TabUnselected.vue +5 -0
- package/src/components/Icons/Action/TableView.vue +5 -0
- package/src/components/Icons/Action/TextRotateUp.vue +5 -0
- package/src/components/Icons/Action/TextRotateVertical.vue +5 -0
- package/src/components/Icons/Action/TextRotationAngledown.vue +5 -0
- package/src/components/Icons/Action/TextRotationAngleup.vue +5 -0
- package/src/components/Icons/Action/TextRotationDown.vue +5 -0
- package/src/components/Icons/Action/TextRotationNone.vue +5 -0
- package/src/components/Icons/Action/Theaters.vue +5 -0
- package/src/components/Icons/Action/ThumbDown.vue +5 -0
- package/src/components/Icons/Action/ThumbUp.vue +5 -0
- package/src/components/Icons/Action/ThumbsUpDown.vue +19 -0
- package/src/components/Icons/Action/Timeline.vue +5 -0
- package/src/components/Icons/Action/Toc.vue +5 -0
- package/src/components/Icons/Action/Today.vue +5 -0
- package/src/components/Icons/Action/Toll.vue +5 -0
- package/src/components/Icons/Action/TouchApp.vue +5 -0
- package/src/components/Icons/Action/Tour.vue +5 -0
- package/src/components/Icons/Action/TrackChanges.vue +5 -0
- package/src/components/Icons/Action/Translate.vue +5 -0
- package/src/components/Icons/Action/TrendingDown.vue +5 -0
- package/src/components/Icons/Action/TrendingFlat.vue +5 -0
- package/src/components/Icons/Action/TrendingUp.vue +5 -0
- package/src/components/Icons/Action/TridRotation.vue +19 -0
- package/src/components/Icons/Action/TurnedIn.vue +5 -0
- package/src/components/Icons/Action/TurnedInNot.vue +5 -0
- package/src/components/Icons/Action/Unpublished.vue +5 -0
- package/src/components/Icons/Action/Update.vue +5 -0
- package/src/components/Icons/Action/Upgrade.vue +5 -0
- package/src/components/Icons/Action/Usiness.vue +5 -0
- package/src/components/Icons/Action/Verified.vue +5 -0
- package/src/components/Icons/Action/VerifiedUser.vue +5 -0
- package/src/components/Icons/Action/VerticalSplit.vue +5 -0
- package/src/components/Icons/Action/ViewAgenda.vue +5 -0
- package/src/components/Icons/Action/ViewArray.vue +5 -0
- package/src/components/Icons/Action/ViewCarousel.vue +5 -0
- package/src/components/Icons/Action/ViewColumn.vue +5 -0
- package/src/components/Icons/Action/ViewDay.vue +5 -0
- package/src/components/Icons/Action/ViewHeadline.vue +5 -0
- package/src/components/Icons/Action/ViewList.vue +5 -0
- package/src/components/Icons/Action/ViewModule.vue +5 -0
- package/src/components/Icons/Action/ViewQuilt.vue +5 -0
- package/src/components/Icons/Action/ViewSidebar.vue +5 -0
- package/src/components/Icons/Action/ViewStream.vue +5 -0
- package/src/components/Icons/Action/ViewWeek.vue +5 -0
- package/src/components/Icons/Action/Visibility.vue +5 -0
- package/src/components/Icons/Action/VisibilityOff.vue +5 -0
- package/src/components/Icons/Action/VoiceOverOff.vue +5 -0
- package/src/components/Icons/Action/WatchLater.vue +5 -0
- package/src/components/Icons/Action/WifiProtectedSetup.vue +10 -0
- package/src/components/Icons/Action/Work.vue +5 -0
- package/src/components/Icons/Action/WorkOff.vue +5 -0
- package/src/components/Icons/Action/WorkOutline.vue +5 -0
- package/src/components/Icons/Action/Wysiwyg.vue +5 -0
- package/src/components/Icons/Action/YoutubeSearchedFor.vue +5 -0
- package/src/components/Icons/Action/ZoomIn.vue +5 -0
- package/src/components/Icons/Action/ZoomOut.vue +5 -0
- package/src/components/Icons/Alert/AddAlert.vue +5 -0
- package/src/components/Icons/Alert/AlertIcons.vue +36 -0
- package/src/components/Icons/Alert/AutoDelete.vue +13 -0
- package/src/components/Icons/Alert/Error.vue +5 -0
- package/src/components/Icons/Alert/ErrorOutline.vue +5 -0
- package/src/components/Icons/Alert/NotificationImportant.vue +5 -0
- package/src/components/Icons/Alert/Warning.vue +5 -0
- package/src/components/Icons/Alert/WarningAmber.vue +5 -0
- package/src/components/Icons/AudioVideo/AddToQueue.vue +5 -0
- package/src/components/Icons/AudioVideo/Airplay.vue +5 -0
- package/src/components/Icons/AudioVideo/Album.vue +5 -0
- package/src/components/Icons/AudioVideo/ArtTrack.vue +5 -0
- package/src/components/Icons/AudioVideo/AudioVideoIcons.vue +285 -0
- package/src/components/Icons/AudioVideo/AvTimer.vue +16 -0
- package/src/components/Icons/AudioVideo/BrandingWatermark.vue +5 -0
- package/src/components/Icons/AudioVideo/CallToAction.vue +5 -0
- package/src/components/Icons/AudioVideo/ClosedCaption.vue +5 -0
- package/src/components/Icons/AudioVideo/ClosedCaptionDisabled.vue +5 -0
- package/src/components/Icons/AudioVideo/ControlCamera.vue +10 -0
- package/src/components/Icons/AudioVideo/Equalizer.vue +5 -0
- package/src/components/Icons/AudioVideo/Explicit.vue +5 -0
- package/src/components/Icons/AudioVideo/FastForward.vue +5 -0
- package/src/components/Icons/AudioVideo/FastRewind.vue +5 -0
- package/src/components/Icons/AudioVideo/FeaturedPlayList.vue +5 -0
- package/src/components/Icons/AudioVideo/FeaturedVideo.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberDvr.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberManualRecord.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberNew.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberPin.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberSmartRecord.vue +10 -0
- package/src/components/Icons/AudioVideo/Fiveg.vue +10 -0
- package/src/components/Icons/AudioVideo/Forward10.vue +5 -0
- package/src/components/Icons/AudioVideo/Forward30.vue +5 -0
- package/src/components/Icons/AudioVideo/Forward5.vue +5 -0
- package/src/components/Icons/AudioVideo/Fourk.vue +5 -0
- package/src/components/Icons/AudioVideo/Games.vue +5 -0
- package/src/components/Icons/AudioVideo/Hd.vue +5 -0
- package/src/components/Icons/AudioVideo/Hearing.vue +5 -0
- package/src/components/Icons/AudioVideo/HearingDisabled.vue +5 -0
- package/src/components/Icons/AudioVideo/HighQuality.vue +5 -0
- package/src/components/Icons/AudioVideo/IcStop.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryAdd.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryAddCheck.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryBooks.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryMusic.vue +5 -0
- package/src/components/Icons/AudioVideo/Loop.vue +5 -0
- package/src/components/Icons/AudioVideo/Mic.vue +5 -0
- package/src/components/Icons/AudioVideo/MicNone.vue +5 -0
- package/src/components/Icons/AudioVideo/MicOff.vue +5 -0
- package/src/components/Icons/AudioVideo/MissedVideoCall.vue +5 -0
- package/src/components/Icons/AudioVideo/Movie.vue +5 -0
- package/src/components/Icons/AudioVideo/MusicVideo.vue +5 -0
- package/src/components/Icons/AudioVideo/NewReleases.vue +5 -0
- package/src/components/Icons/AudioVideo/NotInterested.vue +5 -0
- package/src/components/Icons/AudioVideo/Note.vue +5 -0
- package/src/components/Icons/AudioVideo/Pause.vue +5 -0
- package/src/components/Icons/AudioVideo/PauseCircleFilled.vue +5 -0
- package/src/components/Icons/AudioVideo/PauseCircleOutline.vue +5 -0
- package/src/components/Icons/AudioVideo/PlayArrow.vue +5 -0
- package/src/components/Icons/AudioVideo/PlayCircleFilled.vue +5 -0
- package/src/components/Icons/AudioVideo/PlayCircleOutline.vue +5 -0
- package/src/components/Icons/AudioVideo/PlaylistAdd.vue +5 -0
- package/src/components/Icons/AudioVideo/PlaylistAddCheck.vue +5 -0
- package/src/components/Icons/AudioVideo/PlaylistPlay.vue +5 -0
- package/src/components/Icons/AudioVideo/Queue.vue +5 -0
- package/src/components/Icons/AudioVideo/QueueMusic.vue +5 -0
- package/src/components/Icons/AudioVideo/QueuePlayNext.vue +5 -0
- package/src/components/Icons/AudioVideo/Radio.vue +5 -0
- package/src/components/Icons/AudioVideo/RecentActors.vue +5 -0
- package/src/components/Icons/AudioVideo/RemoveFromQueue.vue +5 -0
- package/src/components/Icons/AudioVideo/Repeat.vue +5 -0
- package/src/components/Icons/AudioVideo/RepeatOne.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay10.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay30.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay5.vue +5 -0
- package/src/components/Icons/AudioVideo/Shuffle.vue +5 -0
- package/src/components/Icons/AudioVideo/SkipNext.vue +5 -0
- package/src/components/Icons/AudioVideo/SkipPrevious.vue +5 -0
- package/src/components/Icons/AudioVideo/SlowMotionVideo.vue +5 -0
- package/src/components/Icons/AudioVideo/Snooze.vue +5 -0
- package/src/components/Icons/AudioVideo/SortByAlpha.vue +5 -0
- package/src/components/Icons/AudioVideo/Speed.vue +10 -0
- package/src/components/Icons/AudioVideo/StopCircle.vue +7 -0
- package/src/components/Icons/AudioVideo/Subscriptions.vue +5 -0
- package/src/components/Icons/AudioVideo/Subtitles.vue +5 -0
- package/src/components/Icons/AudioVideo/SurroundSound.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoCall.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoLabel.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoLibrary.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoSettings.vue +11 -0
- package/src/components/Icons/AudioVideo/Videocam.vue +5 -0
- package/src/components/Icons/AudioVideo/VideocamOff.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeDown.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeMute.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeOff.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeUp.vue +5 -0
- package/src/components/Icons/AudioVideo/Web.vue +5 -0
- package/src/components/Icons/AudioVideo/WebAsset.vue +5 -0
- package/src/components/Icons/Communication/AddIcCall.vue +5 -0
- package/src/components/Icons/Communication/AlternateEmail.vue +5 -0
- package/src/components/Icons/Communication/Business.vue +5 -0
- package/src/components/Icons/Communication/Call.vue +5 -0
- package/src/components/Icons/Communication/CallEnd.vue +5 -0
- package/src/components/Icons/Communication/CallMade.vue +5 -0
- package/src/components/Icons/Communication/CallMerge.vue +5 -0
- package/src/components/Icons/Communication/CallMissed.vue +5 -0
- package/src/components/Icons/Communication/CallMissedOutgoing.vue +5 -0
- package/src/components/Icons/Communication/CallReceived.vue +5 -0
- package/src/components/Icons/Communication/CallSplit.vue +5 -0
- package/src/components/Icons/Communication/CancelPresentation.vue +5 -0
- package/src/components/Icons/Communication/Chat.vue +5 -0
- package/src/components/Icons/Communication/ChatBubble.vue +5 -0
- package/src/components/Icons/Communication/ChatBubbleOutline.vue +5 -0
- package/src/components/Icons/Communication/ClearAll.vue +5 -0
- package/src/components/Icons/Communication/Comment.vue +5 -0
- package/src/components/Icons/Communication/CommunicationIcons.vue +255 -0
- package/src/components/Icons/Communication/ContactMail.vue +5 -0
- package/src/components/Icons/Communication/ContactPhone.vue +5 -0
- package/src/components/Icons/Communication/Contacts.vue +19 -0
- package/src/components/Icons/Communication/DesktopAccessDisabled.vue +5 -0
- package/src/components/Icons/Communication/DialerSip.vue +5 -0
- package/src/components/Icons/Communication/Dialpad.vue +5 -0
- package/src/components/Icons/Communication/DomainDisabled.vue +5 -0
- package/src/components/Icons/Communication/DomainVerification.vue +10 -0
- package/src/components/Icons/Communication/Duo.vue +5 -0
- package/src/components/Icons/Communication/Email.vue +5 -0
- package/src/components/Icons/Communication/Forum.vue +5 -0
- package/src/components/Icons/Communication/ForwardToInbox.vue +5 -0
- package/src/components/Icons/Communication/HourglassBottom.vue +5 -0
- package/src/components/Icons/Communication/HourglassTop.vue +5 -0
- package/src/components/Icons/Communication/ImportContacts.vue +5 -0
- package/src/components/Icons/Communication/ImportExport.vue +5 -0
- package/src/components/Icons/Communication/InvertColorsOff.vue +5 -0
- package/src/components/Icons/Communication/ListAlt.vue +5 -0
- package/src/components/Icons/Communication/LiveHelp.vue +5 -0
- package/src/components/Icons/Communication/LocationOff.vue +5 -0
- package/src/components/Icons/Communication/LocationOn.vue +5 -0
- package/src/components/Icons/Communication/MailOutline.vue +5 -0
- package/src/components/Icons/Communication/MarkChatRead.vue +5 -0
- package/src/components/Icons/Communication/MarkChatUnread.vue +19 -0
- package/src/components/Icons/Communication/MarkEmailRead.vue +5 -0
- package/src/components/Icons/Communication/MarkEmailUnread.vue +5 -0
- package/src/components/Icons/Communication/Message.vue +5 -0
- package/src/components/Icons/Communication/MobileScreenShare.vue +5 -0
- package/src/components/Icons/Communication/MoreTime.vue +13 -0
- package/src/components/Icons/Communication/Nat.vue +10 -0
- package/src/components/Icons/Communication/NoSim.vue +5 -0
- package/src/components/Icons/Communication/PausePresentation.vue +5 -0
- package/src/components/Icons/Communication/PersonAddDisabled.vue +5 -0
- package/src/components/Icons/Communication/PersonSearch.vue +13 -0
- package/src/components/Icons/Communication/Phone.vue +5 -0
- package/src/components/Icons/Communication/PhoneDisabled.vue +5 -0
- package/src/components/Icons/Communication/PhoneEnabled.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkErase.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkLock.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkRing.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkSetup.vue +5 -0
- package/src/components/Icons/Communication/PortableWifiOff.vue +5 -0
- package/src/components/Icons/Communication/PresentToAll.vue +5 -0
- package/src/components/Icons/Communication/PrintDisabled.vue +5 -0
- package/src/components/Icons/Communication/QrCode.vue +37 -0
- package/src/components/Icons/Communication/QrCodeScanner.vue +5 -0
- package/src/components/Icons/Communication/ReadMore.vue +16 -0
- package/src/components/Icons/Communication/RingVolume.vue +5 -0
- package/src/components/Icons/Communication/RssFeed.vue +10 -0
- package/src/components/Icons/Communication/ScreenShare.vue +5 -0
- package/src/components/Icons/Communication/SentimentSatisfiedAlt.vue +13 -0
- package/src/components/Icons/Communication/SpeakerPhone.vue +5 -0
- package/src/components/Icons/Communication/StayCurrentLandscape.vue +5 -0
- package/src/components/Icons/Communication/StayCurrentPortrait.vue +5 -0
- package/src/components/Icons/Communication/StayPrimaryLandscape.vue +5 -0
- package/src/components/Icons/Communication/StayPrimaryPortrait.vue +5 -0
- package/src/components/Icons/Communication/StopScreenShare.vue +5 -0
- package/src/components/Icons/Communication/SwapCalls.vue +5 -0
- package/src/components/Icons/Communication/Textsms.vue +5 -0
- package/src/components/Icons/Communication/Unsubscribe.vue +5 -0
- package/src/components/Icons/Communication/Voicemail.vue +5 -0
- package/src/components/Icons/Communication/VpnKey.vue +5 -0
- package/src/components/Icons/Communication/WifiCalling.vue +10 -0
- package/src/components/Icons/Content/Add.vue +5 -0
- package/src/components/Icons/Content/AddBox.vue +5 -0
- package/src/components/Icons/Content/AddCircle.vue +5 -0
- package/src/components/Icons/Content/AddCircleOutline.vue +5 -0
- package/src/components/Icons/Content/AmpStories.vue +13 -0
- package/src/components/Icons/Content/Archive.vue +5 -0
- package/src/components/Icons/Content/Attribution.vue +10 -0
- package/src/components/Icons/Content/Backspace.vue +19 -0
- package/src/components/Icons/Content/Ballot.vue +5 -0
- package/src/components/Icons/Content/Biotech.vue +13 -0
- package/src/components/Icons/Content/Block.vue +5 -0
- package/src/components/Icons/Content/Calculate.vue +5 -0
- package/src/components/Icons/Content/Clear.vue +5 -0
- package/src/components/Icons/Content/ContentCopy.vue +5 -0
- package/src/components/Icons/Content/ContentCut.vue +5 -0
- package/src/components/Icons/Content/ContentIcons.vue +198 -0
- package/src/components/Icons/Content/ContentPaste.vue +19 -0
- package/src/components/Icons/Content/Create.vue +5 -0
- package/src/components/Icons/Content/DeleteSweep.vue +5 -0
- package/src/components/Icons/Content/Drafts.vue +5 -0
- package/src/components/Icons/Content/DynamicFeed.vue +13 -0
- package/src/components/Icons/Content/FileCopy.vue +5 -0
- package/src/components/Icons/Content/FilterList.vue +5 -0
- package/src/components/Icons/Content/Flag.vue +5 -0
- package/src/components/Icons/Content/FontDownload.vue +5 -0
- package/src/components/Icons/Content/Forward.vue +5 -0
- package/src/components/Icons/Content/Gesture.vue +5 -0
- package/src/components/Icons/Content/HowToReg.vue +10 -0
- package/src/components/Icons/Content/HowToVote.vue +5 -0
- package/src/components/Icons/Content/IcLink.vue +5 -0
- package/src/components/Icons/Content/Inbox.vue +5 -0
- package/src/components/Icons/Content/Insights.vue +13 -0
- package/src/components/Icons/Content/LinkOff.vue +5 -0
- package/src/components/Icons/Content/LowPriority.vue +5 -0
- package/src/components/Icons/Content/Mail.vue +5 -0
- package/src/components/Icons/Content/Markunread.vue +5 -0
- package/src/components/Icons/Content/MoveToInbox.vue +5 -0
- package/src/components/Icons/Content/NextWeek.vue +5 -0
- package/src/components/Icons/Content/OutlinedFlag.vue +5 -0
- package/src/components/Icons/Content/Policy.vue +10 -0
- package/src/components/Icons/Content/PushPin.vue +7 -0
- package/src/components/Icons/Content/Redo.vue +5 -0
- package/src/components/Icons/Content/Remove.vue +5 -0
- package/src/components/Icons/Content/RemoveCircle.vue +5 -0
- package/src/components/Icons/Content/RemoveCircleOutline.vue +5 -0
- package/src/components/Icons/Content/Reply.vue +5 -0
- package/src/components/Icons/Content/ReplyAll.vue +19 -0
- package/src/components/Icons/Content/Report.vue +5 -0
- package/src/components/Icons/Content/ReportGmailerrorred.vue +13 -0
- package/src/components/Icons/Content/ReportOff.vue +5 -0
- package/src/components/Icons/Content/Save.vue +5 -0
- package/src/components/Icons/Content/SaveAlt.vue +5 -0
- package/src/components/Icons/Content/SelectAll.vue +5 -0
- package/src/components/Icons/Content/Send.vue +5 -0
- package/src/components/Icons/Content/Sort.vue +5 -0
- package/src/components/Icons/Content/SquareFoot.vue +5 -0
- package/src/components/Icons/Content/TextFormat.vue +5 -0
- package/src/components/Icons/Content/Unarchive.vue +5 -0
- package/src/components/Icons/Content/Undo.vue +5 -0
- package/src/components/Icons/Content/Waves.vue +5 -0
- package/src/components/Icons/Content/Weekend.vue +5 -0
- package/src/components/Icons/Content/WhereToVote.vue +5 -0
- package/src/components/Icons/Device/AccessAlarm.vue +5 -0
- package/src/components/Icons/Device/AccessAlarms.vue +5 -0
- package/src/components/Icons/Device/AccessTime.vue +5 -0
- package/src/components/Icons/Device/AdUnits.vue +10 -0
- package/src/components/Icons/Device/AddAlarm.vue +5 -0
- package/src/components/Icons/Device/AddToHomeScreen.vue +5 -0
- package/src/components/Icons/Device/AirplanemodeActive.vue +5 -0
- package/src/components/Icons/Device/AirplanemodeInactive.vue +5 -0
- package/src/components/Icons/Device/BatteryAlert.vue +5 -0
- package/src/components/Icons/Device/BatteryChargingFull.vue +5 -0
- package/src/components/Icons/Device/BatteryFull.vue +5 -0
- package/src/components/Icons/Device/BatteryStd.vue +5 -0
- package/src/components/Icons/Device/BatteryUnknown.vue +5 -0
- package/src/components/Icons/Device/Bluetooth.vue +5 -0
- package/src/components/Icons/Device/BluetoothConnected.vue +5 -0
- package/src/components/Icons/Device/BluetoothDisabled.vue +5 -0
- package/src/components/Icons/Device/BluetoothSearching.vue +5 -0
- package/src/components/Icons/Device/BrightnessAuto.vue +5 -0
- package/src/components/Icons/Device/BrightnessHigh.vue +5 -0
- package/src/components/Icons/Device/BrightnessLow.vue +5 -0
- package/src/components/Icons/Device/BrightnessMedium.vue +5 -0
- package/src/components/Icons/Device/DataUsage.vue +5 -0
- package/src/components/Icons/Device/DeveloperMode.vue +5 -0
- package/src/components/Icons/Device/DeviceIcons.vue +187 -0
- package/src/components/Icons/Device/Devices.vue +5 -0
- package/src/components/Icons/Device/Dvr.vue +5 -0
- package/src/components/Icons/Device/GpsFixed.vue +5 -0
- package/src/components/Icons/Device/GpsNotFixed.vue +5 -0
- package/src/components/Icons/Device/GpsOff.vue +5 -0
- package/src/components/Icons/Device/GraphicEq.vue +5 -0
- package/src/components/Icons/Device/LocationDisabled.vue +5 -0
- package/src/components/Icons/Device/LocationSearching.vue +5 -0
- package/src/components/Icons/Device/MobileFriendly.vue +5 -0
- package/src/components/Icons/Device/MobileOff.vue +5 -0
- package/src/components/Icons/Device/Nfc.vue +5 -0
- package/src/components/Icons/Device/ScreenLockLandscape.vue +5 -0
- package/src/components/Icons/Device/ScreenLockPortrait.vue +5 -0
- package/src/components/Icons/Device/ScreenLockRotation.vue +5 -0
- package/src/components/Icons/Device/ScreenRotation.vue +19 -0
- package/src/components/Icons/Device/SdStorage.vue +5 -0
- package/src/components/Icons/Device/SettingsSystemDaydream.vue +5 -0
- package/src/components/Icons/Device/SignalCellular4Bar.vue +5 -0
- package/src/components/Icons/Device/SignalCellularAlt.vue +5 -0
- package/src/components/Icons/Device/SignalCellularConnectedNoInternet4Bar.vue +5 -0
- package/src/components/Icons/Device/SignalCellularNoSim.vue +5 -0
- package/src/components/Icons/Device/SignalCellularNull.vue +5 -0
- package/src/components/Icons/Device/SignalCellularOff.vue +5 -0
- package/src/components/Icons/Device/SignalWifi4Bar.vue +5 -0
- package/src/components/Icons/Device/SignalWifi4BarLock.vue +5 -0
- package/src/components/Icons/Device/SignalWifiOff.vue +5 -0
- package/src/components/Icons/Device/Storage.vue +5 -0
- package/src/components/Icons/Device/Thermostat.vue +5 -0
- package/src/components/Icons/Device/Usb.vue +5 -0
- package/src/components/Icons/Device/Wallpaper.vue +5 -0
- package/src/components/Icons/Device/Widgets.vue +5 -0
- package/src/components/Icons/Device/WifiLock.vue +5 -0
- package/src/components/Icons/Device/WifiTethering.vue +5 -0
- package/src/components/Icons/Editor/AddComment.vue +5 -0
- package/src/components/Icons/Editor/AttachFile.vue +5 -0
- package/src/components/Icons/Editor/AttachMoney.vue +5 -0
- package/src/components/Icons/Editor/BarChart.vue +5 -0
- package/src/components/Icons/Editor/BorderAll.vue +5 -0
- package/src/components/Icons/Editor/BorderBottom.vue +5 -0
- package/src/components/Icons/Editor/BorderClear.vue +5 -0
- package/src/components/Icons/Editor/BorderHorizontal.vue +5 -0
- package/src/components/Icons/Editor/BorderInner.vue +5 -0
- package/src/components/Icons/Editor/BorderLeft.vue +5 -0
- package/src/components/Icons/Editor/BorderOuter.vue +5 -0
- package/src/components/Icons/Editor/BorderRight.vue +5 -0
- package/src/components/Icons/Editor/BorderStyle.vue +5 -0
- package/src/components/Icons/Editor/BorderTop.vue +5 -0
- package/src/components/Icons/Editor/BorderVertical.vue +5 -0
- package/src/components/Icons/Editor/BubbleChart.vue +13 -0
- package/src/components/Icons/Editor/DragHandle.vue +5 -0
- package/src/components/Icons/Editor/EditorIcons.vue +264 -0
- package/src/components/Icons/Editor/FormatAlignCenter.vue +5 -0
- package/src/components/Icons/Editor/FormatAlignJustify.vue +5 -0
- package/src/components/Icons/Editor/FormatAlignLeft.vue +5 -0
- package/src/components/Icons/Editor/FormatAlignRight.vue +5 -0
- package/src/components/Icons/Editor/FormatBold.vue +5 -0
- package/src/components/Icons/Editor/FormatClear.vue +5 -0
- package/src/components/Icons/Editor/FormatColorReset.vue +5 -0
- package/src/components/Icons/Editor/FormatIndentDecrease.vue +5 -0
- package/src/components/Icons/Editor/FormatIndentIncrease.vue +5 -0
- package/src/components/Icons/Editor/FormatItalic.vue +5 -0
- package/src/components/Icons/Editor/FormatLineSpacing.vue +5 -0
- package/src/components/Icons/Editor/FormatListBulleted.vue +5 -0
- package/src/components/Icons/Editor/FormatListNumbered.vue +5 -0
- package/src/components/Icons/Editor/FormatListNumberedRtl.vue +5 -0
- package/src/components/Icons/Editor/FormatPaint.vue +5 -0
- package/src/components/Icons/Editor/FormatQuote.vue +5 -0
- package/src/components/Icons/Editor/FormatShapes.vue +5 -0
- package/src/components/Icons/Editor/FormatSize.vue +5 -0
- package/src/components/Icons/Editor/FormatStrikethrough.vue +5 -0
- package/src/components/Icons/Editor/FormatTextdirectionLToR.vue +5 -0
- package/src/components/Icons/Editor/FormatTextdirectionRToL.vue +5 -0
- package/src/components/Icons/Editor/FormatUnderlined.vue +5 -0
- package/src/components/Icons/Editor/Functions.vue +5 -0
- package/src/components/Icons/Editor/Height.vue +5 -0
- package/src/components/Icons/Editor/Highlight.vue +5 -0
- package/src/components/Icons/Editor/HorizontalRule.vue +7 -0
- package/src/components/Icons/Editor/IcTitle.vue +5 -0
- package/src/components/Icons/Editor/InsertChart.vue +5 -0
- package/src/components/Icons/Editor/InsertChartOutlined.vue +5 -0
- package/src/components/Icons/Editor/InsertComment.vue +5 -0
- package/src/components/Icons/Editor/InsertDriveFile.vue +5 -0
- package/src/components/Icons/Editor/InsertEmoticon.vue +5 -0
- package/src/components/Icons/Editor/InsertInvitation.vue +5 -0
- package/src/components/Icons/Editor/InsertLink.vue +5 -0
- package/src/components/Icons/Editor/InsertPhoto.vue +5 -0
- package/src/components/Icons/Editor/LinearScale.vue +5 -0
- package/src/components/Icons/Editor/MergeType.vue +5 -0
- package/src/components/Icons/Editor/Mode.vue +5 -0
- package/src/components/Icons/Editor/ModeComment.vue +5 -0
- package/src/components/Icons/Editor/MonetizationOn.vue +5 -0
- package/src/components/Icons/Editor/MoneyOff.vue +5 -0
- package/src/components/Icons/Editor/MoneyOffCsred.vue +5 -0
- package/src/components/Icons/Editor/MultilineChart.vue +5 -0
- package/src/components/Icons/Editor/Notes.vue +5 -0
- package/src/components/Icons/Editor/PieChart.vue +5 -0
- package/src/components/Icons/Editor/PieChartOutline.vue +5 -0
- package/src/components/Icons/Editor/PostAdd.vue +19 -0
- package/src/components/Icons/Editor/Publish.vue +5 -0
- package/src/components/Icons/Editor/ScatterPlot.vue +13 -0
- package/src/components/Icons/Editor/Score.vue +5 -0
- package/src/components/Icons/Editor/ShortText.vue +5 -0
- package/src/components/Icons/Editor/ShowChart.vue +5 -0
- package/src/components/Icons/Editor/SpaceBar.vue +5 -0
- package/src/components/Icons/Editor/StackedLineChart.vue +5 -0
- package/src/components/Icons/Editor/StrikethroughS.vue +5 -0
- package/src/components/Icons/Editor/Subscript.vue +5 -0
- package/src/components/Icons/Editor/Superscript.vue +5 -0
- package/src/components/Icons/Editor/TableChart.vue +5 -0
- package/src/components/Icons/Editor/TableRows.vue +5 -0
- package/src/components/Icons/Editor/TextFields.vue +5 -0
- package/src/components/Icons/Editor/VerticalAlignBottom.vue +5 -0
- package/src/components/Icons/Editor/VerticalAlignCenter.vue +5 -0
- package/src/components/Icons/Editor/VerticalAlignTop.vue +5 -0
- package/src/components/Icons/Editor/WrapText.vue +5 -0
- package/src/components/Icons/File/AttachEmail.vue +10 -0
- package/src/components/Icons/File/Attachment.vue +5 -0
- package/src/components/Icons/File/Cloud.vue +5 -0
- package/src/components/Icons/File/CloudCircle.vue +5 -0
- package/src/components/Icons/File/CloudDone.vue +5 -0
- package/src/components/Icons/File/CloudDownload.vue +5 -0
- package/src/components/Icons/File/CloudOff.vue +5 -0
- package/src/components/Icons/File/CloudQueue.vue +5 -0
- package/src/components/Icons/File/CloudUpload.vue +5 -0
- package/src/components/Icons/File/CreateNewFolder.vue +5 -0
- package/src/components/Icons/File/Download.vue +5 -0
- package/src/components/Icons/File/DownloadDone.vue +5 -0
- package/src/components/Icons/File/FileIcons.vue +78 -0
- package/src/components/Icons/File/Folder.vue +5 -0
- package/src/components/Icons/File/FolderOpen.vue +5 -0
- package/src/components/Icons/File/FolderShared.vue +5 -0
- package/src/components/Icons/File/RequestQuote.vue +5 -0
- package/src/components/Icons/File/RuleFolder.vue +5 -0
- package/src/components/Icons/File/SnippetFolder.vue +5 -0
- package/src/components/Icons/File/TextSnippet.vue +5 -0
- package/src/components/Icons/File/Topic.vue +5 -0
- package/src/components/Icons/File/Upload.vue +5 -0
- package/src/components/Icons/Hardware/BrowserNotSupported.vue +10 -0
- package/src/components/Icons/Hardware/Cast.vue +5 -0
- package/src/components/Icons/Hardware/CastConnected.vue +5 -0
- package/src/components/Icons/Hardware/CastForEducation.vue +5 -0
- package/src/components/Icons/Hardware/Computer.vue +5 -0
- package/src/components/Icons/Hardware/DesktopMac.vue +5 -0
- package/src/components/Icons/Hardware/DesktopWindows.vue +5 -0
- package/src/components/Icons/Hardware/DeveloperBoard.vue +5 -0
- package/src/components/Icons/Hardware/DeviceHub.vue +5 -0
- package/src/components/Icons/Hardware/DeviceUnknown.vue +5 -0
- package/src/components/Icons/Hardware/DevicesOther.vue +5 -0
- package/src/components/Icons/Hardware/Dock.vue +5 -0
- package/src/components/Icons/Hardware/Gamepad.vue +5 -0
- package/src/components/Icons/Hardware/HardwareIcons.vue +171 -0
- package/src/components/Icons/Hardware/Headset.vue +5 -0
- package/src/components/Icons/Hardware/HeadsetMic.vue +5 -0
- package/src/components/Icons/Hardware/Keyboard.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowDown.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowLeft.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowRight.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowUp.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardBackspace.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardCapslock.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardHide.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardReturn.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardTab.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardVoice.vue +5 -0
- package/src/components/Icons/Hardware/Laptop.vue +5 -0
- package/src/components/Icons/Hardware/LaptopChromebook.vue +5 -0
- package/src/components/Icons/Hardware/LaptopMac.vue +5 -0
- package/src/components/Icons/Hardware/LaptopWindows.vue +5 -0
- package/src/components/Icons/Hardware/Memory.vue +5 -0
- package/src/components/Icons/Hardware/Mouse.vue +5 -0
- package/src/components/Icons/Hardware/PhoneAndroid.vue +5 -0
- package/src/components/Icons/Hardware/PhoneIphone.vue +5 -0
- package/src/components/Icons/Hardware/Phonelink.vue +5 -0
- package/src/components/Icons/Hardware/PhonelinkOff.vue +5 -0
- package/src/components/Icons/Hardware/PointOfSale.vue +5 -0
- package/src/components/Icons/Hardware/PowerInput.vue +5 -0
- package/src/components/Icons/Hardware/Router.vue +5 -0
- package/src/components/Icons/Hardware/Scanner.vue +5 -0
- package/src/components/Icons/Hardware/Security.vue +5 -0
- package/src/components/Icons/Hardware/SimCard.vue +5 -0
- package/src/components/Icons/Hardware/Smartphone.vue +5 -0
- package/src/components/Icons/Hardware/Speaker.vue +5 -0
- package/src/components/Icons/Hardware/SpeakerGroup.vue +13 -0
- package/src/components/Icons/Hardware/Tablet.vue +5 -0
- package/src/components/Icons/Hardware/TabletAndroid.vue +19 -0
- package/src/components/Icons/Hardware/TabletMac.vue +19 -0
- package/src/components/Icons/Hardware/Toys.vue +5 -0
- package/src/components/Icons/Hardware/Tv.vue +5 -0
- package/src/components/Icons/Hardware/VideogameAsset.vue +5 -0
- package/src/components/Icons/Hardware/Watch.vue +19 -0
- package/src/components/Icons/Home/HomeIcons.vue +21 -0
- package/src/components/Icons/Home/SensorDoor.vue +5 -0
- package/src/components/Icons/Home/SensorWindow.vue +5 -0
- package/src/components/Icons/Image/AddAPhoto.vue +13 -0
- package/src/components/Icons/Image/AddPhotoAlternate.vue +5 -0
- package/src/components/Icons/Image/AddToPhotos.vue +5 -0
- package/src/components/Icons/Image/Adjust.vue +5 -0
- package/src/components/Icons/Image/Assistant.vue +5 -0
- package/src/components/Icons/Image/AssistantPhoto.vue +5 -0
- package/src/components/Icons/Image/Audiotrack.vue +5 -0
- package/src/components/Icons/Image/Bedtime.vue +5 -0
- package/src/components/Icons/Image/BlurCircular.vue +5 -0
- package/src/components/Icons/Image/BlurLinear.vue +5 -0
- package/src/components/Icons/Image/BlurOff.vue +43 -0
- package/src/components/Icons/Image/BlurOn.vue +5 -0
- package/src/components/Icons/Image/Brightness1.vue +5 -0
- package/src/components/Icons/Image/Brightness2.vue +5 -0
- package/src/components/Icons/Image/Brightness3.vue +5 -0
- package/src/components/Icons/Image/Brightness4.vue +5 -0
- package/src/components/Icons/Image/Brightness5.vue +5 -0
- package/src/components/Icons/Image/Brightness6.vue +5 -0
- package/src/components/Icons/Image/Brightness7.vue +5 -0
- package/src/components/Icons/Image/BrokenImage.vue +5 -0
- package/src/components/Icons/Image/Brush.vue +5 -0
- package/src/components/Icons/Image/BurstMode.vue +5 -0
- package/src/components/Icons/Image/Camera.vue +5 -0
- package/src/components/Icons/Image/CameraAlt.vue +10 -0
- package/src/components/Icons/Image/CameraFront.vue +19 -0
- package/src/components/Icons/Image/CameraRear.vue +19 -0
- package/src/components/Icons/Image/CameraRoll.vue +5 -0
- package/src/components/Icons/Image/CenterFocusStrong.vue +5 -0
- package/src/components/Icons/Image/CenterFocusWeak.vue +5 -0
- package/src/components/Icons/Image/Collections.vue +5 -0
- package/src/components/Icons/Image/CollectionsBookmark.vue +5 -0
- package/src/components/Icons/Image/ColorLens.vue +5 -0
- package/src/components/Icons/Image/Colorize.vue +5 -0
- package/src/components/Icons/Image/Compare.vue +5 -0
- package/src/components/Icons/Image/ControlPoint.vue +5 -0
- package/src/components/Icons/Image/ControlPointDuplicate.vue +5 -0
- package/src/components/Icons/Image/Crop.vue +5 -0
- package/src/components/Icons/Image/Crop169.vue +5 -0
- package/src/components/Icons/Image/Crop32.vue +5 -0
- package/src/components/Icons/Image/Crop54.vue +5 -0
- package/src/components/Icons/Image/Crop75.vue +5 -0
- package/src/components/Icons/Image/CropDin.vue +5 -0
- package/src/components/Icons/Image/CropFree.vue +5 -0
- package/src/components/Icons/Image/CropLandscape.vue +5 -0
- package/src/components/Icons/Image/CropOriginal.vue +5 -0
- package/src/components/Icons/Image/CropPortrait.vue +5 -0
- package/src/components/Icons/Image/CropRotate.vue +19 -0
- package/src/components/Icons/Image/CropSquare.vue +5 -0
- package/src/components/Icons/Image/Dehaze.vue +5 -0
- package/src/components/Icons/Image/Edit.vue +5 -0
- package/src/components/Icons/Image/Euro.vue +5 -0
- package/src/components/Icons/Image/Exposure.vue +5 -0
- package/src/components/Icons/Image/ExposureNeg1.vue +5 -0
- package/src/components/Icons/Image/ExposureNeg2.vue +5 -0
- package/src/components/Icons/Image/ExposurePlus1.vue +5 -0
- package/src/components/Icons/Image/ExposurePlus2.vue +5 -0
- package/src/components/Icons/Image/ExposureZero.vue +5 -0
- package/src/components/Icons/Image/Filter1.vue +5 -0
- package/src/components/Icons/Image/Filter2.vue +5 -0
- package/src/components/Icons/Image/Filter3.vue +5 -0
- package/src/components/Icons/Image/Filter4.vue +5 -0
- package/src/components/Icons/Image/Filter5.vue +5 -0
- package/src/components/Icons/Image/Filter6.vue +5 -0
- package/src/components/Icons/Image/Filter7.vue +5 -0
- package/src/components/Icons/Image/Filter8.vue +5 -0
- package/src/components/Icons/Image/Filter9.vue +5 -0
- package/src/components/Icons/Image/Filter9Plus.vue +5 -0
- package/src/components/Icons/Image/FilterBAndW.vue +5 -0
- package/src/components/Icons/Image/FilterCenterFocus.vue +5 -0
- package/src/components/Icons/Image/FilterDrama.vue +5 -0
- package/src/components/Icons/Image/FilterFrames.vue +19 -0
- package/src/components/Icons/Image/FilterHdr.vue +5 -0
- package/src/components/Icons/Image/FilterNone.vue +5 -0
- package/src/components/Icons/Image/FilterTiltShift.vue +5 -0
- package/src/components/Icons/Image/FilterVintage.vue +19 -0
- package/src/components/Icons/Image/Flare.vue +5 -0
- package/src/components/Icons/Image/FlashAuto.vue +5 -0
- package/src/components/Icons/Image/FlashOff.vue +5 -0
- package/src/components/Icons/Image/FlashOn.vue +5 -0
- package/src/components/Icons/Image/Flip.vue +5 -0
- package/src/components/Icons/Image/FlipCameraAndroid.vue +13 -0
- package/src/components/Icons/Image/FlipCameraIos.vue +5 -0
- package/src/components/Icons/Image/Gradient.vue +5 -0
- package/src/components/Icons/Image/Grain.vue +5 -0
- package/src/components/Icons/Image/GridOff.vue +5 -0
- package/src/components/Icons/Image/GridOn.vue +5 -0
- package/src/components/Icons/Image/HdrOff.vue +5 -0
- package/src/components/Icons/Image/HdrOn.vue +5 -0
- package/src/components/Icons/Image/HdrStrong.vue +5 -0
- package/src/components/Icons/Image/HdrWeak.vue +5 -0
- package/src/components/Icons/Image/Healing.vue +5 -0
- package/src/components/Icons/Image/IcDetails.vue +5 -0
- package/src/components/Icons/Image/IcFilter.vue +5 -0
- package/src/components/Icons/Image/IcImage.vue +5 -0
- package/src/components/Icons/Image/IcStyle.vue +5 -0
- package/src/components/Icons/Image/ImageAspectRatio.vue +5 -0
- package/src/components/Icons/Image/ImageIcons.vue +524 -0
- package/src/components/Icons/Image/ImageNotSupported.vue +5 -0
- package/src/components/Icons/Image/ImageSearch.vue +5 -0
- package/src/components/Icons/Image/Iso.vue +5 -0
- package/src/components/Icons/Image/Landscape.vue +5 -0
- package/src/components/Icons/Image/LeakAdd.vue +5 -0
- package/src/components/Icons/Image/LeakRemove.vue +5 -0
- package/src/components/Icons/Image/Lens.vue +5 -0
- package/src/components/Icons/Image/LinkedCamera.vue +10 -0
- package/src/components/Icons/Image/Looks.vue +5 -0
- package/src/components/Icons/Image/Looks3.vue +5 -0
- package/src/components/Icons/Image/Looks4.vue +19 -0
- package/src/components/Icons/Image/Looks5.vue +5 -0
- package/src/components/Icons/Image/Looks6.vue +5 -0
- package/src/components/Icons/Image/LooksOne.vue +5 -0
- package/src/components/Icons/Image/LooksTwo.vue +5 -0
- package/src/components/Icons/Image/Loupe.vue +5 -0
- package/src/components/Icons/Image/MonochromePhotos.vue +5 -0
- package/src/components/Icons/Image/MotionPhotosOn.vue +5 -0
- package/src/components/Icons/Image/MotionPhotosPause.vue +5 -0
- package/src/components/Icons/Image/MotionPhotosPaused.vue +5 -0
- package/src/components/Icons/Image/MovieCreation.vue +5 -0
- package/src/components/Icons/Image/MovieFilter.vue +5 -0
- package/src/components/Icons/Image/MusicNote.vue +5 -0
- package/src/components/Icons/Image/MusicOff.vue +5 -0
- package/src/components/Icons/Image/Nature.vue +5 -0
- package/src/components/Icons/Image/NaturePeople.vue +10 -0
- package/src/components/Icons/Image/NavigateBefore.vue +5 -0
- package/src/components/Icons/Image/NavigateNext.vue +5 -0
- package/src/components/Icons/Image/Palette.vue +5 -0
- package/src/components/Icons/Image/Panorama.vue +5 -0
- package/src/components/Icons/Image/PanoramaFishEye.vue +5 -0
- package/src/components/Icons/Image/PanoramaHorizontal.vue +5 -0
- package/src/components/Icons/Image/PanoramaVertical.vue +5 -0
- package/src/components/Icons/Image/PanoramaWideAngle.vue +5 -0
- package/src/components/Icons/Image/Photo.vue +5 -0
- package/src/components/Icons/Image/PhotoAlbum.vue +5 -0
- package/src/components/Icons/Image/PhotoCamera.vue +10 -0
- package/src/components/Icons/Image/PhotoFilter.vue +5 -0
- package/src/components/Icons/Image/PhotoLibrary.vue +5 -0
- package/src/components/Icons/Image/PhotoSizeSelectActual.vue +5 -0
- package/src/components/Icons/Image/PhotoSizeSelectLarge.vue +5 -0
- package/src/components/Icons/Image/PhotoSizeSelectSmall.vue +5 -0
- package/src/components/Icons/Image/PictureAsPdf.vue +5 -0
- package/src/components/Icons/Image/Portrait.vue +5 -0
- package/src/components/Icons/Image/ReceiptLong.vue +19 -0
- package/src/components/Icons/Image/RemoveRedEye.vue +5 -0
- package/src/components/Icons/Image/Rotate90DegreesCcw.vue +5 -0
- package/src/components/Icons/Image/RotateLeft.vue +5 -0
- package/src/components/Icons/Image/RotateRight.vue +5 -0
- package/src/components/Icons/Image/ShutterSpeed.vue +5 -0
- package/src/components/Icons/Image/SlashRedEye.vue +5 -0
- package/src/components/Icons/Image/Slideshow.vue +5 -0
- package/src/components/Icons/Image/Straighten.vue +5 -0
- package/src/components/Icons/Image/SwitchCamera.vue +5 -0
- package/src/components/Icons/Image/SwitchVideo.vue +5 -0
- package/src/components/Icons/Image/TagFaces.vue +5 -0
- package/src/components/Icons/Image/Texture.vue +5 -0
- package/src/components/Icons/Image/Timelapse.vue +5 -0
- package/src/components/Icons/Image/Timer.vue +5 -0
- package/src/components/Icons/Image/Timer10.vue +19 -0
- package/src/components/Icons/Image/Timer3.vue +5 -0
- package/src/components/Icons/Image/TimerOff.vue +5 -0
- package/src/components/Icons/Image/Tonality.vue +5 -0
- package/src/components/Icons/Image/Transform.vue +5 -0
- package/src/components/Icons/Image/Tune.vue +5 -0
- package/src/components/Icons/Image/ViewComfy.vue +5 -0
- package/src/components/Icons/Image/ViewCompact.vue +5 -0
- package/src/components/Icons/Image/Vignette.vue +5 -0
- package/src/components/Icons/Image/WbAuto.vue +5 -0
- package/src/components/Icons/Image/WbCloudy.vue +19 -0
- package/src/components/Icons/Image/WbIncandescent.vue +5 -0
- package/src/components/Icons/Image/WbIridescent.vue +5 -0
- package/src/components/Icons/Image/WbSunny.vue +19 -0
- package/src/components/Icons/LoadingIcon.vue +39 -0
- package/src/components/Icons/Maps/AddBusiness.vue +13 -0
- package/src/components/Icons/Maps/AddLocation.vue +5 -0
- package/src/components/Icons/Maps/AddLocationAlt.vue +5 -0
- package/src/components/Icons/Maps/AddRoad.vue +22 -0
- package/src/components/Icons/Maps/Agriculture.vue +16 -0
- package/src/components/Icons/Maps/AltRoute.vue +5 -0
- package/src/components/Icons/Maps/Atm.vue +5 -0
- package/src/components/Icons/Maps/Beenhere.vue +5 -0
- package/src/components/Icons/Maps/BikeScooter.vue +13 -0
- package/src/components/Icons/Maps/Category.vue +13 -0
- package/src/components/Icons/Maps/CleaningServices.vue +5 -0
- package/src/components/Icons/Maps/CompassCalibration.vue +10 -0
- package/src/components/Icons/Maps/DepartureBoard.vue +5 -0
- package/src/components/Icons/Maps/DesignServices.vue +10 -0
- package/src/components/Icons/Maps/Directions.vue +5 -0
- package/src/components/Icons/Maps/DirectionsBike.vue +5 -0
- package/src/components/Icons/Maps/DirectionsBoat.vue +5 -0
- package/src/components/Icons/Maps/DirectionsBus.vue +5 -0
- package/src/components/Icons/Maps/DirectionsCar.vue +5 -0
- package/src/components/Icons/Maps/DirectionsRailway.vue +5 -0
- package/src/components/Icons/Maps/DirectionsRun.vue +5 -0
- package/src/components/Icons/Maps/DirectionsSubway.vue +5 -0
- package/src/components/Icons/Maps/DirectionsTransit.vue +5 -0
- package/src/components/Icons/Maps/DirectionsWalk.vue +5 -0
- package/src/components/Icons/Maps/EditAttributes.vue +5 -0
- package/src/components/Icons/Maps/EditLocation.vue +19 -0
- package/src/components/Icons/Maps/EditRoad.vue +22 -0
- package/src/components/Icons/Maps/ElectricBike.vue +8 -0
- package/src/components/Icons/Maps/ElectricCar.vue +8 -0
- package/src/components/Icons/Maps/ElectricMoped.vue +14 -0
- package/src/components/Icons/Maps/ElectricRickshaw.vue +8 -0
- package/src/components/Icons/Maps/ElectricScooter.vue +11 -0
- package/src/components/Icons/Maps/ElectricalServices.vue +16 -0
- package/src/components/Icons/Maps/EvStation.vue +5 -0
- package/src/components/Icons/Maps/Fastfood.vue +5 -0
- package/src/components/Icons/Maps/Flight.vue +5 -0
- package/src/components/Icons/Maps/Handyman.vue +10 -0
- package/src/components/Icons/Maps/HomeRepairService.vue +10 -0
- package/src/components/Icons/Maps/Hotel.vue +5 -0
- package/src/components/Icons/Maps/Hvac.vue +19 -0
- package/src/components/Icons/Maps/IcMap.vue +5 -0
- package/src/components/Icons/Maps/Layers.vue +5 -0
- package/src/components/Icons/Maps/LayersClear.vue +5 -0
- package/src/components/Icons/Maps/LocalActivity.vue +5 -0
- package/src/components/Icons/Maps/LocalAirport.vue +5 -0
- package/src/components/Icons/Maps/LocalAtm.vue +5 -0
- package/src/components/Icons/Maps/LocalBar.vue +5 -0
- package/src/components/Icons/Maps/LocalCafe.vue +5 -0
- package/src/components/Icons/Maps/LocalCarWash.vue +5 -0
- package/src/components/Icons/Maps/LocalConvenienceStore.vue +5 -0
- package/src/components/Icons/Maps/LocalDining.vue +5 -0
- package/src/components/Icons/Maps/LocalDrink.vue +5 -0
- package/src/components/Icons/Maps/LocalFireDepartment.vue +10 -0
- package/src/components/Icons/Maps/LocalFlorist.vue +5 -0
- package/src/components/Icons/Maps/LocalGasStation.vue +5 -0
- package/src/components/Icons/Maps/LocalGroceryStore.vue +5 -0
- package/src/components/Icons/Maps/LocalHospital.vue +5 -0
- package/src/components/Icons/Maps/LocalHotel.vue +5 -0
- package/src/components/Icons/Maps/LocalLaundryService.vue +5 -0
- package/src/components/Icons/Maps/LocalLibrary.vue +5 -0
- package/src/components/Icons/Maps/LocalMall.vue +5 -0
- package/src/components/Icons/Maps/LocalMovies.vue +5 -0
- package/src/components/Icons/Maps/LocalOffer.vue +5 -0
- package/src/components/Icons/Maps/LocalParking.vue +5 -0
- package/src/components/Icons/Maps/LocalPharmacy.vue +5 -0
- package/src/components/Icons/Maps/LocalPhone.vue +5 -0
- package/src/components/Icons/Maps/LocalPizza.vue +5 -0
- package/src/components/Icons/Maps/LocalPlay.vue +5 -0
- package/src/components/Icons/Maps/LocalPolice.vue +5 -0
- package/src/components/Icons/Maps/LocalPostOffice.vue +5 -0
- package/src/components/Icons/Maps/LocalPrintshop.vue +5 -0
- package/src/components/Icons/Maps/LocalSee.vue +10 -0
- package/src/components/Icons/Maps/LocalShipping.vue +5 -0
- package/src/components/Icons/Maps/LocalTaxi.vue +5 -0
- package/src/components/Icons/Maps/MapsIcons.vue +371 -0
- package/src/components/Icons/Maps/MapsUgc.vue +12 -0
- package/src/components/Icons/Maps/MedicalServices.vue +5 -0
- package/src/components/Icons/Maps/MenuBook.vue +16 -0
- package/src/components/Icons/Maps/MiscellaneousServices.vue +10 -0
- package/src/components/Icons/Maps/Money.vue +5 -0
- package/src/components/Icons/Maps/Moped.vue +13 -0
- package/src/components/Icons/Maps/MultipleStop.vue +5 -0
- package/src/components/Icons/Maps/Museum.vue +5 -0
- package/src/components/Icons/Maps/MyLocation.vue +5 -0
- package/src/components/Icons/Maps/Navigation.vue +5 -0
- package/src/components/Icons/Maps/NearMe.vue +5 -0
- package/src/components/Icons/Maps/NearMeDisabled.vue +5 -0
- package/src/components/Icons/Maps/NoMeals.vue +5 -0
- package/src/components/Icons/Maps/NoTransfer.vue +5 -0
- package/src/components/Icons/Maps/NotListedLocation.vue +5 -0
- package/src/components/Icons/Maps/PedalBike.vue +5 -0
- package/src/components/Icons/Maps/PersonPin.vue +5 -0
- package/src/components/Icons/Maps/PersonPinCircle.vue +5 -0
- package/src/components/Icons/Maps/PestControl.vue +5 -0
- package/src/components/Icons/Maps/PestControlRodent.vue +5 -0
- package/src/components/Icons/Maps/PinDrop.vue +7 -0
- package/src/components/Icons/Maps/Place.vue +5 -0
- package/src/components/Icons/Maps/Plumbing.vue +13 -0
- package/src/components/Icons/Maps/RateReview.vue +5 -0
- package/src/components/Icons/Maps/Restaurant.vue +5 -0
- package/src/components/Icons/Maps/RestaurantMenu.vue +5 -0
- package/src/components/Icons/Maps/RunCircle.vue +5 -0
- package/src/components/Icons/Maps/Satellite.vue +5 -0
- package/src/components/Icons/Maps/SetMeal.vue +5 -0
- package/src/components/Icons/Maps/StoreMallDirectory.vue +5 -0
- package/src/components/Icons/Maps/Streetview.vue +13 -0
- package/src/components/Icons/Maps/Subway.vue +13 -0
- package/src/components/Icons/Maps/Terrain.vue +5 -0
- package/src/components/Icons/Maps/Traffic.vue +5 -0
- package/src/components/Icons/Maps/Train.vue +5 -0
- package/src/components/Icons/Maps/Tram.vue +5 -0
- package/src/components/Icons/Maps/TransferWithinAStation.vue +5 -0
- package/src/components/Icons/Maps/TransitEnterexit.vue +5 -0
- package/src/components/Icons/Maps/Tri60.vue +5 -0
- package/src/components/Icons/Maps/TripOrigin.vue +5 -0
- package/src/components/Icons/Maps/TwoWheeler.vue +5 -0
- package/src/components/Icons/Maps/WineBar.vue +5 -0
- package/src/components/Icons/Maps/WrongLocation.vue +10 -0
- package/src/components/Icons/Maps/ZoomOutMap.vue +5 -0
- package/src/components/Icons/Navigation/AppSettingsAlt.vue +5 -0
- package/src/components/Icons/Navigation/Apps.vue +5 -0
- package/src/components/Icons/Navigation/ArrowBack.vue +5 -0
- package/src/components/Icons/Navigation/ArrowBackIos.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDownward.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDropDown.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDropDownCircle.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDropUp.vue +5 -0
- package/src/components/Icons/Navigation/ArrowForward.vue +5 -0
- package/src/components/Icons/Navigation/ArrowForwardIos.vue +5 -0
- package/src/components/Icons/Navigation/ArrowLeft.vue +5 -0
- package/src/components/Icons/Navigation/ArrowRight.vue +5 -0
- package/src/components/Icons/Navigation/ArrowUpward.vue +5 -0
- package/src/components/Icons/Navigation/Campaign.vue +19 -0
- package/src/components/Icons/Navigation/Cancel.vue +5 -0
- package/src/components/Icons/Navigation/Check.vue +5 -0
- package/src/components/Icons/Navigation/ChevronLeft.vue +5 -0
- package/src/components/Icons/Navigation/ChevronRight.vue +5 -0
- package/src/components/Icons/Navigation/Close.vue +5 -0
- package/src/components/Icons/Navigation/DoubleArrow.vue +10 -0
- package/src/components/Icons/Navigation/East.vue +5 -0
- package/src/components/Icons/Navigation/ExpandLess.vue +5 -0
- package/src/components/Icons/Navigation/ExpandMore.vue +5 -0
- package/src/components/Icons/Navigation/FirstPage.vue +5 -0
- package/src/components/Icons/Navigation/Fullscreen.vue +5 -0
- package/src/components/Icons/Navigation/FullscreenExit.vue +5 -0
- package/src/components/Icons/Navigation/HomeWork.vue +10 -0
- package/src/components/Icons/Navigation/IcMenu.vue +5 -0
- package/src/components/Icons/Navigation/LastPage.vue +5 -0
- package/src/components/Icons/Navigation/LegendToggle.vue +5 -0
- package/src/components/Icons/Navigation/MenuOpen.vue +5 -0
- package/src/components/Icons/Navigation/MoreHoriz.vue +5 -0
- package/src/components/Icons/Navigation/MoreVert.vue +5 -0
- package/src/components/Icons/Navigation/NavigationIcons.vue +167 -0
- package/src/components/Icons/Navigation/North.vue +5 -0
- package/src/components/Icons/Navigation/NorthEast.vue +5 -0
- package/src/components/Icons/Navigation/NorthWest.vue +5 -0
- package/src/components/Icons/Navigation/Payments.vue +5 -0
- package/src/components/Icons/Navigation/Refresh.vue +5 -0
- package/src/components/Icons/Navigation/South.vue +5 -0
- package/src/components/Icons/Navigation/SouthEast.vue +5 -0
- package/src/components/Icons/Navigation/SouthWest.vue +5 -0
- package/src/components/Icons/Navigation/SubdirectoryArrowLeft.vue +5 -0
- package/src/components/Icons/Navigation/SubdirectoryArrowRight.vue +5 -0
- package/src/components/Icons/Navigation/SwitchDown.vue +5 -0
- package/src/components/Icons/Navigation/SwitchLeft.vue +5 -0
- package/src/components/Icons/Navigation/SwitchRight.vue +19 -0
- package/src/components/Icons/Navigation/SwitchUp.vue +19 -0
- package/src/components/Icons/Navigation/UnfoldLess.vue +5 -0
- package/src/components/Icons/Navigation/UnfoldMore.vue +5 -0
- package/src/components/Icons/Navigation/West.vue +5 -0
- package/src/components/Icons/Notification/AccountTree.vue +5 -0
- package/src/components/Icons/Notification/Adb.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatFlat.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatFlatAngled.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatIndividualSuite.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatLegroomExtra.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatLegroomNormal.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatLegroomReduced.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatReclineExtra.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatReclineNormal.vue +5 -0
- package/src/components/Icons/Notification/BluetoothAudio.vue +5 -0
- package/src/components/Icons/Notification/ConfirmationNumber.vue +5 -0
- package/src/components/Icons/Notification/DirectionsOff.vue +10 -0
- package/src/components/Icons/Notification/DiscFull.vue +5 -0
- package/src/components/Icons/Notification/DoDisturb.vue +5 -0
- package/src/components/Icons/Notification/DoDisturbAlt.vue +5 -0
- package/src/components/Icons/Notification/DoDisturbOff.vue +5 -0
- package/src/components/Icons/Notification/DoDisturbOn.vue +5 -0
- package/src/components/Icons/Notification/DriveEta.vue +5 -0
- package/src/components/Icons/Notification/EnhancedEncryption.vue +5 -0
- package/src/components/Icons/Notification/EventAvailable.vue +5 -0
- package/src/components/Icons/Notification/EventBusy.vue +5 -0
- package/src/components/Icons/Notification/EventNote.vue +5 -0
- package/src/components/Icons/Notification/FolderSpecial.vue +5 -0
- package/src/components/Icons/Notification/LiveTv.vue +5 -0
- package/src/components/Icons/Notification/Mms.vue +5 -0
- package/src/components/Icons/Notification/More.vue +19 -0
- package/src/components/Icons/Notification/NetworkCheck.vue +5 -0
- package/src/components/Icons/Notification/NetworkLocked.vue +5 -0
- package/src/components/Icons/Notification/NoEncryption.vue +5 -0
- package/src/components/Icons/Notification/NoEncryptionGmailerrorred.vue +5 -0
- package/src/components/Icons/Notification/NotificationIcons.vue +214 -0
- package/src/components/Icons/Notification/OndemandVideo.vue +5 -0
- package/src/components/Icons/Notification/PersonalVideo.vue +5 -0
- package/src/components/Icons/Notification/PhoneBluetoothSpeaker.vue +5 -0
- package/src/components/Icons/Notification/PhoneCallback.vue +5 -0
- package/src/components/Icons/Notification/PhoneForwarded.vue +5 -0
- package/src/components/Icons/Notification/PhoneInTalk.vue +5 -0
- package/src/components/Icons/Notification/PhoneLocked.vue +5 -0
- package/src/components/Icons/Notification/PhoneMissed.vue +5 -0
- package/src/components/Icons/Notification/PhonePaused.vue +5 -0
- package/src/components/Icons/Notification/Power.vue +5 -0
- package/src/components/Icons/Notification/PowerOff.vue +5 -0
- package/src/components/Icons/Notification/PriorityHigh.vue +10 -0
- package/src/components/Icons/Notification/SdCard.vue +5 -0
- package/src/components/Icons/Notification/SdCardAlert.vue +5 -0
- package/src/components/Icons/Notification/Sms.vue +5 -0
- package/src/components/Icons/Notification/SmsFailed.vue +5 -0
- package/src/components/Icons/Notification/SupportAgent.vue +16 -0
- package/src/components/Icons/Notification/Sync.vue +19 -0
- package/src/components/Icons/Notification/SyncDisabled.vue +5 -0
- package/src/components/Icons/Notification/SyncProblem.vue +5 -0
- package/src/components/Icons/Notification/SystemUpdate.vue +5 -0
- package/src/components/Icons/Notification/TapAndPlay.vue +5 -0
- package/src/components/Icons/Notification/TimeToLeave.vue +5 -0
- package/src/components/Icons/Notification/TvOff.vue +5 -0
- package/src/components/Icons/Notification/Vibration.vue +5 -0
- package/src/components/Icons/Notification/VoiceChat.vue +5 -0
- package/src/components/Icons/Notification/VpnLock.vue +5 -0
- package/src/components/Icons/Notification/Wc.vue +19 -0
- package/src/components/Icons/Notification/Wifi.vue +5 -0
- package/src/components/Icons/Notification/WifiOff.vue +5 -0
- package/src/components/Icons/Places/AcUnit.vue +5 -0
- package/src/components/Icons/Places/AirportShuttle.vue +5 -0
- package/src/components/Icons/Places/AllInclusive.vue +5 -0
- package/src/components/Icons/Places/Apartment.vue +5 -0
- package/src/components/Icons/Places/BabyChangingStation.vue +5 -0
- package/src/components/Icons/Places/Backpack.vue +5 -0
- package/src/components/Icons/Places/Bathtub.vue +10 -0
- package/src/components/Icons/Places/BeachAccess.vue +5 -0
- package/src/components/Icons/Places/Bento.vue +5 -0
- package/src/components/Icons/Places/BusinessCenter.vue +5 -0
- package/src/components/Icons/Places/Carpenter.vue +5 -0
- package/src/components/Icons/Places/Casino.vue +5 -0
- package/src/components/Icons/Places/ChargingStation.vue +5 -0
- package/src/components/Icons/Places/Checkroom.vue +5 -0
- package/src/components/Icons/Places/ChildCare.vue +13 -0
- package/src/components/Icons/Places/ChildFriendly.vue +5 -0
- package/src/components/Icons/Places/CorporateFare.vue +5 -0
- package/src/components/Icons/Places/Countertops.vue +5 -0
- package/src/components/Icons/Places/DoNotStep.vue +5 -0
- package/src/components/Icons/Places/DoNotTouch.vue +5 -0
- package/src/components/Icons/Places/Dry.vue +5 -0
- package/src/components/Icons/Places/Elevator.vue +5 -0
- package/src/components/Icons/Places/Escalator.vue +5 -0
- package/src/components/Icons/Places/EscalatorWarning.vue +5 -0
- package/src/components/Icons/Places/FamilyRestroom.vue +5 -0
- package/src/components/Icons/Places/Fence.vue +5 -0
- package/src/components/Icons/Places/FireExtinguisher.vue +5 -0
- package/src/components/Icons/Places/FitnessCenter.vue +5 -0
- package/src/components/Icons/Places/FoodBank.vue +5 -0
- package/src/components/Icons/Places/Foundation.vue +5 -0
- package/src/components/Icons/Places/FreeBreakfast.vue +5 -0
- package/src/components/Icons/Places/GolfCourse.vue +10 -0
- package/src/components/Icons/Places/Grass.vue +5 -0
- package/src/components/Icons/Places/HotTub.vue +10 -0
- package/src/components/Icons/Places/House.vue +5 -0
- package/src/components/Icons/Places/HouseSiding.vue +5 -0
- package/src/components/Icons/Places/Kitchen.vue +5 -0
- package/src/components/Icons/Places/MeetingRoom.vue +5 -0
- package/src/components/Icons/Places/Microwave.vue +5 -0
- package/src/components/Icons/Places/NightShelter.vue +5 -0
- package/src/components/Icons/Places/NoBackpack.vue +5 -0
- package/src/components/Icons/Places/NoCell.vue +5 -0
- package/src/components/Icons/Places/NoDrinks.vue +5 -0
- package/src/components/Icons/Places/NoFlash.vue +5 -0
- package/src/components/Icons/Places/NoFood.vue +5 -0
- package/src/components/Icons/Places/NoMeetingRoom.vue +5 -0
- package/src/components/Icons/Places/NoPhotography.vue +5 -0
- package/src/components/Icons/Places/NoStroller.vue +5 -0
- package/src/components/Icons/Places/PlacesIcons.vue +219 -0
- package/src/components/Icons/Places/Pool.vue +10 -0
- package/src/components/Icons/Places/RiceBowl.vue +5 -0
- package/src/components/Icons/Places/Roofing.vue +5 -0
- package/src/components/Icons/Places/RoomPreferences.vue +5 -0
- package/src/components/Icons/Places/RoomService.vue +5 -0
- package/src/components/Icons/Places/RvHookup.vue +5 -0
- package/src/components/Icons/Places/SmokeFree.vue +5 -0
- package/src/components/Icons/Places/SmokingRooms.vue +5 -0
- package/src/components/Icons/Places/Soap.vue +5 -0
- package/src/components/Icons/Places/Spa.vue +5 -0
- package/src/components/Icons/Places/SportsBar.vue +5 -0
- package/src/components/Icons/Places/Stairs.vue +5 -0
- package/src/components/Icons/Places/Storefront.vue +5 -0
- package/src/components/Icons/Places/Stroller.vue +5 -0
- package/src/components/Icons/Places/Tapas.vue +5 -0
- package/src/components/Icons/Places/Tty.vue +5 -0
- package/src/components/Icons/Places/Umbrella.vue +5 -0
- package/src/components/Icons/Places/Wash.vue +5 -0
- package/src/components/Icons/Places/WaterDamage.vue +5 -0
- package/src/components/Icons/Places/WheelchairPickup.vue +5 -0
- package/src/components/Icons/Social/Architecture.vue +13 -0
- package/src/components/Icons/Social/Cake.vue +19 -0
- package/src/components/Icons/Social/CleanHands.vue +5 -0
- package/src/components/Icons/Social/ConnectWithoutContact.vue +5 -0
- package/src/components/Icons/Social/Construction.vue +10 -0
- package/src/components/Icons/Social/Coronavirus.vue +5 -0
- package/src/components/Icons/Social/Deck.vue +13 -0
- package/src/components/Icons/Social/Domain.vue +5 -0
- package/src/components/Icons/Social/Elderly.vue +5 -0
- package/src/components/Icons/Social/EmojiEmotions.vue +5 -0
- package/src/components/Icons/Social/EmojiEvents.vue +5 -0
- package/src/components/Icons/Social/EmojiFlags.vue +5 -0
- package/src/components/Icons/Social/EmojiFoodBeverage.vue +10 -0
- package/src/components/Icons/Social/EmojiNature.vue +10 -0
- package/src/components/Icons/Social/EmojiObjects.vue +5 -0
- package/src/components/Icons/Social/EmojiPeople.vue +10 -0
- package/src/components/Icons/Social/EmojiSymbols.vue +25 -0
- package/src/components/Icons/Social/EmojiTransportation.vue +14 -0
- package/src/components/Icons/Social/Engineering.vue +19 -0
- package/src/components/Icons/Social/Facebook.vue +5 -0
- package/src/components/Icons/Social/Fireplace.vue +5 -0
- package/src/components/Icons/Social/FollowTheSigns.vue +5 -0
- package/src/components/Icons/Social/Group.vue +5 -0
- package/src/components/Icons/Social/GroupAdd.vue +5 -0
- package/src/components/Icons/Social/Groups.vue +5 -0
- package/src/components/Icons/Social/HistoryEdu.vue +5 -0
- package/src/components/Icons/Social/KingBed.vue +5 -0
- package/src/components/Icons/Social/LocationCity.vue +5 -0
- package/src/components/Icons/Social/Luggage.vue +5 -0
- package/src/components/Icons/Social/Masks.vue +5 -0
- package/src/components/Icons/Social/MilitaryTech.vue +5 -0
- package/src/components/Icons/Social/Mood.vue +5 -0
- package/src/components/Icons/Social/MoodBad.vue +5 -0
- package/src/components/Icons/Social/NightsStay.vue +10 -0
- package/src/components/Icons/Social/NoLuggage.vue +5 -0
- package/src/components/Icons/Social/Notifications.vue +5 -0
- package/src/components/Icons/Social/NotificationsActive.vue +5 -0
- package/src/components/Icons/Social/NotificationsNone.vue +5 -0
- package/src/components/Icons/Social/NotificationsOff.vue +5 -0
- package/src/components/Icons/Social/NotificationsPaused.vue +5 -0
- package/src/components/Icons/Social/OutdoorGrill.vue +16 -0
- package/src/components/Icons/Social/Pages.vue +5 -0
- package/src/components/Icons/Social/PartyMode.vue +5 -0
- package/src/components/Icons/Social/People.vue +5 -0
- package/src/components/Icons/Social/PeopleAlt.vue +22 -0
- package/src/components/Icons/Social/PeopleOutline.vue +5 -0
- package/src/components/Icons/Social/Person.vue +5 -0
- package/src/components/Icons/Social/PersonAdd.vue +5 -0
- package/src/components/Icons/Social/PersonAddAlt1.vue +13 -0
- package/src/components/Icons/Social/PersonOutline.vue +5 -0
- package/src/components/Icons/Social/PersonRemove.vue +5 -0
- package/src/components/Icons/Social/PersonRemoveAlt1.vue +5 -0
- package/src/components/Icons/Social/PlusOne.vue +5 -0
- package/src/components/Icons/Social/Poll.vue +5 -0
- package/src/components/Icons/Social/PrecisionManufacturing.vue +5 -0
- package/src/components/Icons/Social/Psychology.vue +10 -0
- package/src/components/Icons/Social/Public.vue +5 -0
- package/src/components/Icons/Social/PublicOff.vue +5 -0
- package/src/components/Icons/Social/ReduceCapacity.vue +5 -0
- package/src/components/Icons/Social/Sanitizer.vue +5 -0
- package/src/components/Icons/Social/School.vue +5 -0
- package/src/components/Icons/Social/Science.vue +5 -0
- package/src/components/Icons/Social/SelfImprovement.vue +10 -0
- package/src/components/Icons/Social/SentimentDissatisfied.vue +13 -0
- package/src/components/Icons/Social/SentimentNeutral.vue +16 -0
- package/src/components/Icons/Social/SentimentSatisfied.vue +13 -0
- package/src/components/Icons/Social/SentimentVeryDissatisfied.vue +5 -0
- package/src/components/Icons/Social/SentimentVerySatisfied.vue +5 -0
- package/src/components/Icons/Social/Share.vue +5 -0
- package/src/components/Icons/Social/Sick.vue +5 -0
- package/src/components/Icons/Social/SingleBed.vue +5 -0
- package/src/components/Icons/Social/SixFtApart.vue +5 -0
- package/src/components/Icons/Social/SocialIcons.vue +292 -0
- package/src/components/Icons/Social/Sports.vue +10 -0
- package/src/components/Icons/Social/SportsBaseball.vue +13 -0
- package/src/components/Icons/Social/SportsBasketball.vue +28 -0
- package/src/components/Icons/Social/SportsCricket.vue +13 -0
- package/src/components/Icons/Social/SportsEsports.vue +5 -0
- package/src/components/Icons/Social/SportsFootball.vue +13 -0
- package/src/components/Icons/Social/SportsGolf.vue +19 -0
- package/src/components/Icons/Social/SportsHandball.vue +13 -0
- package/src/components/Icons/Social/SportsHockey.vue +16 -0
- package/src/components/Icons/Social/SportsKabaddi.vue +28 -0
- package/src/components/Icons/Social/SportsMma.vue +10 -0
- package/src/components/Icons/Social/SportsMotorsports.vue +10 -0
- package/src/components/Icons/Social/SportsRugby.vue +5 -0
- package/src/components/Icons/Social/SportsSoccer.vue +5 -0
- package/src/components/Icons/Social/SportsTennis.vue +10 -0
- package/src/components/Icons/Social/SportsVolleyball.vue +22 -0
- package/src/components/Icons/Social/ThumbDownAlt.vue +5 -0
- package/src/components/Icons/Social/ThumbUpAlt.vue +5 -0
- package/src/components/Icons/Social/Whatshot.vue +5 -0
- package/src/components/Icons/TaxApplication/Automasi.vue +53 -0
- package/src/components/Icons/TaxApplication/Beejak.vue +77 -0
- package/src/components/Icons/TaxApplication/ConvertToCsv.vue +23 -0
- package/src/components/Icons/TaxApplication/CtasEbupotPph21.vue +43 -0
- package/src/components/Icons/TaxApplication/CtasEbupotUnifikasi.vue +29 -0
- package/src/components/Icons/TaxApplication/CtasEfaktur.vue +47 -0
- package/src/components/Icons/TaxApplication/Ebilling.vue +173 -0
- package/src/components/Icons/TaxApplication/Ebupot.vue +136 -0
- package/src/components/Icons/TaxApplication/Efaktur.vue +136 -0
- package/src/components/Icons/TaxApplication/Efiling.vue +50 -0
- package/src/components/Icons/TaxApplication/Ematerai.vue +55 -0
- package/src/components/Icons/TaxApplication/EsptBadan.vue +54 -0
- package/src/components/Icons/TaxApplication/Genta.vue +39 -0
- package/src/components/Icons/TaxApplication/H2h.vue +91 -0
- package/src/components/Icons/TaxApplication/Invoice.vue +136 -0
- package/src/components/Icons/TaxApplication/Rekonsiliasi.vue +61 -0
- package/src/components/Icons/TaxApplication/TaxApplicationIcons.vue +76 -0
- package/src/components/Icons/TaxApplication/TaxomaticPph.vue +34 -0
- package/src/components/Icons/TaxApplication/Training.vue +41 -0
- package/src/components/Icons/TaxApplication/Verify.vue +38 -0
- package/src/components/Icons/TaxApplication/Wapu.vue +140 -0
- package/src/components/Icons/Toggle/CheckBox.vue +5 -0
- package/src/components/Icons/Toggle/CheckBoxOutlineBlank.vue +8 -0
- package/src/components/Icons/Toggle/IndeterminateCheckBox.vue +5 -0
- package/src/components/Icons/Toggle/RadioButtonChecked.vue +11 -0
- package/src/components/Icons/Toggle/RadioButtonUnchecked.vue +5 -0
- package/src/components/Icons/Toggle/Star.vue +5 -0
- package/src/components/Icons/Toggle/StarBorder.vue +5 -0
- package/src/components/Icons/Toggle/StarHalf.vue +5 -0
- package/src/components/Icons/Toggle/StarOutline.vue +5 -0
- package/src/components/Icons/Toggle/ToggleIcons.vue +48 -0
- package/src/components/Icons/Toggle/ToggleOff.vue +5 -0
- package/src/components/Icons/Toggle/ToggleOn.vue +5 -0
- package/src/components/ModalDialog/index.vue +122 -0
- package/src/components/Product/LogActivityCard.vue +16 -0
- package/src/components/SideNav/index.vue +585 -0
- package/src/components/Snackbar/index.vue +249 -0
- package/src/components/Stepper/index.vue +164 -0
- package/src/components/Table/TablePagination.vue +356 -0
- package/src/components/Tabmenu/index.vue +123 -0
- package/src/components/Typography/TypoText.vue +118 -0
- package/src/components/index.js +61 -0
- package/src/install.js +1 -0
- package/src/main.js +8 -0
- package/src/router/index.js +166 -0
- package/src/store/index.js +8 -0
- package/src/views/About.vue +5 -0
- package/src/views/Breadcrumbs.vue +91 -0
- package/src/views/Button.vue +294 -0
- package/src/views/ColorPallete.vue +171 -0
- package/src/views/CssClass.vue +1276 -0
- package/src/views/Datepicker.vue +276 -0
- package/src/views/Dropdown.vue +444 -0
- package/src/views/ExpansionPanel.vue +81 -0
- package/src/views/Footer.vue +72 -0
- package/src/views/FormCheckbox.vue +259 -0
- package/src/views/FormInputTag.vue +260 -0
- package/src/views/FormRadio.vue +147 -0
- package/src/views/FormSwitch.vue +112 -0
- package/src/views/FormTextarea.vue +323 -0
- package/src/views/FormToggle.vue +779 -0
- package/src/views/Header.vue +170 -0
- package/src/views/Iconography.vue +1536 -0
- package/src/views/Installation.vue +52 -0
- package/src/views/ModalDialog.vue +82 -0
- package/src/views/PageElement.vue +107 -0
- package/src/views/ReadMe.md +41 -0
- package/src/views/SideNav.vue +142 -0
- package/src/views/Snackbar.vue +318 -0
- package/src/views/Stepper.vue +92 -0
- package/src/views/Table.vue +288 -0
- package/src/views/Tooltip.vue +54 -0
- package/src/views/Typography.vue +197 -0
- package/vite.config.js +25 -0
- package/vue.config.js +11 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11.97 2.73018C12.13 2.39018 11.85 2.01018 11.47 2.03018C5.47 2.33018 0.999996 7.86018 2.19 13.9902C2.97 18.0202 6.28 21.2102 10.33 21.8602C14.4 22.5202 18.1 20.7202 20.2 17.7102C20.41 17.4002 20.24 16.9602 19.87 16.9202C13.13 16.1602 9 8.96018 11.97 2.73018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M10 9.00018C9.45 9.00018 9 9.45018 9 10.0002C9 10.5502 9.45 11.0002 10 11.0002C10.55 11.0002 11 10.5502 11 10.0002C11 9.45018 10.55 9.00018 10 9.00018ZM10 13.0002C9.45 13.0002 9 13.4502 9 14.0002C9 14.5502 9.45 15.0002 10 15.0002C10.55 15.0002 11 14.5502 11 14.0002C11 13.4502 10.55 13.0002 10 13.0002ZM7 9.50018C6.72 9.50018 6.5 9.72018 6.5 10.0002C6.5 10.2802 6.72 10.5002 7 10.5002C7.28 10.5002 7.5 10.2802 7.5 10.0002C7.5 9.72018 7.28 9.50018 7 9.50018ZM10 16.5002C9.72 16.5002 9.5 16.7202 9.5 17.0002C9.5 17.2802 9.72 17.5002 10 17.5002C10.28 17.5002 10.5 17.2802 10.5 17.0002C10.5 16.7202 10.28 16.5002 10 16.5002ZM7 13.5002C6.72 13.5002 6.5 13.7202 6.5 14.0002C6.5 14.2802 6.72 14.5002 7 14.5002C7.28 14.5002 7.5 14.2802 7.5 14.0002C7.5 13.7202 7.28 13.5002 7 13.5002ZM10 7.50018C10.28 7.50018 10.5 7.28018 10.5 7.00018C10.5 6.72018 10.28 6.50018 10 6.50018C9.72 6.50018 9.5 6.72018 9.5 7.00018C9.5 7.28018 9.72 7.50018 10 7.50018ZM14 9.00018C13.45 9.00018 13 9.45018 13 10.0002C13 10.5502 13.45 11.0002 14 11.0002C14.55 11.0002 15 10.5502 15 10.0002C15 9.45018 14.55 9.00018 14 9.00018ZM14 7.50018C14.28 7.50018 14.5 7.28018 14.5 7.00018C14.5 6.72018 14.28 6.50018 14 6.50018C13.72 6.50018 13.5 6.72018 13.5 7.00018C13.5 7.28018 13.72 7.50018 14 7.50018ZM17 13.5002C16.72 13.5002 16.5 13.7202 16.5 14.0002C16.5 14.2802 16.72 14.5002 17 14.5002C17.28 14.5002 17.5 14.2802 17.5 14.0002C17.5 13.7202 17.28 13.5002 17 13.5002ZM17 9.50018C16.72 9.50018 16.5 9.72018 16.5 10.0002C16.5 10.2802 16.72 10.5002 17 10.5002C17.28 10.5002 17.5 10.2802 17.5 10.0002C17.5 9.72018 17.28 9.50018 17 9.50018ZM12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018ZM12 20.0002C7.58 20.0002 4 16.4202 4 12.0002C4 7.58018 7.58 4.00018 12 4.00018C16.42 4.00018 20 7.58018 20 12.0002C20 16.4202 16.42 20.0002 12 20.0002ZM14 16.5002C13.72 16.5002 13.5 16.7202 13.5 17.0002C13.5 17.2802 13.72 17.5002 14 17.5002C14.28 17.5002 14.5 17.2802 14.5 17.0002C14.5 16.7202 14.28 16.5002 14 16.5002ZM14 13.0002C13.45 13.0002 13 13.4502 13 14.0002C13 14.5502 13.45 15.0002 14 15.0002C14.55 15.0002 15 14.5502 15 14.0002C15 13.4502 14.55 13.0002 14 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M5 17.5002C5.83 17.5002 6.5 16.8302 6.5 16.0002C6.5 15.1702 5.83 14.5002 5 14.5002C4.17 14.5002 3.5 15.1702 3.5 16.0002C3.5 16.8302 4.17 17.5002 5 17.5002ZM9 13.0002C9.55 13.0002 10 12.5502 10 12.0002C10 11.4502 9.55 11.0002 9 11.0002C8.45 11.0002 8 11.4502 8 12.0002C8 12.5502 8.45 13.0002 9 13.0002ZM9 9.00018C9.55 9.00018 10 8.55018 10 8.00018C10 7.45018 9.55 7.00018 9 7.00018C8.45 7.00018 8 7.45018 8 8.00018C8 8.55018 8.45 9.00018 9 9.00018ZM4 21.0002H20C20.55 21.0002 21 20.5502 21 20.0002C21 19.4502 20.55 19.0002 20 19.0002H4C3.45 19.0002 3 19.4502 3 20.0002C3 20.5502 3.45 21.0002 4 21.0002ZM5 9.50018C5.83 9.50018 6.5 8.83018 6.5 8.00018C6.5 7.17018 5.83 6.50018 5 6.50018C4.17 6.50018 3.5 7.17018 3.5 8.00018C3.5 8.83018 4.17 9.50018 5 9.50018ZM5 13.5002C5.83 13.5002 6.5 12.8302 6.5 12.0002C6.5 11.1702 5.83 10.5002 5 10.5002C4.17 10.5002 3.5 11.1702 3.5 12.0002C3.5 12.8302 4.17 13.5002 5 13.5002ZM9 17.0002C9.55 17.0002 10 16.5502 10 16.0002C10 15.4502 9.55 15.0002 9 15.0002C8.45 15.0002 8 15.4502 8 16.0002C8 16.5502 8.45 17.0002 9 17.0002ZM17 16.5002C17.28 16.5002 17.5 16.2802 17.5 16.0002C17.5 15.7202 17.28 15.5002 17 15.5002C16.72 15.5002 16.5 15.7202 16.5 16.0002C16.5 16.2802 16.72 16.5002 17 16.5002ZM3 4.00018C3 4.55018 3.45 5.00018 4 5.00018H20C20.55 5.00018 21 4.55018 21 4.00018C21 3.45018 20.55 3.00018 20 3.00018H4C3.45 3.00018 3 3.45018 3 4.00018ZM17 8.50018C17.28 8.50018 17.5 8.28018 17.5 8.00018C17.5 7.72018 17.28 7.50018 17 7.50018C16.72 7.50018 16.5 7.72018 16.5 8.00018C16.5 8.28018 16.72 8.50018 17 8.50018ZM17 12.5002C17.28 12.5002 17.5 12.2802 17.5 12.0002C17.5 11.7202 17.28 11.5002 17 11.5002C16.72 11.5002 16.5 11.7202 16.5 12.0002C16.5 12.2802 16.72 12.5002 17 12.5002ZM13 9.00018C13.55 9.00018 14 8.55018 14 8.00018C14 7.45018 13.55 7.00018 13 7.00018C12.45 7.00018 12 7.45018 12 8.00018C12 8.55018 12.45 9.00018 13 9.00018ZM13 13.0002C13.55 13.0002 14 12.5502 14 12.0002C14 11.4502 13.55 11.0002 13 11.0002C12.45 11.0002 12 11.4502 12 12.0002C12 12.5502 12.45 13.0002 13 13.0002ZM13 17.0002C13.55 17.0002 14 16.5502 14 16.0002C14 15.4502 13.55 15.0002 13 15.0002C12.45 15.0002 12 15.4502 12 16.0002C12 16.5502 12.45 17.0002 13 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M14 7.00018C14.5523 7.00018 15 6.55247 15 6.00018C15 5.4479 14.5523 5.00018 14 5.00018C13.4477 5.00018 13 5.4479 13 6.00018C13 6.55247 13.4477 7.00018 14 7.00018Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M13.8 11.4802L14 11.5002C14.83 11.5002 15.5 10.8302 15.5 10.0002C15.5 9.17018 14.83 8.50018 14 8.50018C13.17 8.50018 12.5 9.17018 12.5 10.0002L12.52 10.2002C12.61 10.8702 13.13 11.3902 13.8 11.4802ZM14 3.50018C14.28 3.50018 14.5 3.28018 14.5 3.00018C14.5 2.72018 14.28 2.50018 14 2.50018C13.72 2.50018 13.5 2.72018 13.5 3.00018C13.5 3.28018 13.72 3.50018 14 3.50018ZM10 3.50018C10.28 3.50018 10.5 3.28018 10.5 3.00018C10.5 2.72018 10.28 2.50018 10 2.50018C9.72 2.50018 9.5 2.72018 9.5 3.00018C9.5 3.28018 9.72 3.50018 10 3.50018Z"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M18 11.0002C18.5523 11.0002 19 10.5525 19 10.0002C19 9.4479 18.5523 9.00018 18 9.00018C17.4477 9.00018 17 9.4479 17 10.0002C17 10.5525 17.4477 11.0002 18 11.0002Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M18 7.00018C18.5523 7.00018 19 6.55247 19 6.00018C19 5.4479 18.5523 5.00018 18 5.00018C17.4477 5.00018 17 5.4479 17 6.00018C17 6.55247 17.4477 7.00018 18 7.00018Z"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M21 10.5002C21.28 10.5002 21.5 10.2802 21.5 10.0002C21.5 9.72018 21.28 9.50018 21 9.50018C20.72 9.50018 20.5 9.72018 20.5 10.0002C20.5 10.2802 20.72 10.5002 21 10.5002Z"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M10 7.00018C10.5523 7.00018 11 6.55247 11 6.00018C11 5.4479 10.5523 5.00018 10 5.00018C9.44772 5.00018 9 5.4479 9 6.00018C9 6.55247 9.44772 7.00018 10 7.00018Z"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M18 15.0002C18.5523 15.0002 19 14.5525 19 14.0002C19 13.4479 18.5523 13.0002 18 13.0002C17.4477 13.0002 17 13.4479 17 14.0002C17 14.5525 17.4477 15.0002 18 15.0002Z"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M6 19.0002C6.55228 19.0002 7 18.5525 7 18.0002C7 17.4479 6.55228 17.0002 6 17.0002C5.44772 17.0002 5 17.4479 5 18.0002C5 18.5525 5.44772 19.0002 6 19.0002Z"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M14 20.5002C13.72 20.5002 13.5 20.7202 13.5 21.0002C13.5 21.2802 13.72 21.5002 14 21.5002C14.28 21.5002 14.5 21.2802 14.5 21.0002C14.5 20.7202 14.28 20.5002 14 20.5002ZM21 13.5002C20.72 13.5002 20.5 13.7202 20.5 14.0002C20.5 14.2802 20.72 14.5002 21 14.5002C21.28 14.5002 21.5 14.2802 21.5 14.0002C21.5 13.7202 21.28 13.5002 21 13.5002ZM3 13.5002C2.72 13.5002 2.5 13.7202 2.5 14.0002C2.5 14.2802 2.72 14.5002 3 14.5002C3.28 14.5002 3.5 14.2802 3.5 14.0002C3.5 13.7202 3.28 13.5002 3 13.5002Z"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M10 19.0002C10.5523 19.0002 11 18.5525 11 18.0002C11 17.4479 10.5523 17.0002 10 17.0002C9.44772 17.0002 9 17.4479 9 18.0002C9 18.5525 9.44772 19.0002 10 19.0002Z"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M3 9.50018C2.72 9.50018 2.5 9.72018 2.5 10.0002C2.5 10.2802 2.72 10.5002 3 10.5002C3.28 10.5002 3.5 10.2802 3.5 10.0002C3.5 9.72018 3.28 9.50018 3 9.50018ZM10 20.5002C9.72 20.5002 9.5 20.7202 9.5 21.0002C9.5 21.2802 9.72 21.5002 10 21.5002C10.28 21.5002 10.5 21.2802 10.5 21.0002C10.5 20.7202 10.28 20.5002 10 20.5002Z"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M6 15.0002C6.55228 15.0002 7 14.5525 7 14.0002C7 13.4479 6.55228 13.0002 6 13.0002C5.44772 13.0002 5 13.4479 5 14.0002C5 14.5525 5.44772 15.0002 6 15.0002Z"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M3.21 4.56017C2.82 4.95017 2.82 5.58017 3.21 5.97017L6.28 9.04017L6 9.00017C5.45 9.00017 5 9.45017 5 10.0002C5 10.5502 5.45 11.0002 6 11.0002C6.55 11.0002 7 10.5502 7 10.0002C7 9.90017 6.97 9.81017 6.94 9.72017L9.75 12.5302C9.04 12.6402 8.5 13.2602 8.5 14.0002C8.5 14.8302 9.17 15.5002 10 15.5002C10.74 15.5002 11.36 14.9602 11.47 14.2502L14.28 17.0602C14.19 17.0302 14.1 17.0002 14 17.0002C13.45 17.0002 13 17.4502 13 18.0002C13 18.5502 13.45 19.0002 14 19.0002C14.55 19.0002 15 18.5502 15 18.0002C15 17.9002 14.97 17.8102 14.94 17.7202L18.02 20.7902C18.41 21.1802 19.04 21.1802 19.43 20.7902C19.82 20.4002 19.82 19.7702 19.43 19.3702L4.62 4.56017C4.23 4.17017 3.6 4.17017 3.21 4.56017Z"
|
|
41
|
+
/>
|
|
42
|
+
</g>
|
|
43
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M6 13.0002C5.45 13.0002 5 13.4502 5 14.0002C5 14.5502 5.45 15.0002 6 15.0002C6.55 15.0002 7 14.5502 7 14.0002C7 13.4502 6.55 13.0002 6 13.0002ZM6 17.0002C5.45 17.0002 5 17.4502 5 18.0002C5 18.5502 5.45 19.0002 6 19.0002C6.55 19.0002 7 18.5502 7 18.0002C7 17.4502 6.55 17.0002 6 17.0002ZM6 9.00018C5.45 9.00018 5 9.45018 5 10.0002C5 10.5502 5.45 11.0002 6 11.0002C6.55 11.0002 7 10.5502 7 10.0002C7 9.45018 6.55 9.00018 6 9.00018ZM3 9.50018C2.72 9.50018 2.5 9.72018 2.5 10.0002C2.5 10.2802 2.72 10.5002 3 10.5002C3.28 10.5002 3.5 10.2802 3.5 10.0002C3.5 9.72018 3.28 9.50018 3 9.50018ZM6 5.00018C5.45 5.00018 5 5.45018 5 6.00018C5 6.55018 5.45 7.00018 6 7.00018C6.55 7.00018 7 6.55018 7 6.00018C7 5.45018 6.55 5.00018 6 5.00018ZM21 10.5002C21.28 10.5002 21.5 10.2802 21.5 10.0002C21.5 9.72018 21.28 9.50018 21 9.50018C20.72 9.50018 20.5 9.72018 20.5 10.0002C20.5 10.2802 20.72 10.5002 21 10.5002ZM14 7.00018C14.55 7.00018 15 6.55018 15 6.00018C15 5.45018 14.55 5.00018 14 5.00018C13.45 5.00018 13 5.45018 13 6.00018C13 6.55018 13.45 7.00018 14 7.00018ZM14 3.50018C14.28 3.50018 14.5 3.28018 14.5 3.00018C14.5 2.72018 14.28 2.50018 14 2.50018C13.72 2.50018 13.5 2.72018 13.5 3.00018C13.5 3.28018 13.72 3.50018 14 3.50018ZM3 13.5002C2.72 13.5002 2.5 13.7202 2.5 14.0002C2.5 14.2802 2.72 14.5002 3 14.5002C3.28 14.5002 3.5 14.2802 3.5 14.0002C3.5 13.7202 3.28 13.5002 3 13.5002ZM10 20.5002C9.72 20.5002 9.5 20.7202 9.5 21.0002C9.5 21.2802 9.72 21.5002 10 21.5002C10.28 21.5002 10.5 21.2802 10.5 21.0002C10.5 20.7202 10.28 20.5002 10 20.5002ZM10 3.50018C10.28 3.50018 10.5 3.28018 10.5 3.00018C10.5 2.72018 10.28 2.50018 10 2.50018C9.72 2.50018 9.5 2.72018 9.5 3.00018C9.5 3.28018 9.72 3.50018 10 3.50018ZM10 7.00018C10.55 7.00018 11 6.55018 11 6.00018C11 5.45018 10.55 5.00018 10 5.00018C9.45 5.00018 9 5.45018 9 6.00018C9 6.55018 9.45 7.00018 10 7.00018ZM10 12.5002C9.17 12.5002 8.5 13.1702 8.5 14.0002C8.5 14.8302 9.17 15.5002 10 15.5002C10.83 15.5002 11.5 14.8302 11.5 14.0002C11.5 13.1702 10.83 12.5002 10 12.5002ZM18 13.0002C17.45 13.0002 17 13.4502 17 14.0002C17 14.5502 17.45 15.0002 18 15.0002C18.55 15.0002 19 14.5502 19 14.0002C19 13.4502 18.55 13.0002 18 13.0002ZM18 17.0002C17.45 17.0002 17 17.4502 17 18.0002C17 18.5502 17.45 19.0002 18 19.0002C18.55 19.0002 19 18.5502 19 18.0002C19 17.4502 18.55 17.0002 18 17.0002ZM18 9.00018C17.45 9.00018 17 9.45018 17 10.0002C17 10.5502 17.45 11.0002 18 11.0002C18.55 11.0002 19 10.5502 19 10.0002C19 9.45018 18.55 9.00018 18 9.00018ZM18 5.00018C17.45 5.00018 17 5.45018 17 6.00018C17 6.55018 17.45 7.00018 18 7.00018C18.55 7.00018 19 6.55018 19 6.00018C19 5.45018 18.55 5.00018 18 5.00018ZM21 13.5002C20.72 13.5002 20.5 13.7202 20.5 14.0002C20.5 14.2802 20.72 14.5002 21 14.5002C21.28 14.5002 21.5 14.2802 21.5 14.0002C21.5 13.7202 21.28 13.5002 21 13.5002ZM14 17.0002C13.45 17.0002 13 17.4502 13 18.0002C13 18.5502 13.45 19.0002 14 19.0002C14.55 19.0002 15 18.5502 15 18.0002C15 17.4502 14.55 17.0002 14 17.0002ZM14 20.5002C13.72 20.5002 13.5 20.7202 13.5 21.0002C13.5 21.2802 13.72 21.5002 14 21.5002C14.28 21.5002 14.5 21.2802 14.5 21.0002C14.5 20.7202 14.28 20.5002 14 20.5002ZM10 8.50018C9.17 8.50018 8.5 9.17018 8.5 10.0002C8.5 10.8302 9.17 11.5002 10 11.5002C10.83 11.5002 11.5 10.8302 11.5 10.0002C11.5 9.17018 10.83 8.50018 10 8.50018ZM10 17.0002C9.45 17.0002 9 17.4502 9 18.0002C9 18.5502 9.45 19.0002 10 19.0002C10.55 19.0002 11 18.5502 11 18.0002C11 17.4502 10.55 17.0002 10 17.0002ZM14 12.5002C13.17 12.5002 12.5 13.1702 12.5 14.0002C12.5 14.8302 13.17 15.5002 14 15.5002C14.83 15.5002 15.5 14.8302 15.5 14.0002C15.5 13.1702 14.83 12.5002 14 12.5002ZM14 8.50018C13.17 8.50018 12.5 9.17018 12.5 10.0002C12.5 10.8302 13.17 11.5002 14 11.5002C14.83 11.5002 15.5 10.8302 15.5 10.0002C15.5 9.17018 14.83 8.50018 14 8.50018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12.43 2.30019C10.05 1.71019 7.75001 2.03019 5.80001 2.94019C5.45001 3.10019 5.39001 3.58019 5.70001 3.80019C8.30001 5.60019 10 8.60019 10 12.0002C10 15.4002 8.30001 18.4002 5.70001 20.2002C5.38001 20.4202 5.44001 20.9002 5.79001 21.0602C7.07001 21.6602 8.50001 22.0002 10 22.0002C16.05 22.0002 20.85 16.6202 19.87 10.4002C19.26 6.48019 16.28 3.24019 12.43 2.30019Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18.87 10.3702C18.12 5.61018 13.87 2.02018 9.04999 2.00018C8.55999 2.00018 8.07999 2.03018 7.60999 2.10018C7.10999 2.17018 7.00999 2.83018 7.46999 3.06018C10.75 4.69018 13 8.08018 13 12.0002C13 15.9202 10.75 19.3102 7.46999 20.9502C7.01999 21.1802 7.10999 21.8402 7.60999 21.9102C8.07999 21.9702 8.55999 22.0002 9.04999 22.0002C13.87 21.9802 18.12 18.3902 18.87 13.6302C18.96 13.0802 18.98 12.5402 18.98 12.0002C18.98 11.4602 18.96 10.9202 18.87 10.3702Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M22.6 11.2902L20 8.6902V5.0002C20 4.4502 19.55 4.0002 19 4.0002H15.31L12.71 1.4002C12.32 1.0102 11.69 1.0102 11.3 1.4002L8.69001 4.0002H5.00001C4.45001 4.0002 4.00001 4.4502 4.00001 5.0002V8.6902L1.40001 11.2902C1.01001 11.6802 1.01001 12.3102 1.40001 12.7002L4.00001 15.3002V19.0002C4.00001 19.5502 4.45001 20.0002 5.00001 20.0002H8.69001L11.29 22.6002C11.68 22.9902 12.31 22.9902 12.7 22.6002L15.3 20.0002H19C19.55 20.0002 20 19.5502 20 19.0002V15.3102L22.6 12.7102C22.99 12.3202 22.99 11.6802 22.6 11.2902ZM17.92 12.9802C17.58 15.1002 16.07 16.9202 14.04 17.6402C12.83 18.0702 11.63 18.0902 10.54 17.8202C10.13 17.7202 10.06 17.1702 10.41 16.9202C11.98 15.8402 13 14.0402 13 12.0002C13 9.9602 11.98 8.1602 10.42 7.0802C10.07 6.8402 10.13 6.2902 10.55 6.1802C11.64 5.9102 12.84 5.9302 14.05 6.3602C16.07 7.0802 17.59 8.9002 17.93 11.0202C17.98 11.3502 18 11.6802 18 12.0002C17.99 12.3202 17.97 12.6502 17.92 12.9802Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 15.3102L22.6 12.7102C22.99 12.3202 22.99 11.6902 22.6 11.3002L20 8.6902V5.0002C20 4.4502 19.55 4.0002 19 4.0002H15.31L12.71 1.4002C12.32 1.0102 11.69 1.0102 11.3 1.4002L8.69001 4.0002H5.00001C4.45001 4.0002 4.00001 4.4502 4.00001 5.0002V8.6902L1.40001 11.2902C1.01001 11.6802 1.01001 12.3102 1.40001 12.7002L4.00001 15.3002V19.0002C4.00001 19.5502 4.45001 20.0002 5.00001 20.0002H8.69001L11.29 22.6002C11.68 22.9902 12.31 22.9902 12.7 22.6002L15.3 20.0002H19C19.55 20.0002 20 19.5502 20 19.0002V15.3102ZM12 18.0002C8.69001 18.0002 6.00001 15.3102 6.00001 12.0002C6.00001 8.6902 8.69001 6.0002 12 6.0002C15.31 6.0002 18 8.6902 18 12.0002C18 15.3102 15.31 18.0002 12 18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 15.3102L22.6 12.7102C22.99 12.3202 22.99 11.6902 22.6 11.3002L20 8.6902V5.0002C20 4.4502 19.55 4.0002 19 4.0002H15.31L12.71 1.4002C12.32 1.0102 11.69 1.0102 11.3 1.4002L8.68998 4.0002H4.99998C4.44998 4.0002 3.99998 4.4502 3.99998 5.0002V8.6902L1.39998 11.2902C1.00998 11.6802 1.00998 12.3102 1.39998 12.7002L3.99998 15.3002V19.0002C3.99998 19.5502 4.44998 20.0002 4.99998 20.0002H8.68998L11.29 22.6002C11.68 22.9902 12.31 22.9902 12.7 22.6002L15.3 20.0002H19C19.55 20.0002 20 19.5502 20 19.0002V15.3102ZM12 16.9002V7.1002C12 6.4902 12.55 5.9902 13.15 6.1102C15.91 6.6502 18 9.0802 18 12.0002C18 14.9202 15.91 17.3502 13.15 17.8902C12.55 18.0102 12 17.5102 12 16.9002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 8.6902V5.0002C20 4.4502 19.55 4.0002 19 4.0002H15.31L12.71 1.4002C12.32 1.0102 11.69 1.0102 11.3 1.4002L8.68998 4.0002H4.99998C4.44998 4.0002 3.99998 4.4502 3.99998 5.0002V8.6902L1.39998 11.2902C1.00998 11.6802 1.00998 12.3102 1.39998 12.7002L3.99998 15.3002V19.0002C3.99998 19.5502 4.44998 20.0002 4.99998 20.0002H8.68998L11.29 22.6002C11.68 22.9902 12.31 22.9902 12.7 22.6002L15.3 20.0002H19C19.55 20.0002 20 19.5502 20 19.0002V15.3102L22.6 12.7102C22.99 12.3202 22.99 11.6902 22.6 11.3002L20 8.6902ZM12 18.0002C8.68998 18.0002 5.99998 15.3102 5.99998 12.0002C5.99998 8.6902 8.68998 6.0002 12 6.0002C15.31 6.0002 18 8.6902 18 12.0002C18 15.3102 15.31 18.0002 12 18.0002ZM12 8.0002C9.78998 8.0002 7.99998 9.7902 7.99998 12.0002C7.99998 14.2102 9.78998 16.0002 12 16.0002C14.21 16.0002 16 14.2102 16 12.0002C16 9.7902 14.21 8.0002 12 8.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 5.00018V11.5902L18.71 9.29018C18.32 8.90018 17.68 8.90018 17.29 9.29018L14 12.5902L10.71 9.30018C10.32 8.91018 9.69 8.91018 9.3 9.30018L6 12.5902L3 9.58018V5.00018C3 3.90018 3.9 3.00018 5 3.00018H19C20.1 3.00018 21 3.90018 21 5.00018ZM18 11.4202L21 14.4302V19.0002C21 20.1002 20.1 21.0002 19 21.0002H5C3.9 21.0002 3 20.1002 3 19.0002V12.4202L5.29 14.7102C5.68 15.1002 6.31 15.1002 6.7 14.7102L10 11.4102L13.29 14.7002C13.68 15.0902 14.31 15.0902 14.7 14.7002L18 11.4202Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M7 14.0002C5.34 14.0002 4 15.3402 4 17.0002C4 18.3102 2.84 19.0002 2 19.0002C2.92 20.2202 4.49 21.0002 6 21.0002C8.21 21.0002 10 19.2102 10 17.0002C10 15.3402 8.66 14.0002 7 14.0002ZM20.71 4.63018L19.37 3.29018C18.98 2.90018 18.35 2.90018 17.96 3.29018L9 12.2502L11.75 15.0002L20.71 6.04018C21.1 5.65018 21.1 5.02018 20.71 4.63018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M2 5.00018C2.55 5.00018 3 5.45018 3 6.00018V18.0002C3 18.5502 2.55 19.0002 2 19.0002C1.45 19.0002 1 18.5502 1 18.0002V6.00018C1 5.45018 1.45 5.00018 2 5.00018ZM6 5.00018C6.55 5.00018 7 5.45018 7 6.00018V18.0002C7 18.5502 6.55 19.0002 6 19.0002C5.45 19.0002 5 18.5502 5 18.0002V6.00018C5 5.45018 5.45 5.00018 6 5.00018ZM22 5.00018H10C9.45 5.00018 9 5.45018 9 6.00018V18.0002C9 18.5502 9.45 19.0002 10 19.0002H22C22.55 19.0002 23 18.5502 23 18.0002V6.00018C23 5.45018 22.55 5.00018 22 5.00018ZM11.64 16.1902L13.11 14.3302C13.31 14.0802 13.68 14.0802 13.89 14.3202L15.29 16.0002L17.39 13.2902C17.59 13.0302 17.98 13.0302 18.18 13.2902L20.39 16.1902C20.64 16.5202 20.41 16.9902 19.99 16.9902H12.03C11.62 17.0002 11.38 16.5202 11.64 16.1902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13.81 2.86019C13.98 2.56019 13.81 2.16019 13.46 2.12019C10.84 1.75019 8.15999 2.40019 6.01999 3.98019C5.82999 4.13019 5.76999 4.41019 5.89999 4.63019L8.90999 9.85019C9.09999 10.1802 9.57999 10.1802 9.77999 9.85019L13.81 2.86019ZM21.3 8.33019C20.32 5.86019 18.38 3.87019 15.95 2.83019C15.72 2.73019 15.45 2.83019 15.32 3.05019L12.31 8.26019C12.12 8.58019 12.36 9.00019 12.75 9.00019H20.83C21.18 9.00019 21.43 8.65019 21.3 8.33019ZM21.37 10.0002H15.17C14.79 10.0002 14.54 10.4202 14.74 10.7502L19 18.1402C19.17 18.4402 19.6 18.4902 19.82 18.2202C21.56 16.0402 22.3 13.1902 21.87 10.4302C21.84 10.1802 21.62 10.0002 21.37 10.0002ZM4.17999 5.79019C2.44999 7.98019 1.69999 10.8102 2.12999 13.5802C2.15999 13.8202 2.37999 14.0002 2.62999 14.0002H8.82999C9.20999 14.0002 9.45999 13.5802 9.25999 13.2502L4.99999 5.87019C4.81999 5.57019 4.38999 5.52019 4.17999 5.79019ZM2.69999 15.6702C3.67999 18.1402 5.61999 20.1302 8.04999 21.1702C8.27999 21.2702 8.54999 21.1702 8.67999 20.9502L11.69 15.7402C11.88 15.4102 11.64 14.9902 11.26 14.9902H3.16999C2.81999 15.0002 2.56999 15.3502 2.69999 15.6702ZM10.53 21.8902C13.15 22.2602 15.83 21.6102 17.97 20.0302C18.17 19.8802 18.23 19.5902 18.1 19.3702L15.09 14.1502C14.9 13.8202 14.42 13.8202 14.22 14.1502L10.18 21.1402C10.01 21.4402 10.19 21.8402 10.53 21.8902Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M12 15.0002C13.6569 15.0002 15 13.657 15 12.0002C15 10.3433 13.6569 9.00018 12 9.00018C10.3431 9.00018 9 10.3433 9 12.0002C9 13.657 10.3431 15.0002 12 15.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M20 4.00018H16.83L15.59 2.65018C15.22 2.24018 14.68 2.00018 14.12 2.00018H9.88C9.32 2.00018 8.78 2.24018 8.4 2.65018L7.17 4.00018H4C2.9 4.00018 2 4.90018 2 6.00018V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V6.00018C22 4.90018 21.1 4.00018 20 4.00018ZM12 17.0002C9.24 17.0002 7 14.7602 7 12.0002C7 9.24018 9.24 7.00018 12 7.00018C14.76 7.00018 17 9.24018 17 12.0002C17 14.7602 14.76 17.0002 12 17.0002Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_650)">
|
|
4
|
+
<path
|
|
5
|
+
d="M17 0.000183105H7C5.9 0.000183105 5 0.900183 5 2.00018V16.0002C5 17.1002 5.9 18.0002 7 18.0002H17C18.1 18.0002 19 17.1002 19 16.0002V2.00018C19 0.900183 18.1 0.000183105 17 0.000183105ZM17 12.5002C17 10.8302 13.67 10.0002 12 10.0002C10.33 10.0002 7 10.8302 7 12.5002V3.00018C7 2.45018 7.45 2.00018 8 2.00018H16C16.55 2.00018 17 2.45018 17 3.00018V12.5002ZM10.85 18.8502C10.54 18.5402 10 18.7602 10 19.2102V20.0002H6C5.45 20.0002 5 20.4502 5 21.0002C5 21.5502 5.45 22.0002 6 22.0002H10V22.7902C10 23.2402 10.54 23.4602 10.85 23.1402L12.64 21.3502C12.84 21.1502 12.84 20.8402 12.64 20.6402L10.85 18.8502ZM18 20.0002H15C14.45 20.0002 14 20.4502 14 21.0002C14 21.5502 14.45 22.0002 15 22.0002H18C18.55 22.0002 19 21.5502 19 21.0002C19 20.4502 18.55 20.0002 18 20.0002ZM12 8.00018C13.1 8.00018 14 7.10018 14 6.00018C14 4.90018 13.1 4.00018 12 4.00018C10.9 4.00018 10.01 4.90018 10.01 6.00018C10.01 7.10018 10.9 8.00018 12 8.00018Z"
|
|
6
|
+
/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15_650">
|
|
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,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_1179)">
|
|
4
|
+
<path
|
|
5
|
+
d="M10.85 18.8502C10.54 18.5402 10 18.7602 10 19.2102V20.0002H6C5.45 20.0002 5 20.4502 5 21.0002C5 21.5502 5.45 22.0002 6 22.0002H10V22.7902C10 23.2402 10.54 23.4602 10.85 23.1402L12.64 21.3502C12.84 21.1502 12.84 20.8402 12.64 20.6402L10.85 18.8502ZM18 20.0002H15C14.45 20.0002 14 20.4502 14 21.0002C14 21.5502 14.45 22.0002 15 22.0002H18C18.55 22.0002 19 21.5502 19 21.0002C19 20.4502 18.55 20.0002 18 20.0002ZM17 0.000183105H7C5.9 0.000183105 5 0.900183 5 2.00018V16.0002C5 17.1002 5.9 18.0002 7 18.0002H17C18.1 18.0002 19 17.1002 19 16.0002V2.00018C19 0.900183 18.1 0.000183105 17 0.000183105ZM12 6.00018C10.89 6.00018 10 5.10018 10 4.00018C10 2.90018 10.89 2.00018 11.99 2.00018C13.09 2.00018 13.99 2.90018 13.99 4.00018C14 5.10018 13.1 6.00018 12 6.00018Z"
|
|
6
|
+
/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15_1179">
|
|
10
|
+
<rect
|
|
11
|
+
width="24"
|
|
12
|
+
height="24"
|
|
13
|
+
fill="white"
|
|
14
|
+
transform="translate(0 0.000183105)"
|
|
15
|
+
/>
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
</g>
|
|
19
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M14 5.00018C14 3.90018 13.1 3.00018 12 3.00018H11V2.00018C11 1.45018 10.55 1.00018 10 1.00018H6C5.45 1.00018 5 1.45018 5 2.00018V3.00018H4C2.9 3.00018 2 3.90018 2 5.00018V20.0002C2 21.1002 2.9 22.0002 4 22.0002H12C13.1 22.0002 14 21.1002 14 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V7.00018C22 5.90018 21.1 5.00018 20 5.00018H14ZM12 18.0002H10V16.0002H12V18.0002ZM12 9.00018H10V7.00018H12V9.00018ZM16 18.0002H14V16.0002H16V18.0002ZM16 9.00018H14V7.00018H16V9.00018ZM20 18.0002H18V16.0002H20V18.0002ZM20 9.00018H18V7.00018H20V9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 8.00018C9.79 8.00018 8 9.79018 8 12.0002C8 14.2102 9.79 16.0002 12 16.0002C14.21 16.0002 16 14.2102 16 12.0002C16 9.79018 14.21 8.00018 12 8.00018ZM4 15.0002C3.45 15.0002 3 15.4502 3 16.0002V19.0002C3 20.1002 3.9 21.0002 5 21.0002H8C8.55 21.0002 9 20.5502 9 20.0002C9 19.4502 8.55 19.0002 8 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V16.0002C5 15.4502 4.55 15.0002 4 15.0002ZM5 6.00018C5 5.45018 5.45 5.00018 6 5.00018H8C8.55 5.00018 9 4.55018 9 4.00018C9 3.45018 8.55 3.00018 8 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V8.00018C3 8.55018 3.45 9.00018 4 9.00018C4.55 9.00018 5 8.55018 5 8.00018V6.00018ZM19 3.00018H16C15.45 3.00018 15 3.45018 15 4.00018C15 4.55018 15.45 5.00018 16 5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V8.00018C19 8.55018 19.45 9.00018 20 9.00018C20.55 9.00018 21 8.55018 21 8.00018V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM19 18.0002C19 18.5502 18.55 19.0002 18 19.0002H16C15.45 19.0002 15 19.4502 15 20.0002C15 20.5502 15.45 21.0002 16 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V16.0002C21 15.4502 20.55 15.0002 20 15.0002C19.45 15.0002 19 15.4502 19 16.0002V18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4 15.0002C3.45 15.0002 3 15.4502 3 16.0002V19.0002C3 20.1002 3.9 21.0002 5 21.0002H8C8.55 21.0002 9 20.5502 9 20.0002C9 19.4502 8.55 19.0002 8 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V16.0002C5 15.4502 4.55 15.0002 4 15.0002ZM5 6.00018C5 5.45018 5.45 5.00018 6 5.00018H8C8.55 5.00018 9 4.55018 9 4.00018C9 3.45018 8.55 3.00018 8 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V8.00018C3 8.55018 3.45 9.00018 4 9.00018C4.55 9.00018 5 8.55018 5 8.00018V6.00018ZM19 3.00018H16C15.45 3.00018 15 3.45018 15 4.00018C15 4.55018 15.45 5.00018 16 5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V8.00018C19 8.55018 19.45 9.00018 20 9.00018C20.55 9.00018 21 8.55018 21 8.00018V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM19 18.0002C19 18.5502 18.55 19.0002 18 19.0002H16C15.45 19.0002 15 19.4502 15 20.0002C15 20.5502 15.45 21.0002 16 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V16.0002C21 15.4502 20.55 15.0002 20 15.0002C19.45 15.0002 19 15.4502 19 16.0002V18.0002ZM12 8.00018C9.79 8.00018 8 9.79018 8 12.0002C8 14.2102 9.79 16.0002 12 16.0002C14.21 16.0002 16 14.2102 16 12.0002C16 9.79018 14.21 8.00018 12 8.00018ZM12 14.0002C10.9 14.0002 10 13.1002 10 12.0002C10 10.9002 10.9 10.0002 12 10.0002C13.1 10.0002 14 10.9002 14 12.0002C14 13.1002 13.1 14.0002 12 14.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M22 16.0002V4.00018C22 2.90018 21.1 2.00018 20 2.00018H8C6.9 2.00018 6 2.90018 6 4.00018V16.0002C6 17.1002 6.9 18.0002 8 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002ZM11.4 12.5302L13.03 14.7102L15.61 11.4902C15.81 11.2402 16.19 11.2402 16.39 11.4902L19.35 15.1902C19.61 15.5202 19.38 16.0002 18.96 16.0002H9C8.59 16.0002 8.35 15.5302 8.6 15.2002L10.6 12.5302C10.8 12.2702 11.2 12.2702 11.4 12.5302ZM2 7.00018V20.0002C2 21.1002 2.9 22.0002 4 22.0002H17C17.55 22.0002 18 21.5502 18 21.0002C18 20.4502 17.55 20.0002 17 20.0002H5C4.45 20.0002 4 19.5502 4 19.0002V7.00018C4 6.45018 3.55 6.00018 3 6.00018C2.45 6.00018 2 6.45018 2 7.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 20.0002H5C4.45 20.0002 4 19.5502 4 19.0002V7.00018C4 6.45018 3.55 6.00018 3 6.00018C2.45 6.00018 2 6.45018 2 7.00018V20.0002C2 21.1002 2.9 22.0002 4 22.0002H17C17.55 22.0002 18 21.5502 18 21.0002C18 20.4502 17.55 20.0002 17 20.0002ZM20 2.00018H8C6.9 2.00018 6 2.90018 6 4.00018V16.0002C6 17.1002 6.9 18.0002 8 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002V4.00018C22 2.90018 21.1 2.00018 20 2.00018ZM20 12.0002L17.5 10.5002L15 12.0002V4.00018H20V12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 3.00018C7.03 3.00018 3 7.03018 3 12.0002C3 16.9702 7.03 21.0002 12 21.0002C12.83 21.0002 13.5 20.3302 13.5 19.5002C13.5 19.1102 13.35 18.7602 13.11 18.4902C12.88 18.2302 12.73 17.8802 12.73 17.5002C12.73 16.6702 13.4 16.0002 14.23 16.0002H16C18.76 16.0002 21 13.7602 21 11.0002C21 6.58018 16.97 3.00018 12 3.00018ZM6.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.0002ZM9.5 8.00018C8.67 8.00018 8 7.33018 8 6.50018C8 5.67018 8.67 5.00018 9.5 5.00018C10.33 5.00018 11 5.67018 11 6.50018C11 7.33018 10.33 8.00018 9.5 8.00018ZM14.5 8.00018C13.67 8.00018 13 7.33018 13 6.50018C13 5.67018 13.67 5.00018 14.5 5.00018C15.33 5.00018 16 5.67018 16 6.50018C16 7.33018 15.33 8.00018 14.5 8.00018ZM17.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.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20.71 5.63018L18.37 3.29018C17.98 2.90018 17.35 2.90018 16.96 3.29018L13.84 6.41018L12.61 5.20018C12.22 4.81018 11.59 4.82018 11.2 5.20018C10.81 5.59018 10.81 6.22018 11.2 6.61018L11.92 7.33018L3.15 16.1002C3.05 16.2002 3 16.3202 3 16.4602V20.5002C3 20.7802 3.22 21.0002 3.5 21.0002H7.54C7.67 21.0002 7.8 20.9502 7.89 20.8502L16.66 12.0802L17.38 12.8002C17.77 13.1902 18.4 13.1902 18.79 12.8002C19.18 12.4102 19.18 11.7802 18.79 11.3902L17.57 10.1702L20.69 7.05018C21.1 6.65018 21.1 6.02018 20.71 5.63018ZM6.92 19.0002L5 17.0802L13.06 9.02018L14.98 10.9402L6.92 19.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M10 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H10V22.0002C10 22.5502 10.45 23.0002 11 23.0002C11.55 23.0002 12 22.5502 12 22.0002V2.00018C12 1.45018 11.55 1.00018 11 1.00018C10.45 1.00018 10 1.45018 10 2.00018V3.00018ZM10 18.0002H5L10 12.0002V18.0002ZM19 3.00018H14V5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V18.0002L14 12.0002V21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 7.00018C11.45 7.00018 11 7.45018 11 8.00018V11.0002H8C7.45 11.0002 7 11.4502 7 12.0002C7 12.5502 7.45 13.0002 8 13.0002H11V16.0002C11 16.5502 11.45 17.0002 12 17.0002C12.55 17.0002 13 16.5502 13 16.0002V13.0002H16C16.55 13.0002 17 12.5502 17 12.0002C17 11.4502 16.55 11.0002 16 11.0002H13V8.00018C13 7.45018 12.55 7.00018 12 7.00018ZM12 2.00018C6.49 2.00018 2 6.49018 2 12.0002C2 17.5102 6.49 22.0002 12 22.0002C17.51 22.0002 22 17.5102 22 12.0002C22 6.49018 17.51 2.00018 12 2.00018ZM12 20.0002C7.59 20.0002 4 16.4102 4 12.0002C4 7.59018 7.59 4.00018 12 4.00018C16.41 4.00018 20 7.59018 20 12.0002C20 16.4102 16.41 20.0002 12 20.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15 8.00018C14.45 8.00018 14 8.45018 14 9.00018V11.0002H12C11.45 11.0002 11 11.4502 11 12.0002C11 12.5502 11.45 13.0002 12 13.0002H14V15.0002C14 15.5502 14.45 16.0002 15 16.0002C15.55 16.0002 16 15.5502 16 15.0002V13.0002H18C18.55 13.0002 19 12.5502 19 12.0002C19 11.4502 18.55 11.0002 18 11.0002H16V9.00018C16 8.45018 15.55 8.00018 15 8.00018ZM2 12.0002C2 9.42018 3.4 7.17018 5.48 5.96018C5.8 5.77018 6.01 5.45018 6.01 5.08018C6.01 4.31018 5.17 3.83018 4.5 4.22018C1.82 5.78018 0 8.68018 0 12.0002C0 15.3202 1.82 18.2202 4.5 19.7802C5.17 20.1702 6.01 19.6902 6.01 18.9202C6.01 18.5502 5.8 18.2302 5.48 18.0402C3.4 16.8302 2 14.5802 2 12.0002ZM15 3.00018C10.04 3.00018 6 7.04018 6 12.0002C6 16.9602 10.04 21.0002 15 21.0002C19.96 21.0002 24 16.9602 24 12.0002C24 7.04018 19.96 3.00018 15 3.00018ZM15 19.0002C11.14 19.0002 8 15.8602 8 12.0002C8 8.14018 11.14 5.00018 15 5.00018C18.86 5.00018 22 8.14018 22 12.0002C22 15.8602 18.86 19.0002 15 19.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 15.0002H19V7.00018C19 5.90018 18.1 5.00018 17 5.00018H9V7.00018H16C16.55 7.00018 17 7.45018 17 8.00018V15.0002ZM8 17.0002C7.45 17.0002 7 16.5502 7 16.0002V2.00018C7 1.45018 6.55 1.00018 6 1.00018C5.45 1.00018 5 1.45018 5 2.00018V5.00018H2C1.45 5.00018 1 5.45018 1 6.00018C1 6.55018 1.45 7.00018 2 7.00018H5V17.0002C5 18.1002 5.9 19.0002 7 19.0002H17V22.0002C17 22.5502 17.45 23.0002 18 23.0002C18.55 23.0002 19 22.5502 19 22.0002V19.0002H22C22.55 19.0002 23 18.5502 23 18.0002C23 17.4502 22.55 17.0002 22 17.0002H8Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 6.00018H5C3.9 6.00018 3 6.90018 3 8.00018V16.0002C3 17.1002 3.9 18.0002 5 18.0002H19C20.1 18.0002 21 17.1002 21 16.0002V8.00018C21 6.90018 20.1 6.00018 19 6.00018ZM18 16.0002H6C5.45 16.0002 5 15.5502 5 15.0002V9.00018C5 8.45018 5.45 8.00018 6 8.00018H18C18.55 8.00018 19 8.45018 19 9.00018V15.0002C19 15.5502 18.55 16.0002 18 16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 4.00018H5C3.9 4.00018 3 4.90018 3 6.00018V18.0002C3 19.1002 3.9 20.0002 5 20.0002H19C20.1 20.0002 21 19.1002 21 18.0002V6.00018C21 4.90018 20.1 4.00018 19 4.00018ZM18 18.0002H6C5.45 18.0002 5 17.5502 5 17.0002V7.00018C5 6.45018 5.45 6.00018 6 6.00018H18C18.55 6.00018 19 6.45018 19 7.00018V17.0002C19 17.5502 18.55 18.0002 18 18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 5.00018H5C3.9 5.00018 3 5.90018 3 7.00018V17.0002C3 18.1002 3.9 19.0002 5 19.0002H19C20.1 19.0002 21 18.1002 21 17.0002V7.00018C21 5.90018 20.1 5.00018 19 5.00018ZM18 17.0002H6C5.45 17.0002 5 16.5502 5 16.0002V8.00018C5 7.45018 5.45 7.00018 6 7.00018H18C18.55 7.00018 19 7.45018 19 8.00018V16.0002C19 16.5502 18.55 17.0002 18 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 7.00018H5C3.9 7.00018 3 7.90018 3 9.00018V15.0002C3 16.1002 3.9 17.0002 5 17.0002H19C20.1 17.0002 21 16.1002 21 15.0002V9.00018C21 7.90018 20.1 7.00018 19 7.00018ZM18 15.0002H6C5.45 15.0002 5 14.5502 5 14.0002V10.0002C5 9.45018 5.45 9.00018 6 9.00018H18C18.55 9.00018 19 9.45018 19 10.0002V14.0002C19 14.5502 18.55 15.0002 18 15.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM18 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V6.00018C5 5.45018 5.45 5.00018 6 5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V18.0002C19 18.5502 18.55 19.0002 18 19.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3 5.00018V8.00018C3 8.55018 3.45 9.00018 4 9.00018C4.55 9.00018 5 8.55018 5 8.00018V6.00018C5 5.45018 5.45 5.00018 6 5.00018H8C8.55 5.00018 9 4.55018 9 4.00018C9 3.45018 8.55 3.00018 8 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018ZM4 15.0002C3.45 15.0002 3 15.4502 3 16.0002V19.0002C3 20.1002 3.9 21.0002 5 21.0002H8C8.55 21.0002 9 20.5502 9 20.0002C9 19.4502 8.55 19.0002 8 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V16.0002C5 15.4502 4.55 15.0002 4 15.0002ZM19 18.0002C19 18.5502 18.55 19.0002 18 19.0002H16C15.45 19.0002 15 19.4502 15 20.0002C15 20.5502 15.45 21.0002 16 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V16.0002C21 15.4502 20.55 15.0002 20 15.0002C19.45 15.0002 19 15.4502 19 16.0002V18.0002ZM19 3.00018H16C15.45 3.00018 15 3.45018 15 4.00018C15 4.55018 15.45 5.00018 16 5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V8.00018C19 8.55018 19.45 9.00018 20 9.00018C20.55 9.00018 21 8.55018 21 8.00018V5.00018C21 3.90018 20.1 3.00018 19 3.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 5.00018H5C3.9 5.00018 3 5.90018 3 7.00018V17.0002C3 18.1002 3.9 19.0002 5 19.0002H19C20.1 19.0002 21 18.1002 21 17.0002V7.00018C21 5.90018 20.1 5.00018 19 5.00018ZM18 17.0002H6C5.45 17.0002 5 16.5502 5 16.0002V8.00018C5 7.45018 5.45 7.00018 6 7.00018H18C18.55 7.00018 19 7.45018 19 8.00018V16.0002C19 16.5502 18.55 17.0002 18 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM18 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V6.00018C5 5.45018 5.45 5.00018 6 5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V18.0002C19 18.5502 18.55 19.0002 18 19.0002ZM13.56 12.8102L11.21 15.8302L9.65 13.9502C9.45 13.7002 9.07 13.7102 8.87 13.9602L7.13 16.1902C6.87 16.5202 7.11 17.0002 7.52 17.0002H16.5C16.91 17.0002 17.15 16.5302 16.9 16.2002L14.35 12.8102C14.16 12.5502 13.76 12.5502 13.56 12.8102Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 3.00018H7C5.9 3.00018 5 3.90018 5 5.00018V19.0002C5 20.1002 5.9 21.0002 7 21.0002H17C18.1 21.0002 19 20.1002 19 19.0002V5.00018C19 3.90018 18.1 3.00018 17 3.00018ZM16 19.0002H8C7.45 19.0002 7 18.5502 7 18.0002V6.00018C7 5.45018 7.45 5.00018 8 5.00018H16C16.55 5.00018 17 5.45018 17 6.00018V18.0002C17 18.5502 16.55 19.0002 16 19.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<g clip-path="url(#clip0_15_1109)">
|
|
4
|
+
<path
|
|
5
|
+
d="M16 9.00016V14.0002H18V8.00016C18 6.90016 17.1 6.00016 16 6.00016H10V8.00016H15C15.55 8.00016 16 8.45016 16 9.00016ZM19 16.0002H9C8.45 16.0002 7.99999 15.5502 7.99999 15.0002V5.00016C7.99999 4.45016 7.54999 4.00016 6.99999 4.00016C6.44999 4.00016 5.99999 4.45016 5.99999 5.00016V6.00016H4.99999C4.44999 6.00016 3.99999 6.45016 3.99999 7.00016C3.99999 7.55016 4.44999 8.00016 4.99999 8.00016H5.99999V16.0002C5.99999 17.1002 6.89999 18.0002 7.99999 18.0002H16V19.0002C16 19.5502 16.45 20.0002 17 20.0002C17.55 20.0002 18 19.5502 18 19.0002V18.0002H19C19.55 18.0002 20 17.5502 20 17.0002C20 16.4502 19.55 16.0002 19 16.0002ZM17.66 1.40016C15.99 0.510162 13.83 -0.109838 11.39 0.0401623L15.2 3.85016L16.53 2.52016C19.62 3.98016 21.87 6.89016 22.42 10.3802C22.48 10.7902 22.86 11.0702 23.28 11.0002C23.69 10.9402 23.97 10.5502 23.9 10.1402C23.3 6.34016 20.94 3.14016 17.66 1.40016ZM7.46999 21.4902C4.37999 20.0302 2.13 17.1202 1.58 13.6302C1.52 13.2202 1.13999 12.9402 0.719995 13.0102C0.309995 13.0702 0.029995 13.4602 0.099995 13.8702C0.699995 17.6802 3.05999 20.8802 6.33999 22.6202C8.00999 23.5102 10.17 24.1302 12.61 23.9802L8.8 20.1602L7.46999 21.4902Z"
|
|
6
|
+
/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15_1109">
|
|
10
|
+
<rect
|
|
11
|
+
width="24"
|
|
12
|
+
height="24"
|
|
13
|
+
fill="white"
|
|
14
|
+
transform="translate(0 0.000183105)"
|
|
15
|
+
/>
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
</g>
|
|
19
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18 4.00018H6C4.9 4.00018 4 4.90018 4 6.00018V18.0002C4 19.1002 4.9 20.0002 6 20.0002H18C19.1 20.0002 20 19.1002 20 18.0002V6.00018C20 4.90018 19.1 4.00018 18 4.00018ZM17 18.0002H7C6.45 18.0002 6 17.5502 6 17.0002V7.00018C6 6.45018 6.45 6.00018 7 6.00018H17C17.55 6.00018 18 6.45018 18 7.00018V17.0002C18 17.5502 17.55 18.0002 17 18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M2 17.0002C2 17.5502 2.45 18.0002 3 18.0002H21C21.55 18.0002 22 17.5502 22 17.0002C22 16.4502 21.55 16.0002 21 16.0002H3C2.45 16.0002 2 16.4502 2 17.0002ZM2 12.0002C2 12.5502 2.45 13.0002 3 13.0002H21C21.55 13.0002 22 12.5502 22 12.0002C22 11.4502 21.55 11.0002 21 11.0002H3C2.45 11.0002 2 11.4502 2 12.0002ZM2 7.00018C2 7.55018 2.45 8.00018 3 8.00018H21C21.55 8.00018 22 7.55018 22 7.00018C22 6.45018 21.55 6.00018 21 6.00018H3C2.45 6.00018 2 6.45018 2 7.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3 17.4602V20.5002C3 20.7802 3.22 21.0002 3.5 21.0002H6.54C6.67 21.0002 6.8 20.9502 6.89 20.8502L17.81 9.94018L14.06 6.19018L3.15 17.1002C3.05 17.2002 3 17.3202 3 17.4602ZM20.71 7.04018C21.1 6.65018 21.1 6.02018 20.71 5.63018L18.37 3.29018C17.98 2.90018 17.35 2.90018 16.96 3.29018L15.13 5.12018L18.88 8.87018L20.71 7.04018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15 18.5002C12.49 18.5002 10.32 17.0802 9.24 15.0002H14.38C14.76 15.0002 15.11 14.7902 15.27 14.4502C15.6 13.7902 15.12 13.0002 14.38 13.0002H8.58C8.53 12.6702 8.5 12.3402 8.5 12.0002C8.5 11.6602 8.53 11.3302 8.58 11.0002H14.38C14.76 11.0002 15.11 10.7902 15.27 10.4502C15.61 9.78018 15.13 9.00018 14.38 9.00018H9.24C10.32 6.92018 12.5 5.50018 15 5.50018C16.25 5.50018 17.42 5.86018 18.42 6.47018C18.92 6.78018 19.57 6.73018 19.99 6.31018C20.57 5.73018 20.44 4.78018 19.74 4.35018C18.36 3.50018 16.73 3.00018 15 3.00018C11.08 3.00018 7.76 5.51018 6.52 9.00018H3.62C3.24 9.00018 2.89 9.21018 2.72 9.55018C2.39 10.2202 2.87 11.0002 3.62 11.0002H6.06C6.02 11.3302 6 11.6602 6 12.0002C6 12.3402 6.02 12.6702 6.06 13.0002H3.62C3.24 13.0002 2.89 13.2102 2.73 13.5502C2.39 14.2202 2.87 15.0002 3.62 15.0002H6.52C7.76 18.4902 11.08 21.0002 15 21.0002C16.74 21.0002 18.36 20.5102 19.74 19.6502C20.43 19.2202 20.56 18.2602 19.98 17.6802C19.56 17.2602 18.91 17.2102 18.41 17.5302C17.42 18.1502 16.26 18.5002 15 18.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="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.00018ZM6.75 7.00018H10.25C10.66 7.00018 11 7.34018 11 7.75018C11 8.16018 10.66 8.50018 10.25 8.50018H6.75C6.34 8.50018 6 8.16018 6 7.75018C6 7.34018 6.34 7.00018 6.75 7.00018ZM18 19.0002H5L19 5.00018V18.0002C19 18.5502 18.55 19.0002 18 19.0002ZM14.5 16.0002V17.2502C14.5 17.6602 14.84 18.0002 15.25 18.0002C15.66 18.0002 16 17.6602 16 17.2502V16.0002H17.25C17.66 16.0002 18 15.6602 18 15.2502C18 14.8402 17.66 14.5002 17.25 14.5002H16V13.2502C16 12.8402 15.66 12.5002 15.25 12.5002C14.84 12.5002 14.5 12.8402 14.5 13.2502V14.5002H13.25C12.84 14.5002 12.5 14.8402 12.5 15.2502C12.5 15.6602 12.84 16.0002 13.25 16.0002H14.5Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M15.05 16.2902L17.91 13.2202C18.29 12.8302 18.63 12.4302 18.95 12.0402C19.27 11.6502 19.54 11.2602 19.77 10.8702C20 10.4802 20.18 10.0902 20.31 9.70018C20.44 9.31018 20.5 8.91018 20.5 8.52018C20.5 7.99018 20.41 7.50018 20.23 7.06018C20.05 6.62018 19.79 6.25018 19.45 5.95018C19.11 5.64018 18.68 5.41018 18.19 5.24018C17.68 5.08018 17.11 5.00018 16.47 5.00018C15.78 5.00018 15.16 5.11018 14.62 5.32018C14.08 5.53018 13.62 5.83018 13.26 6.20018C12.89 6.57018 12.61 7.00018 12.42 7.50018C12.24 7.97018 12.15 8.47018 12.14 9.00018H14.28C14.29 8.69018 14.33 8.40018 14.41 8.13018C14.5 7.84018 14.64 7.59018 14.81 7.38018C14.99 7.17018 15.22 7.01018 15.49 6.89018C15.76 6.77018 16.09 6.71018 16.45 6.71018C16.76 6.71018 17.03 6.76018 17.26 6.86018C17.49 6.96018 17.69 7.11018 17.85 7.29018C18.01 7.47018 18.13 7.69018 18.22 7.94018C18.3 8.19018 18.35 8.46018 18.35 8.75018C18.35 8.97018 18.32 9.18018 18.27 9.40018C18.21 9.62018 18.12 9.85018 17.98 10.1002C17.84 10.3502 17.66 10.6302 17.42 10.9302C17.19 11.2302 16.9 11.5802 16.54 11.9602L12.37 16.5102V18.0002H21V16.2902H15.05ZM2 12.0002C2 12.5502 2.45 13.0002 3 13.0002H9C9.55 13.0002 10 12.5502 10 12.0002C10 11.4502 9.55 11.0002 9 11.0002H3C2.45 11.0002 2 11.4502 2 12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9 7.00018C8.45 7.00018 8 7.45018 8 8.00018V11.0002H5C4.45 11.0002 4 11.4502 4 12.0002C4 12.5502 4.45 13.0002 5 13.0002H8V16.0002C8 16.5502 8.45 17.0002 9 17.0002C9.55 17.0002 10 16.5502 10 16.0002V13.0002H13C13.55 13.0002 14 12.5502 14 12.0002C14 11.4502 13.55 11.0002 13 11.0002H10V8.00018C10 7.45018 9.55 7.00018 9 7.00018ZM20 18.0002H18V7.38018L15 8.40018V6.70018L19.7 5.00018H20V18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16.05 16.2902L18.91 13.2202C19.29 12.8302 19.63 12.4302 19.95 12.0402C20.27 11.6502 20.54 11.2602 20.77 10.8702C21 10.4802 21.18 10.0902 21.31 9.70018C21.44 9.31018 21.5 8.91018 21.5 8.52018C21.5 7.99018 21.41 7.50018 21.23 7.06018C21.05 6.62018 20.79 6.25018 20.45 5.95018C20.11 5.64018 19.68 5.41018 19.19 5.24018C18.68 5.08018 18.11 5.00018 17.47 5.00018C16.78 5.00018 16.16 5.11018 15.62 5.32018C15.08 5.53018 14.62 5.83018 14.26 6.20018C13.89 6.57018 13.61 7.00018 13.42 7.50018C13.24 7.97018 13.15 8.47018 13.14 9.00018H15.28C15.29 8.69018 15.33 8.40018 15.41 8.13018C15.5 7.84018 15.64 7.59018 15.81 7.38018C15.99 7.17018 16.22 7.01018 16.49 6.89018C16.76 6.77018 17.09 6.71018 17.45 6.71018C17.76 6.71018 18.03 6.76018 18.26 6.86018C18.49 6.96018 18.69 7.11018 18.85 7.29018C19.01 7.47018 19.13 7.69018 19.22 7.94018C19.3 8.19018 19.35 8.46018 19.35 8.75018C19.35 8.97018 19.32 9.18018 19.27 9.40018C19.21 9.62018 19.12 9.85018 18.98 10.1002C18.84 10.3502 18.66 10.6302 18.42 10.9302C18.19 11.2302 17.9 11.5802 17.54 11.9602L13.37 16.5102V18.0002H22V16.2902H16.05ZM7 7.00018C6.45 7.00018 6 7.45018 6 8.00018V11.0002H3C2.45 11.0002 2 11.4502 2 12.0002C2 12.5502 2.45 13.0002 3 13.0002H6V16.0002C6 16.5502 6.45 17.0002 7 17.0002C7.55 17.0002 8 16.5502 8 16.0002V13.0002H11C11.55 13.0002 12 12.5502 12 12.0002C12 11.4502 11.55 11.0002 11 11.0002H8V8.00018C8 7.45018 7.55 7.00018 7 7.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M16.14 12.5002C16.14 13.5002 16.04 14.3502 15.84 15.0502C15.64 15.7502 15.36 16.3202 15.01 16.7502C14.65 17.1902 14.22 17.5002 13.71 17.7002C13.2 17.9002 12.64 18.0002 12.01 18.0002C11.39 18.0002 10.83 17.9002 10.32 17.7002C9.80998 17.5002 9.36999 17.1902 9.00999 16.7502C8.64999 16.3102 8.35999 15.7402 8.15999 15.0502C7.95999 14.3502 7.85999 13.5002 7.85999 12.5002V10.4602C7.85999 9.46018 7.95999 8.61018 8.15999 7.91018C8.35999 7.21018 8.63999 6.65018 8.99999 6.22018C9.35999 5.79018 9.79999 5.48018 10.31 5.29018C10.81 5.10018 11.38 5.00018 12 5.00018C12.63 5.00018 13.19 5.10018 13.7 5.29018C14.21 5.48018 14.65 5.79018 15.01 6.22018C15.37 6.65018 15.65 7.21018 15.85 7.91018C16.05 8.61018 16.15 9.45018 16.15 10.4602V12.5002H16.14ZM14.03 10.1402C14.03 9.50018 13.98 8.96018 13.9 8.52018C13.81 8.08018 13.68 7.73018 13.5 7.46018C13.33 7.19018 13.11 7.00018 12.86 6.88018C12.61 6.75018 12.32 6.69018 12 6.69018C11.68 6.69018 11.39 6.75018 11.14 6.87018C10.89 6.99018 10.67 7.18018 10.5 7.45018C10.33 7.72018 10.19 8.07018 10.1 8.51018C10.01 8.95018 9.96999 9.49018 9.96999 10.1302V12.8002C9.96999 13.4402 10.02 13.9802 10.11 14.4202C10.2 14.8702 10.34 15.2302 10.51 15.5102C10.68 15.7902 10.9 15.9902 11.15 16.1202C11.4 16.2502 11.69 16.3102 12.02 16.3102C12.35 16.3102 12.64 16.2502 12.89 16.1202C13.14 15.9902 13.35 15.7902 13.52 15.5102C13.69 15.2302 13.82 14.8702 13.91 14.4202C14 13.9702 14.04 13.4302 14.04 12.8002V10.1402H14.03Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M2 5.00018C1.45 5.00018 1 5.45018 1 6.00018V21.0002C1 22.1002 1.9 23.0002 3 23.0002H18C18.55 23.0002 19 22.5502 19 22.0002C19 21.4502 18.55 21.0002 18 21.0002H4C3.45 21.0002 3 20.5502 3 20.0002V6.00018C3 5.45018 2.55 5.00018 2 5.00018ZM15 15.0002C15.55 15.0002 16 14.5502 16 14.0002V6.00018C16 5.45018 15.55 5.00018 15 5.00018H13C12.45 5.00018 12 5.45018 12 6.00018C12 6.55018 12.45 7.00018 13 7.00018H14V14.0002C14 14.5502 14.45 15.0002 15 15.0002ZM21 1.00018H7C5.9 1.00018 5 1.90018 5 3.00018V17.0002C5 18.1002 5.9 19.0002 7 19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V3.00018C23 1.90018 22.1 1.00018 21 1.00018ZM20 17.0002H8C7.45 17.0002 7 16.5502 7 16.0002V4.00018C7 3.45018 7.45 3.00018 8 3.00018H20C20.55 3.00018 21 3.45018 21 4.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M2 5.00018C1.45 5.00018 1 5.45018 1 6.00018V21.0002C1 22.1002 1.9 23.0002 3 23.0002H18C18.55 23.0002 19 22.5502 19 22.0002C19 21.4502 18.55 21.0002 18 21.0002H4C3.45 21.0002 3 20.5502 3 20.0002V6.00018C3 5.45018 2.55 5.00018 2 5.00018ZM21 1.00018H7C5.9 1.00018 5 1.90018 5 3.00018V17.0002C5 18.1002 5.9 19.0002 7 19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V3.00018C23 1.90018 22.1 1.00018 21 1.00018ZM20 17.0002H8C7.45 17.0002 7 16.5502 7 16.0002V4.00018C7 3.45018 7.45 3.00018 8 3.00018H20C20.55 3.00018 21 3.45018 21 4.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002ZM16 13.0002H13V11.0002H15C16.1 11.0002 17 10.1002 17 9.00018V7.00018C17 5.90018 16.1 5.00018 15 5.00018H12C11.45 5.00018 11 5.45018 11 6.00018C11 6.55018 11.45 7.00018 12 7.00018H15V9.00018H13C11.9 9.00018 11 9.90018 11 11.0002V14.0002C11 14.5502 11.45 15.0002 12 15.0002H16C16.55 15.0002 17 14.5502 17 14.0002C17 13.4502 16.55 13.0002 16 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 1.00018H7C5.9 1.00018 5 1.90018 5 3.00018V17.0002C5 18.1002 5.9 19.0002 7 19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V3.00018C23 1.90018 22.1 1.00018 21 1.00018ZM20 17.0002H8C7.45 17.0002 7 16.5502 7 16.0002V4.00018C7 3.45018 7.45 3.00018 8 3.00018H20C20.55 3.00018 21 3.45018 21 4.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002ZM2 5.00018C1.45 5.00018 1 5.45018 1 6.00018V21.0002C1 22.1002 1.9 23.0002 3 23.0002H18C18.55 23.0002 19 22.5502 19 22.0002C19 21.4502 18.55 21.0002 18 21.0002H4C3.45 21.0002 3 20.5502 3 20.0002V6.00018C3 5.45018 2.55 5.00018 2 5.00018ZM17 13.0002V11.5002C17 10.6702 16.33 10.0002 15.5 10.0002C16.33 10.0002 17 9.33018 17 8.50018V7.00018C17 5.90018 16.1 5.00018 15 5.00018H12C11.45 5.00018 11 5.45018 11 6.00018C11 6.55018 11.45 7.00018 12 7.00018H15V9.00018H14C13.45 9.00018 13 9.45018 13 10.0002C13 10.5502 13.45 11.0002 14 11.0002H15V13.0002H12C11.45 13.0002 11 13.4502 11 14.0002C11 14.5502 11.45 15.0002 12 15.0002H15C16.1 15.0002 17 14.1002 17 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M2 5.00018C1.45 5.00018 1 5.45018 1 6.00018V21.0002C1 22.1002 1.9 23.0002 3 23.0002H18C18.55 23.0002 19 22.5502 19 22.0002C19 21.4502 18.55 21.0002 18 21.0002H4C3.45 21.0002 3 20.5502 3 20.0002V6.00018C3 5.45018 2.55 5.00018 2 5.00018ZM16 15.0002C16.55 15.0002 17 14.5502 17 14.0002V6.00018C17 5.45018 16.55 5.00018 16 5.00018C15.45 5.00018 15 5.45018 15 6.00018V9.00018H13V6.00018C13 5.45018 12.55 5.00018 12 5.00018C11.45 5.00018 11 5.45018 11 6.00018V10.0002C11 10.5502 11.45 11.0002 12 11.0002H15V14.0002C15 14.5502 15.45 15.0002 16 15.0002ZM21 1.00018H7C5.9 1.00018 5 1.90018 5 3.00018V17.0002C5 18.1002 5.9 19.0002 7 19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V3.00018C23 1.90018 22.1 1.00018 21 1.00018ZM20 17.0002H8C7.45 17.0002 7 16.5502 7 16.0002V4.00018C7 3.45018 7.45 3.00018 8 3.00018H20C20.55 3.00018 21 3.45018 21 4.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 1.00018H7C5.9 1.00018 5 1.90018 5 3.00018V17.0002C5 18.1002 5.9 19.0002 7 19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V3.00018C23 1.90018 22.1 1.00018 21 1.00018ZM20 17.0002H8C7.45 17.0002 7 16.5502 7 16.0002V4.00018C7 3.45018 7.45 3.00018 8 3.00018H20C20.55 3.00018 21 3.45018 21 4.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002ZM2 5.00018C1.45 5.00018 1 5.45018 1 6.00018V21.0002C1 22.1002 1.9 23.0002 3 23.0002H18C18.55 23.0002 19 22.5502 19 22.0002C19 21.4502 18.55 21.0002 18 21.0002H4C3.45 21.0002 3 20.5502 3 20.0002V6.00018C3 5.45018 2.55 5.00018 2 5.00018ZM17 13.0002V11.0002C17 9.90018 16.1 9.00018 15 9.00018H13V7.00018H16C16.55 7.00018 17 6.55018 17 6.00018C17 5.45018 16.55 5.00018 16 5.00018H12C11.45 5.00018 11 5.45018 11 6.00018V10.0002C11 10.5502 11.45 11.0002 12 11.0002H15V13.0002H12C11.45 13.0002 11 13.4502 11 14.0002C11 14.5502 11.45 15.0002 12 15.0002H15C16.1 15.0002 17 14.1002 17 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M2 5.00018C1.45 5.00018 1 5.45018 1 6.00018V21.0002C1 22.1002 1.9 23.0002 3 23.0002H18C18.55 23.0002 19 22.5502 19 22.0002C19 21.4502 18.55 21.0002 18 21.0002H4C3.45 21.0002 3 20.5502 3 20.0002V6.00018C3 5.45018 2.55 5.00018 2 5.00018ZM21 1.00018H7C5.9 1.00018 5 1.90018 5 3.00018V17.0002C5 18.1002 5.9 19.0002 7 19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V3.00018C23 1.90018 22.1 1.00018 21 1.00018ZM20 17.0002H8C7.45 17.0002 7 16.5502 7 16.0002V4.00018C7 3.45018 7.45 3.00018 8 3.00018H20C20.55 3.00018 21 3.45018 21 4.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002ZM13 15.0002H15C16.1 15.0002 17 14.1002 17 13.0002V11.0002C17 9.90018 16.1 9.00018 15 9.00018H13V7.00018H16C16.55 7.00018 17 6.55018 17 6.00018C17 5.45018 16.55 5.00018 16 5.00018H13C11.9 5.00018 11 5.90018 11 7.00018V13.0002C11 14.1002 11.9 15.0002 13 15.0002ZM13 11.0002H15V13.0002H13V11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M2 5.00018C1.45 5.00018 1 5.45018 1 6.00018V21.0002C1 22.1002 1.9 23.0002 3 23.0002H18C18.55 23.0002 19 22.5502 19 22.0002C19 21.4502 18.55 21.0002 18 21.0002H4C3.45 21.0002 3 20.5502 3 20.0002V6.00018C3 5.45018 2.55 5.00018 2 5.00018ZM21 1.00018H7C5.9 1.00018 5 1.90018 5 3.00018V17.0002C5 18.1002 5.9 19.0002 7 19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V3.00018C23 1.90018 22.1 1.00018 21 1.00018ZM20 17.0002H8C7.45 17.0002 7 16.5502 7 16.0002V4.00018C7 3.45018 7.45 3.00018 8 3.00018H20C20.55 3.00018 21 3.45018 21 4.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002ZM13.25 14.5102L16.83 7.34018C16.94 7.12018 17 6.87018 17 6.62018C17 5.72018 16.28 5.00018 15.38 5.00018H12C11.45 5.00018 11 5.45018 11 6.00018C11 6.55018 11.45 7.00018 12 7.00018H15L11.64 13.7102C11.34 14.3002 11.77 15.0002 12.44 15.0002H12.45C12.79 15.0002 13.1 14.8102 13.25 14.5102Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M2 5.00018C1.45 5.00018 1 5.45018 1 6.00018V21.0002C1 22.1002 1.9 23.0002 3 23.0002H18C18.55 23.0002 19 22.5502 19 22.0002C19 21.4502 18.55 21.0002 18 21.0002H4C3.45 21.0002 3 20.5502 3 20.0002V6.00018C3 5.45018 2.55 5.00018 2 5.00018ZM21 1.00018H7C5.9 1.00018 5 1.90018 5 3.00018V17.0002C5 18.1002 5.9 19.0002 7 19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V3.00018C23 1.90018 22.1 1.00018 21 1.00018ZM20 17.0002H8C7.45 17.0002 7 16.5502 7 16.0002V4.00018C7 3.45018 7.45 3.00018 8 3.00018H20C20.55 3.00018 21 3.45018 21 4.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002ZM13 15.0002H15C16.1 15.0002 17 14.1102 17 13.0002V11.5002C17 10.6702 16.33 10.0002 15.5 10.0002C16.33 10.0002 17 9.33018 17 8.50018V7.00018C17 5.89018 16.1 5.00018 15 5.00018H13C11.9 5.00018 11 5.89018 11 7.00018V8.50018C11 9.33018 11.67 10.0002 12.5 10.0002C11.67 10.0002 11 10.6702 11 11.5002V13.0002C11 14.1102 11.9 15.0002 13 15.0002ZM13 7.00018H15V9.00018H13V7.00018ZM13 11.0002H15V13.0002H13V11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M2 5.00018C1.45 5.00018 1 5.45018 1 6.00018V21.0002C1 22.1002 1.9 23.0002 3 23.0002H18C18.55 23.0002 19 22.5502 19 22.0002C19 21.4502 18.55 21.0002 18 21.0002H4C3.45 21.0002 3 20.5502 3 20.0002V6.00018C3 5.45018 2.55 5.00018 2 5.00018ZM21 1.00018H7C5.9 1.00018 5 1.90018 5 3.00018V17.0002C5 18.1002 5.9 19.0002 7 19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V3.00018C23 1.90018 22.1 1.00018 21 1.00018ZM20 17.0002H8C7.45 17.0002 7 16.5502 7 16.0002V4.00018C7 3.45018 7.45 3.00018 8 3.00018H20C20.55 3.00018 21 3.45018 21 4.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002ZM15 5.00018H13C11.9 5.00018 11 5.90018 11 7.00018V9.00018C11 10.1002 11.9 11.0002 13 11.0002H15V13.0002H12C11.45 13.0002 11 13.4502 11 14.0002C11 14.5502 11.45 15.0002 12 15.0002H15C16.1 15.0002 17 14.1002 17 13.0002V7.00018C17 5.90018 16.1 5.00018 15 5.00018ZM15 9.00018H13V7.00018H15V9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M2 5.00018C1.45 5.00018 1 5.45018 1 6.00018V21.0002C1 22.1002 1.9 23.0002 3 23.0002H18C18.55 23.0002 19 22.5502 19 22.0002C19 21.4502 18.55 21.0002 18 21.0002H4C3.45 21.0002 3 20.5502 3 20.0002V6.00018C3 5.45018 2.55 5.00018 2 5.00018ZM14 12.0002V8.00018C14 6.90018 13.1 6.00018 12 6.00018H11C9.9 6.00018 9 6.90018 9 8.00018V9.00018C9 10.1002 9.9 11.0002 11 11.0002H12V12.0002H10C9.45 12.0002 9 12.4502 9 13.0002C9 13.5502 9.45 14.0002 10 14.0002H12C13.1 14.0002 14 13.1002 14 12.0002ZM11 9.00018V8.00018H12V9.00018H11ZM21 1.00018H7C5.9 1.00018 5 1.90018 5 3.00018V17.0002C5 18.1002 5.9 19.0002 7 19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V3.00018C23 1.90018 22.1 1.00018 21 1.00018ZM20 17.0002H8C7.45 17.0002 7 16.5502 7 16.0002V4.00018C7 3.45018 7.45 3.00018 8 3.00018H20C20.55 3.00018 21 3.45018 21 4.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002ZM21 10.0002C21 9.45018 20.55 9.00018 20 9.00018H19V8.00018C19 7.45018 18.55 7.00018 18 7.00018C17.45 7.00018 17 7.45018 17 8.00018V9.00018H16C15.45 9.00018 15 9.45018 15 10.0002C15 10.5502 15.45 11.0002 16 11.0002H17V12.0002C17 12.5502 17.45 13.0002 18 13.0002C18.55 13.0002 19 12.5502 19 12.0002V11.0002H20C20.55 11.0002 21 10.5502 21 10.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM19 19.0002L12 11.0002V19.0002H5L12 11.0002V5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V19.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4 15.0002C3.45 15.0002 3 15.4502 3 16.0002V19.0002C3 20.1002 3.9 21.0002 5 21.0002H8C8.55 21.0002 9 20.5502 9 20.0002C9 19.4502 8.55 19.0002 8 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V16.0002C5 15.4502 4.55 15.0002 4 15.0002ZM5 6.00018C5 5.45018 5.45 5.00018 6 5.00018H8C8.55 5.00018 9 4.55018 9 4.00018C9 3.45018 8.55 3.00018 8 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V8.00018C3 8.55018 3.45 9.00018 4 9.00018C4.55 9.00018 5 8.55018 5 8.00018V6.00018ZM19 3.00018H16C15.45 3.00018 15 3.45018 15 4.00018C15 4.55018 15.45 5.00018 16 5.00018H18C18.55 5.00018 19 5.45018 19 6.00018V8.00018C19 8.55018 19.45 9.00018 20 9.00018C20.55 9.00018 21 8.55018 21 8.00018V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM19 18.0002C19 18.5502 18.55 19.0002 18 19.0002H16C15.45 19.0002 15 19.4502 15 20.0002C15 20.5502 15.45 21.0002 16 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V16.0002C21 15.4502 20.55 15.0002 20 15.0002C19.45 15.0002 19 15.4502 19 16.0002V18.0002ZM12 9.00018C10.34 9.00018 9 10.3402 9 12.0002C9 13.6602 10.34 15.0002 12 15.0002C13.66 15.0002 15 13.6602 15 12.0002C15 10.3402 13.66 9.00018 12 9.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|