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="M18 4.00018L19.82 7.64018C19.9 7.80018 19.78 8.00018 19.6 8.00018H17.62C17.24 8.00018 16.89 7.79018 16.73 7.45018L15 4.00018H13L14.82 7.64018C14.9 7.80018 14.78 8.00018 14.6 8.00018H12.62C12.24 8.00018 11.89 7.79018 11.73 7.45018L10 4.00018H8L9.82 7.64018C9.9 7.80018 9.78 8.00018 9.6 8.00018H7.62C7.24 8.00018 6.89 7.79018 6.72 7.45018L5 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.0002V5.00018C22 4.45018 21.55 4.00018 21 4.00018H18Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 3.00018H3C1.9 3.00018 1 3.90018 1 5.00018V19.0002C1 20.1002 1.9 21.0002 3 21.0002H21C22.1 21.0002 23 20.1002 23 19.0002V5.00018C23 3.90018 22.1 3.00018 21 3.00018ZM20 19.0002H4C3.45 19.0002 3 18.5502 3 18.0002V6.00018C3 5.45018 3.45 5.00018 4 5.00018H20C20.55 5.00018 21 5.45018 21 6.00018V18.0002C21 18.5502 20.55 19.0002 20 19.0002ZM8.05 15.5402C7.72 13.6402 9.16 12.0002 11 12.0002C11.35 12.0002 11.69 12.0702 12 12.1802V8.00018C12 6.90018 12.9 6.00018 14 6.00018H16C16.55 6.00018 17 6.45018 17 7.00018C17 7.55018 16.55 8.00018 16 8.00018H14V15.0302C13.98 16.8502 12.34 18.2902 10.45 17.9502C9.24 17.7402 8.25 16.7502 8.05 15.5402Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M22.42 11.3402L20.56 9.22019L20.82 6.41019C20.87 5.91019 20.53 5.45019 20.05 5.34019L17.29 4.71019L15.85 2.28019C15.59 1.85019 15.06 1.67019 14.6 1.87019L12 3.00019L9.41002 1.89019C8.95002 1.69019 8.41002 1.87019 8.16002 2.30019L6.71002 4.72019L3.96002 5.34019C3.47002 5.45019 3.13002 5.90019 3.18002 6.41019L3.44002 9.21019L1.58002 11.3402C1.25002 11.7202 1.25002 12.2802 1.58002 12.6602L3.44002 14.7802L3.18002 17.6002C3.13002 18.1002 3.47002 18.5602 3.95002 18.6702L6.71002 19.3002L8.15002 21.7202C8.41002 22.1502 8.94002 22.3302 9.41002 22.1302L12 21.0002L14.59 22.1102C15.05 22.3102 15.59 22.1302 15.84 21.7002L17.28 19.2702L20.04 18.6402C20.53 18.5302 20.86 18.0702 20.81 17.5702L20.55 14.7602L22.41 12.6402C22.75 12.2802 22.75 11.7202 22.42 11.3402ZM13 17.0002H11V15.0002H13V17.0002ZM12 13.0002C11.45 13.0002 11 12.5502 11 12.0002V8.00019C11 7.45019 11.45 7.00019 12 7.00019C12.55 7.00019 13 7.45019 13 8.00019V12.0002C13 12.5502 12.55 13.0002 12 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018ZM12 20.0002C7.58 20.0002 4 16.4202 4 12.0002C4 10.1502 4.63 8.45018 5.69 7.10018L16.9 18.3102C15.55 19.3702 13.85 20.0002 12 20.0002ZM18.31 16.9002L7.1 5.69018C8.45 4.63018 10.15 4.00018 12 4.00018C16.42 4.00018 20 7.58018 20 12.0002C20 13.8502 19.37 15.5502 18.31 16.9002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.41 9.41018L16.58 4.58018C16.21 4.21018 15.7 4.00018 15.17 4.00018H4C2.9 4.00018 2 4.90018 2 6.00018V18.0102C2 19.1102 2.89 20.0002 3.99 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V10.8302C22 10.3002 21.79 9.79018 21.41 9.41018ZM15 5.50018L20.5 11.0002H16C15.45 11.0002 15 10.5502 15 10.0002V5.50018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8 19.0002C9.1 19.0002 10 18.1002 10 17.0002V7.00018C10 5.90018 9.1 5.00018 8 5.00018C6.9 5.00018 6 5.90018 6 7.00018V17.0002C6 18.1002 6.9 19.0002 8 19.0002ZM14 7.00018V17.0002C14 18.1002 14.9 19.0002 16 19.0002C17.1 19.0002 18 18.1002 18 17.0002V7.00018C18 5.90018 17.1 5.00018 16 5.00018C14.9 5.00018 14 5.90018 14 7.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018ZM10 16.0002C9.45 16.0002 9 15.5502 9 15.0002V9.00018C9 8.45018 9.45 8.00018 10 8.00018C10.55 8.00018 11 8.45018 11 9.00018V15.0002C11 15.5502 10.55 16.0002 10 16.0002ZM14 16.0002C13.45 16.0002 13 15.5502 13 15.0002V9.00018C13 8.45018 13.45 8.00018 14 8.00018C14.55 8.00018 15 8.45018 15 9.00018V15.0002C15 15.5502 14.55 16.0002 14 16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M10 16.0002C10.55 16.0002 11 15.5502 11 15.0002V9.00018C11 8.45018 10.55 8.00018 10 8.00018C9.45 8.00018 9 8.45018 9 9.00018V15.0002C9 15.5502 9.45 16.0002 10 16.0002ZM12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018ZM12 20.0002C7.59 20.0002 4 16.4102 4 12.0002C4 7.59018 7.59 4.00018 12 4.00018C16.41 4.00018 20 7.59018 20 12.0002C20 16.4102 16.41 20.0002 12 20.0002ZM14 16.0002C14.55 16.0002 15 15.5502 15 15.0002V9.00018C15 8.45018 14.55 8.00018 14 8.00018C13.45 8.00018 13 8.45018 13 9.00018V15.0002C13 15.5502 13.45 16.0002 14 16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018ZM10 15.5002V8.50018C10 8.09018 10.47 7.85018 10.8 8.10018L15.47 11.6002C15.74 11.8002 15.74 12.2002 15.47 12.4002L10.8 15.9002C10.47 16.1502 10 15.9102 10 15.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M10.8 15.9002L15.47 12.4002C15.74 12.2002 15.74 11.8002 15.47 11.6002L10.8 8.10018C10.47 7.85018 10 8.09018 10 8.50018V15.5002C10 15.9102 10.47 16.1502 10.8 15.9002ZM12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018ZM12 20.0002C7.59 20.0002 4 16.4102 4 12.0002C4 7.59018 7.59 4.00018 12 4.00018C16.41 4.00018 20 7.59018 20 12.0002C20 16.4102 16.41 20.0002 12 20.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13 10.0002H3C2.45 10.0002 2 10.4502 2 11.0002C2 11.5502 2.45 12.0002 3 12.0002H13C13.55 12.0002 14 11.5502 14 11.0002C14 10.4502 13.55 10.0002 13 10.0002ZM13 6.00018H3C2.45 6.00018 2 6.45018 2 7.00018C2 7.55018 2.45 8.00018 3 8.00018H13C13.55 8.00018 14 7.55018 14 7.00018C14 6.45018 13.55 6.00018 13 6.00018ZM18 14.0002V11.0002C18 10.4502 17.55 10.0002 17 10.0002C16.45 10.0002 16 10.4502 16 11.0002V14.0002H13C12.45 14.0002 12 14.4502 12 15.0002C12 15.5502 12.45 16.0002 13 16.0002H16V19.0002C16 19.5502 16.45 20.0002 17 20.0002C17.55 20.0002 18 19.5502 18 19.0002V16.0002H21C21.55 16.0002 22 15.5502 22 15.0002C22 14.4502 21.55 14.0002 21 14.0002H18ZM3 16.0002H9C9.55 16.0002 10 15.5502 10 15.0002C10 14.4502 9.55 14.0002 9 14.0002H3C2.45 14.0002 2 14.4502 2 15.0002C2 15.5502 2.45 16.0002 3 16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13 10.0002H3C2.45 10.0002 2 10.4502 2 11.0002C2 11.5502 2.45 12.0002 3 12.0002H13C13.55 12.0002 14 11.5502 14 11.0002C14 10.4502 13.55 10.0002 13 10.0002ZM13 6.00018H3C2.45 6.00018 2 6.45018 2 7.00018C2 7.55018 2.45 8.00018 3 8.00018H13C13.55 8.00018 14 7.55018 14 7.00018C14 6.45018 13.55 6.00018 13 6.00018ZM3 16.0002H9C9.55 16.0002 10 15.5502 10 15.0002C10 14.4502 9.55 14.0002 9 14.0002H3C2.45 14.0002 2 14.4502 2 15.0002C2 15.5502 2.45 16.0002 3 16.0002ZM22.21 12.2102L22.3 12.3002C22.69 12.6902 22.69 13.3202 22.3 13.7102L16.72 19.3002C16.33 19.6902 15.7 19.6902 15.31 19.3002L12.22 16.2102C11.83 15.8202 11.83 15.1902 12.22 14.8002L12.31 14.7102C12.7 14.3202 13.33 14.3202 13.72 14.7102L16.02 17.0102L20.8 12.2202C21.18 11.8202 21.82 11.8202 22.21 12.2102Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M5 10.0002H15C15.55 10.0002 16 10.4502 16 11.0002C16 11.5502 15.55 12.0002 15 12.0002H5C4.45 12.0002 4 11.5502 4 11.0002C4 10.4502 4.45 10.0002 5 10.0002ZM5 6.00018H15C15.55 6.00018 16 6.45018 16 7.00018C16 7.55018 15.55 8.00018 15 8.00018H5C4.45 8.00018 4 7.55018 4 7.00018C4 6.45018 4.45 6.00018 5 6.00018ZM5 14.0002H11C11.55 14.0002 12 14.4502 12 15.0002C12 15.5502 11.55 16.0002 11 16.0002H5C4.45 16.0002 4 15.5502 4 15.0002C4 14.4502 4.45 14.0002 5 14.0002ZM14 14.8802V19.1102C14 19.5002 14.42 19.7402 14.76 19.5402L18.29 17.4202C18.61 17.2302 18.61 16.7602 18.29 16.5602L14.76 14.4402C14.42 14.2502 14 14.4902 14 14.8802Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3 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.0002H5C4.45 20.0002 4 19.5502 4 19.0002V7.00018C4 6.45018 3.55 6.00018 3 6.00018ZM20 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.00018ZM18 11.0002H15V14.0002C15 14.5502 14.55 15.0002 14 15.0002C13.45 15.0002 13 14.5502 13 14.0002V11.0002H10C9.45 11.0002 9 10.5502 9 10.0002C9 9.45018 9.45 9.00018 10 9.00018H13V6.00018C13 5.45018 13.45 5.00018 14 5.00018C14.55 5.00018 15 5.45018 15 6.00018V9.00018H18C18.55 9.00018 19 9.45018 19 10.0002C19 10.5502 18.55 11.0002 18 11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M14 6.00018H4C3.45 6.00018 3 6.45018 3 7.00018C3 7.55018 3.45 8.00018 4 8.00018H14C14.55 8.00018 15 7.55018 15 7.00018C15 6.45018 14.55 6.00018 14 6.00018ZM14 10.0002H4C3.45 10.0002 3 10.4502 3 11.0002C3 11.5502 3.45 12.0002 4 12.0002H14C14.55 12.0002 15 11.5502 15 11.0002C15 10.4502 14.55 10.0002 14 10.0002ZM4 16.0002H10C10.55 16.0002 11 15.5502 11 15.0002C11 14.4502 10.55 14.0002 10 14.0002H4C3.45 14.0002 3 14.4502 3 15.0002C3 15.5502 3.45 16.0002 4 16.0002ZM19 6.00018C17.9 6.00018 17 6.90018 17 8.00018V14.1802C16.69 14.0702 16.35 14.0002 16 14.0002C14.16 14.0002 12.72 15.6402 13.05 17.5402C13.26 18.7502 14.25 19.7402 15.46 19.9502C17.36 20.2802 19 18.8402 19 17.0002V8.00018H21C21.55 8.00018 22 7.55018 22 7.00018C22 6.45018 21.55 6.00018 21 6.00018H19Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 3.00018H3C1.9 3.00018 1 3.90018 1 5.00018V17.0002C1 18.1002 1.9 19.0002 3 19.0002H8V20.0002C8 20.5502 8.45 21.0002 9 21.0002H15C15.55 21.0002 16 20.5502 16 20.0002V19.0002H17C17.55 19.0002 18 18.5502 18 18.0002C18 17.4502 17.55 17.0002 17 17.0002H4C3.45 17.0002 3 16.5502 3 16.0002V6.00018C3 5.45018 3.45 5.00018 4 5.00018H20C20.55 5.00018 21 5.45018 21 6.00018V12.0002C21 12.5502 21.45 13.0002 22 13.0002C22.55 13.0002 23 12.5502 23 12.0002V5.00018C23 3.90018 22.1 3.00018 21 3.00018ZM13 10.0002V8.00018C13 7.45018 12.55 7.00018 12 7.00018C11.45 7.00018 11 7.45018 11 8.00018V10.0002H9C8.45 10.0002 8 10.4502 8 11.0002C8 11.5502 8.45 12.0002 9 12.0002H11V14.0002C11 14.5502 11.45 15.0002 12 15.0002C12.55 15.0002 13 14.5502 13 14.0002V12.0002H15C15.55 12.0002 16 11.5502 16 11.0002C16 10.4502 15.55 10.0002 15 10.0002H13ZM23.29 18.7102L20.25 21.7502C19.84 22.1602 19.16 22.1602 18.75 21.7502C18.34 21.3402 18.34 20.6602 18.75 20.2502L21 18.0002L18.75 15.7502C18.34 15.3402 18.34 14.6602 18.75 14.2502C19.16 13.8402 19.84 13.8402 20.25 14.2502L23.29 17.2902C23.68 17.6802 23.68 18.3202 23.29 18.7102Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3.24 6.15017C2.51 6.43017 2 7.17017 2 8.00017V20.0002C2 21.1002 2.9 22.0002 4 22.0002H20C21.11 22.0002 22 21.1002 22 20.0002V8.00017C22 6.90017 21.1 6.00017 20 6.00017H8.3L15.73 3.00017C16.19 2.81017 16.41 2.29017 16.22 1.83017C16.03 1.37017 15.51 1.15017 15.05 1.34017L3.24 6.15017ZM7 20.0002C5.34 20.0002 4 18.6602 4 17.0002C4 15.3402 5.34 14.0002 7 14.0002C8.66 14.0002 10 15.3402 10 17.0002C10 18.6602 8.66 20.0002 7 20.0002ZM20 12.0002H18V11.0002C18 10.4502 17.55 10.0002 17 10.0002C16.45 10.0002 16 10.4502 16 11.0002V12.0002H4V9.00017C4 8.45017 4.45 8.00017 5 8.00017H19C19.55 8.00017 20 8.45017 20 9.00017V12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 6.00018V18.0002C21 18.5502 21.45 19.0002 22 19.0002C22.55 19.0002 23 18.5502 23 18.0002V6.00018C23 5.45018 22.55 5.00018 22 5.00018C21.45 5.00018 21 5.45018 21 6.00018ZM18 19.0002C18.55 19.0002 19 18.5502 19 18.0002V6.00018C19 5.45018 18.55 5.00018 18 5.00018C17.45 5.00018 17 5.45018 17 6.00018V18.0002C17 18.5502 17.45 19.0002 18 19.0002ZM14 5.00018H2C1.45 5.00018 1 5.45018 1 6.00018V18.0002C1 18.5502 1.45 19.0002 2 19.0002H14C14.55 19.0002 15 18.5502 15 18.0002V6.00018C15 5.45018 14.55 5.00018 14 5.00018ZM8 7.75018C9.24 7.75018 10.25 8.76018 10.25 10.0002C10.25 11.2402 9.24 12.2502 8 12.2502C6.76 12.2502 5.75 11.2402 5.75 10.0002C5.75 8.76018 6.76 7.75018 8 7.75018ZM12.5 17.0002H3.5V16.2502C3.5 14.7502 6.5 14.0002 8 14.0002C9.5 14.0002 12.5 14.7502 12.5 16.2502V17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 3.00018H3C1.9 3.00018 1 3.90018 1 5.00018V17.0002C1 18.1002 1.9 19.0002 3 19.0002H8V20.0002C8 20.5502 8.45 21.0002 9 21.0002H15C15.55 21.0002 16 20.5502 16 20.0002V19.0002H21C22.1 19.0002 23 18.1002 23 17.0002V5.00018C23 3.89018 22.1 3.00018 21 3.00018ZM20 17.0002H4C3.45 17.0002 3 16.5502 3 16.0002V6.00018C3 5.45018 3.45 5.00018 4 5.00018H20C20.55 5.00018 21 5.45018 21 6.00018V16.0002C21 16.5502 20.55 17.0002 20 17.0002ZM16 11.0002C16 11.5502 15.55 12.0002 15 12.0002H9C8.45 12.0002 8 11.5502 8 11.0002C8 10.4502 8.45 10.0002 9 10.0002H15C15.55 10.0002 16 10.4502 16 11.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M7.00002 7.00019H17V8.79018C17 9.24018 17.54 9.46019 17.85 9.14019L20.64 6.35018C20.84 6.15018 20.84 5.84018 20.64 5.64018L17.85 2.85018C17.54 2.54018 17 2.76018 17 3.21018V5.00018H6.00002C5.45002 5.00018 5.00002 5.45018 5.00002 6.00018V10.0002C5.00002 10.5502 5.45002 11.0002 6.00002 11.0002C6.55002 11.0002 7.00002 10.5502 7.00002 10.0002V7.00019ZM17 17.0002H7.00002V15.2102C7.00002 14.7602 6.46002 14.5402 6.15002 14.8602L3.36002 17.6502C3.16002 17.8502 3.16002 18.1602 3.36002 18.3602L6.15002 21.1502C6.46002 21.4602 7.00002 21.2402 7.00002 20.7902V19.0002H18C18.55 19.0002 19 18.5502 19 18.0002V14.0002C19 13.4502 18.55 13.0002 18 13.0002C17.45 13.0002 17 13.4502 17 14.0002V17.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M7.00002 7.00019H17V8.79018C17 9.24018 17.54 9.46019 17.85 9.14019L20.64 6.35018C20.84 6.15018 20.84 5.84018 20.64 5.64018L17.85 2.85018C17.54 2.54018 17 2.76018 17 3.21018V5.00018H6.00002C5.45002 5.00018 5.00002 5.45018 5.00002 6.00018V10.0002C5.00002 10.5502 5.45002 11.0002 6.00002 11.0002C6.55002 11.0002 7.00002 10.5502 7.00002 10.0002V7.00019ZM17 17.0002H7.00002V15.2102C7.00002 14.7602 6.46002 14.5402 6.15002 14.8602L3.36002 17.6502C3.16002 17.8502 3.16002 18.1602 3.36002 18.3602L6.15002 21.1502C6.46002 21.4602 7.00002 21.2402 7.00002 20.7902V19.0002H18C18.55 19.0002 19 18.5502 19 18.0002V14.0002C19 13.4502 18.55 13.0002 18 13.0002C17.45 13.0002 17 13.4502 17 14.0002V17.0002ZM13 14.2502V9.81019C13 9.36019 12.64 9.00019 12.19 9.00019C12.06 9.00019 11.94 9.03019 11.83 9.09019L10.34 9.83018C10.13 9.93018 10 10.1502 10 10.3802C10 10.7202 10.28 11.0002 10.62 11.0002H11.5V14.2502C11.5 14.6602 11.84 15.0002 12.25 15.0002C12.66 15.0002 13 14.6602 13 14.2502Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 5.00015V2.21015C12 1.76015 11.46 1.54015 11.15 1.86015L7.35003 5.65015C7.15003 5.85015 7.15003 6.16015 7.35003 6.36015L11.14 10.1502C11.46 10.4602 12 10.2402 12 9.79015V7.00015C15.73 7.00015 18.68 10.4202 17.86 14.2902C17.39 16.5602 15.55 18.3902 13.29 18.8602C9.72003 19.6102 6.54003 17.1602 6.06003 13.8502C5.99003 13.3702 5.57003 13.0002 5.08003 13.0002C4.48003 13.0002 4.00003 13.5302 4.08003 14.1302C4.70003 18.5202 8.88003 21.7702 13.61 20.8502C16.73 20.2402 19.24 17.7302 19.85 14.6102C20.84 9.48015 16.94 5.00015 12 5.00015Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11.99 5.00015V2.21015C11.99 1.76015 11.45 1.54015 11.14 1.86015L7.35002 5.65015C7.15002 5.85015 7.15002 6.16015 7.35002 6.36015L11.14 10.1502C11.45 10.4602 11.99 10.2402 11.99 9.80015V7.00015C15.72 7.00015 18.67 10.4202 17.85 14.2902C17.38 16.5602 15.54 18.3902 13.28 18.8602C9.71002 19.6102 6.53002 17.1602 6.05002 13.8502C5.99002 13.3702 5.57002 13.0002 5.07002 13.0002C4.47002 13.0002 3.99002 13.5302 4.07002 14.1302C4.69002 18.5202 8.87002 21.7702 13.6 20.8502C16.72 20.2402 19.23 17.7302 19.84 14.6102C20.83 9.48015 16.94 5.00015 11.99 5.00015ZM10.89 16.0002H10.04V12.7402L9.03002 13.0502V12.3602L10.8 11.7302H10.89V16.0002ZM15.17 14.2402C15.17 14.5602 15.14 14.8402 15.07 15.0602C15 15.2802 14.9 15.4802 14.78 15.6302C14.66 15.7802 14.5 15.8902 14.33 15.9602C14.16 16.0302 13.96 16.0602 13.74 16.0602C13.52 16.0602 13.33 16.0302 13.15 15.9602C12.97 15.8902 12.82 15.7802 12.69 15.6302C12.56 15.4802 12.46 15.2902 12.39 15.0602C12.32 14.8302 12.28 14.5602 12.28 14.2402V13.5002C12.28 13.1802 12.31 12.9002 12.38 12.6802C12.45 12.4602 12.55 12.2602 12.67 12.1102C12.79 11.9602 12.95 11.8502 13.12 11.7802C13.29 11.7102 13.49 11.6802 13.71 11.6802C13.93 11.6802 14.12 11.7102 14.3 11.7802C14.48 11.8502 14.63 11.9602 14.76 12.1102C14.89 12.2602 14.99 12.4502 15.06 12.6802C15.13 12.9102 15.17 13.1802 15.17 13.5002V14.2402ZM14.32 13.3802C14.32 13.1902 14.31 13.0302 14.28 12.9002C14.25 12.7702 14.21 12.6702 14.16 12.5902C14.11 12.5102 14.05 12.4502 13.97 12.4202C13.89 12.3902 13.81 12.3702 13.72 12.3702C13.63 12.3702 13.54 12.3902 13.47 12.4202C13.4 12.4502 13.33 12.5102 13.28 12.5902C13.23 12.6702 13.19 12.7702 13.16 12.9002C13.13 13.0302 13.12 13.1902 13.12 13.3802V14.3502C13.12 14.5402 13.13 14.7002 13.16 14.8302C13.19 14.9602 13.23 15.0702 13.28 15.1502C13.33 15.2302 13.39 15.2902 13.47 15.3202C13.55 15.3502 13.63 15.3702 13.72 15.3702C13.81 15.3702 13.9 15.3502 13.97 15.3202C14.04 15.2902 14.11 15.2302 14.16 15.1502C14.21 15.0702 14.25 14.9602 14.27 14.8302C14.29 14.7002 14.31 14.5402 14.31 14.3502V13.3802H14.32Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 5.00015V2.21015C12 1.76015 11.46 1.54015 11.15 1.86015L7.35003 5.65015C7.15003 5.85015 7.15003 6.16015 7.35003 6.36015L11.14 10.1502C11.46 10.4602 12 10.2402 12 9.79015V7.00015C15.73 7.00015 18.68 10.4202 17.86 14.2902C17.39 16.5602 15.55 18.3902 13.29 18.8602C9.72003 19.6102 6.54003 17.1602 6.06003 13.8502C5.99003 13.3702 5.57003 13.0002 5.08003 13.0002C4.48003 13.0002 4.00003 13.5302 4.08003 14.1302C4.70003 18.5202 8.88003 21.7702 13.61 20.8502C16.73 20.2402 19.24 17.7302 19.85 14.6102C20.84 9.48015 16.94 5.00015 12 5.00015ZM9.56003 13.4902H10.01C10.22 13.4902 10.38 13.4402 10.49 13.3302C10.6 13.2202 10.65 13.0802 10.65 12.9002C10.65 12.8202 10.64 12.7502 10.61 12.6802C10.58 12.6102 10.55 12.5602 10.5 12.5102C10.45 12.4602 10.39 12.4202 10.32 12.4002C10.25 12.3802 10.16 12.3602 10.07 12.3602C9.99003 12.3602 9.92003 12.3702 9.85003 12.3902C9.78003 12.4102 9.72003 12.4402 9.67003 12.4902C9.62003 12.5402 9.58003 12.5802 9.55003 12.6402C9.52003 12.7002 9.50003 12.7702 9.50003 12.8402H8.65003C8.65003 12.6602 8.69003 12.5002 8.76003 12.3602C8.83003 12.2202 8.93003 12.0902 9.06003 11.9902C9.19003 11.8902 9.33003 11.8102 9.50003 11.7602C9.67003 11.7102 9.85003 11.6802 10.04 11.6802C10.25 11.6802 10.45 11.7102 10.63 11.7602C10.81 11.8102 10.96 11.8902 11.09 11.9902C11.22 12.0902 11.32 12.2202 11.39 12.3702C11.46 12.5202 11.5 12.7002 11.5 12.9002C11.5 12.9902 11.49 13.0802 11.46 13.1702C11.43 13.2602 11.39 13.3402 11.33 13.4202C11.27 13.5002 11.21 13.5702 11.13 13.6402C11.05 13.7102 10.96 13.7602 10.85 13.8102C11.09 13.9002 11.27 14.0202 11.39 14.2002C11.51 14.3802 11.57 14.5802 11.57 14.8102C11.57 15.0102 11.53 15.1902 11.45 15.3402C11.37 15.4902 11.27 15.6302 11.13 15.7302C10.99 15.8302 10.84 15.9202 10.65 15.9702C10.46 16.0202 10.27 16.0502 10.05 16.0502C9.87003 16.0502 9.69003 16.0302 9.52003 15.9802C9.35003 15.9302 9.19003 15.8602 9.06003 15.7502C8.93003 15.6402 8.81003 15.5202 8.73003 15.3702C8.65003 15.2202 8.61003 15.0302 8.61003 14.8202H9.46003C9.46003 14.9002 9.48003 14.9702 9.51003 15.0402C9.54003 15.1102 9.58003 15.1602 9.64003 15.2102C9.70003 15.2602 9.76003 15.3002 9.84003 15.3202C9.92003 15.3402 10 15.3602 10.09 15.3602C10.19 15.3602 10.28 15.3502 10.36 15.3202C10.44 15.2902 10.51 15.2502 10.56 15.2002C10.61 15.1502 10.66 15.0902 10.69 15.0202C10.72 14.9502 10.73 14.8702 10.73 14.7802C10.73 14.6702 10.71 14.5702 10.68 14.4902C10.65 14.4102 10.6 14.3402 10.54 14.2902C10.48 14.2402 10.41 14.2002 10.32 14.1802C10.23 14.1602 10.14 14.1402 10.03 14.1402H9.56003V13.4902ZM15.3 14.2402C15.3 14.5602 15.27 14.8402 15.2 15.0602C15.13 15.2802 15.03 15.4802 14.91 15.6302C14.79 15.7802 14.63 15.8902 14.46 15.9602C14.29 16.0302 14.09 16.0602 13.87 16.0602C13.65 16.0602 13.46 16.0302 13.28 15.9602C13.1 15.8902 12.95 15.7802 12.82 15.6302C12.69 15.4802 12.59 15.2902 12.52 15.0602C12.45 14.8302 12.41 14.5602 12.41 14.2402V13.5002C12.41 13.1802 12.44 12.9002 12.51 12.6802C12.58 12.4602 12.68 12.2602 12.8 12.1102C12.92 11.9602 13.08 11.8502 13.25 11.7802C13.42 11.7102 13.62 11.6802 13.84 11.6802C14.06 11.6802 14.25 11.7102 14.43 11.7802C14.61 11.8502 14.76 11.9602 14.89 12.1102C15.02 12.2602 15.12 12.4502 15.19 12.6802C15.26 12.9102 15.3 13.1802 15.3 13.5002V14.2402ZM14.45 13.3802C14.45 13.1902 14.44 13.0302 14.41 12.9002C14.38 12.7702 14.34 12.6702 14.29 12.5902C14.24 12.5102 14.18 12.4502 14.1 12.4202C14.02 12.3902 13.94 12.3702 13.85 12.3702C13.76 12.3702 13.67 12.3902 13.6 12.4202C13.53 12.4502 13.46 12.5102 13.41 12.5902C13.36 12.6702 13.32 12.7702 13.29 12.9002C13.26 13.0302 13.25 13.1902 13.25 13.3802V14.3502C13.25 14.5402 13.26 14.7002 13.29 14.8302C13.32 14.9602 13.36 15.0702 13.41 15.1502C13.46 15.2302 13.52 15.2902 13.6 15.3202C13.68 15.3502 13.76 15.3702 13.85 15.3702C13.94 15.3702 14.03 15.3502 14.1 15.3202C14.17 15.2902 14.24 15.2302 14.29 15.1502C14.34 15.0702 14.38 14.9602 14.4 14.8302C14.43 14.7002 14.44 14.5402 14.44 14.3502V13.3802H14.45Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 5.00015V2.21015C12 1.76015 11.46 1.54015 11.15 1.86015L7.35003 5.65015C7.15003 5.85015 7.15003 6.16015 7.35003 6.36015L11.14 10.1502C11.46 10.4602 12 10.2402 12 9.79015V7.00015C15.73 7.00015 18.68 10.4202 17.86 14.2902C17.39 16.5502 15.72 18.2802 13.47 18.8202C9.83003 19.7002 6.54003 17.2202 6.05003 13.8602C5.99003 13.3702 5.57003 13.0002 5.08003 13.0002C4.48003 13.0002 4.00003 13.5302 4.08003 14.1302C4.71003 18.6002 9.02003 21.8802 13.85 20.8002C16.94 20.1102 19.24 17.7202 19.84 14.6102C20.84 9.48015 16.94 5.00015 12 5.00015ZM10.69 13.9002L10.94 11.7302H13.33V12.4402H11.63L11.52 13.3602C11.55 13.3402 11.59 13.3302 11.63 13.3102C11.67 13.2902 11.72 13.2702 11.78 13.2602C11.84 13.2502 11.9 13.2302 11.96 13.2202C12.02 13.2102 12.09 13.2002 12.16 13.2002C12.37 13.2002 12.55 13.2302 12.71 13.3002C12.87 13.3702 13.01 13.4602 13.12 13.5802C13.23 13.7002 13.32 13.8502 13.37 14.0302C13.42 14.2102 13.46 14.4102 13.46 14.6302C13.46 14.8202 13.43 15.0002 13.37 15.1702C13.31 15.3402 13.22 15.4902 13.1 15.6202C12.98 15.7502 12.83 15.8602 12.65 15.9302C12.47 16.0002 12.26 16.0502 12.01 16.0502C11.83 16.0502 11.65 16.0202 11.48 15.9702C11.31 15.9202 11.16 15.8302 11.02 15.7302C10.88 15.6302 10.78 15.4902 10.7 15.3402C10.62 15.1902 10.57 15.0102 10.57 14.8102H11.41C11.43 14.9902 11.49 15.1302 11.6 15.2202C11.71 15.3102 11.85 15.3702 12.02 15.3702C12.13 15.3702 12.22 15.3502 12.29 15.3102C12.36 15.2702 12.43 15.2102 12.47 15.1402C12.51 15.0702 12.55 14.9902 12.58 14.8902C12.61 14.7902 12.61 14.6902 12.61 14.5802C12.61 14.4702 12.6 14.3702 12.57 14.2702C12.54 14.1702 12.5 14.1002 12.44 14.0302C12.38 13.9602 12.31 13.9102 12.23 13.8802C12.15 13.8502 12.04 13.8302 11.93 13.8302C11.85 13.8302 11.78 13.8402 11.73 13.8502C11.68 13.8602 11.62 13.8802 11.58 13.9002C11.54 13.9202 11.5 13.9502 11.46 13.9702C11.42 13.9902 11.39 14.0302 11.36 14.0602L10.69 13.9002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M10.59 9.17018L6.11997 4.70018C5.72997 4.31018 5.09997 4.31018 4.70997 4.70018C4.31997 5.09018 4.31997 5.72018 4.70997 6.11018L9.16997 10.5702L10.59 9.17018ZM15.35 4.85018L16.54 6.04018L4.69997 17.8802C4.30997 18.2702 4.30997 18.9002 4.69997 19.2902C5.08997 19.6802 5.71997 19.6802 6.10997 19.2902L17.96 7.46018L19.15 8.65018C19.46 8.96018 20 8.74018 20 8.29018V4.50018C20 4.22018 19.78 4.00018 19.5 4.00018H15.71C15.26 4.00018 15.04 4.54018 15.35 4.85018ZM14.83 13.4102L13.42 14.8202L16.55 17.9502L15.35 19.1502C15.04 19.4602 15.26 20.0002 15.71 20.0002H19.5C19.78 20.0002 20 19.7802 20 19.5002V15.7102C20 15.2602 19.46 15.0402 19.15 15.3602L17.96 16.5502L14.83 13.4102Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M7.58 16.8902L13.35 12.8202C13.91 12.4202 13.91 11.5802 13.35 11.1902L7.58 7.11018C6.91 6.65018 6 7.12018 6 7.93018V16.0702C6 16.8802 6.91 17.3502 7.58 16.8902ZM16 7.00018V17.0002C16 17.5502 16.45 18.0002 17 18.0002C17.55 18.0002 18 17.5502 18 17.0002V7.00018C18 6.45018 17.55 6.00018 17 6.00018C16.45 6.00018 16 6.45018 16 7.00018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M7 6.00018C7.55 6.00018 8 6.45018 8 7.00018V17.0002C8 17.5502 7.55 18.0002 7 18.0002C6.45 18.0002 6 17.5502 6 17.0002V7.00018C6 6.45018 6.45 6.00018 7 6.00018ZM10.66 12.8202L16.43 16.8902C17.09 17.3602 18.01 16.8802 18.01 16.0702V7.93018C18.01 7.12018 17.1 6.65018 16.43 7.11018L10.66 11.1802C10.09 11.5802 10.09 12.4202 10.66 12.8202Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9.99998 8.50016V15.5002C9.99998 15.9102 10.47 16.1502 10.8 15.9002L15.47 12.4002C15.74 12.2002 15.74 11.8002 15.47 11.6002L10.8 8.10016C10.47 7.85016 9.99998 8.09016 9.99998 8.50016ZM11 3.23016C11 2.59016 10.41 2.10016 9.78998 2.24016C8.66998 2.50016 7.60998 2.94016 6.66998 3.54016C6.13998 3.88016 6.05998 4.64016 6.50998 5.09016C6.82998 5.41016 7.33998 5.49016 7.71998 5.25016C8.48998 4.76016 9.33998 4.40016 10.26 4.20016C10.7 4.10016 11 3.69016 11 3.23016ZM5.09998 6.51016C4.63998 6.06016 3.88998 6.13016 3.54998 6.67016C2.94998 7.61016 2.50998 8.67016 2.24998 9.79016C2.10998 10.4102 2.58998 11.0002 3.22998 11.0002C3.67998 11.0002 4.09998 10.7002 4.18998 10.2602C4.38998 9.35016 4.75998 8.49016 5.23998 7.73016C5.49998 7.34016 5.41998 6.83016 5.09998 6.51016ZM3.22998 13.0002C2.58998 13.0002 2.09998 13.5902 2.23998 14.2102C2.49998 15.3302 2.93998 16.3802 3.53998 17.3302C3.87998 17.8702 4.63998 17.9402 5.08998 17.4902C5.40998 17.1702 5.48998 16.6602 5.23998 16.2802C4.74998 15.5202 4.38998 14.6702 4.18998 13.7502C4.09998 13.3002 3.68998 13.0002 3.22998 13.0002ZM6.66998 20.4502C7.61998 21.0502 8.66998 21.4902 9.78998 21.7502C10.41 21.8902 11 21.4002 11 20.7702C11 20.3202 10.7 19.9002 10.26 19.8102C9.34998 19.6102 8.48998 19.2402 7.72998 18.7602C7.33998 18.5202 6.83998 18.5902 6.51998 18.9202C6.05998 19.3602 6.12998 20.1102 6.66998 20.4502ZM22 12.0002C22 16.7302 18.7 20.7102 14.27 21.7402C13.65 21.8902 13.05 21.4002 13.05 20.7602C13.05 20.3002 13.36 19.9002 13.8 19.7902C17.35 18.9702 20 15.7902 20 12.0002C20 8.21016 17.35 5.03016 13.8 4.21016C13.36 4.11016 13.05 3.70016 13.05 3.24016C13.05 2.60016 13.65 2.11016 14.27 2.26016C18.7 3.29016 22 7.27016 22 12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M10 11.0002H12.63L8.91001 15.3502C8.36001 16.0002 8.82001 17.0002 9.67001 17.0002H14C14.55 17.0002 15 16.5502 15 16.0002C15 15.4502 14.55 15.0002 14 15.0002H11.37L15.09 10.6502C15.64 10.0002 15.18 9.00017 14.33 9.00017H10C9.45001 9.00017 9.00001 9.45017 9.00001 10.0002C9.00001 10.5502 9.45001 11.0002 10 11.0002ZM21.3 6.42017C20.95 6.84017 20.32 6.90017 19.89 6.55017L16.82 3.99017C16.4 3.63017 16.34 3.00017 16.7 2.58017C17.05 2.16017 17.68 2.10017 18.11 2.45017L21.18 5.01017C21.6 5.37017 21.66 6.00017 21.3 6.42017ZM2.70001 6.42017C3.05001 6.85017 3.68001 6.90017 4.10001 6.55017L7.17001 3.99017C7.60001 3.63017 7.66001 3.00017 7.30001 2.58017C6.95001 2.15017 6.32001 2.10017 5.90001 2.45017L2.82001 5.01017C2.40001 5.37017 2.34001 6.00017 2.70001 6.42017ZM12 6.00017C15.86 6.00017 19 9.14017 19 13.0002C19 16.8602 15.86 20.0002 12 20.0002C8.14001 20.0002 5.00001 16.8602 5.00001 13.0002C5.00001 9.14017 8.14001 6.00017 12 6.00017ZM12 4.00017C7.03001 4.00017 3.00001 8.03017 3.00001 13.0002C3.00001 17.9702 7.03001 22.0002 12 22.0002C16.97 22.0002 21 17.9702 21 13.0002C21 8.03017 16.97 4.00017 12 4.00017Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12.93 2.65018C12.73 2.45018 12.42 2.45018 12.22 2.65018L10.21 4.66018H14.93L12.93 2.65018ZM12.23 21.3502C12.43 21.5502 12.74 21.5502 12.94 21.3502L14.92 19.3702H10.26L12.23 21.3502ZM10.98 17.7302C11.58 17.7302 11.99 17.1302 11.77 16.5702L8.04002 7.03018C7.86002 6.57018 7.41002 6.27018 6.92002 6.27018C6.43002 6.27018 5.98002 6.57018 5.80002 7.03018L2.06002 16.5602C1.84002 17.1202 2.25002 17.7202 2.85002 17.7202C3.20002 17.7202 3.52002 17.5002 3.65002 17.1702L4.36002 15.2702H9.47002L10.18 17.1702C10.31 17.5102 10.63 17.7302 10.98 17.7302ZM4.97002 13.6402L6.91002 8.46018L8.85002 13.6402H4.97002ZM21.05 16.1402H15.72L21.44 7.85018C21.9 7.19018 21.42 6.28018 20.62 6.28018H14.14C13.7 6.28018 13.35 6.64018 13.35 7.08018V7.09018C13.35 7.53018 13.71 7.89018 14.14 7.89018H19.23L13.5 16.1702C13.04 16.8302 13.52 17.7402 14.32 17.7402H21.04C21.48 17.7402 21.83 17.3802 21.83 16.9502C21.85 16.5002 21.49 16.1402 21.05 16.1402Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M19.46 10.0002C19.3614 10.146 19.3029 10.3152 19.2907 10.4908C19.2784 10.6664 19.3126 10.8421 19.39 11.0002C19.6382 11.5795 19.8129 12.1875 19.91 12.8102C20.1674 14.4203 19.9267 16.0707 19.22 17.5402C19.1342 17.7014 19.0059 17.836 18.849 17.9294C18.6921 18.0228 18.5126 18.0715 18.33 18.0702H5.68C5.49638 18.0706 5.31619 18.0204 5.1592 17.9251C5.0022 17.8299 4.87447 17.6932 4.79 17.5302C4.14988 16.2316 3.87414 14.7837 3.99219 13.3408C4.11023 11.8978 4.61762 10.5139 5.46028 9.33668C6.30294 8.15942 7.44928 7.2329 8.77709 6.65588C10.1049 6.07886 11.5644 5.87298 13 6.06019C13.7264 6.14556 14.4369 6.33413 15.11 6.62019C15.2681 6.69756 15.4438 6.73183 15.6194 6.71954C15.795 6.70725 15.9642 6.64883 16.11 6.55019C16.2619 6.45013 16.3836 6.31055 16.462 6.14646C16.5405 5.98238 16.5727 5.8 16.5552 5.61897C16.5377 5.43794 16.4712 5.2651 16.3628 5.11907C16.2544 4.97303 16.1082 4.85932 15.94 4.79019C14.0082 3.96184 11.8645 3.76327 9.81341 4.22268C7.76232 4.6821 5.90815 5.77612 4.51426 7.34937C3.12037 8.92261 2.25765 10.8951 2.04865 12.9866C1.83965 15.0781 2.295 17.1822 3.35 19.0002C3.52451 19.3025 3.77509 19.5538 4.07683 19.7292C4.37858 19.9047 4.72098 19.9981 5.07 20.0002H18.92C19.2724 20.0016 19.619 19.9098 19.9245 19.7342C20.2301 19.5586 20.4838 19.3054 20.66 19.0002C21.4324 17.6616 21.884 16.1623 21.9794 14.6198C22.0749 13.0773 21.8115 11.5337 21.21 10.1102C21.1338 9.94795 21.0154 9.80916 20.8672 9.70836C20.719 9.60756 20.5464 9.54844 20.3676 9.5372C20.1887 9.52595 20.0101 9.56299 19.8504 9.64445C19.6907 9.7259 19.5559 9.84876 19.46 10.0002Z"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M10.59 12.5902C10.2147 12.9655 10.0039 13.4744 10.0039 14.0052C10.0039 14.268 10.0557 14.5282 10.1562 14.771C10.2568 15.0138 10.4042 15.2344 10.59 15.4202C10.7758 15.606 10.9964 15.7534 11.2392 15.854C11.482 15.9545 11.7422 16.0063 12.005 16.0063C12.5357 16.0063 13.0447 15.7955 13.42 15.4202L19.08 6.93018L10.59 12.5902Z"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M9 16.0002H15C15.55 16.0002 16 15.5502 16 15.0002V9.00018C16 8.45018 15.55 8.00018 15 8.00018H9C8.45 8.00018 8 8.45018 8 9.00018V15.0002C8 15.5502 8.45 16.0002 9 16.0002ZM12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 8.00018H5C4.45 8.00018 4 7.55018 4 7.00018C4 6.45018 4.45 6.00018 5 6.00018H19C19.55 6.00018 20 6.45018 20 7.00018C20 7.55018 19.55 8.00018 19 8.00018ZM17 2.00018H7C6.45 2.00018 6 2.45018 6 3.00018C6 3.55018 6.45 4.00018 7 4.00018H17C17.55 4.00018 18 3.55018 18 3.00018C18 2.45018 17.55 2.00018 17 2.00018ZM22 12.0002V20.0002C22 21.1002 21.1 22.0002 20 22.0002H4C2.9 22.0002 2 21.1002 2 20.0002V12.0002C2 10.9002 2.9 10.0002 4 10.0002H20C21.1 10.0002 22 10.9002 22 12.0002ZM15.19 15.5602L10 12.7302V19.2602L15.19 16.4402C15.54 16.2502 15.54 15.7502 15.19 15.5602Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 4.00018H4C2.9 4.00018 2 4.90018 2 6.00018V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V6.00018C22 4.90018 21.1 4.00018 20 4.00018ZM5 12.0002H7C7.55 12.0002 8 12.4502 8 13.0002C8 13.5502 7.55 14.0002 7 14.0002H5C4.45 14.0002 4 13.5502 4 13.0002C4 12.4502 4.45 12.0002 5 12.0002ZM13 18.0002H5C4.45 18.0002 4 17.5502 4 17.0002C4 16.4502 4.45 16.0002 5 16.0002H13C13.55 16.0002 14 16.4502 14 17.0002C14 17.5502 13.55 18.0002 13 18.0002ZM19 18.0002H17C16.45 18.0002 16 17.5502 16 17.0002C16 16.4502 16.45 16.0002 17 16.0002H19C19.55 16.0002 20 16.4502 20 17.0002C20 17.5502 19.55 18.0002 19 18.0002ZM19 14.0002H11C10.45 14.0002 10 13.5502 10 13.0002C10 12.4502 10.45 12.0002 11 12.0002H19C19.55 12.0002 20 12.4502 20 13.0002C20 13.5502 19.55 14.0002 19 14.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 4.00018H4C2.9 4.00018 2 4.90018 2 6.00018V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V6.00018C22 4.90018 21.1 4.00018 20 4.00018ZM7.11 16.8902C6.68 17.3202 5.97 17.2802 5.6 16.8002C4.53 15.3902 4 13.6902 4 12.0002C4 10.3102 4.53 8.62018 5.59 7.20018C5.96 6.72018 6.67 6.67018 7.1 7.10018C7.45 7.45018 7.49 8.00018 7.2 8.39018C6.4 9.46018 6 10.7302 6 12.0002C6 13.2702 6.4 14.5302 7.2 15.6002C7.5 15.9902 7.46 16.5402 7.11 16.8902ZM12 16.0002C9.79 16.0002 8 14.2102 8 12.0002C8 9.79018 9.79 8.00018 12 8.00018C14.21 8.00018 16 9.79018 16 12.0002C16 14.2102 14.21 16.0002 12 16.0002ZM16.9 16.9002C16.55 16.5502 16.51 16.0002 16.81 15.6102C17.6 14.5402 18 13.2702 18 12.0002C18 10.7302 17.6 9.47018 16.8 8.40018C16.5 8.01018 16.54 7.45018 16.89 7.10018C17.32 6.67018 18.03 6.71018 18.4 7.19018C19.47 8.60018 20 10.2902 20 11.9902C20 13.6802 19.47 15.3702 18.41 16.7902C18.04 17.2802 17.33 17.3302 16.9 16.9002ZM12 10.0002C10.9 10.0002 10 10.9002 10 12.0002C10 13.1002 10.9 14.0002 12 14.0002C13.1 14.0002 14 13.1002 14 12.0002C14 10.9002 13.1 10.0002 12 10.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 10.5002V7.00018C17 6.45018 16.55 6.00018 16 6.00018H4C3.45 6.00018 3 6.45018 3 7.00018V17.0002C3 17.5502 3.45 18.0002 4 18.0002H16C16.55 18.0002 17 17.5502 17 17.0002V13.5002L19.29 15.7902C19.92 16.4202 21 15.9702 21 15.0802V8.91018C21 8.02018 19.92 7.57018 19.29 8.20018L17 10.5002ZM13 13.0002H11V15.0002C11 15.5502 10.55 16.0002 10 16.0002C9.45 16.0002 9 15.5502 9 15.0002V13.0002H7C6.45 13.0002 6 12.5502 6 12.0002C6 11.4502 6.45 11.0002 7 11.0002H9V9.00018C9 8.45018 9.45 8.00018 10 8.00018C10.55 8.00018 11 8.45018 11 9.00018V11.0002H13C13.55 11.0002 14 11.4502 14 12.0002C14 12.5502 13.55 13.0002 13 13.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 3.00018H3C1.9 3.00018 1 3.90018 1 5.00018V19.0002C1 20.1002 1.9 21.0002 3 21.0002H21C22.1 21.0002 23 20.1002 23 19.0002V5.00018C23 3.90018 22.1 3.00018 21 3.00018ZM21 16.0002H3V6.00018C3 5.45018 3.45 5.00018 4 5.00018H20C20.55 5.00018 21 5.45018 21 6.00018V16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3 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.0002H5C4.45 20.0002 4 19.5502 4 19.0002V7.00018C4 6.45018 3.55 6.00018 3 6.00018ZM20 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.00018ZM12 14.5002V5.50018L17.47 9.60018C17.74 9.80018 17.74 10.2002 17.47 10.4002L12 14.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g>
|
|
3
|
+
<path
|
|
4
|
+
d="M4 6.00018H20C20.55 6.00018 21 6.45018 21 7.00018V11.0002H23V6.00018C23 4.90018 22.1 4.00018 21 4.00018H3C1.9 4.00018 1 4.90018 1 6.00018V18.0002C1 19.1002 1.9 20.0002 3 20.0002H12V18.0002H4C3.45 18.0002 3 17.5502 3 17.0002V7.00018C3 6.45018 3.45 6.00018 4 6.00018Z"
|
|
5
|
+
/>
|
|
6
|
+
<path d="M15 12.0002L9 8.00018V16.0002L15 12.0002Z" />
|
|
7
|
+
<path
|
|
8
|
+
d="M22.71 18.4302C22.74 18.1402 22.75 17.8502 22.72 17.5702L23.79 16.7202C23.89 16.6402 23.91 16.5102 23.85 16.4002L22.82 14.6102C22.76 14.5002 22.63 14.4602 22.51 14.5002L21.23 15.0002C21 14.8302 20.75 14.6902 20.48 14.5802L20.28 13.2202C20.26 13.0902 20.16 13.0002 20.03 13.0002H17.9599C17.84 13.0002 17.7299 13.0902 17.7099 13.2102L17.51 14.5702C17.25 14.6802 17 14.8302 16.77 14.9902L15.49 14.4902C15.37 14.4402 15.24 14.4902 15.18 14.6002L14.15 16.3902C14.09 16.5002 14.11 16.6302 14.21 16.7102L15.28 17.5702C15.25 17.8602 15.24 18.1502 15.27 18.4302L14.2 19.2802C14.1 19.3602 14.08 19.4902 14.14 19.6002L15.17 21.3902C15.23 21.5002 15.36 21.5402 15.48 21.5002L16.75 21.0002C16.98 21.1702 17.23 21.3102 17.5 21.4202L17.7 22.7802C17.72 22.9002 17.82 22.9902 17.95 22.9902H20.02C20.14 22.9902 20.25 22.9002 20.27 22.7802L20.47 21.4202C20.7299 21.3102 20.9799 21.1602 21.2099 21.0002L22.49 21.5002C22.61 21.5502 22.74 21.5002 22.8 21.3902L23.83 19.6002C23.89 19.4902 23.87 19.3602 23.77 19.2802L22.71 18.4302ZM19 19.5002C18.17 19.5002 17.5 18.8302 17.5 18.0002C17.5 17.1702 18.17 16.5002 19 16.5002C19.83 16.5002 20.5 17.1702 20.5 18.0002C20.5 18.8302 19.83 19.5002 19 19.5002Z"
|
|
9
|
+
/>
|
|
10
|
+
</g>
|
|
11
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17 10.5002V7.00018C17 6.45018 16.55 6.00018 16 6.00018H4C3.45 6.00018 3 6.45018 3 7.00018V17.0002C3 17.5502 3.45 18.0002 4 18.0002H16C16.55 18.0002 17 17.5502 17 17.0002V13.5002L19.29 15.7902C19.92 16.4202 21 15.9702 21 15.0802V8.91018C21 8.02018 19.92 7.57018 19.29 8.20018L17 10.5002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 14.2002V8.91017C21 8.02017 19.92 7.57017 19.29 8.20017L17 10.5002V7.00017C17 6.45017 16.55 6.00017 16 6.00017H10.39L19.3 14.9102C19.92 15.5402 21 15.0902 21 14.2002ZM2.70998 2.56017C2.31998 2.95017 2.31998 3.58017 2.70998 3.97017L4.72998 6.00017H3.99998C3.44998 6.00017 2.99998 6.45017 2.99998 7.00017V17.0002C2.99998 17.5502 3.44998 18.0002 3.99998 18.0002H16C16.21 18.0002 16.39 17.9202 16.55 17.8202L19.03 20.3002C19.42 20.6902 20.05 20.6902 20.44 20.3002C20.83 19.9102 20.83 19.2802 20.44 18.8902L4.11998 2.56017C3.72998 2.17017 3.09998 2.17017 2.70998 2.56017Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18.5 12.0002C18.5 10.2302 17.48 8.71017 16 7.97017V16.0202C17.48 15.2902 18.5 13.7702 18.5 12.0002ZM5 10.0002V14.0002C5 14.5502 5.45 15.0002 6 15.0002H9L12.29 18.2902C12.92 18.9202 14 18.4702 14 17.5802V6.41017C14 5.52017 12.92 5.07017 12.29 5.70017L9 9.00017H6C5.45 9.00017 5 9.45017 5 10.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3.63 3.63018C3.24 4.02018 3.24 4.65018 3.63 5.04018L7.29 8.70018L7 9.00018H4C3.45 9.00018 3 9.45018 3 10.0002V14.0002C3 14.5502 3.45 15.0002 4 15.0002H7L10.29 18.2902C10.92 18.9202 12 18.4702 12 17.5802V13.4102L16.18 17.5902C15.69 17.9602 15.16 18.2702 14.58 18.5002C14.22 18.6502 14 19.0302 14 19.4202C14 20.1402 14.73 20.6002 15.39 20.3302C16.19 20.0002 16.94 19.5602 17.61 19.0202L18.95 20.3602C19.34 20.7502 19.97 20.7502 20.36 20.3602C20.75 19.9702 20.75 19.3402 20.36 18.9502L5.05 3.63018C4.66 3.24018 4.03 3.24018 3.63 3.63018ZM19 12.0002C19 12.8202 18.85 13.6102 18.59 14.3402L20.12 15.8702C20.68 14.7002 21 13.3902 21 12.0002C21 8.17018 18.6 4.89018 15.22 3.60018C14.63 3.37018 14 3.83018 14 4.46018V4.65018C14 5.03018 14.25 5.36018 14.61 5.50018C17.18 6.54018 19 9.06018 19 12.0002ZM10.29 5.71018L10.12 5.88018L12 7.76018V6.41018C12 5.52018 10.92 5.08018 10.29 5.71018ZM16.5 12.0002C16.5 10.2302 15.48 8.71018 14 7.97018V9.76018L16.48 12.2402C16.49 12.1602 16.5 12.0802 16.5 12.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3 10.0002V14.0002C3 14.5502 3.45 15.0002 4 15.0002H7L10.29 18.2902C10.92 18.9202 12 18.4702 12 17.5802V6.41018C12 5.52018 10.92 5.07018 10.29 5.70018L7 9.00018H4C3.45 9.00018 3 9.45018 3 10.0002ZM16.5 12.0002C16.5 10.2302 15.48 8.71018 14 7.97018V16.0202C15.48 15.2902 16.5 13.7702 16.5 12.0002ZM14 4.45018V4.65018C14 5.03018 14.25 5.36018 14.6 5.50018C17.18 6.53018 19 9.06018 19 12.0002C19 14.9402 17.18 17.4702 14.6 18.5002C14.24 18.6402 14 18.9702 14 19.3502V19.5502C14 20.1802 14.63 20.6202 15.21 20.4002C18.6 19.1102 21 15.8402 21 12.0002C21 8.16018 18.6 4.89018 15.21 3.60018C14.63 3.37018 14 3.82018 14 4.45018Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 4.00018H4C2.9 4.00018 2.01 4.90018 2.01 6.00018L2 18.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.00018ZM4 9.00018H14.5V12.5002H4V9.00018ZM4 14.5002H14.5V18.0002H5C4.45 18.0002 4 17.5502 4 17.0002V14.5002ZM19 18.0002H16.5V9.00018H20V17.0002C20 17.5502 19.55 18.0002 19 18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19 4.00018H5C3.89 4.00018 3 4.90018 3 6.00018V18.0002C3 19.1002 3.89 20.0002 5 20.0002H19C20.1 20.0002 21 19.1002 21 18.0002V6.00018C21 4.90018 20.11 4.00018 19 4.00018ZM18 18.0002H6C5.45 18.0002 5 17.5502 5 17.0002V8.00018H19V17.0002C19 17.5502 18.55 18.0002 18 18.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M14 8.00024H16V10.0002C16 10.5502 16.45 11.0002 17 11.0002C17.55 11.0002 18 10.5502 18 10.0002V8.00024H20C20.55 8.00024 21 7.55024 21 7.00024C21 6.45024 20.55 6.00024 20 6.00024H18V4.00024C18 3.45024 17.55 3.00024 17 3.00024C16.45 3.00024 16 3.45024 16 4.00024V6.00024H14C13.45 6.00024 13 6.45024 13 7.00024C13 7.55024 13.45 8.00024 14 8.00024ZM19.21 15.2702L16.67 14.9802C16.06 14.9102 15.46 15.1202 15.03 15.5502L13.19 17.3902C10.36 15.9502 8.04003 13.6402 6.60003 10.8002L8.45003 8.95024C8.88003 8.52024 9.09003 7.91024 9.02003 7.31024L8.73003 4.79024C8.62003 3.78024 7.76003 3.01024 6.75003 3.01024H5.02003C3.89003 3.01024 2.95003 3.95024 3.02003 5.08024C3.55003 13.6202 10.38 20.4402 18.91 20.9702C20.04 21.0402 20.98 20.1002 20.98 18.9702V17.2402C20.99 16.2402 20.22 15.3802 19.21 15.2702Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12.7199 2.03019C6.62995 1.60019 1.59995 6.63019 2.02995 12.7202C2.38995 18.0102 7.00995 22.0002 12.3099 22.0002H15.9999C16.5499 22.0002 16.9999 21.5502 16.9999 21.0002C16.9999 20.4502 16.5499 20.0002 15.9999 20.0002H12.3299C8.59995 20.0002 5.17995 17.5802 4.24995 13.9702C2.75995 8.17019 8.15995 2.76019 13.9599 4.26019C17.5799 5.18019 19.9999 8.60019 19.9999 12.3302V13.4302C19.9999 14.2202 19.2899 15.0002 18.4999 15.0002C17.7099 15.0002 16.9999 14.2202 16.9999 13.4302V12.1802C16.9999 9.67019 15.2199 7.41019 12.7399 7.06019C9.33995 6.57019 6.46995 9.51019 7.07995 12.9302C7.41995 14.8402 8.90995 16.4202 10.7999 16.8702C12.6399 17.3002 14.3899 16.7102 15.5399 15.5402C16.4299 16.7602 18.2099 17.4002 19.8399 16.7502C21.1799 16.2202 21.9999 14.8502 21.9999 13.4102V12.3202C21.9999 7.01019 18.0099 2.39019 12.7199 2.03019ZM11.9999 15.0002C10.3399 15.0002 8.99995 13.6602 8.99995 12.0002C8.99995 10.3402 10.3399 9.00019 11.9999 9.00019C13.6599 9.00019 14.9999 10.3402 14.9999 12.0002C14.9999 13.6602 13.6599 15.0002 11.9999 15.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12 7.00024V5.00024C12 3.90024 11.1 3.00024 10 3.00024H4C2.9 3.00024 2 3.90024 2 5.00024V19.0002C2 20.1002 2.9 21.0002 4 21.0002H20C21.1 21.0002 22 20.1002 22 19.0002V9.00024C22 7.90024 21.1 7.00024 20 7.00024H12ZM6 19.0002H4V17.0002H6V19.0002ZM6 15.0002H4V13.0002H6V15.0002ZM6 11.0002H4V9.00024H6V11.0002ZM6 7.00024H4V5.00024H6V7.00024ZM10 19.0002H8V17.0002H10V19.0002ZM10 15.0002H8V13.0002H10V15.0002ZM10 11.0002H8V9.00024H10V11.0002ZM10 7.00024H8V5.00024H10V7.00024ZM19 19.0002H12V17.0002H14V15.0002H12V13.0002H14V11.0002H12V9.00024H19C19.55 9.00024 20 9.45024 20 10.0002V18.0002C20 18.5502 19.55 19.0002 19 19.0002ZM18 11.0002H16V13.0002H18V11.0002ZM18 15.0002H16V17.0002H18V15.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.23 15.2603L16.69 14.9703C16.08 14.9003 15.48 15.1103 15.05 15.5403L13.21 17.3803C10.38 15.9403 8.06004 13.6303 6.62004 10.7903L8.47004 8.94025C8.90004 8.51025 9.11004 7.91025 9.04004 7.30025L8.75004 4.78025C8.63004 3.77025 7.78004 3.01025 6.76004 3.01025H5.03004C3.90004 3.01025 2.96004 3.95025 3.03004 5.08025C3.56004 13.6203 10.39 20.4403 18.92 20.9703C20.05 21.0403 20.99 20.1003 20.99 18.9703V17.2403C21 16.2303 20.24 15.3803 19.23 15.2603Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M4.51004 15.4802L6.51004 13.8902C6.99004 13.5102 7.27003 12.9302 7.27003 12.3202V9.72023C10.29 8.74023 13.56 8.73023 16.59 9.72023V12.3302C16.59 12.9402 16.87 13.5202 17.35 13.9002L19.34 15.4802C20.14 16.1102 21.28 16.0502 22 15.3302L23.22 14.1102C24.02 13.3102 24.02 11.9802 23.17 11.2302C16.76 5.57023 7.10003 5.57023 0.690035 11.2302C-0.159965 11.9802 -0.159965 13.3102 0.640035 14.1102L1.86003 15.3302C2.57003 16.0502 3.71004 16.1102 4.51004 15.4802Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8.99997 6.00024C8.99997 6.56024 9.44997 7.00024 9.99997 7.00024H15.59L4.69997 17.8902C4.30997 18.2802 4.30997 18.9102 4.69997 19.3002C5.08997 19.6902 5.71997 19.6902 6.10997 19.3002L17 8.41024V14.0002C17 14.5502 17.45 15.0002 18 15.0002C18.55 15.0002 19 14.5502 19 14.0002V6.00024C19 5.45024 18.55 5.00024 18 5.00024H9.99997C9.44997 5.00024 8.99997 5.45024 8.99997 6.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M17.7001 19.7002C18.0901 19.3102 18.0901 18.6802 17.7001 18.2902L15.0001 15.5902L13.5901 17.0002L16.2901 19.7002C16.6801 20.0902 17.3201 20.0902 17.7001 19.7002ZM8.71006 8.00021H11.0001V13.5902L6.29006 18.2902C5.90006 18.6802 5.90006 19.3102 6.29006 19.7002C6.68006 20.0902 7.31006 20.0902 7.70006 19.7002L13.0001 14.4002V8.00021H15.2901C15.7401 8.00021 15.9601 7.46021 15.6401 7.15021L12.3501 3.86021C12.1501 3.66021 11.8401 3.66021 11.6401 3.86021L8.35006 7.15021C8.04006 7.46021 8.26006 8.00021 8.71006 8.00021Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M18.89 7.70024L12 14.5902L6.41 9.00024H10C10.55 9.00024 11 8.55024 11 8.00024C11 7.45024 10.55 7.00024 10 7.00024H4C3.45 7.00024 3 7.45024 3 8.00024V14.0002C3 14.5502 3.45 15.0002 4 15.0002C4.55 15.0002 5 14.5502 5 14.0002V10.4102L11.29 16.7002C11.68 17.0902 12.31 17.0902 12.7 16.7002L20.29 9.11024C20.68 8.72024 20.68 8.09024 20.29 7.70024C19.91 7.32024 19.27 7.32024 18.89 7.70024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3.70004 9.11024L11.29 16.7002C11.68 17.0902 12.31 17.0902 12.7 16.7002L19 10.4002V14.0002C19 14.5502 19.45 15.0002 20 15.0002C20.55 15.0002 21 14.5502 21 14.0002V8.00024C21 7.45024 20.55 7.00024 20 7.00024H14C13.45 7.00024 13 7.45024 13 8.00024C13 8.55024 13.45 9.00024 14 9.00024H17.59L12 14.5902L5.11004 7.70024C4.72004 7.31024 4.09004 7.31024 3.70004 7.70024C3.32004 8.09024 3.32004 8.73024 3.70004 9.11024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M19.3 4.71022C18.91 4.32022 18.28 4.32022 17.89 4.71022L7 15.5902V10.0002C7 9.45022 6.55 9.00022 6 9.00022C5.45 9.00022 5 9.45022 5 10.0002V18.0002C5 18.5502 5.45 19.0002 6 19.0002H14C14.55 19.0002 15 18.5502 15 18.0002C15 17.4502 14.55 17.0002 14 17.0002H8.41L19.3 6.11022C19.68 5.73022 19.68 5.09022 19.3 4.71022Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M14.85 4.85024L16.29 6.29024L13.41 9.17024L14.83 10.5902L17.71 7.71024L19.15 9.15024C19.46 9.46024 20 9.24024 20 8.79024V4.50024C20 4.22024 19.78 4.00024 19.5 4.00024H15.21C14.76 4.00024 14.54 4.54024 14.85 4.85024ZM8.79 4.00024H4.5C4.22 4.00024 4 4.22024 4 4.50024V8.79024C4 9.24024 4.54 9.46024 4.85 9.14024L6.29 7.70024L11 12.4002V19.0002C11 19.5502 11.45 20.0002 12 20.0002C12.55 20.0002 13 19.5502 13 19.0002V12.0002C13 11.7402 12.89 11.4802 12.71 11.2902L7.71 6.28024L9.15 4.84024C9.46 4.54024 9.24 4.00024 8.79 4.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21 3.00024H3C1.9 3.00024 1 3.90024 1 5.00024V19.0002C1 20.1002 1.9 21.0002 3 21.0002H21C22.1 21.0002 23 20.1002 23 19.0002V5.00024C23 3.90024 22.1 3.00024 21 3.00024ZM21 18.0002C21 18.5502 20.55 19.0002 20 19.0002H4C3.45 19.0002 3 18.5502 3 18.0002V6.00024C3 5.45024 3.45 5.00024 4 5.00024H20C20.55 5.00024 21 5.45024 21 6.00024V18.0002ZM15.29 8.70024C14.9 8.31024 14.27 8.31024 13.88 8.70024L12 10.5902L10.11 8.70024C9.72 8.31024 9.09 8.31024 8.7 8.70024C8.31 9.09024 8.31 9.72024 8.7 10.1102L10.59 12.0002L8.7 13.8902C8.31 14.2802 8.31 14.9102 8.7 15.3002C9.09 15.6902 9.72 15.6902 10.11 15.3002L12 13.4102L13.89 15.3002C14.28 15.6902 14.91 15.6902 15.3 15.3002C15.69 14.9102 15.69 14.2802 15.3 13.8902L13.41 12.0002L15.3 10.1102C15.68 9.73024 15.68 9.09024 15.29 8.70024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 2.00024H4C2.9 2.00024 2.01 2.90024 2.01 4.00024L2 22.0002L6 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002V4.00024C22 2.90024 21.1 2.00024 20 2.00024ZM7 9.00024H17C17.55 9.00024 18 9.45024 18 10.0002C18 10.5502 17.55 11.0002 17 11.0002H7C6.45 11.0002 6 10.5502 6 10.0002C6 9.45024 6.45 9.00024 7 9.00024ZM13 14.0002H7C6.45 14.0002 6 13.5502 6 13.0002C6 12.4502 6.45 12.0002 7 12.0002H13C13.55 12.0002 14 12.4502 14 13.0002C14 13.5502 13.55 14.0002 13 14.0002ZM17 8.00024H7C6.45 8.00024 6 7.55024 6 7.00024C6 6.45024 6.45 6.00024 7 6.00024H17C17.55 6.00024 18 6.45024 18 7.00024C18 7.55024 17.55 8.00024 17 8.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M20 2.00024H4C2.9 2.00024 2 2.90024 2 4.00024V22.0002L6 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002V4.00024C22 2.90024 21.1 2.00024 20 2.00024ZM19 16.0002H6L4 18.0002V5.00024C4 4.45024 4.45 4.00024 5 4.00024H19C19.55 4.00024 20 4.45024 20 5.00024V15.0002C20 15.5502 19.55 16.0002 19 16.0002Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M6 13.0002H18C18.55 13.0002 19 12.5502 19 12.0002C19 11.4502 18.55 11.0002 18 11.0002H6C5.45 11.0002 5 11.4502 5 12.0002C5 12.5502 5.45 13.0002 6 13.0002ZM4 17.0002H16C16.55 17.0002 17 16.5502 17 16.0002C17 15.4502 16.55 15.0002 16 15.0002H4C3.45 15.0002 3 15.4502 3 16.0002C3 16.5502 3.45 17.0002 4 17.0002ZM7 8.00024C7 8.55024 7.45 9.00024 8 9.00024H20C20.55 9.00024 21 8.55024 21 8.00024C21 7.45024 20.55 7.00024 20 7.00024H8C7.45 7.00024 7 7.45024 7 8.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M21.99 4.00024C21.99 2.90024 21.1 2.00024 20 2.00024H4C2.9 2.00024 2 2.90024 2 4.00024V16.0002C2 17.1002 2.9 18.0002 4 18.0002H18L22 22.0002L21.99 4.00024ZM17 14.0002H7C6.45 14.0002 6 13.5502 6 13.0002C6 12.4502 6.45 12.0002 7 12.0002H17C17.55 12.0002 18 12.4502 18 13.0002C18 13.5502 17.55 14.0002 17 14.0002ZM17 11.0002H7C6.45 11.0002 6 10.5502 6 10.0002C6 9.45024 6.45 9.00024 7 9.00024H17C17.55 9.00024 18 9.45024 18 10.0002C18 10.5502 17.55 11.0002 17 11.0002ZM17 8.00024H7C6.45 8.00024 6 7.55024 6 7.00024C6 6.45024 6.45 6.00024 7 6.00024H17C17.55 6.00024 18 6.45024 18 7.00024C18 7.55024 17.55 8.00024 17 8.00024Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|