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.
Files changed (1476) hide show
  1. package/.env +3 -0
  2. package/README.md +15 -0
  3. package/babel.config.js +5 -0
  4. package/dist/demo.html +10 -0
  5. package/dist/library-frontend-pajakio.common.js +42049 -0
  6. package/dist/library-frontend-pajakio.common.js.map +1 -0
  7. package/dist/library-frontend-pajakio.css +1 -0
  8. package/dist/library-frontend-pajakio.umd.js +42059 -0
  9. package/dist/library-frontend-pajakio.umd.js.map +1 -0
  10. package/dist/library-frontend-pajakio.umd.min.js +2 -0
  11. package/dist/library-frontend-pajakio.umd.min.js.map +1 -0
  12. package/index.html +13 -0
  13. package/lib-pajakio-v2-1.0.27.tgz +0 -0
  14. package/package.json +30 -0
  15. package/public/favicon.ico +0 -0
  16. package/public/index.html +17 -0
  17. package/src/App.vue +50 -0
  18. package/src/assets/fonts/Avenir-Black.ttf +0 -0
  19. package/src/assets/fonts/Avenir-Book.ttf +0 -0
  20. package/src/assets/fonts/Avenir-Heavy.ttf +0 -0
  21. package/src/assets/fonts/Avenir-Light.ttf +0 -0
  22. package/src/assets/fonts/Avenir-Medium.ttf +0 -0
  23. package/src/assets/fonts/Avenir-Roman.ttf +0 -0
  24. package/src/assets/fonts/OpenSans-Bold.ttf +0 -0
  25. package/src/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
  26. package/src/assets/fonts/OpenSans-Light.ttf +0 -0
  27. package/src/assets/fonts/OpenSans-Medium.ttf +0 -0
  28. package/src/assets/fonts/OpenSans-Regular.ttf +0 -0
  29. package/src/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  30. package/src/assets/fonts/style.css +35 -0
  31. package/src/assets/logo.png +0 -0
  32. package/src/assets/style/_color.scss +51 -0
  33. package/src/assets/style/base.scss +1083 -0
  34. package/src/assets/style/sizing.scss +157 -0
  35. package/src/components/Base/BaseButton.vue +276 -0
  36. package/src/components/Base/BaseIcon.vue +1591 -0
  37. package/src/components/Base/BaseTable.vue +76 -0
  38. package/src/components/Breadcrumbs/index.vue +95 -0
  39. package/src/components/ComponentsLayout/NavigationMenu.vue +148 -0
  40. package/src/components/DashboardFooter/index.vue +105 -0
  41. package/src/components/DashboardHeader/index.vue +566 -0
  42. package/src/components/DatePicker/index.vue +2230 -0
  43. package/src/components/Dropdown/DropdownCheckbox.vue +99 -0
  44. package/src/components/Dropdown/DropdownCompany.vue +259 -0
  45. package/src/components/Dropdown/DropdownMultipleTag.vue +126 -0
  46. package/src/components/Dropdown/DropdownSearchList.vue +185 -0
  47. package/src/components/Dropdown/DropdownSelect.vue +387 -0
  48. package/src/components/Dropdown/index.vue +193 -0
  49. package/src/components/ExpansionPanel/index.vue +102 -0
  50. package/src/components/Form/FormCheckbox.vue +195 -0
  51. package/src/components/Form/FormGroupCheckbox.vue +256 -0
  52. package/src/components/Form/FormInput.vue +618 -0
  53. package/src/components/Form/FormInputTag.vue +286 -0
  54. package/src/components/Form/FormRadio.vue +195 -0
  55. package/src/components/Form/FormSwitch.vue +162 -0
  56. package/src/components/Form/FormTextarea.vue +204 -0
  57. package/src/components/Icons/Action/Accessibility.vue +5 -0
  58. package/src/components/Icons/Action/AccessibilityNew.vue +5 -0
  59. package/src/components/Icons/Action/Accessible.vue +10 -0
  60. package/src/components/Icons/Action/AccessibleForward.vue +10 -0
  61. package/src/components/Icons/Action/AccountBalance.vue +5 -0
  62. package/src/components/Icons/Action/AccountBalanceWallet.vue +5 -0
  63. package/src/components/Icons/Action/AccountBox.vue +5 -0
  64. package/src/components/Icons/Action/AccountCircle.vue +5 -0
  65. package/src/components/Icons/Action/ActionIcons.vue +981 -0
  66. package/src/components/Icons/Action/AddShoppingCart.vue +5 -0
  67. package/src/components/Icons/Action/AddTask.vue +5 -0
  68. package/src/components/Icons/Action/Addchart.vue +5 -0
  69. package/src/components/Icons/Action/AdminPanelSettings.vue +10 -0
  70. package/src/components/Icons/Action/Alarm.vue +5 -0
  71. package/src/components/Icons/Action/AlarmAdd.vue +5 -0
  72. package/src/components/Icons/Action/AlarmOff.vue +5 -0
  73. package/src/components/Icons/Action/AlarmOn.vue +5 -0
  74. package/src/components/Icons/Action/AllInbox.vue +5 -0
  75. package/src/components/Icons/Action/AllOut.vue +5 -0
  76. package/src/components/Icons/Action/Analytics.vue +5 -0
  77. package/src/components/Icons/Action/Anchor.vue +5 -0
  78. package/src/components/Icons/Action/Android.vue +19 -0
  79. package/src/components/Icons/Action/Announcement.vue +5 -0
  80. package/src/components/Icons/Action/Api.vue +5 -0
  81. package/src/components/Icons/Action/AppBlocking.vue +10 -0
  82. package/src/components/Icons/Action/ArrowCircleDown.vue +5 -0
  83. package/src/components/Icons/Action/ArrowCircleUp.vue +5 -0
  84. package/src/components/Icons/Action/ArrowRightAlt.vue +5 -0
  85. package/src/components/Icons/Action/AspectRatio.vue +5 -0
  86. package/src/components/Icons/Action/Assessment.vue +5 -0
  87. package/src/components/Icons/Action/Assignment.vue +5 -0
  88. package/src/components/Icons/Action/AssignmentInd.vue +5 -0
  89. package/src/components/Icons/Action/AssignmentLate.vue +5 -0
  90. package/src/components/Icons/Action/AssignmentReturn.vue +5 -0
  91. package/src/components/Icons/Action/AssignmentReturned.vue +5 -0
  92. package/src/components/Icons/Action/AssignmentTurnedIn.vue +5 -0
  93. package/src/components/Icons/Action/Autorenew.vue +5 -0
  94. package/src/components/Icons/Action/Backup.vue +5 -0
  95. package/src/components/Icons/Action/BackupTable.vue +10 -0
  96. package/src/components/Icons/Action/BatchPrediction.vue +5 -0
  97. package/src/components/Icons/Action/Book.vue +5 -0
  98. package/src/components/Icons/Action/BookOnline.vue +5 -0
  99. package/src/components/Icons/Action/Bookmark.vue +5 -0
  100. package/src/components/Icons/Action/BookmarkBorder.vue +5 -0
  101. package/src/components/Icons/Action/Bookmarks.vue +5 -0
  102. package/src/components/Icons/Action/BugReport.vue +5 -0
  103. package/src/components/Icons/Action/Build.vue +5 -0
  104. package/src/components/Icons/Action/BuildCircle.vue +7 -0
  105. package/src/components/Icons/Action/Cached.vue +5 -0
  106. package/src/components/Icons/Action/CalendarToday.vue +5 -0
  107. package/src/components/Icons/Action/CalendarViewDay.vue +5 -0
  108. package/src/components/Icons/Action/CameraEnhance.vue +5 -0
  109. package/src/components/Icons/Action/CancelScheduleSend.vue +22 -0
  110. package/src/components/Icons/Action/CardGiftcard.vue +5 -0
  111. package/src/components/Icons/Action/CardMembership.vue +5 -0
  112. package/src/components/Icons/Action/CardTravel.vue +5 -0
  113. package/src/components/Icons/Action/ChangeHistory.vue +5 -0
  114. package/src/components/Icons/Action/CheckCircle.vue +5 -0
  115. package/src/components/Icons/Action/CheckCircleOutline.vue +5 -0
  116. package/src/components/Icons/Action/ChromeReaderMode.vue +5 -0
  117. package/src/components/Icons/Action/Class.vue +5 -0
  118. package/src/components/Icons/Action/CloseFullscreen.vue +5 -0
  119. package/src/components/Icons/Action/CommentBank.vue +5 -0
  120. package/src/components/Icons/Action/Commute.vue +5 -0
  121. package/src/components/Icons/Action/CompareArrows.vue +5 -0
  122. package/src/components/Icons/Action/ContactPage.vue +5 -0
  123. package/src/components/Icons/Action/ContactSupport.vue +5 -0
  124. package/src/components/Icons/Action/Contactless.vue +5 -0
  125. package/src/components/Icons/Action/Copyright.vue +5 -0
  126. package/src/components/Icons/Action/CreditCard.vue +5 -0
  127. package/src/components/Icons/Action/Dashboard.vue +5 -0
  128. package/src/components/Icons/Action/DateRange.vue +5 -0
  129. package/src/components/Icons/Action/Delete.vue +5 -0
  130. package/src/components/Icons/Action/DeleteForever.vue +5 -0
  131. package/src/components/Icons/Action/DeleteOutline.vue +5 -0
  132. package/src/components/Icons/Action/Description.vue +5 -0
  133. package/src/components/Icons/Action/DisabledByDefault.vue +5 -0
  134. package/src/components/Icons/Action/Dns.vue +5 -0
  135. package/src/components/Icons/Action/Done.vue +5 -0
  136. package/src/components/Icons/Action/DoneAll.vue +5 -0
  137. package/src/components/Icons/Action/DoneOutline.vue +5 -0
  138. package/src/components/Icons/Action/DonutLarge.vue +5 -0
  139. package/src/components/Icons/Action/DonutSmall.vue +5 -0
  140. package/src/components/Icons/Action/DragIndicator.vue +5 -0
  141. package/src/components/Icons/Action/DynamicForm.vue +5 -0
  142. package/src/components/Icons/Action/Eco.vue +5 -0
  143. package/src/components/Icons/Action/Eject.vue +5 -0
  144. package/src/components/Icons/Action/EuroSymbol.vue +5 -0
  145. package/src/components/Icons/Action/Event.vue +5 -0
  146. package/src/components/Icons/Action/EventSeat.vue +5 -0
  147. package/src/components/Icons/Action/ExitToApp.vue +5 -0
  148. package/src/components/Icons/Action/Explore.vue +5 -0
  149. package/src/components/Icons/Action/ExploreOff.vue +5 -0
  150. package/src/components/Icons/Action/Extension.vue +5 -0
  151. package/src/components/Icons/Action/Face.vue +5 -0
  152. package/src/components/Icons/Action/FaceUnlock.vue +5 -0
  153. package/src/components/Icons/Action/FactCheck.vue +7 -0
  154. package/src/components/Icons/Action/Favorite.vue +5 -0
  155. package/src/components/Icons/Action/FavoriteBorder.vue +5 -0
  156. package/src/components/Icons/Action/Feedback.vue +5 -0
  157. package/src/components/Icons/Action/FilterAlt.vue +5 -0
  158. package/src/components/Icons/Action/FindInPage.vue +5 -0
  159. package/src/components/Icons/Action/FindReplace.vue +5 -0
  160. package/src/components/Icons/Action/Fingerprint.vue +5 -0
  161. package/src/components/Icons/Action/Flaky.vue +7 -0
  162. package/src/components/Icons/Action/FlightLand.vue +5 -0
  163. package/src/components/Icons/Action/FlightTakeoff.vue +5 -0
  164. package/src/components/Icons/Action/FlipToBack.vue +5 -0
  165. package/src/components/Icons/Action/FlipToFront.vue +5 -0
  166. package/src/components/Icons/Action/GTranslate.vue +5 -0
  167. package/src/components/Icons/Action/Gavel.vue +5 -0
  168. package/src/components/Icons/Action/GetApp.vue +5 -0
  169. package/src/components/Icons/Action/Gif.vue +5 -0
  170. package/src/components/Icons/Action/Grade.vue +5 -0
  171. package/src/components/Icons/Action/Grading.vue +22 -0
  172. package/src/components/Icons/Action/GroupWork.vue +5 -0
  173. package/src/components/Icons/Action/Help.vue +5 -0
  174. package/src/components/Icons/Action/HelpCenter.vue +5 -0
  175. package/src/components/Icons/Action/HelpOutline.vue +5 -0
  176. package/src/components/Icons/Action/HighlightAlt.vue +5 -0
  177. package/src/components/Icons/Action/HighlightOff.vue +5 -0
  178. package/src/components/Icons/Action/History.vue +5 -0
  179. package/src/components/Icons/Action/HistoryToggleOff.vue +5 -0
  180. package/src/components/Icons/Action/Home.vue +19 -0
  181. package/src/components/Icons/Action/HomeBold.vue +3 -0
  182. package/src/components/Icons/Action/HomeLinear.vue +22 -0
  183. package/src/components/Icons/Action/HorizontalSplit.vue +5 -0
  184. package/src/components/Icons/Action/HourglassDisabled.vue +10 -0
  185. package/src/components/Icons/Action/HourglassEmpty.vue +5 -0
  186. package/src/components/Icons/Action/HourglassFull.vue +5 -0
  187. package/src/components/Icons/Action/Http.vue +5 -0
  188. package/src/components/Icons/Action/Https.vue +5 -0
  189. package/src/components/Icons/Action/IcArticle.vue +5 -0
  190. package/src/components/Icons/Action/IcCode.vue +5 -0
  191. package/src/components/Icons/Action/IcInput.vue +5 -0
  192. package/src/components/Icons/Action/IcLabel.vue +5 -0
  193. package/src/components/Icons/Action/IcSource.vue +5 -0
  194. package/src/components/Icons/Action/ImportantDevices.vue +5 -0
  195. package/src/components/Icons/Action/Info.vue +5 -0
  196. package/src/components/Icons/Action/InfoOutline.vue +5 -0
  197. package/src/components/Icons/Action/IntegrationInstructions.vue +5 -0
  198. package/src/components/Icons/Action/InvertColors.vue +5 -0
  199. package/src/components/Icons/Action/LabelImportant.vue +5 -0
  200. package/src/components/Icons/Action/LabelImportantOutline.vue +5 -0
  201. package/src/components/Icons/Action/LabelOff.vue +5 -0
  202. package/src/components/Icons/Action/LabelOutline.vue +5 -0
  203. package/src/components/Icons/Action/Language.vue +5 -0
  204. package/src/components/Icons/Action/Launch.vue +5 -0
  205. package/src/components/Icons/Action/Leaderboard.vue +5 -0
  206. package/src/components/Icons/Action/LightbulbOutline.vue +5 -0
  207. package/src/components/Icons/Action/LineStyle.vue +5 -0
  208. package/src/components/Icons/Action/LineWeight.vue +5 -0
  209. package/src/components/Icons/Action/List.vue +5 -0
  210. package/src/components/Icons/Action/Lock.vue +5 -0
  211. package/src/components/Icons/Action/LockOpen.vue +5 -0
  212. package/src/components/Icons/Action/LockOutline.vue +5 -0
  213. package/src/components/Icons/Action/Login.vue +5 -0
  214. package/src/components/Icons/Action/Logout.vue +3 -0
  215. package/src/components/Icons/Action/Loyalty.vue +5 -0
  216. package/src/components/Icons/Action/MarkunreadMailbox.vue +19 -0
  217. package/src/components/Icons/Action/Maximize.vue +5 -0
  218. package/src/components/Icons/Action/Mediation.vue +5 -0
  219. package/src/components/Icons/Action/Minimize.vue +5 -0
  220. package/src/components/Icons/Action/ModelTraining.vue +5 -0
  221. package/src/components/Icons/Action/NextPlan.vue +5 -0
  222. package/src/components/Icons/Action/NotAccessible.vue +5 -0
  223. package/src/components/Icons/Action/NotStarted.vue +5 -0
  224. package/src/components/Icons/Action/NoteAdd.vue +5 -0
  225. package/src/components/Icons/Action/OfflineBolt.vue +5 -0
  226. package/src/components/Icons/Action/OfflinePin.vue +5 -0
  227. package/src/components/Icons/Action/OnlinePrediction.vue +5 -0
  228. package/src/components/Icons/Action/Opacity.vue +5 -0
  229. package/src/components/Icons/Action/OpenInBrowser.vue +5 -0
  230. package/src/components/Icons/Action/OpenInFull.vue +5 -0
  231. package/src/components/Icons/Action/OpenInNew.vue +5 -0
  232. package/src/components/Icons/Action/OpenWith.vue +5 -0
  233. package/src/components/Icons/Action/Outbond.vue +5 -0
  234. package/src/components/Icons/Action/Outlet.vue +5 -0
  235. package/src/components/Icons/Action/Pageview.vue +5 -0
  236. package/src/components/Icons/Action/PanTool.vue +19 -0
  237. package/src/components/Icons/Action/Payment.vue +5 -0
  238. package/src/components/Icons/Action/Pending.vue +5 -0
  239. package/src/components/Icons/Action/PendingActions.vue +5 -0
  240. package/src/components/Icons/Action/PermCameraMic.vue +5 -0
  241. package/src/components/Icons/Action/PermContactCalendar.vue +5 -0
  242. package/src/components/Icons/Action/PermDataSetting.vue +5 -0
  243. package/src/components/Icons/Action/PermDeviceInformation.vue +5 -0
  244. package/src/components/Icons/Action/PermIdentity.vue +5 -0
  245. package/src/components/Icons/Action/PermMedia.vue +5 -0
  246. package/src/components/Icons/Action/PermPhoneMsg.vue +5 -0
  247. package/src/components/Icons/Action/PermScanWifi.vue +5 -0
  248. package/src/components/Icons/Action/Pets.vue +19 -0
  249. package/src/components/Icons/Action/PictureInPicture.vue +5 -0
  250. package/src/components/Icons/Action/PictureInPictureAlt.vue +5 -0
  251. package/src/components/Icons/Action/Plagiarism.vue +10 -0
  252. package/src/components/Icons/Action/PlayForWork.vue +5 -0
  253. package/src/components/Icons/Action/Polymer.vue +5 -0
  254. package/src/components/Icons/Action/PowerSettingsNew.vue +5 -0
  255. package/src/components/Icons/Action/PregnantWoman.vue +5 -0
  256. package/src/components/Icons/Action/Preview.vue +5 -0
  257. package/src/components/Icons/Action/Print.vue +5 -0
  258. package/src/components/Icons/Action/PrivacyTip.vue +5 -0
  259. package/src/components/Icons/Action/PublishedWithChanges.vue +5 -0
  260. package/src/components/Icons/Action/QueryBuilder.vue +5 -0
  261. package/src/components/Icons/Action/QuestionAnswer.vue +5 -0
  262. package/src/components/Icons/Action/Quickreply.vue +10 -0
  263. package/src/components/Icons/Action/Receipt.vue +5 -0
  264. package/src/components/Icons/Action/RecordVoiceOver.vue +10 -0
  265. package/src/components/Icons/Action/Redeem.vue +5 -0
  266. package/src/components/Icons/Action/RemoveShoppingCart.vue +5 -0
  267. package/src/components/Icons/Action/Reorder.vue +5 -0
  268. package/src/components/Icons/Action/ReportProblem.vue +5 -0
  269. package/src/components/Icons/Action/RequestPage.vue +5 -0
  270. package/src/components/Icons/Action/Restore.vue +5 -0
  271. package/src/components/Icons/Action/RestoreFromTrash.vue +5 -0
  272. package/src/components/Icons/Action/RestorePage.vue +5 -0
  273. package/src/components/Icons/Action/Room.vue +5 -0
  274. package/src/components/Icons/Action/RoundedCorner.vue +5 -0
  275. package/src/components/Icons/Action/Rowing.vue +5 -0
  276. package/src/components/Icons/Action/Rule.vue +5 -0
  277. package/src/components/Icons/Action/Schedule.vue +5 -0
  278. package/src/components/Icons/Action/Search.vue +5 -0
  279. package/src/components/Icons/Action/SearchOff.vue +10 -0
  280. package/src/components/Icons/Action/Settings.vue +5 -0
  281. package/src/components/Icons/Action/SettingsApplications.vue +5 -0
  282. package/src/components/Icons/Action/SettingsBackupRestore.vue +5 -0
  283. package/src/components/Icons/Action/SettingsBluetooth.vue +19 -0
  284. package/src/components/Icons/Action/SettingsBrightness.vue +5 -0
  285. package/src/components/Icons/Action/SettingsCell.vue +19 -0
  286. package/src/components/Icons/Action/SettingsEthernet.vue +5 -0
  287. package/src/components/Icons/Action/SettingsInputAntenna.vue +5 -0
  288. package/src/components/Icons/Action/SettingsInputComponent.vue +5 -0
  289. package/src/components/Icons/Action/SettingsInputComposite.vue +5 -0
  290. package/src/components/Icons/Action/SettingsInputHdmi.vue +5 -0
  291. package/src/components/Icons/Action/SettingsInputSvideo.vue +5 -0
  292. package/src/components/Icons/Action/SettingsOverscan.vue +5 -0
  293. package/src/components/Icons/Action/SettingsPhone.vue +5 -0
  294. package/src/components/Icons/Action/SettingsPower.vue +5 -0
  295. package/src/components/Icons/Action/SettingsRemote.vue +19 -0
  296. package/src/components/Icons/Action/SettingsVoice.vue +5 -0
  297. package/src/components/Icons/Action/Shop.vue +5 -0
  298. package/src/components/Icons/Action/ShopTwo.vue +5 -0
  299. package/src/components/Icons/Action/ShoppingBag.vue +5 -0
  300. package/src/components/Icons/Action/ShoppingBasket.vue +5 -0
  301. package/src/components/Icons/Action/ShoppingCart.vue +5 -0
  302. package/src/components/Icons/Action/SmartButton.vue +5 -0
  303. package/src/components/Icons/Action/SpeakerNotes.vue +5 -0
  304. package/src/components/Icons/Action/SpeakerNotesOff.vue +5 -0
  305. package/src/components/Icons/Action/Spellcheck.vue +5 -0
  306. package/src/components/Icons/Action/StarRate.vue +5 -0
  307. package/src/components/Icons/Action/Stars.vue +5 -0
  308. package/src/components/Icons/Action/StickyNote2.vue +5 -0
  309. package/src/components/Icons/Action/Store.vue +5 -0
  310. package/src/components/Icons/Action/Subject.vue +5 -0
  311. package/src/components/Icons/Action/SubtitlesOff.vue +10 -0
  312. package/src/components/Icons/Action/SupervisedUserCircle.vue +5 -0
  313. package/src/components/Icons/Action/SupervisorAccount.vue +5 -0
  314. package/src/components/Icons/Action/Support.vue +5 -0
  315. package/src/components/Icons/Action/SwapHoriz.vue +5 -0
  316. package/src/components/Icons/Action/SwapHorizontalCircle.vue +5 -0
  317. package/src/components/Icons/Action/SwapVert.vue +5 -0
  318. package/src/components/Icons/Action/SwapVerticalCircle.vue +5 -0
  319. package/src/components/Icons/Action/SyncAlt.vue +10 -0
  320. package/src/components/Icons/Action/SystemUpdateAlt.vue +5 -0
  321. package/src/components/Icons/Action/Tab.vue +5 -0
  322. package/src/components/Icons/Action/TabUnselected.vue +5 -0
  323. package/src/components/Icons/Action/TableView.vue +5 -0
  324. package/src/components/Icons/Action/TextRotateUp.vue +5 -0
  325. package/src/components/Icons/Action/TextRotateVertical.vue +5 -0
  326. package/src/components/Icons/Action/TextRotationAngledown.vue +5 -0
  327. package/src/components/Icons/Action/TextRotationAngleup.vue +5 -0
  328. package/src/components/Icons/Action/TextRotationDown.vue +5 -0
  329. package/src/components/Icons/Action/TextRotationNone.vue +5 -0
  330. package/src/components/Icons/Action/Theaters.vue +5 -0
  331. package/src/components/Icons/Action/ThumbDown.vue +5 -0
  332. package/src/components/Icons/Action/ThumbUp.vue +5 -0
  333. package/src/components/Icons/Action/ThumbsUpDown.vue +19 -0
  334. package/src/components/Icons/Action/Timeline.vue +5 -0
  335. package/src/components/Icons/Action/Toc.vue +5 -0
  336. package/src/components/Icons/Action/Today.vue +5 -0
  337. package/src/components/Icons/Action/Toll.vue +5 -0
  338. package/src/components/Icons/Action/TouchApp.vue +5 -0
  339. package/src/components/Icons/Action/Tour.vue +5 -0
  340. package/src/components/Icons/Action/TrackChanges.vue +5 -0
  341. package/src/components/Icons/Action/Translate.vue +5 -0
  342. package/src/components/Icons/Action/TrendingDown.vue +5 -0
  343. package/src/components/Icons/Action/TrendingFlat.vue +5 -0
  344. package/src/components/Icons/Action/TrendingUp.vue +5 -0
  345. package/src/components/Icons/Action/TridRotation.vue +19 -0
  346. package/src/components/Icons/Action/TurnedIn.vue +5 -0
  347. package/src/components/Icons/Action/TurnedInNot.vue +5 -0
  348. package/src/components/Icons/Action/Unpublished.vue +5 -0
  349. package/src/components/Icons/Action/Update.vue +5 -0
  350. package/src/components/Icons/Action/Upgrade.vue +5 -0
  351. package/src/components/Icons/Action/Usiness.vue +5 -0
  352. package/src/components/Icons/Action/Verified.vue +5 -0
  353. package/src/components/Icons/Action/VerifiedUser.vue +5 -0
  354. package/src/components/Icons/Action/VerticalSplit.vue +5 -0
  355. package/src/components/Icons/Action/ViewAgenda.vue +5 -0
  356. package/src/components/Icons/Action/ViewArray.vue +5 -0
  357. package/src/components/Icons/Action/ViewCarousel.vue +5 -0
  358. package/src/components/Icons/Action/ViewColumn.vue +5 -0
  359. package/src/components/Icons/Action/ViewDay.vue +5 -0
  360. package/src/components/Icons/Action/ViewHeadline.vue +5 -0
  361. package/src/components/Icons/Action/ViewList.vue +5 -0
  362. package/src/components/Icons/Action/ViewModule.vue +5 -0
  363. package/src/components/Icons/Action/ViewQuilt.vue +5 -0
  364. package/src/components/Icons/Action/ViewSidebar.vue +5 -0
  365. package/src/components/Icons/Action/ViewStream.vue +5 -0
  366. package/src/components/Icons/Action/ViewWeek.vue +5 -0
  367. package/src/components/Icons/Action/Visibility.vue +5 -0
  368. package/src/components/Icons/Action/VisibilityOff.vue +5 -0
  369. package/src/components/Icons/Action/VoiceOverOff.vue +5 -0
  370. package/src/components/Icons/Action/WatchLater.vue +5 -0
  371. package/src/components/Icons/Action/WifiProtectedSetup.vue +10 -0
  372. package/src/components/Icons/Action/Work.vue +5 -0
  373. package/src/components/Icons/Action/WorkOff.vue +5 -0
  374. package/src/components/Icons/Action/WorkOutline.vue +5 -0
  375. package/src/components/Icons/Action/Wysiwyg.vue +5 -0
  376. package/src/components/Icons/Action/YoutubeSearchedFor.vue +5 -0
  377. package/src/components/Icons/Action/ZoomIn.vue +5 -0
  378. package/src/components/Icons/Action/ZoomOut.vue +5 -0
  379. package/src/components/Icons/Alert/AddAlert.vue +5 -0
  380. package/src/components/Icons/Alert/AlertIcons.vue +36 -0
  381. package/src/components/Icons/Alert/AutoDelete.vue +13 -0
  382. package/src/components/Icons/Alert/Error.vue +5 -0
  383. package/src/components/Icons/Alert/ErrorOutline.vue +5 -0
  384. package/src/components/Icons/Alert/NotificationImportant.vue +5 -0
  385. package/src/components/Icons/Alert/Warning.vue +5 -0
  386. package/src/components/Icons/Alert/WarningAmber.vue +5 -0
  387. package/src/components/Icons/AudioVideo/AddToQueue.vue +5 -0
  388. package/src/components/Icons/AudioVideo/Airplay.vue +5 -0
  389. package/src/components/Icons/AudioVideo/Album.vue +5 -0
  390. package/src/components/Icons/AudioVideo/ArtTrack.vue +5 -0
  391. package/src/components/Icons/AudioVideo/AudioVideoIcons.vue +285 -0
  392. package/src/components/Icons/AudioVideo/AvTimer.vue +16 -0
  393. package/src/components/Icons/AudioVideo/BrandingWatermark.vue +5 -0
  394. package/src/components/Icons/AudioVideo/CallToAction.vue +5 -0
  395. package/src/components/Icons/AudioVideo/ClosedCaption.vue +5 -0
  396. package/src/components/Icons/AudioVideo/ClosedCaptionDisabled.vue +5 -0
  397. package/src/components/Icons/AudioVideo/ControlCamera.vue +10 -0
  398. package/src/components/Icons/AudioVideo/Equalizer.vue +5 -0
  399. package/src/components/Icons/AudioVideo/Explicit.vue +5 -0
  400. package/src/components/Icons/AudioVideo/FastForward.vue +5 -0
  401. package/src/components/Icons/AudioVideo/FastRewind.vue +5 -0
  402. package/src/components/Icons/AudioVideo/FeaturedPlayList.vue +5 -0
  403. package/src/components/Icons/AudioVideo/FeaturedVideo.vue +5 -0
  404. package/src/components/Icons/AudioVideo/FiberDvr.vue +5 -0
  405. package/src/components/Icons/AudioVideo/FiberManualRecord.vue +5 -0
  406. package/src/components/Icons/AudioVideo/FiberNew.vue +5 -0
  407. package/src/components/Icons/AudioVideo/FiberPin.vue +5 -0
  408. package/src/components/Icons/AudioVideo/FiberSmartRecord.vue +10 -0
  409. package/src/components/Icons/AudioVideo/Fiveg.vue +10 -0
  410. package/src/components/Icons/AudioVideo/Forward10.vue +5 -0
  411. package/src/components/Icons/AudioVideo/Forward30.vue +5 -0
  412. package/src/components/Icons/AudioVideo/Forward5.vue +5 -0
  413. package/src/components/Icons/AudioVideo/Fourk.vue +5 -0
  414. package/src/components/Icons/AudioVideo/Games.vue +5 -0
  415. package/src/components/Icons/AudioVideo/Hd.vue +5 -0
  416. package/src/components/Icons/AudioVideo/Hearing.vue +5 -0
  417. package/src/components/Icons/AudioVideo/HearingDisabled.vue +5 -0
  418. package/src/components/Icons/AudioVideo/HighQuality.vue +5 -0
  419. package/src/components/Icons/AudioVideo/IcStop.vue +5 -0
  420. package/src/components/Icons/AudioVideo/LibraryAdd.vue +5 -0
  421. package/src/components/Icons/AudioVideo/LibraryAddCheck.vue +5 -0
  422. package/src/components/Icons/AudioVideo/LibraryBooks.vue +5 -0
  423. package/src/components/Icons/AudioVideo/LibraryMusic.vue +5 -0
  424. package/src/components/Icons/AudioVideo/Loop.vue +5 -0
  425. package/src/components/Icons/AudioVideo/Mic.vue +5 -0
  426. package/src/components/Icons/AudioVideo/MicNone.vue +5 -0
  427. package/src/components/Icons/AudioVideo/MicOff.vue +5 -0
  428. package/src/components/Icons/AudioVideo/MissedVideoCall.vue +5 -0
  429. package/src/components/Icons/AudioVideo/Movie.vue +5 -0
  430. package/src/components/Icons/AudioVideo/MusicVideo.vue +5 -0
  431. package/src/components/Icons/AudioVideo/NewReleases.vue +5 -0
  432. package/src/components/Icons/AudioVideo/NotInterested.vue +5 -0
  433. package/src/components/Icons/AudioVideo/Note.vue +5 -0
  434. package/src/components/Icons/AudioVideo/Pause.vue +5 -0
  435. package/src/components/Icons/AudioVideo/PauseCircleFilled.vue +5 -0
  436. package/src/components/Icons/AudioVideo/PauseCircleOutline.vue +5 -0
  437. package/src/components/Icons/AudioVideo/PlayArrow.vue +5 -0
  438. package/src/components/Icons/AudioVideo/PlayCircleFilled.vue +5 -0
  439. package/src/components/Icons/AudioVideo/PlayCircleOutline.vue +5 -0
  440. package/src/components/Icons/AudioVideo/PlaylistAdd.vue +5 -0
  441. package/src/components/Icons/AudioVideo/PlaylistAddCheck.vue +5 -0
  442. package/src/components/Icons/AudioVideo/PlaylistPlay.vue +5 -0
  443. package/src/components/Icons/AudioVideo/Queue.vue +5 -0
  444. package/src/components/Icons/AudioVideo/QueueMusic.vue +5 -0
  445. package/src/components/Icons/AudioVideo/QueuePlayNext.vue +5 -0
  446. package/src/components/Icons/AudioVideo/Radio.vue +5 -0
  447. package/src/components/Icons/AudioVideo/RecentActors.vue +5 -0
  448. package/src/components/Icons/AudioVideo/RemoveFromQueue.vue +5 -0
  449. package/src/components/Icons/AudioVideo/Repeat.vue +5 -0
  450. package/src/components/Icons/AudioVideo/RepeatOne.vue +5 -0
  451. package/src/components/Icons/AudioVideo/Replay.vue +5 -0
  452. package/src/components/Icons/AudioVideo/Replay10.vue +5 -0
  453. package/src/components/Icons/AudioVideo/Replay30.vue +5 -0
  454. package/src/components/Icons/AudioVideo/Replay5.vue +5 -0
  455. package/src/components/Icons/AudioVideo/Shuffle.vue +5 -0
  456. package/src/components/Icons/AudioVideo/SkipNext.vue +5 -0
  457. package/src/components/Icons/AudioVideo/SkipPrevious.vue +5 -0
  458. package/src/components/Icons/AudioVideo/SlowMotionVideo.vue +5 -0
  459. package/src/components/Icons/AudioVideo/Snooze.vue +5 -0
  460. package/src/components/Icons/AudioVideo/SortByAlpha.vue +5 -0
  461. package/src/components/Icons/AudioVideo/Speed.vue +10 -0
  462. package/src/components/Icons/AudioVideo/StopCircle.vue +7 -0
  463. package/src/components/Icons/AudioVideo/Subscriptions.vue +5 -0
  464. package/src/components/Icons/AudioVideo/Subtitles.vue +5 -0
  465. package/src/components/Icons/AudioVideo/SurroundSound.vue +5 -0
  466. package/src/components/Icons/AudioVideo/VideoCall.vue +5 -0
  467. package/src/components/Icons/AudioVideo/VideoLabel.vue +5 -0
  468. package/src/components/Icons/AudioVideo/VideoLibrary.vue +5 -0
  469. package/src/components/Icons/AudioVideo/VideoSettings.vue +11 -0
  470. package/src/components/Icons/AudioVideo/Videocam.vue +5 -0
  471. package/src/components/Icons/AudioVideo/VideocamOff.vue +5 -0
  472. package/src/components/Icons/AudioVideo/VolumeDown.vue +5 -0
  473. package/src/components/Icons/AudioVideo/VolumeMute.vue +5 -0
  474. package/src/components/Icons/AudioVideo/VolumeOff.vue +5 -0
  475. package/src/components/Icons/AudioVideo/VolumeUp.vue +5 -0
  476. package/src/components/Icons/AudioVideo/Web.vue +5 -0
  477. package/src/components/Icons/AudioVideo/WebAsset.vue +5 -0
  478. package/src/components/Icons/Communication/AddIcCall.vue +5 -0
  479. package/src/components/Icons/Communication/AlternateEmail.vue +5 -0
  480. package/src/components/Icons/Communication/Business.vue +5 -0
  481. package/src/components/Icons/Communication/Call.vue +5 -0
  482. package/src/components/Icons/Communication/CallEnd.vue +5 -0
  483. package/src/components/Icons/Communication/CallMade.vue +5 -0
  484. package/src/components/Icons/Communication/CallMerge.vue +5 -0
  485. package/src/components/Icons/Communication/CallMissed.vue +5 -0
  486. package/src/components/Icons/Communication/CallMissedOutgoing.vue +5 -0
  487. package/src/components/Icons/Communication/CallReceived.vue +5 -0
  488. package/src/components/Icons/Communication/CallSplit.vue +5 -0
  489. package/src/components/Icons/Communication/CancelPresentation.vue +5 -0
  490. package/src/components/Icons/Communication/Chat.vue +5 -0
  491. package/src/components/Icons/Communication/ChatBubble.vue +5 -0
  492. package/src/components/Icons/Communication/ChatBubbleOutline.vue +5 -0
  493. package/src/components/Icons/Communication/ClearAll.vue +5 -0
  494. package/src/components/Icons/Communication/Comment.vue +5 -0
  495. package/src/components/Icons/Communication/CommunicationIcons.vue +255 -0
  496. package/src/components/Icons/Communication/ContactMail.vue +5 -0
  497. package/src/components/Icons/Communication/ContactPhone.vue +5 -0
  498. package/src/components/Icons/Communication/Contacts.vue +19 -0
  499. package/src/components/Icons/Communication/DesktopAccessDisabled.vue +5 -0
  500. package/src/components/Icons/Communication/DialerSip.vue +5 -0
  501. package/src/components/Icons/Communication/Dialpad.vue +5 -0
  502. package/src/components/Icons/Communication/DomainDisabled.vue +5 -0
  503. package/src/components/Icons/Communication/DomainVerification.vue +10 -0
  504. package/src/components/Icons/Communication/Duo.vue +5 -0
  505. package/src/components/Icons/Communication/Email.vue +5 -0
  506. package/src/components/Icons/Communication/Forum.vue +5 -0
  507. package/src/components/Icons/Communication/ForwardToInbox.vue +5 -0
  508. package/src/components/Icons/Communication/HourglassBottom.vue +5 -0
  509. package/src/components/Icons/Communication/HourglassTop.vue +5 -0
  510. package/src/components/Icons/Communication/ImportContacts.vue +5 -0
  511. package/src/components/Icons/Communication/ImportExport.vue +5 -0
  512. package/src/components/Icons/Communication/InvertColorsOff.vue +5 -0
  513. package/src/components/Icons/Communication/ListAlt.vue +5 -0
  514. package/src/components/Icons/Communication/LiveHelp.vue +5 -0
  515. package/src/components/Icons/Communication/LocationOff.vue +5 -0
  516. package/src/components/Icons/Communication/LocationOn.vue +5 -0
  517. package/src/components/Icons/Communication/MailOutline.vue +5 -0
  518. package/src/components/Icons/Communication/MarkChatRead.vue +5 -0
  519. package/src/components/Icons/Communication/MarkChatUnread.vue +19 -0
  520. package/src/components/Icons/Communication/MarkEmailRead.vue +5 -0
  521. package/src/components/Icons/Communication/MarkEmailUnread.vue +5 -0
  522. package/src/components/Icons/Communication/Message.vue +5 -0
  523. package/src/components/Icons/Communication/MobileScreenShare.vue +5 -0
  524. package/src/components/Icons/Communication/MoreTime.vue +13 -0
  525. package/src/components/Icons/Communication/Nat.vue +10 -0
  526. package/src/components/Icons/Communication/NoSim.vue +5 -0
  527. package/src/components/Icons/Communication/PausePresentation.vue +5 -0
  528. package/src/components/Icons/Communication/PersonAddDisabled.vue +5 -0
  529. package/src/components/Icons/Communication/PersonSearch.vue +13 -0
  530. package/src/components/Icons/Communication/Phone.vue +5 -0
  531. package/src/components/Icons/Communication/PhoneDisabled.vue +5 -0
  532. package/src/components/Icons/Communication/PhoneEnabled.vue +5 -0
  533. package/src/components/Icons/Communication/PhonelinkErase.vue +5 -0
  534. package/src/components/Icons/Communication/PhonelinkLock.vue +5 -0
  535. package/src/components/Icons/Communication/PhonelinkRing.vue +5 -0
  536. package/src/components/Icons/Communication/PhonelinkSetup.vue +5 -0
  537. package/src/components/Icons/Communication/PortableWifiOff.vue +5 -0
  538. package/src/components/Icons/Communication/PresentToAll.vue +5 -0
  539. package/src/components/Icons/Communication/PrintDisabled.vue +5 -0
  540. package/src/components/Icons/Communication/QrCode.vue +37 -0
  541. package/src/components/Icons/Communication/QrCodeScanner.vue +5 -0
  542. package/src/components/Icons/Communication/ReadMore.vue +16 -0
  543. package/src/components/Icons/Communication/RingVolume.vue +5 -0
  544. package/src/components/Icons/Communication/RssFeed.vue +10 -0
  545. package/src/components/Icons/Communication/ScreenShare.vue +5 -0
  546. package/src/components/Icons/Communication/SentimentSatisfiedAlt.vue +13 -0
  547. package/src/components/Icons/Communication/SpeakerPhone.vue +5 -0
  548. package/src/components/Icons/Communication/StayCurrentLandscape.vue +5 -0
  549. package/src/components/Icons/Communication/StayCurrentPortrait.vue +5 -0
  550. package/src/components/Icons/Communication/StayPrimaryLandscape.vue +5 -0
  551. package/src/components/Icons/Communication/StayPrimaryPortrait.vue +5 -0
  552. package/src/components/Icons/Communication/StopScreenShare.vue +5 -0
  553. package/src/components/Icons/Communication/SwapCalls.vue +5 -0
  554. package/src/components/Icons/Communication/Textsms.vue +5 -0
  555. package/src/components/Icons/Communication/Unsubscribe.vue +5 -0
  556. package/src/components/Icons/Communication/Voicemail.vue +5 -0
  557. package/src/components/Icons/Communication/VpnKey.vue +5 -0
  558. package/src/components/Icons/Communication/WifiCalling.vue +10 -0
  559. package/src/components/Icons/Content/Add.vue +5 -0
  560. package/src/components/Icons/Content/AddBox.vue +5 -0
  561. package/src/components/Icons/Content/AddCircle.vue +5 -0
  562. package/src/components/Icons/Content/AddCircleOutline.vue +5 -0
  563. package/src/components/Icons/Content/AmpStories.vue +13 -0
  564. package/src/components/Icons/Content/Archive.vue +5 -0
  565. package/src/components/Icons/Content/Attribution.vue +10 -0
  566. package/src/components/Icons/Content/Backspace.vue +19 -0
  567. package/src/components/Icons/Content/Ballot.vue +5 -0
  568. package/src/components/Icons/Content/Biotech.vue +13 -0
  569. package/src/components/Icons/Content/Block.vue +5 -0
  570. package/src/components/Icons/Content/Calculate.vue +5 -0
  571. package/src/components/Icons/Content/Clear.vue +5 -0
  572. package/src/components/Icons/Content/ContentCopy.vue +5 -0
  573. package/src/components/Icons/Content/ContentCut.vue +5 -0
  574. package/src/components/Icons/Content/ContentIcons.vue +198 -0
  575. package/src/components/Icons/Content/ContentPaste.vue +19 -0
  576. package/src/components/Icons/Content/Create.vue +5 -0
  577. package/src/components/Icons/Content/DeleteSweep.vue +5 -0
  578. package/src/components/Icons/Content/Drafts.vue +5 -0
  579. package/src/components/Icons/Content/DynamicFeed.vue +13 -0
  580. package/src/components/Icons/Content/FileCopy.vue +5 -0
  581. package/src/components/Icons/Content/FilterList.vue +5 -0
  582. package/src/components/Icons/Content/Flag.vue +5 -0
  583. package/src/components/Icons/Content/FontDownload.vue +5 -0
  584. package/src/components/Icons/Content/Forward.vue +5 -0
  585. package/src/components/Icons/Content/Gesture.vue +5 -0
  586. package/src/components/Icons/Content/HowToReg.vue +10 -0
  587. package/src/components/Icons/Content/HowToVote.vue +5 -0
  588. package/src/components/Icons/Content/IcLink.vue +5 -0
  589. package/src/components/Icons/Content/Inbox.vue +5 -0
  590. package/src/components/Icons/Content/Insights.vue +13 -0
  591. package/src/components/Icons/Content/LinkOff.vue +5 -0
  592. package/src/components/Icons/Content/LowPriority.vue +5 -0
  593. package/src/components/Icons/Content/Mail.vue +5 -0
  594. package/src/components/Icons/Content/Markunread.vue +5 -0
  595. package/src/components/Icons/Content/MoveToInbox.vue +5 -0
  596. package/src/components/Icons/Content/NextWeek.vue +5 -0
  597. package/src/components/Icons/Content/OutlinedFlag.vue +5 -0
  598. package/src/components/Icons/Content/Policy.vue +10 -0
  599. package/src/components/Icons/Content/PushPin.vue +7 -0
  600. package/src/components/Icons/Content/Redo.vue +5 -0
  601. package/src/components/Icons/Content/Remove.vue +5 -0
  602. package/src/components/Icons/Content/RemoveCircle.vue +5 -0
  603. package/src/components/Icons/Content/RemoveCircleOutline.vue +5 -0
  604. package/src/components/Icons/Content/Reply.vue +5 -0
  605. package/src/components/Icons/Content/ReplyAll.vue +19 -0
  606. package/src/components/Icons/Content/Report.vue +5 -0
  607. package/src/components/Icons/Content/ReportGmailerrorred.vue +13 -0
  608. package/src/components/Icons/Content/ReportOff.vue +5 -0
  609. package/src/components/Icons/Content/Save.vue +5 -0
  610. package/src/components/Icons/Content/SaveAlt.vue +5 -0
  611. package/src/components/Icons/Content/SelectAll.vue +5 -0
  612. package/src/components/Icons/Content/Send.vue +5 -0
  613. package/src/components/Icons/Content/Sort.vue +5 -0
  614. package/src/components/Icons/Content/SquareFoot.vue +5 -0
  615. package/src/components/Icons/Content/TextFormat.vue +5 -0
  616. package/src/components/Icons/Content/Unarchive.vue +5 -0
  617. package/src/components/Icons/Content/Undo.vue +5 -0
  618. package/src/components/Icons/Content/Waves.vue +5 -0
  619. package/src/components/Icons/Content/Weekend.vue +5 -0
  620. package/src/components/Icons/Content/WhereToVote.vue +5 -0
  621. package/src/components/Icons/Device/AccessAlarm.vue +5 -0
  622. package/src/components/Icons/Device/AccessAlarms.vue +5 -0
  623. package/src/components/Icons/Device/AccessTime.vue +5 -0
  624. package/src/components/Icons/Device/AdUnits.vue +10 -0
  625. package/src/components/Icons/Device/AddAlarm.vue +5 -0
  626. package/src/components/Icons/Device/AddToHomeScreen.vue +5 -0
  627. package/src/components/Icons/Device/AirplanemodeActive.vue +5 -0
  628. package/src/components/Icons/Device/AirplanemodeInactive.vue +5 -0
  629. package/src/components/Icons/Device/BatteryAlert.vue +5 -0
  630. package/src/components/Icons/Device/BatteryChargingFull.vue +5 -0
  631. package/src/components/Icons/Device/BatteryFull.vue +5 -0
  632. package/src/components/Icons/Device/BatteryStd.vue +5 -0
  633. package/src/components/Icons/Device/BatteryUnknown.vue +5 -0
  634. package/src/components/Icons/Device/Bluetooth.vue +5 -0
  635. package/src/components/Icons/Device/BluetoothConnected.vue +5 -0
  636. package/src/components/Icons/Device/BluetoothDisabled.vue +5 -0
  637. package/src/components/Icons/Device/BluetoothSearching.vue +5 -0
  638. package/src/components/Icons/Device/BrightnessAuto.vue +5 -0
  639. package/src/components/Icons/Device/BrightnessHigh.vue +5 -0
  640. package/src/components/Icons/Device/BrightnessLow.vue +5 -0
  641. package/src/components/Icons/Device/BrightnessMedium.vue +5 -0
  642. package/src/components/Icons/Device/DataUsage.vue +5 -0
  643. package/src/components/Icons/Device/DeveloperMode.vue +5 -0
  644. package/src/components/Icons/Device/DeviceIcons.vue +187 -0
  645. package/src/components/Icons/Device/Devices.vue +5 -0
  646. package/src/components/Icons/Device/Dvr.vue +5 -0
  647. package/src/components/Icons/Device/GpsFixed.vue +5 -0
  648. package/src/components/Icons/Device/GpsNotFixed.vue +5 -0
  649. package/src/components/Icons/Device/GpsOff.vue +5 -0
  650. package/src/components/Icons/Device/GraphicEq.vue +5 -0
  651. package/src/components/Icons/Device/LocationDisabled.vue +5 -0
  652. package/src/components/Icons/Device/LocationSearching.vue +5 -0
  653. package/src/components/Icons/Device/MobileFriendly.vue +5 -0
  654. package/src/components/Icons/Device/MobileOff.vue +5 -0
  655. package/src/components/Icons/Device/Nfc.vue +5 -0
  656. package/src/components/Icons/Device/ScreenLockLandscape.vue +5 -0
  657. package/src/components/Icons/Device/ScreenLockPortrait.vue +5 -0
  658. package/src/components/Icons/Device/ScreenLockRotation.vue +5 -0
  659. package/src/components/Icons/Device/ScreenRotation.vue +19 -0
  660. package/src/components/Icons/Device/SdStorage.vue +5 -0
  661. package/src/components/Icons/Device/SettingsSystemDaydream.vue +5 -0
  662. package/src/components/Icons/Device/SignalCellular4Bar.vue +5 -0
  663. package/src/components/Icons/Device/SignalCellularAlt.vue +5 -0
  664. package/src/components/Icons/Device/SignalCellularConnectedNoInternet4Bar.vue +5 -0
  665. package/src/components/Icons/Device/SignalCellularNoSim.vue +5 -0
  666. package/src/components/Icons/Device/SignalCellularNull.vue +5 -0
  667. package/src/components/Icons/Device/SignalCellularOff.vue +5 -0
  668. package/src/components/Icons/Device/SignalWifi4Bar.vue +5 -0
  669. package/src/components/Icons/Device/SignalWifi4BarLock.vue +5 -0
  670. package/src/components/Icons/Device/SignalWifiOff.vue +5 -0
  671. package/src/components/Icons/Device/Storage.vue +5 -0
  672. package/src/components/Icons/Device/Thermostat.vue +5 -0
  673. package/src/components/Icons/Device/Usb.vue +5 -0
  674. package/src/components/Icons/Device/Wallpaper.vue +5 -0
  675. package/src/components/Icons/Device/Widgets.vue +5 -0
  676. package/src/components/Icons/Device/WifiLock.vue +5 -0
  677. package/src/components/Icons/Device/WifiTethering.vue +5 -0
  678. package/src/components/Icons/Editor/AddComment.vue +5 -0
  679. package/src/components/Icons/Editor/AttachFile.vue +5 -0
  680. package/src/components/Icons/Editor/AttachMoney.vue +5 -0
  681. package/src/components/Icons/Editor/BarChart.vue +5 -0
  682. package/src/components/Icons/Editor/BorderAll.vue +5 -0
  683. package/src/components/Icons/Editor/BorderBottom.vue +5 -0
  684. package/src/components/Icons/Editor/BorderClear.vue +5 -0
  685. package/src/components/Icons/Editor/BorderHorizontal.vue +5 -0
  686. package/src/components/Icons/Editor/BorderInner.vue +5 -0
  687. package/src/components/Icons/Editor/BorderLeft.vue +5 -0
  688. package/src/components/Icons/Editor/BorderOuter.vue +5 -0
  689. package/src/components/Icons/Editor/BorderRight.vue +5 -0
  690. package/src/components/Icons/Editor/BorderStyle.vue +5 -0
  691. package/src/components/Icons/Editor/BorderTop.vue +5 -0
  692. package/src/components/Icons/Editor/BorderVertical.vue +5 -0
  693. package/src/components/Icons/Editor/BubbleChart.vue +13 -0
  694. package/src/components/Icons/Editor/DragHandle.vue +5 -0
  695. package/src/components/Icons/Editor/EditorIcons.vue +264 -0
  696. package/src/components/Icons/Editor/FormatAlignCenter.vue +5 -0
  697. package/src/components/Icons/Editor/FormatAlignJustify.vue +5 -0
  698. package/src/components/Icons/Editor/FormatAlignLeft.vue +5 -0
  699. package/src/components/Icons/Editor/FormatAlignRight.vue +5 -0
  700. package/src/components/Icons/Editor/FormatBold.vue +5 -0
  701. package/src/components/Icons/Editor/FormatClear.vue +5 -0
  702. package/src/components/Icons/Editor/FormatColorReset.vue +5 -0
  703. package/src/components/Icons/Editor/FormatIndentDecrease.vue +5 -0
  704. package/src/components/Icons/Editor/FormatIndentIncrease.vue +5 -0
  705. package/src/components/Icons/Editor/FormatItalic.vue +5 -0
  706. package/src/components/Icons/Editor/FormatLineSpacing.vue +5 -0
  707. package/src/components/Icons/Editor/FormatListBulleted.vue +5 -0
  708. package/src/components/Icons/Editor/FormatListNumbered.vue +5 -0
  709. package/src/components/Icons/Editor/FormatListNumberedRtl.vue +5 -0
  710. package/src/components/Icons/Editor/FormatPaint.vue +5 -0
  711. package/src/components/Icons/Editor/FormatQuote.vue +5 -0
  712. package/src/components/Icons/Editor/FormatShapes.vue +5 -0
  713. package/src/components/Icons/Editor/FormatSize.vue +5 -0
  714. package/src/components/Icons/Editor/FormatStrikethrough.vue +5 -0
  715. package/src/components/Icons/Editor/FormatTextdirectionLToR.vue +5 -0
  716. package/src/components/Icons/Editor/FormatTextdirectionRToL.vue +5 -0
  717. package/src/components/Icons/Editor/FormatUnderlined.vue +5 -0
  718. package/src/components/Icons/Editor/Functions.vue +5 -0
  719. package/src/components/Icons/Editor/Height.vue +5 -0
  720. package/src/components/Icons/Editor/Highlight.vue +5 -0
  721. package/src/components/Icons/Editor/HorizontalRule.vue +7 -0
  722. package/src/components/Icons/Editor/IcTitle.vue +5 -0
  723. package/src/components/Icons/Editor/InsertChart.vue +5 -0
  724. package/src/components/Icons/Editor/InsertChartOutlined.vue +5 -0
  725. package/src/components/Icons/Editor/InsertComment.vue +5 -0
  726. package/src/components/Icons/Editor/InsertDriveFile.vue +5 -0
  727. package/src/components/Icons/Editor/InsertEmoticon.vue +5 -0
  728. package/src/components/Icons/Editor/InsertInvitation.vue +5 -0
  729. package/src/components/Icons/Editor/InsertLink.vue +5 -0
  730. package/src/components/Icons/Editor/InsertPhoto.vue +5 -0
  731. package/src/components/Icons/Editor/LinearScale.vue +5 -0
  732. package/src/components/Icons/Editor/MergeType.vue +5 -0
  733. package/src/components/Icons/Editor/Mode.vue +5 -0
  734. package/src/components/Icons/Editor/ModeComment.vue +5 -0
  735. package/src/components/Icons/Editor/MonetizationOn.vue +5 -0
  736. package/src/components/Icons/Editor/MoneyOff.vue +5 -0
  737. package/src/components/Icons/Editor/MoneyOffCsred.vue +5 -0
  738. package/src/components/Icons/Editor/MultilineChart.vue +5 -0
  739. package/src/components/Icons/Editor/Notes.vue +5 -0
  740. package/src/components/Icons/Editor/PieChart.vue +5 -0
  741. package/src/components/Icons/Editor/PieChartOutline.vue +5 -0
  742. package/src/components/Icons/Editor/PostAdd.vue +19 -0
  743. package/src/components/Icons/Editor/Publish.vue +5 -0
  744. package/src/components/Icons/Editor/ScatterPlot.vue +13 -0
  745. package/src/components/Icons/Editor/Score.vue +5 -0
  746. package/src/components/Icons/Editor/ShortText.vue +5 -0
  747. package/src/components/Icons/Editor/ShowChart.vue +5 -0
  748. package/src/components/Icons/Editor/SpaceBar.vue +5 -0
  749. package/src/components/Icons/Editor/StackedLineChart.vue +5 -0
  750. package/src/components/Icons/Editor/StrikethroughS.vue +5 -0
  751. package/src/components/Icons/Editor/Subscript.vue +5 -0
  752. package/src/components/Icons/Editor/Superscript.vue +5 -0
  753. package/src/components/Icons/Editor/TableChart.vue +5 -0
  754. package/src/components/Icons/Editor/TableRows.vue +5 -0
  755. package/src/components/Icons/Editor/TextFields.vue +5 -0
  756. package/src/components/Icons/Editor/VerticalAlignBottom.vue +5 -0
  757. package/src/components/Icons/Editor/VerticalAlignCenter.vue +5 -0
  758. package/src/components/Icons/Editor/VerticalAlignTop.vue +5 -0
  759. package/src/components/Icons/Editor/WrapText.vue +5 -0
  760. package/src/components/Icons/File/AttachEmail.vue +10 -0
  761. package/src/components/Icons/File/Attachment.vue +5 -0
  762. package/src/components/Icons/File/Cloud.vue +5 -0
  763. package/src/components/Icons/File/CloudCircle.vue +5 -0
  764. package/src/components/Icons/File/CloudDone.vue +5 -0
  765. package/src/components/Icons/File/CloudDownload.vue +5 -0
  766. package/src/components/Icons/File/CloudOff.vue +5 -0
  767. package/src/components/Icons/File/CloudQueue.vue +5 -0
  768. package/src/components/Icons/File/CloudUpload.vue +5 -0
  769. package/src/components/Icons/File/CreateNewFolder.vue +5 -0
  770. package/src/components/Icons/File/Download.vue +5 -0
  771. package/src/components/Icons/File/DownloadDone.vue +5 -0
  772. package/src/components/Icons/File/FileIcons.vue +78 -0
  773. package/src/components/Icons/File/Folder.vue +5 -0
  774. package/src/components/Icons/File/FolderOpen.vue +5 -0
  775. package/src/components/Icons/File/FolderShared.vue +5 -0
  776. package/src/components/Icons/File/RequestQuote.vue +5 -0
  777. package/src/components/Icons/File/RuleFolder.vue +5 -0
  778. package/src/components/Icons/File/SnippetFolder.vue +5 -0
  779. package/src/components/Icons/File/TextSnippet.vue +5 -0
  780. package/src/components/Icons/File/Topic.vue +5 -0
  781. package/src/components/Icons/File/Upload.vue +5 -0
  782. package/src/components/Icons/Hardware/BrowserNotSupported.vue +10 -0
  783. package/src/components/Icons/Hardware/Cast.vue +5 -0
  784. package/src/components/Icons/Hardware/CastConnected.vue +5 -0
  785. package/src/components/Icons/Hardware/CastForEducation.vue +5 -0
  786. package/src/components/Icons/Hardware/Computer.vue +5 -0
  787. package/src/components/Icons/Hardware/DesktopMac.vue +5 -0
  788. package/src/components/Icons/Hardware/DesktopWindows.vue +5 -0
  789. package/src/components/Icons/Hardware/DeveloperBoard.vue +5 -0
  790. package/src/components/Icons/Hardware/DeviceHub.vue +5 -0
  791. package/src/components/Icons/Hardware/DeviceUnknown.vue +5 -0
  792. package/src/components/Icons/Hardware/DevicesOther.vue +5 -0
  793. package/src/components/Icons/Hardware/Dock.vue +5 -0
  794. package/src/components/Icons/Hardware/Gamepad.vue +5 -0
  795. package/src/components/Icons/Hardware/HardwareIcons.vue +171 -0
  796. package/src/components/Icons/Hardware/Headset.vue +5 -0
  797. package/src/components/Icons/Hardware/HeadsetMic.vue +5 -0
  798. package/src/components/Icons/Hardware/Keyboard.vue +5 -0
  799. package/src/components/Icons/Hardware/KeyboardArrowDown.vue +5 -0
  800. package/src/components/Icons/Hardware/KeyboardArrowLeft.vue +5 -0
  801. package/src/components/Icons/Hardware/KeyboardArrowRight.vue +5 -0
  802. package/src/components/Icons/Hardware/KeyboardArrowUp.vue +5 -0
  803. package/src/components/Icons/Hardware/KeyboardBackspace.vue +5 -0
  804. package/src/components/Icons/Hardware/KeyboardCapslock.vue +5 -0
  805. package/src/components/Icons/Hardware/KeyboardHide.vue +5 -0
  806. package/src/components/Icons/Hardware/KeyboardReturn.vue +5 -0
  807. package/src/components/Icons/Hardware/KeyboardTab.vue +5 -0
  808. package/src/components/Icons/Hardware/KeyboardVoice.vue +5 -0
  809. package/src/components/Icons/Hardware/Laptop.vue +5 -0
  810. package/src/components/Icons/Hardware/LaptopChromebook.vue +5 -0
  811. package/src/components/Icons/Hardware/LaptopMac.vue +5 -0
  812. package/src/components/Icons/Hardware/LaptopWindows.vue +5 -0
  813. package/src/components/Icons/Hardware/Memory.vue +5 -0
  814. package/src/components/Icons/Hardware/Mouse.vue +5 -0
  815. package/src/components/Icons/Hardware/PhoneAndroid.vue +5 -0
  816. package/src/components/Icons/Hardware/PhoneIphone.vue +5 -0
  817. package/src/components/Icons/Hardware/Phonelink.vue +5 -0
  818. package/src/components/Icons/Hardware/PhonelinkOff.vue +5 -0
  819. package/src/components/Icons/Hardware/PointOfSale.vue +5 -0
  820. package/src/components/Icons/Hardware/PowerInput.vue +5 -0
  821. package/src/components/Icons/Hardware/Router.vue +5 -0
  822. package/src/components/Icons/Hardware/Scanner.vue +5 -0
  823. package/src/components/Icons/Hardware/Security.vue +5 -0
  824. package/src/components/Icons/Hardware/SimCard.vue +5 -0
  825. package/src/components/Icons/Hardware/Smartphone.vue +5 -0
  826. package/src/components/Icons/Hardware/Speaker.vue +5 -0
  827. package/src/components/Icons/Hardware/SpeakerGroup.vue +13 -0
  828. package/src/components/Icons/Hardware/Tablet.vue +5 -0
  829. package/src/components/Icons/Hardware/TabletAndroid.vue +19 -0
  830. package/src/components/Icons/Hardware/TabletMac.vue +19 -0
  831. package/src/components/Icons/Hardware/Toys.vue +5 -0
  832. package/src/components/Icons/Hardware/Tv.vue +5 -0
  833. package/src/components/Icons/Hardware/VideogameAsset.vue +5 -0
  834. package/src/components/Icons/Hardware/Watch.vue +19 -0
  835. package/src/components/Icons/Home/HomeIcons.vue +21 -0
  836. package/src/components/Icons/Home/SensorDoor.vue +5 -0
  837. package/src/components/Icons/Home/SensorWindow.vue +5 -0
  838. package/src/components/Icons/Image/AddAPhoto.vue +13 -0
  839. package/src/components/Icons/Image/AddPhotoAlternate.vue +5 -0
  840. package/src/components/Icons/Image/AddToPhotos.vue +5 -0
  841. package/src/components/Icons/Image/Adjust.vue +5 -0
  842. package/src/components/Icons/Image/Assistant.vue +5 -0
  843. package/src/components/Icons/Image/AssistantPhoto.vue +5 -0
  844. package/src/components/Icons/Image/Audiotrack.vue +5 -0
  845. package/src/components/Icons/Image/Bedtime.vue +5 -0
  846. package/src/components/Icons/Image/BlurCircular.vue +5 -0
  847. package/src/components/Icons/Image/BlurLinear.vue +5 -0
  848. package/src/components/Icons/Image/BlurOff.vue +43 -0
  849. package/src/components/Icons/Image/BlurOn.vue +5 -0
  850. package/src/components/Icons/Image/Brightness1.vue +5 -0
  851. package/src/components/Icons/Image/Brightness2.vue +5 -0
  852. package/src/components/Icons/Image/Brightness3.vue +5 -0
  853. package/src/components/Icons/Image/Brightness4.vue +5 -0
  854. package/src/components/Icons/Image/Brightness5.vue +5 -0
  855. package/src/components/Icons/Image/Brightness6.vue +5 -0
  856. package/src/components/Icons/Image/Brightness7.vue +5 -0
  857. package/src/components/Icons/Image/BrokenImage.vue +5 -0
  858. package/src/components/Icons/Image/Brush.vue +5 -0
  859. package/src/components/Icons/Image/BurstMode.vue +5 -0
  860. package/src/components/Icons/Image/Camera.vue +5 -0
  861. package/src/components/Icons/Image/CameraAlt.vue +10 -0
  862. package/src/components/Icons/Image/CameraFront.vue +19 -0
  863. package/src/components/Icons/Image/CameraRear.vue +19 -0
  864. package/src/components/Icons/Image/CameraRoll.vue +5 -0
  865. package/src/components/Icons/Image/CenterFocusStrong.vue +5 -0
  866. package/src/components/Icons/Image/CenterFocusWeak.vue +5 -0
  867. package/src/components/Icons/Image/Collections.vue +5 -0
  868. package/src/components/Icons/Image/CollectionsBookmark.vue +5 -0
  869. package/src/components/Icons/Image/ColorLens.vue +5 -0
  870. package/src/components/Icons/Image/Colorize.vue +5 -0
  871. package/src/components/Icons/Image/Compare.vue +5 -0
  872. package/src/components/Icons/Image/ControlPoint.vue +5 -0
  873. package/src/components/Icons/Image/ControlPointDuplicate.vue +5 -0
  874. package/src/components/Icons/Image/Crop.vue +5 -0
  875. package/src/components/Icons/Image/Crop169.vue +5 -0
  876. package/src/components/Icons/Image/Crop32.vue +5 -0
  877. package/src/components/Icons/Image/Crop54.vue +5 -0
  878. package/src/components/Icons/Image/Crop75.vue +5 -0
  879. package/src/components/Icons/Image/CropDin.vue +5 -0
  880. package/src/components/Icons/Image/CropFree.vue +5 -0
  881. package/src/components/Icons/Image/CropLandscape.vue +5 -0
  882. package/src/components/Icons/Image/CropOriginal.vue +5 -0
  883. package/src/components/Icons/Image/CropPortrait.vue +5 -0
  884. package/src/components/Icons/Image/CropRotate.vue +19 -0
  885. package/src/components/Icons/Image/CropSquare.vue +5 -0
  886. package/src/components/Icons/Image/Dehaze.vue +5 -0
  887. package/src/components/Icons/Image/Edit.vue +5 -0
  888. package/src/components/Icons/Image/Euro.vue +5 -0
  889. package/src/components/Icons/Image/Exposure.vue +5 -0
  890. package/src/components/Icons/Image/ExposureNeg1.vue +5 -0
  891. package/src/components/Icons/Image/ExposureNeg2.vue +5 -0
  892. package/src/components/Icons/Image/ExposurePlus1.vue +5 -0
  893. package/src/components/Icons/Image/ExposurePlus2.vue +5 -0
  894. package/src/components/Icons/Image/ExposureZero.vue +5 -0
  895. package/src/components/Icons/Image/Filter1.vue +5 -0
  896. package/src/components/Icons/Image/Filter2.vue +5 -0
  897. package/src/components/Icons/Image/Filter3.vue +5 -0
  898. package/src/components/Icons/Image/Filter4.vue +5 -0
  899. package/src/components/Icons/Image/Filter5.vue +5 -0
  900. package/src/components/Icons/Image/Filter6.vue +5 -0
  901. package/src/components/Icons/Image/Filter7.vue +5 -0
  902. package/src/components/Icons/Image/Filter8.vue +5 -0
  903. package/src/components/Icons/Image/Filter9.vue +5 -0
  904. package/src/components/Icons/Image/Filter9Plus.vue +5 -0
  905. package/src/components/Icons/Image/FilterBAndW.vue +5 -0
  906. package/src/components/Icons/Image/FilterCenterFocus.vue +5 -0
  907. package/src/components/Icons/Image/FilterDrama.vue +5 -0
  908. package/src/components/Icons/Image/FilterFrames.vue +19 -0
  909. package/src/components/Icons/Image/FilterHdr.vue +5 -0
  910. package/src/components/Icons/Image/FilterNone.vue +5 -0
  911. package/src/components/Icons/Image/FilterTiltShift.vue +5 -0
  912. package/src/components/Icons/Image/FilterVintage.vue +19 -0
  913. package/src/components/Icons/Image/Flare.vue +5 -0
  914. package/src/components/Icons/Image/FlashAuto.vue +5 -0
  915. package/src/components/Icons/Image/FlashOff.vue +5 -0
  916. package/src/components/Icons/Image/FlashOn.vue +5 -0
  917. package/src/components/Icons/Image/Flip.vue +5 -0
  918. package/src/components/Icons/Image/FlipCameraAndroid.vue +13 -0
  919. package/src/components/Icons/Image/FlipCameraIos.vue +5 -0
  920. package/src/components/Icons/Image/Gradient.vue +5 -0
  921. package/src/components/Icons/Image/Grain.vue +5 -0
  922. package/src/components/Icons/Image/GridOff.vue +5 -0
  923. package/src/components/Icons/Image/GridOn.vue +5 -0
  924. package/src/components/Icons/Image/HdrOff.vue +5 -0
  925. package/src/components/Icons/Image/HdrOn.vue +5 -0
  926. package/src/components/Icons/Image/HdrStrong.vue +5 -0
  927. package/src/components/Icons/Image/HdrWeak.vue +5 -0
  928. package/src/components/Icons/Image/Healing.vue +5 -0
  929. package/src/components/Icons/Image/IcDetails.vue +5 -0
  930. package/src/components/Icons/Image/IcFilter.vue +5 -0
  931. package/src/components/Icons/Image/IcImage.vue +5 -0
  932. package/src/components/Icons/Image/IcStyle.vue +5 -0
  933. package/src/components/Icons/Image/ImageAspectRatio.vue +5 -0
  934. package/src/components/Icons/Image/ImageIcons.vue +524 -0
  935. package/src/components/Icons/Image/ImageNotSupported.vue +5 -0
  936. package/src/components/Icons/Image/ImageSearch.vue +5 -0
  937. package/src/components/Icons/Image/Iso.vue +5 -0
  938. package/src/components/Icons/Image/Landscape.vue +5 -0
  939. package/src/components/Icons/Image/LeakAdd.vue +5 -0
  940. package/src/components/Icons/Image/LeakRemove.vue +5 -0
  941. package/src/components/Icons/Image/Lens.vue +5 -0
  942. package/src/components/Icons/Image/LinkedCamera.vue +10 -0
  943. package/src/components/Icons/Image/Looks.vue +5 -0
  944. package/src/components/Icons/Image/Looks3.vue +5 -0
  945. package/src/components/Icons/Image/Looks4.vue +19 -0
  946. package/src/components/Icons/Image/Looks5.vue +5 -0
  947. package/src/components/Icons/Image/Looks6.vue +5 -0
  948. package/src/components/Icons/Image/LooksOne.vue +5 -0
  949. package/src/components/Icons/Image/LooksTwo.vue +5 -0
  950. package/src/components/Icons/Image/Loupe.vue +5 -0
  951. package/src/components/Icons/Image/MonochromePhotos.vue +5 -0
  952. package/src/components/Icons/Image/MotionPhotosOn.vue +5 -0
  953. package/src/components/Icons/Image/MotionPhotosPause.vue +5 -0
  954. package/src/components/Icons/Image/MotionPhotosPaused.vue +5 -0
  955. package/src/components/Icons/Image/MovieCreation.vue +5 -0
  956. package/src/components/Icons/Image/MovieFilter.vue +5 -0
  957. package/src/components/Icons/Image/MusicNote.vue +5 -0
  958. package/src/components/Icons/Image/MusicOff.vue +5 -0
  959. package/src/components/Icons/Image/Nature.vue +5 -0
  960. package/src/components/Icons/Image/NaturePeople.vue +10 -0
  961. package/src/components/Icons/Image/NavigateBefore.vue +5 -0
  962. package/src/components/Icons/Image/NavigateNext.vue +5 -0
  963. package/src/components/Icons/Image/Palette.vue +5 -0
  964. package/src/components/Icons/Image/Panorama.vue +5 -0
  965. package/src/components/Icons/Image/PanoramaFishEye.vue +5 -0
  966. package/src/components/Icons/Image/PanoramaHorizontal.vue +5 -0
  967. package/src/components/Icons/Image/PanoramaVertical.vue +5 -0
  968. package/src/components/Icons/Image/PanoramaWideAngle.vue +5 -0
  969. package/src/components/Icons/Image/Photo.vue +5 -0
  970. package/src/components/Icons/Image/PhotoAlbum.vue +5 -0
  971. package/src/components/Icons/Image/PhotoCamera.vue +10 -0
  972. package/src/components/Icons/Image/PhotoFilter.vue +5 -0
  973. package/src/components/Icons/Image/PhotoLibrary.vue +5 -0
  974. package/src/components/Icons/Image/PhotoSizeSelectActual.vue +5 -0
  975. package/src/components/Icons/Image/PhotoSizeSelectLarge.vue +5 -0
  976. package/src/components/Icons/Image/PhotoSizeSelectSmall.vue +5 -0
  977. package/src/components/Icons/Image/PictureAsPdf.vue +5 -0
  978. package/src/components/Icons/Image/Portrait.vue +5 -0
  979. package/src/components/Icons/Image/ReceiptLong.vue +19 -0
  980. package/src/components/Icons/Image/RemoveRedEye.vue +5 -0
  981. package/src/components/Icons/Image/Rotate90DegreesCcw.vue +5 -0
  982. package/src/components/Icons/Image/RotateLeft.vue +5 -0
  983. package/src/components/Icons/Image/RotateRight.vue +5 -0
  984. package/src/components/Icons/Image/ShutterSpeed.vue +5 -0
  985. package/src/components/Icons/Image/SlashRedEye.vue +5 -0
  986. package/src/components/Icons/Image/Slideshow.vue +5 -0
  987. package/src/components/Icons/Image/Straighten.vue +5 -0
  988. package/src/components/Icons/Image/SwitchCamera.vue +5 -0
  989. package/src/components/Icons/Image/SwitchVideo.vue +5 -0
  990. package/src/components/Icons/Image/TagFaces.vue +5 -0
  991. package/src/components/Icons/Image/Texture.vue +5 -0
  992. package/src/components/Icons/Image/Timelapse.vue +5 -0
  993. package/src/components/Icons/Image/Timer.vue +5 -0
  994. package/src/components/Icons/Image/Timer10.vue +19 -0
  995. package/src/components/Icons/Image/Timer3.vue +5 -0
  996. package/src/components/Icons/Image/TimerOff.vue +5 -0
  997. package/src/components/Icons/Image/Tonality.vue +5 -0
  998. package/src/components/Icons/Image/Transform.vue +5 -0
  999. package/src/components/Icons/Image/Tune.vue +5 -0
  1000. package/src/components/Icons/Image/ViewComfy.vue +5 -0
  1001. package/src/components/Icons/Image/ViewCompact.vue +5 -0
  1002. package/src/components/Icons/Image/Vignette.vue +5 -0
  1003. package/src/components/Icons/Image/WbAuto.vue +5 -0
  1004. package/src/components/Icons/Image/WbCloudy.vue +19 -0
  1005. package/src/components/Icons/Image/WbIncandescent.vue +5 -0
  1006. package/src/components/Icons/Image/WbIridescent.vue +5 -0
  1007. package/src/components/Icons/Image/WbSunny.vue +19 -0
  1008. package/src/components/Icons/LoadingIcon.vue +39 -0
  1009. package/src/components/Icons/Maps/AddBusiness.vue +13 -0
  1010. package/src/components/Icons/Maps/AddLocation.vue +5 -0
  1011. package/src/components/Icons/Maps/AddLocationAlt.vue +5 -0
  1012. package/src/components/Icons/Maps/AddRoad.vue +22 -0
  1013. package/src/components/Icons/Maps/Agriculture.vue +16 -0
  1014. package/src/components/Icons/Maps/AltRoute.vue +5 -0
  1015. package/src/components/Icons/Maps/Atm.vue +5 -0
  1016. package/src/components/Icons/Maps/Beenhere.vue +5 -0
  1017. package/src/components/Icons/Maps/BikeScooter.vue +13 -0
  1018. package/src/components/Icons/Maps/Category.vue +13 -0
  1019. package/src/components/Icons/Maps/CleaningServices.vue +5 -0
  1020. package/src/components/Icons/Maps/CompassCalibration.vue +10 -0
  1021. package/src/components/Icons/Maps/DepartureBoard.vue +5 -0
  1022. package/src/components/Icons/Maps/DesignServices.vue +10 -0
  1023. package/src/components/Icons/Maps/Directions.vue +5 -0
  1024. package/src/components/Icons/Maps/DirectionsBike.vue +5 -0
  1025. package/src/components/Icons/Maps/DirectionsBoat.vue +5 -0
  1026. package/src/components/Icons/Maps/DirectionsBus.vue +5 -0
  1027. package/src/components/Icons/Maps/DirectionsCar.vue +5 -0
  1028. package/src/components/Icons/Maps/DirectionsRailway.vue +5 -0
  1029. package/src/components/Icons/Maps/DirectionsRun.vue +5 -0
  1030. package/src/components/Icons/Maps/DirectionsSubway.vue +5 -0
  1031. package/src/components/Icons/Maps/DirectionsTransit.vue +5 -0
  1032. package/src/components/Icons/Maps/DirectionsWalk.vue +5 -0
  1033. package/src/components/Icons/Maps/EditAttributes.vue +5 -0
  1034. package/src/components/Icons/Maps/EditLocation.vue +19 -0
  1035. package/src/components/Icons/Maps/EditRoad.vue +22 -0
  1036. package/src/components/Icons/Maps/ElectricBike.vue +8 -0
  1037. package/src/components/Icons/Maps/ElectricCar.vue +8 -0
  1038. package/src/components/Icons/Maps/ElectricMoped.vue +14 -0
  1039. package/src/components/Icons/Maps/ElectricRickshaw.vue +8 -0
  1040. package/src/components/Icons/Maps/ElectricScooter.vue +11 -0
  1041. package/src/components/Icons/Maps/ElectricalServices.vue +16 -0
  1042. package/src/components/Icons/Maps/EvStation.vue +5 -0
  1043. package/src/components/Icons/Maps/Fastfood.vue +5 -0
  1044. package/src/components/Icons/Maps/Flight.vue +5 -0
  1045. package/src/components/Icons/Maps/Handyman.vue +10 -0
  1046. package/src/components/Icons/Maps/HomeRepairService.vue +10 -0
  1047. package/src/components/Icons/Maps/Hotel.vue +5 -0
  1048. package/src/components/Icons/Maps/Hvac.vue +19 -0
  1049. package/src/components/Icons/Maps/IcMap.vue +5 -0
  1050. package/src/components/Icons/Maps/Layers.vue +5 -0
  1051. package/src/components/Icons/Maps/LayersClear.vue +5 -0
  1052. package/src/components/Icons/Maps/LocalActivity.vue +5 -0
  1053. package/src/components/Icons/Maps/LocalAirport.vue +5 -0
  1054. package/src/components/Icons/Maps/LocalAtm.vue +5 -0
  1055. package/src/components/Icons/Maps/LocalBar.vue +5 -0
  1056. package/src/components/Icons/Maps/LocalCafe.vue +5 -0
  1057. package/src/components/Icons/Maps/LocalCarWash.vue +5 -0
  1058. package/src/components/Icons/Maps/LocalConvenienceStore.vue +5 -0
  1059. package/src/components/Icons/Maps/LocalDining.vue +5 -0
  1060. package/src/components/Icons/Maps/LocalDrink.vue +5 -0
  1061. package/src/components/Icons/Maps/LocalFireDepartment.vue +10 -0
  1062. package/src/components/Icons/Maps/LocalFlorist.vue +5 -0
  1063. package/src/components/Icons/Maps/LocalGasStation.vue +5 -0
  1064. package/src/components/Icons/Maps/LocalGroceryStore.vue +5 -0
  1065. package/src/components/Icons/Maps/LocalHospital.vue +5 -0
  1066. package/src/components/Icons/Maps/LocalHotel.vue +5 -0
  1067. package/src/components/Icons/Maps/LocalLaundryService.vue +5 -0
  1068. package/src/components/Icons/Maps/LocalLibrary.vue +5 -0
  1069. package/src/components/Icons/Maps/LocalMall.vue +5 -0
  1070. package/src/components/Icons/Maps/LocalMovies.vue +5 -0
  1071. package/src/components/Icons/Maps/LocalOffer.vue +5 -0
  1072. package/src/components/Icons/Maps/LocalParking.vue +5 -0
  1073. package/src/components/Icons/Maps/LocalPharmacy.vue +5 -0
  1074. package/src/components/Icons/Maps/LocalPhone.vue +5 -0
  1075. package/src/components/Icons/Maps/LocalPizza.vue +5 -0
  1076. package/src/components/Icons/Maps/LocalPlay.vue +5 -0
  1077. package/src/components/Icons/Maps/LocalPolice.vue +5 -0
  1078. package/src/components/Icons/Maps/LocalPostOffice.vue +5 -0
  1079. package/src/components/Icons/Maps/LocalPrintshop.vue +5 -0
  1080. package/src/components/Icons/Maps/LocalSee.vue +10 -0
  1081. package/src/components/Icons/Maps/LocalShipping.vue +5 -0
  1082. package/src/components/Icons/Maps/LocalTaxi.vue +5 -0
  1083. package/src/components/Icons/Maps/MapsIcons.vue +371 -0
  1084. package/src/components/Icons/Maps/MapsUgc.vue +12 -0
  1085. package/src/components/Icons/Maps/MedicalServices.vue +5 -0
  1086. package/src/components/Icons/Maps/MenuBook.vue +16 -0
  1087. package/src/components/Icons/Maps/MiscellaneousServices.vue +10 -0
  1088. package/src/components/Icons/Maps/Money.vue +5 -0
  1089. package/src/components/Icons/Maps/Moped.vue +13 -0
  1090. package/src/components/Icons/Maps/MultipleStop.vue +5 -0
  1091. package/src/components/Icons/Maps/Museum.vue +5 -0
  1092. package/src/components/Icons/Maps/MyLocation.vue +5 -0
  1093. package/src/components/Icons/Maps/Navigation.vue +5 -0
  1094. package/src/components/Icons/Maps/NearMe.vue +5 -0
  1095. package/src/components/Icons/Maps/NearMeDisabled.vue +5 -0
  1096. package/src/components/Icons/Maps/NoMeals.vue +5 -0
  1097. package/src/components/Icons/Maps/NoTransfer.vue +5 -0
  1098. package/src/components/Icons/Maps/NotListedLocation.vue +5 -0
  1099. package/src/components/Icons/Maps/PedalBike.vue +5 -0
  1100. package/src/components/Icons/Maps/PersonPin.vue +5 -0
  1101. package/src/components/Icons/Maps/PersonPinCircle.vue +5 -0
  1102. package/src/components/Icons/Maps/PestControl.vue +5 -0
  1103. package/src/components/Icons/Maps/PestControlRodent.vue +5 -0
  1104. package/src/components/Icons/Maps/PinDrop.vue +7 -0
  1105. package/src/components/Icons/Maps/Place.vue +5 -0
  1106. package/src/components/Icons/Maps/Plumbing.vue +13 -0
  1107. package/src/components/Icons/Maps/RateReview.vue +5 -0
  1108. package/src/components/Icons/Maps/Restaurant.vue +5 -0
  1109. package/src/components/Icons/Maps/RestaurantMenu.vue +5 -0
  1110. package/src/components/Icons/Maps/RunCircle.vue +5 -0
  1111. package/src/components/Icons/Maps/Satellite.vue +5 -0
  1112. package/src/components/Icons/Maps/SetMeal.vue +5 -0
  1113. package/src/components/Icons/Maps/StoreMallDirectory.vue +5 -0
  1114. package/src/components/Icons/Maps/Streetview.vue +13 -0
  1115. package/src/components/Icons/Maps/Subway.vue +13 -0
  1116. package/src/components/Icons/Maps/Terrain.vue +5 -0
  1117. package/src/components/Icons/Maps/Traffic.vue +5 -0
  1118. package/src/components/Icons/Maps/Train.vue +5 -0
  1119. package/src/components/Icons/Maps/Tram.vue +5 -0
  1120. package/src/components/Icons/Maps/TransferWithinAStation.vue +5 -0
  1121. package/src/components/Icons/Maps/TransitEnterexit.vue +5 -0
  1122. package/src/components/Icons/Maps/Tri60.vue +5 -0
  1123. package/src/components/Icons/Maps/TripOrigin.vue +5 -0
  1124. package/src/components/Icons/Maps/TwoWheeler.vue +5 -0
  1125. package/src/components/Icons/Maps/WineBar.vue +5 -0
  1126. package/src/components/Icons/Maps/WrongLocation.vue +10 -0
  1127. package/src/components/Icons/Maps/ZoomOutMap.vue +5 -0
  1128. package/src/components/Icons/Navigation/AppSettingsAlt.vue +5 -0
  1129. package/src/components/Icons/Navigation/Apps.vue +5 -0
  1130. package/src/components/Icons/Navigation/ArrowBack.vue +5 -0
  1131. package/src/components/Icons/Navigation/ArrowBackIos.vue +5 -0
  1132. package/src/components/Icons/Navigation/ArrowDownward.vue +5 -0
  1133. package/src/components/Icons/Navigation/ArrowDropDown.vue +5 -0
  1134. package/src/components/Icons/Navigation/ArrowDropDownCircle.vue +5 -0
  1135. package/src/components/Icons/Navigation/ArrowDropUp.vue +5 -0
  1136. package/src/components/Icons/Navigation/ArrowForward.vue +5 -0
  1137. package/src/components/Icons/Navigation/ArrowForwardIos.vue +5 -0
  1138. package/src/components/Icons/Navigation/ArrowLeft.vue +5 -0
  1139. package/src/components/Icons/Navigation/ArrowRight.vue +5 -0
  1140. package/src/components/Icons/Navigation/ArrowUpward.vue +5 -0
  1141. package/src/components/Icons/Navigation/Campaign.vue +19 -0
  1142. package/src/components/Icons/Navigation/Cancel.vue +5 -0
  1143. package/src/components/Icons/Navigation/Check.vue +5 -0
  1144. package/src/components/Icons/Navigation/ChevronLeft.vue +5 -0
  1145. package/src/components/Icons/Navigation/ChevronRight.vue +5 -0
  1146. package/src/components/Icons/Navigation/Close.vue +5 -0
  1147. package/src/components/Icons/Navigation/DoubleArrow.vue +10 -0
  1148. package/src/components/Icons/Navigation/East.vue +5 -0
  1149. package/src/components/Icons/Navigation/ExpandLess.vue +5 -0
  1150. package/src/components/Icons/Navigation/ExpandMore.vue +5 -0
  1151. package/src/components/Icons/Navigation/FirstPage.vue +5 -0
  1152. package/src/components/Icons/Navigation/Fullscreen.vue +5 -0
  1153. package/src/components/Icons/Navigation/FullscreenExit.vue +5 -0
  1154. package/src/components/Icons/Navigation/HomeWork.vue +10 -0
  1155. package/src/components/Icons/Navigation/IcMenu.vue +5 -0
  1156. package/src/components/Icons/Navigation/LastPage.vue +5 -0
  1157. package/src/components/Icons/Navigation/LegendToggle.vue +5 -0
  1158. package/src/components/Icons/Navigation/MenuOpen.vue +5 -0
  1159. package/src/components/Icons/Navigation/MoreHoriz.vue +5 -0
  1160. package/src/components/Icons/Navigation/MoreVert.vue +5 -0
  1161. package/src/components/Icons/Navigation/NavigationIcons.vue +167 -0
  1162. package/src/components/Icons/Navigation/North.vue +5 -0
  1163. package/src/components/Icons/Navigation/NorthEast.vue +5 -0
  1164. package/src/components/Icons/Navigation/NorthWest.vue +5 -0
  1165. package/src/components/Icons/Navigation/Payments.vue +5 -0
  1166. package/src/components/Icons/Navigation/Refresh.vue +5 -0
  1167. package/src/components/Icons/Navigation/South.vue +5 -0
  1168. package/src/components/Icons/Navigation/SouthEast.vue +5 -0
  1169. package/src/components/Icons/Navigation/SouthWest.vue +5 -0
  1170. package/src/components/Icons/Navigation/SubdirectoryArrowLeft.vue +5 -0
  1171. package/src/components/Icons/Navigation/SubdirectoryArrowRight.vue +5 -0
  1172. package/src/components/Icons/Navigation/SwitchDown.vue +5 -0
  1173. package/src/components/Icons/Navigation/SwitchLeft.vue +5 -0
  1174. package/src/components/Icons/Navigation/SwitchRight.vue +19 -0
  1175. package/src/components/Icons/Navigation/SwitchUp.vue +19 -0
  1176. package/src/components/Icons/Navigation/UnfoldLess.vue +5 -0
  1177. package/src/components/Icons/Navigation/UnfoldMore.vue +5 -0
  1178. package/src/components/Icons/Navigation/West.vue +5 -0
  1179. package/src/components/Icons/Notification/AccountTree.vue +5 -0
  1180. package/src/components/Icons/Notification/Adb.vue +5 -0
  1181. package/src/components/Icons/Notification/AirlineSeatFlat.vue +5 -0
  1182. package/src/components/Icons/Notification/AirlineSeatFlatAngled.vue +5 -0
  1183. package/src/components/Icons/Notification/AirlineSeatIndividualSuite.vue +5 -0
  1184. package/src/components/Icons/Notification/AirlineSeatLegroomExtra.vue +5 -0
  1185. package/src/components/Icons/Notification/AirlineSeatLegroomNormal.vue +5 -0
  1186. package/src/components/Icons/Notification/AirlineSeatLegroomReduced.vue +5 -0
  1187. package/src/components/Icons/Notification/AirlineSeatReclineExtra.vue +5 -0
  1188. package/src/components/Icons/Notification/AirlineSeatReclineNormal.vue +5 -0
  1189. package/src/components/Icons/Notification/BluetoothAudio.vue +5 -0
  1190. package/src/components/Icons/Notification/ConfirmationNumber.vue +5 -0
  1191. package/src/components/Icons/Notification/DirectionsOff.vue +10 -0
  1192. package/src/components/Icons/Notification/DiscFull.vue +5 -0
  1193. package/src/components/Icons/Notification/DoDisturb.vue +5 -0
  1194. package/src/components/Icons/Notification/DoDisturbAlt.vue +5 -0
  1195. package/src/components/Icons/Notification/DoDisturbOff.vue +5 -0
  1196. package/src/components/Icons/Notification/DoDisturbOn.vue +5 -0
  1197. package/src/components/Icons/Notification/DriveEta.vue +5 -0
  1198. package/src/components/Icons/Notification/EnhancedEncryption.vue +5 -0
  1199. package/src/components/Icons/Notification/EventAvailable.vue +5 -0
  1200. package/src/components/Icons/Notification/EventBusy.vue +5 -0
  1201. package/src/components/Icons/Notification/EventNote.vue +5 -0
  1202. package/src/components/Icons/Notification/FolderSpecial.vue +5 -0
  1203. package/src/components/Icons/Notification/LiveTv.vue +5 -0
  1204. package/src/components/Icons/Notification/Mms.vue +5 -0
  1205. package/src/components/Icons/Notification/More.vue +19 -0
  1206. package/src/components/Icons/Notification/NetworkCheck.vue +5 -0
  1207. package/src/components/Icons/Notification/NetworkLocked.vue +5 -0
  1208. package/src/components/Icons/Notification/NoEncryption.vue +5 -0
  1209. package/src/components/Icons/Notification/NoEncryptionGmailerrorred.vue +5 -0
  1210. package/src/components/Icons/Notification/NotificationIcons.vue +214 -0
  1211. package/src/components/Icons/Notification/OndemandVideo.vue +5 -0
  1212. package/src/components/Icons/Notification/PersonalVideo.vue +5 -0
  1213. package/src/components/Icons/Notification/PhoneBluetoothSpeaker.vue +5 -0
  1214. package/src/components/Icons/Notification/PhoneCallback.vue +5 -0
  1215. package/src/components/Icons/Notification/PhoneForwarded.vue +5 -0
  1216. package/src/components/Icons/Notification/PhoneInTalk.vue +5 -0
  1217. package/src/components/Icons/Notification/PhoneLocked.vue +5 -0
  1218. package/src/components/Icons/Notification/PhoneMissed.vue +5 -0
  1219. package/src/components/Icons/Notification/PhonePaused.vue +5 -0
  1220. package/src/components/Icons/Notification/Power.vue +5 -0
  1221. package/src/components/Icons/Notification/PowerOff.vue +5 -0
  1222. package/src/components/Icons/Notification/PriorityHigh.vue +10 -0
  1223. package/src/components/Icons/Notification/SdCard.vue +5 -0
  1224. package/src/components/Icons/Notification/SdCardAlert.vue +5 -0
  1225. package/src/components/Icons/Notification/Sms.vue +5 -0
  1226. package/src/components/Icons/Notification/SmsFailed.vue +5 -0
  1227. package/src/components/Icons/Notification/SupportAgent.vue +16 -0
  1228. package/src/components/Icons/Notification/Sync.vue +19 -0
  1229. package/src/components/Icons/Notification/SyncDisabled.vue +5 -0
  1230. package/src/components/Icons/Notification/SyncProblem.vue +5 -0
  1231. package/src/components/Icons/Notification/SystemUpdate.vue +5 -0
  1232. package/src/components/Icons/Notification/TapAndPlay.vue +5 -0
  1233. package/src/components/Icons/Notification/TimeToLeave.vue +5 -0
  1234. package/src/components/Icons/Notification/TvOff.vue +5 -0
  1235. package/src/components/Icons/Notification/Vibration.vue +5 -0
  1236. package/src/components/Icons/Notification/VoiceChat.vue +5 -0
  1237. package/src/components/Icons/Notification/VpnLock.vue +5 -0
  1238. package/src/components/Icons/Notification/Wc.vue +19 -0
  1239. package/src/components/Icons/Notification/Wifi.vue +5 -0
  1240. package/src/components/Icons/Notification/WifiOff.vue +5 -0
  1241. package/src/components/Icons/Places/AcUnit.vue +5 -0
  1242. package/src/components/Icons/Places/AirportShuttle.vue +5 -0
  1243. package/src/components/Icons/Places/AllInclusive.vue +5 -0
  1244. package/src/components/Icons/Places/Apartment.vue +5 -0
  1245. package/src/components/Icons/Places/BabyChangingStation.vue +5 -0
  1246. package/src/components/Icons/Places/Backpack.vue +5 -0
  1247. package/src/components/Icons/Places/Bathtub.vue +10 -0
  1248. package/src/components/Icons/Places/BeachAccess.vue +5 -0
  1249. package/src/components/Icons/Places/Bento.vue +5 -0
  1250. package/src/components/Icons/Places/BusinessCenter.vue +5 -0
  1251. package/src/components/Icons/Places/Carpenter.vue +5 -0
  1252. package/src/components/Icons/Places/Casino.vue +5 -0
  1253. package/src/components/Icons/Places/ChargingStation.vue +5 -0
  1254. package/src/components/Icons/Places/Checkroom.vue +5 -0
  1255. package/src/components/Icons/Places/ChildCare.vue +13 -0
  1256. package/src/components/Icons/Places/ChildFriendly.vue +5 -0
  1257. package/src/components/Icons/Places/CorporateFare.vue +5 -0
  1258. package/src/components/Icons/Places/Countertops.vue +5 -0
  1259. package/src/components/Icons/Places/DoNotStep.vue +5 -0
  1260. package/src/components/Icons/Places/DoNotTouch.vue +5 -0
  1261. package/src/components/Icons/Places/Dry.vue +5 -0
  1262. package/src/components/Icons/Places/Elevator.vue +5 -0
  1263. package/src/components/Icons/Places/Escalator.vue +5 -0
  1264. package/src/components/Icons/Places/EscalatorWarning.vue +5 -0
  1265. package/src/components/Icons/Places/FamilyRestroom.vue +5 -0
  1266. package/src/components/Icons/Places/Fence.vue +5 -0
  1267. package/src/components/Icons/Places/FireExtinguisher.vue +5 -0
  1268. package/src/components/Icons/Places/FitnessCenter.vue +5 -0
  1269. package/src/components/Icons/Places/FoodBank.vue +5 -0
  1270. package/src/components/Icons/Places/Foundation.vue +5 -0
  1271. package/src/components/Icons/Places/FreeBreakfast.vue +5 -0
  1272. package/src/components/Icons/Places/GolfCourse.vue +10 -0
  1273. package/src/components/Icons/Places/Grass.vue +5 -0
  1274. package/src/components/Icons/Places/HotTub.vue +10 -0
  1275. package/src/components/Icons/Places/House.vue +5 -0
  1276. package/src/components/Icons/Places/HouseSiding.vue +5 -0
  1277. package/src/components/Icons/Places/Kitchen.vue +5 -0
  1278. package/src/components/Icons/Places/MeetingRoom.vue +5 -0
  1279. package/src/components/Icons/Places/Microwave.vue +5 -0
  1280. package/src/components/Icons/Places/NightShelter.vue +5 -0
  1281. package/src/components/Icons/Places/NoBackpack.vue +5 -0
  1282. package/src/components/Icons/Places/NoCell.vue +5 -0
  1283. package/src/components/Icons/Places/NoDrinks.vue +5 -0
  1284. package/src/components/Icons/Places/NoFlash.vue +5 -0
  1285. package/src/components/Icons/Places/NoFood.vue +5 -0
  1286. package/src/components/Icons/Places/NoMeetingRoom.vue +5 -0
  1287. package/src/components/Icons/Places/NoPhotography.vue +5 -0
  1288. package/src/components/Icons/Places/NoStroller.vue +5 -0
  1289. package/src/components/Icons/Places/PlacesIcons.vue +219 -0
  1290. package/src/components/Icons/Places/Pool.vue +10 -0
  1291. package/src/components/Icons/Places/RiceBowl.vue +5 -0
  1292. package/src/components/Icons/Places/Roofing.vue +5 -0
  1293. package/src/components/Icons/Places/RoomPreferences.vue +5 -0
  1294. package/src/components/Icons/Places/RoomService.vue +5 -0
  1295. package/src/components/Icons/Places/RvHookup.vue +5 -0
  1296. package/src/components/Icons/Places/SmokeFree.vue +5 -0
  1297. package/src/components/Icons/Places/SmokingRooms.vue +5 -0
  1298. package/src/components/Icons/Places/Soap.vue +5 -0
  1299. package/src/components/Icons/Places/Spa.vue +5 -0
  1300. package/src/components/Icons/Places/SportsBar.vue +5 -0
  1301. package/src/components/Icons/Places/Stairs.vue +5 -0
  1302. package/src/components/Icons/Places/Storefront.vue +5 -0
  1303. package/src/components/Icons/Places/Stroller.vue +5 -0
  1304. package/src/components/Icons/Places/Tapas.vue +5 -0
  1305. package/src/components/Icons/Places/Tty.vue +5 -0
  1306. package/src/components/Icons/Places/Umbrella.vue +5 -0
  1307. package/src/components/Icons/Places/Wash.vue +5 -0
  1308. package/src/components/Icons/Places/WaterDamage.vue +5 -0
  1309. package/src/components/Icons/Places/WheelchairPickup.vue +5 -0
  1310. package/src/components/Icons/Social/Architecture.vue +13 -0
  1311. package/src/components/Icons/Social/Cake.vue +19 -0
  1312. package/src/components/Icons/Social/CleanHands.vue +5 -0
  1313. package/src/components/Icons/Social/ConnectWithoutContact.vue +5 -0
  1314. package/src/components/Icons/Social/Construction.vue +10 -0
  1315. package/src/components/Icons/Social/Coronavirus.vue +5 -0
  1316. package/src/components/Icons/Social/Deck.vue +13 -0
  1317. package/src/components/Icons/Social/Domain.vue +5 -0
  1318. package/src/components/Icons/Social/Elderly.vue +5 -0
  1319. package/src/components/Icons/Social/EmojiEmotions.vue +5 -0
  1320. package/src/components/Icons/Social/EmojiEvents.vue +5 -0
  1321. package/src/components/Icons/Social/EmojiFlags.vue +5 -0
  1322. package/src/components/Icons/Social/EmojiFoodBeverage.vue +10 -0
  1323. package/src/components/Icons/Social/EmojiNature.vue +10 -0
  1324. package/src/components/Icons/Social/EmojiObjects.vue +5 -0
  1325. package/src/components/Icons/Social/EmojiPeople.vue +10 -0
  1326. package/src/components/Icons/Social/EmojiSymbols.vue +25 -0
  1327. package/src/components/Icons/Social/EmojiTransportation.vue +14 -0
  1328. package/src/components/Icons/Social/Engineering.vue +19 -0
  1329. package/src/components/Icons/Social/Facebook.vue +5 -0
  1330. package/src/components/Icons/Social/Fireplace.vue +5 -0
  1331. package/src/components/Icons/Social/FollowTheSigns.vue +5 -0
  1332. package/src/components/Icons/Social/Group.vue +5 -0
  1333. package/src/components/Icons/Social/GroupAdd.vue +5 -0
  1334. package/src/components/Icons/Social/Groups.vue +5 -0
  1335. package/src/components/Icons/Social/HistoryEdu.vue +5 -0
  1336. package/src/components/Icons/Social/KingBed.vue +5 -0
  1337. package/src/components/Icons/Social/LocationCity.vue +5 -0
  1338. package/src/components/Icons/Social/Luggage.vue +5 -0
  1339. package/src/components/Icons/Social/Masks.vue +5 -0
  1340. package/src/components/Icons/Social/MilitaryTech.vue +5 -0
  1341. package/src/components/Icons/Social/Mood.vue +5 -0
  1342. package/src/components/Icons/Social/MoodBad.vue +5 -0
  1343. package/src/components/Icons/Social/NightsStay.vue +10 -0
  1344. package/src/components/Icons/Social/NoLuggage.vue +5 -0
  1345. package/src/components/Icons/Social/Notifications.vue +5 -0
  1346. package/src/components/Icons/Social/NotificationsActive.vue +5 -0
  1347. package/src/components/Icons/Social/NotificationsNone.vue +5 -0
  1348. package/src/components/Icons/Social/NotificationsOff.vue +5 -0
  1349. package/src/components/Icons/Social/NotificationsPaused.vue +5 -0
  1350. package/src/components/Icons/Social/OutdoorGrill.vue +16 -0
  1351. package/src/components/Icons/Social/Pages.vue +5 -0
  1352. package/src/components/Icons/Social/PartyMode.vue +5 -0
  1353. package/src/components/Icons/Social/People.vue +5 -0
  1354. package/src/components/Icons/Social/PeopleAlt.vue +22 -0
  1355. package/src/components/Icons/Social/PeopleOutline.vue +5 -0
  1356. package/src/components/Icons/Social/Person.vue +5 -0
  1357. package/src/components/Icons/Social/PersonAdd.vue +5 -0
  1358. package/src/components/Icons/Social/PersonAddAlt1.vue +13 -0
  1359. package/src/components/Icons/Social/PersonOutline.vue +5 -0
  1360. package/src/components/Icons/Social/PersonRemove.vue +5 -0
  1361. package/src/components/Icons/Social/PersonRemoveAlt1.vue +5 -0
  1362. package/src/components/Icons/Social/PlusOne.vue +5 -0
  1363. package/src/components/Icons/Social/Poll.vue +5 -0
  1364. package/src/components/Icons/Social/PrecisionManufacturing.vue +5 -0
  1365. package/src/components/Icons/Social/Psychology.vue +10 -0
  1366. package/src/components/Icons/Social/Public.vue +5 -0
  1367. package/src/components/Icons/Social/PublicOff.vue +5 -0
  1368. package/src/components/Icons/Social/ReduceCapacity.vue +5 -0
  1369. package/src/components/Icons/Social/Sanitizer.vue +5 -0
  1370. package/src/components/Icons/Social/School.vue +5 -0
  1371. package/src/components/Icons/Social/Science.vue +5 -0
  1372. package/src/components/Icons/Social/SelfImprovement.vue +10 -0
  1373. package/src/components/Icons/Social/SentimentDissatisfied.vue +13 -0
  1374. package/src/components/Icons/Social/SentimentNeutral.vue +16 -0
  1375. package/src/components/Icons/Social/SentimentSatisfied.vue +13 -0
  1376. package/src/components/Icons/Social/SentimentVeryDissatisfied.vue +5 -0
  1377. package/src/components/Icons/Social/SentimentVerySatisfied.vue +5 -0
  1378. package/src/components/Icons/Social/Share.vue +5 -0
  1379. package/src/components/Icons/Social/Sick.vue +5 -0
  1380. package/src/components/Icons/Social/SingleBed.vue +5 -0
  1381. package/src/components/Icons/Social/SixFtApart.vue +5 -0
  1382. package/src/components/Icons/Social/SocialIcons.vue +292 -0
  1383. package/src/components/Icons/Social/Sports.vue +10 -0
  1384. package/src/components/Icons/Social/SportsBaseball.vue +13 -0
  1385. package/src/components/Icons/Social/SportsBasketball.vue +28 -0
  1386. package/src/components/Icons/Social/SportsCricket.vue +13 -0
  1387. package/src/components/Icons/Social/SportsEsports.vue +5 -0
  1388. package/src/components/Icons/Social/SportsFootball.vue +13 -0
  1389. package/src/components/Icons/Social/SportsGolf.vue +19 -0
  1390. package/src/components/Icons/Social/SportsHandball.vue +13 -0
  1391. package/src/components/Icons/Social/SportsHockey.vue +16 -0
  1392. package/src/components/Icons/Social/SportsKabaddi.vue +28 -0
  1393. package/src/components/Icons/Social/SportsMma.vue +10 -0
  1394. package/src/components/Icons/Social/SportsMotorsports.vue +10 -0
  1395. package/src/components/Icons/Social/SportsRugby.vue +5 -0
  1396. package/src/components/Icons/Social/SportsSoccer.vue +5 -0
  1397. package/src/components/Icons/Social/SportsTennis.vue +10 -0
  1398. package/src/components/Icons/Social/SportsVolleyball.vue +22 -0
  1399. package/src/components/Icons/Social/ThumbDownAlt.vue +5 -0
  1400. package/src/components/Icons/Social/ThumbUpAlt.vue +5 -0
  1401. package/src/components/Icons/Social/Whatshot.vue +5 -0
  1402. package/src/components/Icons/TaxApplication/Automasi.vue +53 -0
  1403. package/src/components/Icons/TaxApplication/Beejak.vue +77 -0
  1404. package/src/components/Icons/TaxApplication/ConvertToCsv.vue +23 -0
  1405. package/src/components/Icons/TaxApplication/CtasEbupotPph21.vue +43 -0
  1406. package/src/components/Icons/TaxApplication/CtasEbupotUnifikasi.vue +29 -0
  1407. package/src/components/Icons/TaxApplication/CtasEfaktur.vue +47 -0
  1408. package/src/components/Icons/TaxApplication/Ebilling.vue +173 -0
  1409. package/src/components/Icons/TaxApplication/Ebupot.vue +136 -0
  1410. package/src/components/Icons/TaxApplication/Efaktur.vue +136 -0
  1411. package/src/components/Icons/TaxApplication/Efiling.vue +50 -0
  1412. package/src/components/Icons/TaxApplication/Ematerai.vue +55 -0
  1413. package/src/components/Icons/TaxApplication/EsptBadan.vue +54 -0
  1414. package/src/components/Icons/TaxApplication/Genta.vue +39 -0
  1415. package/src/components/Icons/TaxApplication/H2h.vue +91 -0
  1416. package/src/components/Icons/TaxApplication/Invoice.vue +136 -0
  1417. package/src/components/Icons/TaxApplication/Rekonsiliasi.vue +61 -0
  1418. package/src/components/Icons/TaxApplication/TaxApplicationIcons.vue +76 -0
  1419. package/src/components/Icons/TaxApplication/TaxomaticPph.vue +34 -0
  1420. package/src/components/Icons/TaxApplication/Training.vue +41 -0
  1421. package/src/components/Icons/TaxApplication/Verify.vue +38 -0
  1422. package/src/components/Icons/TaxApplication/Wapu.vue +140 -0
  1423. package/src/components/Icons/Toggle/CheckBox.vue +5 -0
  1424. package/src/components/Icons/Toggle/CheckBoxOutlineBlank.vue +8 -0
  1425. package/src/components/Icons/Toggle/IndeterminateCheckBox.vue +5 -0
  1426. package/src/components/Icons/Toggle/RadioButtonChecked.vue +11 -0
  1427. package/src/components/Icons/Toggle/RadioButtonUnchecked.vue +5 -0
  1428. package/src/components/Icons/Toggle/Star.vue +5 -0
  1429. package/src/components/Icons/Toggle/StarBorder.vue +5 -0
  1430. package/src/components/Icons/Toggle/StarHalf.vue +5 -0
  1431. package/src/components/Icons/Toggle/StarOutline.vue +5 -0
  1432. package/src/components/Icons/Toggle/ToggleIcons.vue +48 -0
  1433. package/src/components/Icons/Toggle/ToggleOff.vue +5 -0
  1434. package/src/components/Icons/Toggle/ToggleOn.vue +5 -0
  1435. package/src/components/ModalDialog/index.vue +122 -0
  1436. package/src/components/Product/LogActivityCard.vue +16 -0
  1437. package/src/components/SideNav/index.vue +585 -0
  1438. package/src/components/Snackbar/index.vue +249 -0
  1439. package/src/components/Stepper/index.vue +164 -0
  1440. package/src/components/Table/TablePagination.vue +356 -0
  1441. package/src/components/Tabmenu/index.vue +123 -0
  1442. package/src/components/Typography/TypoText.vue +118 -0
  1443. package/src/components/index.js +61 -0
  1444. package/src/install.js +1 -0
  1445. package/src/main.js +8 -0
  1446. package/src/router/index.js +166 -0
  1447. package/src/store/index.js +8 -0
  1448. package/src/views/About.vue +5 -0
  1449. package/src/views/Breadcrumbs.vue +91 -0
  1450. package/src/views/Button.vue +294 -0
  1451. package/src/views/ColorPallete.vue +171 -0
  1452. package/src/views/CssClass.vue +1276 -0
  1453. package/src/views/Datepicker.vue +276 -0
  1454. package/src/views/Dropdown.vue +444 -0
  1455. package/src/views/ExpansionPanel.vue +81 -0
  1456. package/src/views/Footer.vue +72 -0
  1457. package/src/views/FormCheckbox.vue +259 -0
  1458. package/src/views/FormInputTag.vue +260 -0
  1459. package/src/views/FormRadio.vue +147 -0
  1460. package/src/views/FormSwitch.vue +112 -0
  1461. package/src/views/FormTextarea.vue +323 -0
  1462. package/src/views/FormToggle.vue +779 -0
  1463. package/src/views/Header.vue +170 -0
  1464. package/src/views/Iconography.vue +1536 -0
  1465. package/src/views/Installation.vue +52 -0
  1466. package/src/views/ModalDialog.vue +82 -0
  1467. package/src/views/PageElement.vue +107 -0
  1468. package/src/views/ReadMe.md +41 -0
  1469. package/src/views/SideNav.vue +142 -0
  1470. package/src/views/Snackbar.vue +318 -0
  1471. package/src/views/Stepper.vue +92 -0
  1472. package/src/views/Table.vue +288 -0
  1473. package/src/views/Tooltip.vue +54 -0
  1474. package/src/views/Typography.vue +197 -0
  1475. package/vite.config.js +25 -0
  1476. package/vue.config.js +11 -0
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M7 18.0002C5.9 18.0002 5.01 18.9002 5.01 20.0002C5.01 21.1002 5.9 22.0002 7 22.0002C8.1 22.0002 9 21.1002 9 20.0002C9 18.9002 8.1 18.0002 7 18.0002ZM2 4.00018H3L6.6 11.5902L5.25 14.0302C4.52 15.3702 5.48 17.0002 7 17.0002H18C18.55 17.0002 19 16.5502 19 16.0002C19 15.4502 18.55 15.0002 18 15.0002H7L8.1 13.0002H15.55C16.3 13.0002 16.96 12.5902 17.3 11.9702L20.88 5.48018C21.25 4.82018 20.77 4.00018 20.01 4.00018H5.21L4.54 2.57018C4.38 2.22018 4.02 2.00018 3.64 2.00018H2C1.45 2.00018 1 2.45018 1 3.00018C1 3.55018 1.45 4.00018 2 4.00018ZM17 18.0002C15.9 18.0002 15.01 18.9002 15.01 20.0002C15.01 21.1002 15.9 22.0002 17 22.0002C18.1 22.0002 19 21.1002 19 20.0002C19 18.9002 18.1 18.0002 17 18.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19 3.00018H5C3.9 3.00018 3.01 3.90018 3.01 5.00018L3 19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM17 14.0002H14V17.0002C14 17.5502 13.55 18.0002 13 18.0002H11C10.45 18.0002 10 17.5502 10 17.0002V14.0002H7C6.45 14.0002 6 13.5502 6 13.0002V11.0002C6 10.4502 6.45 10.0002 7 10.0002H10V7.00018C10 6.45018 10.45 6.00018 11 6.00018H13C13.55 6.00018 14 6.45018 14 7.00018V10.0002H17C17.55 10.0002 18 10.4502 18 11.0002V13.0002C18 13.5502 17.55 14.0002 17 14.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M7 13.0002C8.66 13.0002 10 11.6602 10 10.0002C10 8.34018 8.66 7.00018 7 7.00018C5.34 7.00018 4 8.34018 4 10.0002C4 11.6602 5.34 13.0002 7 13.0002ZM19 7.00018H13C11.9 7.00018 11 7.90018 11 9.00018V14.0002H3V6.00018C3 5.45018 2.55 5.00018 2 5.00018C1.45 5.00018 1 5.45018 1 6.00018V19.0002C1 19.5502 1.45 20.0002 2 20.0002C2.55 20.0002 3 19.5502 3 19.0002V17.0002H21V19.0002C21 19.5502 21.45 20.0002 22 20.0002C22.55 20.0002 23 19.5502 23 19.0002V11.0002C23 8.79018 21.21 7.00018 19 7.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M9.55 16.4502C9.35 16.6502 9.34 17.0002 9.57 17.1802C11.14 18.3802 13.4 18.2602 14.83 16.8302C16.26 15.4002 16.38 13.1402 15.18 11.5702C15 11.3402 14.65 11.3402 14.45 11.5502L9.55 16.4502ZM18 2.01018L6 2.00018C4.89 2.00018 4 2.89018 4 4.00018V20.0002C4 21.1102 4.89 22.0002 6 22.0002H18C19.11 22.0002 20 21.1102 20 20.0002V4.00018C20 2.89018 19.11 2.01018 18 2.01018ZM10 4.00018C10.55 4.00018 11 4.45018 11 5.00018C11 5.55018 10.55 6.00018 10 6.00018C9.45 6.00018 9 5.55018 9 5.00018C9 4.45018 9.45 4.00018 10 4.00018ZM7 4.00018C7.55 4.00018 8 4.45018 8 5.00018C8 5.55018 7.55 6.00018 7 6.00018C6.45 6.00018 6 5.55018 6 5.00018C6 4.45018 6.45 4.00018 7 4.00018ZM12 20.0002C8.69 20.0002 6 17.3102 6 14.0002C6 10.6902 8.69 8.00018 12 8.00018C15.31 8.00018 18 10.6902 18 14.0002C18 17.3102 15.31 20.0002 12 20.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 11.5502C10.18 9.85018 7.88 8.66018 5.32 8.20018C4.11 7.99018 3 8.95018 3 10.1802V16.4202C3 18.1002 3.72 18.9802 4.71 19.1102C7.21 19.4302 9.48 20.4602 11.34 21.9802C11.69 22.2702 12.26 22.3002 12.61 22.0202C14.48 20.4902 16.77 19.4402 19.29 19.1202C20.23 18.9902 21 18.0602 21 17.1002V10.1802C21 8.95018 19.89 7.99018 18.68 8.20018C16.12 8.66018 13.82 9.85018 12 11.5502ZM12 8.00018C13.66 8.00018 15 6.66018 15 5.00018C15 3.34018 13.66 2.00018 12 2.00018C10.34 2.00018 9 3.34018 9 5.00018C9 6.66018 10.34 8.00018 12 8.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19 6.00018H17C17 3.24018 14.76 1.00018 12 1.00018C9.24 1.00018 7 3.24018 7 6.00018H5C3.9 6.00018 3 6.90018 3 8.00018V20.0002C3 21.1002 3.9 22.0002 5 22.0002H19C20.1 22.0002 21 21.1002 21 20.0002V8.00018C21 6.90018 20.1 6.00018 19 6.00018ZM12 3.00018C13.66 3.00018 15 4.34018 15 6.00018H9C9 4.34018 10.34 3.00018 12 3.00018ZM12 13.0002C9.67 13.0002 7.71 11.4102 7.16 9.25018C6.99 8.62018 7.48 8.00018 8.13 8.00018C8.6 8.00018 8.98 8.34018 9.11 8.80018C9.46 10.0702 10.62 11.0002 12 11.0002C13.38 11.0002 14.54 10.0702 14.89 8.80018C15.02 8.34018 15.4 8.00018 15.87 8.00018C16.52 8.00018 17 8.62018 16.84 9.25018C16.29 11.4102 14.33 13.0002 12 13.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18 4.00018V5.00018H16V4.00018C16 3.45018 15.55 3.00018 15 3.00018H9C8.45 3.00018 8 3.45018 8 4.00018V5.00018H6V4.00018C6 3.45018 5.55 3.00018 5 3.00018C4.45 3.00018 4 3.45018 4 4.00018V20.0002C4 20.5502 4.45 21.0002 5 21.0002C5.55 21.0002 6 20.5502 6 20.0002V19.0002H8V20.0002C8 20.5502 8.45 21.0002 9 21.0002H15C15.55 21.0002 16 20.5502 16 20.0002V19.0002H18V20.0002C18 20.5502 18.45 21.0002 19 21.0002C19.55 21.0002 20 20.5502 20 20.0002V4.00018C20 3.45018 19.55 3.00018 19 3.00018C18.45 3.00018 18 3.45018 18 4.00018ZM8 17.0002H6V15.0002H8V17.0002ZM8 13.0002H6V11.0002H8V13.0002ZM8 9.00018H6V7.00018H8V9.00018ZM18 17.0002H16V15.0002H18V17.0002ZM18 13.0002H16V11.0002H18V13.0002ZM18 9.00018H16V7.00018H18V9.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21.41 11.5802L12.41 2.58018C12.05 2.22018 11.55 2.00018 11 2.00018H4C2.9 2.00018 2 2.90018 2 4.00018V11.0002C2 11.5502 2.22 12.0502 2.59 12.4202L11.59 21.4202C11.95 21.7802 12.45 22.0002 13 22.0002C13.55 22.0002 14.05 21.7802 14.41 21.4102L21.41 14.4102C21.78 14.0502 22 13.5502 22 13.0002C22 12.4502 21.77 11.9402 21.41 11.5802ZM5.5 7.00018C4.67 7.00018 4 6.33018 4 5.50018C4 4.67018 4.67 4.00018 5.5 4.00018C6.33 4.00018 7 4.67018 7 5.50018C7 6.33018 6.33 7.00018 5.5 7.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12.79 3.00018H8C6.9 3.00018 6 3.90018 6 5.00018V19.0002C6 20.1002 6.9 21.0002 8 21.0002C9.1 21.0002 10 20.1002 10 19.0002V15.0002H13C16.57 15.0002 19.42 11.8702 18.95 8.21018C18.56 5.19018 15.84 3.00018 12.79 3.00018ZM13.2 11.0002H10V7.00018H13.2C14.3 7.00018 15.2 7.90018 15.2 9.00018C15.2 10.1002 14.3 11.0002 13.2 11.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18.89 5.00018H18.36L19.07 3.03018C19.31 2.38018 18.97 1.66018 18.32 1.43018C17.67 1.19018 16.95 1.53018 16.71 2.18018L15.69 5.00018H5.10004C3.73004 5.00018 2.77004 6.34018 3.20004 7.63018L5.00004 13.0002L3.21004 18.3702C2.77004 19.6602 3.74004 21.0002 5.10004 21.0002H18.88C20.24 21.0002 21.21 19.6602 20.78 18.3702L19 13.0002L20.78 7.63018C21.21 6.34018 20.25 5.00018 18.89 5.00018ZM15 14.0002H13V16.0002C13 16.5502 12.55 17.0002 12 17.0002C11.45 17.0002 11 16.5502 11 16.0002V14.0002H9.00004C8.45004 14.0002 8.00004 13.5502 8.00004 13.0002C8.00004 12.4502 8.45004 12.0002 9.00004 12.0002H11V10.0002C11 9.45018 11.45 9.00018 12 9.00018C12.55 9.00018 13 9.45018 13 10.0002V12.0002H15C15.55 12.0002 16 12.4502 16 13.0002C16 13.5502 15.55 14.0002 15 14.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19.23 15.2602L16.69 14.9702C16.08 14.9002 15.48 15.1102 15.05 15.5402L13.21 17.3802C10.38 15.9402 8.06004 13.6302 6.62004 10.7902L8.47004 8.94019C8.90004 8.51019 9.11004 7.91019 9.04004 7.30019L8.75004 4.78019C8.63004 3.77019 7.78004 3.01019 6.76004 3.01019H5.03004C3.90004 3.01019 2.96004 3.95019 3.03004 5.08019C3.56004 13.6202 10.39 20.4402 18.92 20.9702C20.05 21.0402 20.99 20.1002 20.99 18.9702V17.2402C21 16.2302 20.24 15.3802 19.23 15.2602Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 2.00018C9.00999 2.00018 6.27999 3.08018 4.16999 4.88018C3.45999 5.49018 3.30999 6.53018 3.76999 7.34018L11.13 20.4502C11.51 21.1302 12.49 21.1302 12.87 20.4502L20.23 7.34018C20.69 6.53018 20.54 5.48018 19.83 4.88018C17.73 3.09018 14.99 2.00018 12 2.00018ZM6.99999 7.00018C6.99999 5.90018 7.89999 5.00018 8.99999 5.00018C10.1 5.00018 11 5.90018 11 7.00018C11 8.10018 10.1 9.00018 8.99999 9.00018C7.89999 9.00018 6.99999 8.10018 6.99999 7.00018ZM12 15.0002C10.9 15.0002 9.99999 14.1002 9.99999 13.0002C9.99999 11.9002 10.9 11.0002 12 11.0002C13.1 11.0002 14 11.9002 14 13.0002C14 14.1002 13.1 15.0002 12 15.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20 12.0002C20 11.2402 20.43 10.5802 21.06 10.2402C21.66 9.91018 22 9.23018 22 8.54018V6.00018C22 4.90018 21.1 4.00018 20 4.00018H4C2.9 4.00018 2.01 4.89018 2.01 5.99018V8.54018C2.01 9.23018 2.34 9.91018 2.95 10.2302C3.58 10.5802 4 11.2402 4 12.0002C4 12.7602 3.57 13.4302 2.94 13.7602C2.34 14.0902 2 14.7702 2 15.4602V17.7102C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V15.4602C22 14.7702 21.66 14.0902 21.06 13.7602C20.43 13.4202 20 12.7602 20 12.0002ZM14.5 16.1002L12 14.5002L9.5 16.1102C9.12 16.3502 8.63 16.0002 8.75 15.5602L9.5 12.6802L7.2 10.8002C6.85 10.5102 7.03 9.94018 7.49 9.91018L10.45 9.74018L11.53 6.99018C11.7 6.57018 12.3 6.57018 12.46 6.99018L13.54 9.75018L16.5 9.92018C16.95 9.95018 17.14 10.5202 16.79 10.8102L14.49 12.6902L15.25 15.5502C15.37 16.0002 14.88 16.3502 14.5 16.1002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M14.5 12.5902L15.13 15.3202C15.23 15.7502 14.76 16.0902 14.38 15.8602L12 14.4202L9.61 15.8602C9.23 16.0902 8.76 15.7502 8.86 15.3202L9.5 12.6002L7.4 10.7902C7.06 10.5002 7.24 9.95018 7.68 9.91018L10.46 9.67018L11.54 7.11018C11.71 6.70018 12.29 6.70018 12.46 7.11018L13.54 9.66018L16.32 9.90018C16.76 9.94018 16.94 10.4902 16.6 10.7802L14.5 12.5902ZM4.19 4.47018C3.47 4.79018 3 5.51018 3 6.30018V11.0002C3 16.5502 6.84 21.7402 12 23.0002C17.16 21.7402 21 16.5502 21 11.0002V6.30018C21 5.51018 20.53 4.79018 19.81 4.47018L12.81 1.36018C12.29 1.13018 11.7 1.13018 11.19 1.36018L4.19 4.47018Z"
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.00018ZM19.6 8.25018L13.06 12.3402C12.41 12.7502 11.59 12.7502 10.94 12.3402L4.4 8.25018C4.15 8.09018 4 7.82018 4 7.53018C4 6.86018 4.73 6.46018 5.3 6.81018L12 11.0002L18.7 6.81018C19.27 6.46018 20 6.86018 20 7.53018C20 7.82018 19.85 8.09018 19.6 8.25018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19 8.00018H5C3.34 8.00018 2 9.34018 2 11.0002V15.0002C2 16.1002 2.9 17.0002 4 17.0002H6V19.0002C6 20.1002 6.9 21.0002 8 21.0002H16C17.1 21.0002 18 20.1002 18 19.0002V17.0002H20C21.1 17.0002 22 16.1002 22 15.0002V11.0002C22 9.34018 20.66 8.00018 19 8.00018ZM15 19.0002H9C8.45 19.0002 8 18.5502 8 18.0002V14.0002H16V18.0002C16 18.5502 15.55 19.0002 15 19.0002ZM19 12.0002C18.45 12.0002 18 11.5502 18 11.0002C18 10.4502 18.45 10.0002 19 10.0002C19.55 10.0002 20 10.4502 20 11.0002C20 11.5502 19.55 12.0002 19 12.0002ZM17 3.00018H7C6.45 3.00018 6 3.45018 6 4.00018V6.00018C6 6.55018 6.45 7.00018 7 7.00018H17C17.55 7.00018 18 6.55018 18 6.00018V4.00018C18 3.45018 17.55 3.00018 17 3.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M12 15.2002C13.7674 15.2002 15.2 13.7675 15.2 12.0002C15.2 10.2329 13.7674 8.80019 12 8.80019C10.2327 8.80019 8.80005 10.2329 8.80005 12.0002C8.80005 13.7675 10.2327 15.2002 12 15.2002Z"
5
+ />
6
+ <path
7
+ d="M20 4.00018H16.83L15.59 2.65018C15.22 2.24018 14.68 2.00018 14.12 2.00018H9.88C9.32 2.00018 8.78 2.24018 8.4 2.65018L7.17 4.00018H4C2.9 4.00018 2 4.90018 2 6.00018V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V6.00018C22 4.90018 21.1 4.00018 20 4.00018ZM12 17.0002C9.24 17.0002 7 14.7602 7 12.0002C7 9.24018 9.24 7.00018 12 7.00018C14.76 7.00018 17 9.24018 17 12.0002C17 14.7602 14.76 17.0002 12 17.0002Z"
8
+ />
9
+ </g>
10
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19.5 8.00018H17V6.00018C17 4.90018 16.1 4.00018 15 4.00018H3C1.9 4.00018 1 4.90018 1 6.00018V15.0002C1 16.1002 1.9 17.0002 3 17.0002C3 18.6602 4.34 20.0002 6 20.0002C7.66 20.0002 9 18.6602 9 17.0002H15C15 18.6602 16.34 20.0002 18 20.0002C19.66 20.0002 21 18.6602 21 17.0002H22C22.55 17.0002 23 16.5502 23 16.0002V12.6702C23 12.2402 22.86 11.8202 22.6 11.4702L20.3 8.40018C20.11 8.15018 19.81 8.00018 19.5 8.00018ZM6 18.0002C5.45 18.0002 5 17.5502 5 17.0002C5 16.4502 5.45 16.0002 6 16.0002C6.55 16.0002 7 16.4502 7 17.0002C7 17.5502 6.55 18.0002 6 18.0002ZM19.5 9.50018L21.46 12.0002H17V9.50018H19.5ZM18 18.0002C17.45 18.0002 17 17.5502 17 17.0002C17 16.4502 17.45 16.0002 18 16.0002C18.55 16.0002 19 16.4502 19 17.0002C19 17.5502 18.55 18.0002 18 18.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18.92 6.01018C18.72 5.42018 18.16 5.00018 17.5 5.00018H15V4.00018C15 3.45018 14.55 3.00018 14 3.00018H10C9.45 3.00018 9 3.45018 9 4.00018V5.00018H6.5C5.84 5.00018 5.29 5.42018 5.08 6.01018L3.11 11.6802C3.04 11.8902 3 12.1102 3 12.3402V19.5002C3 20.3302 3.67 21.0002 4.5 21.0002C5.33 21.0002 6 20.3302 6 19.5002V19.0002H18V19.5002C18 20.3202 18.67 21.0002 19.5 21.0002C20.32 21.0002 21 20.3302 21 19.5002V12.3402C21 12.1202 20.96 11.8902 20.89 11.6802L18.92 6.01018ZM6.5 16.0002C5.67 16.0002 5 15.3302 5 14.5002C5 13.6702 5.67 13.0002 6.5 13.0002C7.33 13.0002 8 13.6702 8 14.5002C8 15.3302 7.33 16.0002 6.5 16.0002ZM17.5 16.0002C16.67 16.0002 16 15.3302 16 14.5002C16 13.6702 16.67 13.0002 17.5 13.0002C18.33 13.0002 19 13.6702 19 14.5002C19 15.3302 18.33 16.0002 17.5 16.0002ZM5 11.0002L6.5 6.50018H17.5L19 11.0002H5Z"
4
+ />
5
+ </template>
@@ -0,0 +1,371 @@
1
+ <template>
2
+ <tri60 v-if="valueName == '360'" />
3
+ <add-business v-else-if="valueName == 'add_business'" />
4
+ <add-location v-else-if="valueName == 'add_location'" />
5
+ <add-location-alt v-else-if="valueName == 'add_location_alt'" />
6
+ <add-road v-else-if="valueName == 'add_road'" />
7
+ <agriculture v-else-if="valueName == 'agriculture'" />
8
+ <alt-route v-else-if="valueName == 'alt_route'" />
9
+ <atm v-else-if="valueName == 'atm'" />
10
+ <beenhere v-else-if="valueName == 'beenhere'" />
11
+ <bike-scooter v-else-if="valueName == 'bike_scooter'" />
12
+ <category v-else-if="valueName == 'category'" />
13
+ <cleaning-services v-else-if="valueName == 'cleaning_services'" />
14
+ <compass-calibration v-else-if="valueName == 'compass_calibration'" />
15
+ <departure-board v-else-if="valueName == 'departure_board'" />
16
+ <design-services v-else-if="valueName == 'design_services'" />
17
+ <directions v-else-if="valueName == 'directions'" />
18
+ <directions-bike v-else-if="valueName == 'directions_bike'" />
19
+ <directions-boat v-else-if="valueName == 'directions_boat'" />
20
+ <directions-bus v-else-if="valueName == 'directions_bus'" />
21
+ <directions-car v-else-if="valueName == 'directions_car'" />
22
+ <directions-railway v-else-if="valueName == 'directions_railway'" />
23
+ <directions-run v-else-if="valueName == 'directions_run'" />
24
+ <directions-subway v-else-if="valueName == 'directions_subway'" />
25
+ <directions-transit v-else-if="valueName == 'directions_transit'" />
26
+ <directions-walk v-else-if="valueName == 'directions_walk'" />
27
+ <edit-attributes v-else-if="valueName == 'edit_attributes'" />
28
+ <edit-location v-else-if="valueName == 'edit_location'" />
29
+ <edit-road v-else-if="valueName == 'edit_road'" />
30
+ <electric-bike v-else-if="valueName == 'electric_bike'" />
31
+ <electric-car v-else-if="valueName == 'electric_car'" />
32
+ <electric-moped v-else-if="valueName == 'electric_moped'" />
33
+ <electric-rickshaw v-else-if="valueName == 'electric_rickshaw'" />
34
+ <electric-scooter v-else-if="valueName == 'electric_scooter'" />
35
+ <electrical-services v-else-if="valueName == 'electrical_services'" />
36
+ <ev-station v-else-if="valueName == 'ev_station'" />
37
+ <fastfood v-else-if="valueName == 'fastfood'" />
38
+ <flight v-else-if="valueName == 'flight'" />
39
+ <handyman v-else-if="valueName == 'handyman'" />
40
+ <home-repair-service v-else-if="valueName == 'home_repair_service'" />
41
+ <hotel v-else-if="valueName == 'hotel'" />
42
+ <hvac v-else-if="valueName == 'hvac'" />
43
+ <layers v-else-if="valueName == 'layers'" />
44
+ <layers-clear v-else-if="valueName == 'layers_clear'" />
45
+ <local-activity v-else-if="valueName == 'local_activity'" />
46
+ <local-airport v-else-if="valueName == 'local_airport'" />
47
+ <local-atm v-else-if="valueName == 'local_atm'" />
48
+ <local-bar v-else-if="valueName == 'local_bar'" />
49
+ <local-cafe v-else-if="valueName == 'local_cafe'" />
50
+ <local-car-wash v-else-if="valueName == 'local_car_wash'" />
51
+ <local-convenience-store v-else-if="valueName == 'local_convenience_store'" />
52
+ <local-dining v-else-if="valueName == 'local_dining'" />
53
+ <local-drink v-else-if="valueName == 'local_drink'" />
54
+ <local-fire-department v-else-if="valueName == 'local_fire_department'" />
55
+ <local-florist v-else-if="valueName == 'local_florist'" />
56
+ <local-gas-station v-else-if="valueName == 'local_gas_station'" />
57
+ <local-grocery-store v-else-if="valueName == 'local_grocery_store'" />
58
+ <local-hospital v-else-if="valueName == 'local_hospital'" />
59
+ <local-hotel v-else-if="valueName == 'local_hotel'" />
60
+ <local-laundry-service v-else-if="valueName == 'local_laundry_service'" />
61
+ <local-library v-else-if="valueName == 'local_library'" />
62
+ <local-mall v-else-if="valueName == 'local_mall'" />
63
+ <local-movies v-else-if="valueName == 'local_movies'" />
64
+ <local-offer v-else-if="valueName == 'local_offer'" />
65
+ <local-parking v-else-if="valueName == 'local_parking'" />
66
+ <local-pharmacy v-else-if="valueName == 'local_pharmacy'" />
67
+ <local-phone v-else-if="valueName == 'local_phone'" />
68
+ <local-pizza v-else-if="valueName == 'local_pizza'" />
69
+ <local-play v-else-if="valueName == 'local_play'" />
70
+ <local-police v-else-if="valueName == 'local_police'" />
71
+ <local-post-office v-else-if="valueName == 'local_post_office'" />
72
+ <local-printshop v-else-if="valueName == 'local_printshop'" />
73
+ <local-see v-else-if="valueName == 'local_see'" />
74
+ <local-shipping v-else-if="valueName == 'local_shipping'" />
75
+ <local-taxi v-else-if="valueName == 'local_taxi'" />
76
+ <ic-map v-else-if="valueName == 'map'" />
77
+ <maps-ugc v-else-if="valueName == 'maps_ugc'" />
78
+ <medical-services v-else-if="valueName == 'medical_services'" />
79
+ <menu-book v-else-if="valueName == 'menu_book'" />
80
+ <miscellaneous-services v-else-if="valueName == 'miscellaneous_services'" />
81
+ <money v-else-if="valueName == 'money'" />
82
+ <moped v-else-if="valueName == 'moped'" />
83
+ <multiple-stop v-else-if="valueName == 'multiple_stop'" />
84
+ <museum v-else-if="valueName == 'museum'" />
85
+ <my-location v-else-if="valueName == 'my_location'" />
86
+ <navigation v-else-if="valueName == 'navigation'" />
87
+ <near-me v-else-if="valueName == 'near_me'" />
88
+ <near-me-disabled v-else-if="valueName == 'near_me_disabled'" />
89
+ <no-meals v-else-if="valueName == 'no_meals'" />
90
+ <no-transfer v-else-if="valueName == 'no_transfer'" />
91
+ <not-listed-location v-else-if="valueName == 'not_listed_location'" />
92
+ <pedal-bike v-else-if="valueName == 'pedal_bike'" />
93
+ <person-pin v-else-if="valueName == 'person_pin'" />
94
+ <person-pin-circle v-else-if="valueName == 'person_pin_circle'" />
95
+ <pest-control v-else-if="valueName == 'pest_control'" />
96
+ <pest-control-rodent v-else-if="valueName == 'pest_control_rodent'" />
97
+ <pin-drop v-else-if="valueName == 'pin_drop'" />
98
+ <place v-else-if="valueName == 'place'" />
99
+ <plumbing v-else-if="valueName == 'plumbing'" />
100
+ <rate-review v-else-if="valueName == 'rate_review'" />
101
+ <restaurant v-else-if="valueName == 'restaurant'" />
102
+ <restaurant-menu v-else-if="valueName == 'restaurant_menu'" />
103
+ <run-circle v-else-if="valueName == 'run_circle'" />
104
+ <satellite v-else-if="valueName == 'satellite'" />
105
+ <set-meal v-else-if="valueName == 'set_meal'" />
106
+ <store-mall-directory v-else-if="valueName == 'store_mall_directory'" />
107
+ <streetview v-else-if="valueName == 'streetview'" />
108
+ <subway v-else-if="valueName == 'subway'" />
109
+ <terrain v-else-if="valueName == 'terrain'" />
110
+ <traffic v-else-if="valueName == 'traffic'" />
111
+ <train v-else-if="valueName == 'train'" />
112
+ <tram v-else-if="valueName == 'tram'" />
113
+ <transfer-within-a-station
114
+ v-else-if="valueName == 'transfer_within_a_station'"
115
+ />
116
+ <transit-enterexit v-else-if="valueName == 'transit_enterexit'" />
117
+ <trip-origin v-else-if="valueName == 'trip_origin'" />
118
+ <two-wheeler v-else-if="valueName == 'two_wheeler'" />
119
+ <wine-bar v-else-if="valueName == 'wine_bar'" />
120
+ <wrong-location v-else-if="valueName == 'wrong_location'" />
121
+ <zoom-out-map v-else-if="valueName == 'zoom_out_map'" />
122
+ </template>
123
+
124
+ <script>
125
+ import Tri60 from "@/components/Icons/Maps/Tri60";
126
+ import AddBusiness from "@/components/Icons/Maps/AddBusiness";
127
+ import AddLocation from "@/components/Icons/Maps/AddLocation";
128
+ import AddLocationAlt from "@/components/Icons/Maps/AddLocationAlt";
129
+ import AddRoad from "@/components/Icons/Maps/AddRoad";
130
+ import Agriculture from "@/components/Icons/Maps/Agriculture";
131
+ import AltRoute from "@/components/Icons/Maps/AltRoute";
132
+ import Atm from "@/components/Icons/Maps/Atm";
133
+ import Beenhere from "@/components/Icons/Maps/Beenhere";
134
+ import BikeScooter from "@/components/Icons/Maps/BikeScooter";
135
+ import Category from "@/components/Icons/Maps/Category";
136
+ import CleaningServices from "@/components/Icons/Maps/CleaningServices";
137
+ import CompassCalibration from "@/components/Icons/Maps/CompassCalibration";
138
+ import DepartureBoard from "@/components/Icons/Maps/DepartureBoard";
139
+ import DesignServices from "@/components/Icons/Maps/DesignServices";
140
+ import Directions from "@/components/Icons/Maps/Directions";
141
+ import DirectionsBike from "@/components/Icons/Maps/DirectionsBike";
142
+ import DirectionsBoat from "@/components/Icons/Maps/DirectionsBoat";
143
+ import DirectionsBus from "@/components/Icons/Maps/DirectionsBus";
144
+ import DirectionsCar from "@/components/Icons/Maps/DirectionsCar";
145
+ import DirectionsRailway from "@/components/Icons/Maps/DirectionsRailway";
146
+ import DirectionsRun from "@/components/Icons/Maps/DirectionsRun";
147
+ import DirectionsSubway from "@/components/Icons/Maps/DirectionsSubway";
148
+ import DirectionsTransit from "@/components/Icons/Maps/DirectionsTransit";
149
+ import DirectionsWalk from "@/components/Icons/Maps/DirectionsWalk";
150
+ import EditAttributes from "@/components/Icons/Maps/EditAttributes";
151
+ import EditLocation from "@/components/Icons/Maps/EditLocation";
152
+ import EditRoad from "@/components/Icons/Maps/EditRoad";
153
+ import ElectricBike from "@/components/Icons/Maps/ElectricBike";
154
+ import ElectricCar from "@/components/Icons/Maps/ElectricCar";
155
+ import ElectricMoped from "@/components/Icons/Maps/ElectricMoped";
156
+ import ElectricRickshaw from "@/components/Icons/Maps/ElectricRickshaw";
157
+ import ElectricScooter from "@/components/Icons/Maps/ElectricScooter";
158
+ import ElectricalServices from "@/components/Icons/Maps/ElectricalServices";
159
+ import EvStation from "@/components/Icons/Maps/EvStation";
160
+ import Fastfood from "@/components/Icons/Maps/Fastfood";
161
+ import Flight from "@/components/Icons/Maps/Flight";
162
+ import Handyman from "@/components/Icons/Maps/Handyman";
163
+ import HomeRepairService from "@/components/Icons/Maps/HomeRepairService";
164
+ import Hotel from "@/components/Icons/Maps/Hotel";
165
+ import Hvac from "@/components/Icons/Maps/Hvac";
166
+ import Layers from "@/components/Icons/Maps/Layers";
167
+ import LayersClear from "@/components/Icons/Maps/LayersClear";
168
+ import LocalActivity from "@/components/Icons/Maps/LocalActivity";
169
+ import LocalAirport from "@/components/Icons/Maps/LocalAirport";
170
+ import LocalAtm from "@/components/Icons/Maps/LocalAtm";
171
+ import LocalBar from "@/components/Icons/Maps/LocalBar";
172
+ import LocalCafe from "@/components/Icons/Maps/LocalCafe";
173
+ import LocalCarWash from "@/components/Icons/Maps/LocalCarWash";
174
+ import LocalConvenienceStore from "@/components/Icons/Maps/LocalConvenienceStore";
175
+ import LocalDining from "@/components/Icons/Maps/LocalDining";
176
+ import LocalDrink from "@/components/Icons/Maps/LocalDrink";
177
+ import LocalFireDepartment from "@/components/Icons/Maps/LocalFireDepartment";
178
+ import LocalFlorist from "@/components/Icons/Maps/LocalFlorist";
179
+ import LocalGasStation from "@/components/Icons/Maps/LocalGasStation";
180
+ import LocalGroceryStore from "@/components/Icons/Maps/LocalGroceryStore";
181
+ import LocalHospital from "@/components/Icons/Maps/LocalHospital";
182
+ import LocalHotel from "@/components/Icons/Maps/LocalHotel";
183
+ import LocalLaundryService from "@/components/Icons/Maps/LocalLaundryService";
184
+ import LocalLibrary from "@/components/Icons/Maps/LocalLibrary";
185
+ import LocalMall from "@/components/Icons/Maps/LocalMall";
186
+ import LocalMovies from "@/components/Icons/Maps/LocalMovies";
187
+ import LocalOffer from "@/components/Icons/Maps/LocalOffer";
188
+ import LocalParking from "@/components/Icons/Maps/LocalParking";
189
+ import LocalPharmacy from "@/components/Icons/Maps/LocalPharmacy";
190
+ import LocalPhone from "@/components/Icons/Maps/LocalPhone";
191
+ import LocalPizza from "@/components/Icons/Maps/LocalPizza";
192
+ import LocalPlay from "@/components/Icons/Maps/LocalPlay";
193
+ import LocalPolice from "@/components/Icons/Maps/LocalPolice";
194
+ import LocalPostOffice from "@/components/Icons/Maps/LocalPostOffice";
195
+ import LocalPrintshop from "@/components/Icons/Maps/LocalPrintshop";
196
+ import LocalSee from "@/components/Icons/Maps/LocalSee";
197
+ import LocalShipping from "@/components/Icons/Maps/LocalShipping";
198
+ import LocalTaxi from "@/components/Icons/Maps/LocalTaxi";
199
+ import IcMap from "@/components/Icons/Maps/IcMap";
200
+ import MapsUgc from "@/components/Icons/Maps/MapsUgc";
201
+ import MedicalServices from "@/components/Icons/Maps/MedicalServices";
202
+ import MenuBook from "@/components/Icons/Maps/MenuBook";
203
+ import MiscellaneousServices from "@/components/Icons/Maps/MiscellaneousServices";
204
+ import Money from "@/components/Icons/Maps/Money";
205
+ import Moped from "@/components/Icons/Maps/Moped";
206
+ import MultipleStop from "@/components/Icons/Maps/MultipleStop";
207
+ import Museum from "@/components/Icons/Maps/Museum";
208
+ import MyLocation from "@/components/Icons/Maps/MyLocation";
209
+ import Navigation from "@/components/Icons/Maps/Navigation";
210
+ import NearMe from "@/components/Icons/Maps/NearMe";
211
+ import NearMeDisabled from "@/components/Icons/Maps/NearMeDisabled";
212
+ import NoMeals from "@/components/Icons/Maps/NoMeals";
213
+ import NoTransfer from "@/components/Icons/Maps/NoTransfer";
214
+ import NotListedLocation from "@/components/Icons/Maps/NotListedLocation";
215
+ import PedalBike from "@/components/Icons/Maps/PedalBike";
216
+ import PersonPin from "@/components/Icons/Maps/PersonPin";
217
+ import PersonPinCircle from "@/components/Icons/Maps/PersonPinCircle";
218
+ import PestControl from "@/components/Icons/Maps/PestControl";
219
+ import PestControlRodent from "@/components/Icons/Maps/PestControlRodent";
220
+ import PinDrop from "@/components/Icons/Maps/PinDrop";
221
+ import Place from "@/components/Icons/Maps/Place";
222
+ import Plumbing from "@/components/Icons/Maps/Plumbing";
223
+ import RateReview from "@/components/Icons/Maps/RateReview";
224
+ import Restaurant from "@/components/Icons/Maps/Restaurant";
225
+ import RestaurantMenu from "@/components/Icons/Maps/RestaurantMenu";
226
+ import RunCircle from "@/components/Icons/Maps/RunCircle";
227
+ import Satellite from "@/components/Icons/Maps/Satellite";
228
+ import SetMeal from "@/components/Icons/Maps/SetMeal";
229
+ import StoreMallDirectory from "@/components/Icons/Maps/StoreMallDirectory";
230
+ import Streetview from "@/components/Icons/Maps/Streetview";
231
+ import Subway from "@/components/Icons/Maps/Subway";
232
+ import Terrain from "@/components/Icons/Maps/Terrain";
233
+ import Traffic from "@/components/Icons/Maps/Traffic";
234
+ import Train from "@/components/Icons/Maps/Train";
235
+ import Tram from "@/components/Icons/Maps/Tram";
236
+ import TransferWithinAStation from "@/components/Icons/Maps/TransferWithinAStation";
237
+ import TransitEnterexit from "@/components/Icons/Maps/TransitEnterexit";
238
+ import TripOrigin from "@/components/Icons/Maps/TripOrigin";
239
+ import TwoWheeler from "@/components/Icons/Maps/TwoWheeler";
240
+ import WineBar from "@/components/Icons/Maps/WineBar";
241
+ import WrongLocation from "@/components/Icons/Maps/WrongLocation";
242
+ import ZoomOutMap from "@/components/Icons/Maps/ZoomOutMap";
243
+
244
+ export default {
245
+ components: {
246
+ Tri60,
247
+ AddBusiness,
248
+ AddLocation,
249
+ AddLocationAlt,
250
+ AddRoad,
251
+ Agriculture,
252
+ AltRoute,
253
+ Atm,
254
+ Beenhere,
255
+ BikeScooter,
256
+ Category,
257
+ CleaningServices,
258
+ CompassCalibration,
259
+ DepartureBoard,
260
+ DesignServices,
261
+ Directions,
262
+ DirectionsBike,
263
+ DirectionsBoat,
264
+ DirectionsBus,
265
+ DirectionsCar,
266
+ DirectionsRailway,
267
+ DirectionsRun,
268
+ DirectionsSubway,
269
+ DirectionsTransit,
270
+ DirectionsWalk,
271
+ EditAttributes,
272
+ EditLocation,
273
+ EditRoad,
274
+ ElectricBike,
275
+ ElectricCar,
276
+ ElectricMoped,
277
+ ElectricRickshaw,
278
+ ElectricScooter,
279
+ ElectricalServices,
280
+ EvStation,
281
+ Fastfood,
282
+ Flight,
283
+ Handyman,
284
+ HomeRepairService,
285
+ Hotel,
286
+ Hvac,
287
+ Layers,
288
+ LayersClear,
289
+ LocalActivity,
290
+ LocalAirport,
291
+ LocalAtm,
292
+ LocalBar,
293
+ LocalCafe,
294
+ LocalCarWash,
295
+ LocalConvenienceStore,
296
+ LocalDining,
297
+ LocalDrink,
298
+ LocalFireDepartment,
299
+ LocalFlorist,
300
+ LocalGasStation,
301
+ LocalGroceryStore,
302
+ LocalHospital,
303
+ LocalHotel,
304
+ LocalLaundryService,
305
+ LocalLibrary,
306
+ LocalMall,
307
+ LocalMovies,
308
+ LocalOffer,
309
+ LocalParking,
310
+ LocalPharmacy,
311
+ LocalPhone,
312
+ LocalPizza,
313
+ LocalPlay,
314
+ LocalPolice,
315
+ LocalPostOffice,
316
+ LocalPrintshop,
317
+ LocalSee,
318
+ LocalShipping,
319
+ LocalTaxi,
320
+ IcMap,
321
+ MapsUgc,
322
+ MedicalServices,
323
+ MenuBook,
324
+ MiscellaneousServices,
325
+ Money,
326
+ Moped,
327
+ MultipleStop,
328
+ Museum,
329
+ MyLocation,
330
+ Navigation,
331
+ NearMe,
332
+ NearMeDisabled,
333
+ NoMeals,
334
+ NoTransfer,
335
+ NotListedLocation,
336
+ PedalBike,
337
+ PersonPin,
338
+ PersonPinCircle,
339
+ PestControl,
340
+ PestControlRodent,
341
+ PinDrop,
342
+ Place,
343
+ Plumbing,
344
+ RateReview,
345
+ Restaurant,
346
+ RestaurantMenu,
347
+ RunCircle,
348
+ Satellite,
349
+ SetMeal,
350
+ StoreMallDirectory,
351
+ Streetview,
352
+ Subway,
353
+ Terrain,
354
+ Traffic,
355
+ Train,
356
+ Tram,
357
+ TransferWithinAStation,
358
+ TransitEnterexit,
359
+ TripOrigin,
360
+ TwoWheeler,
361
+ WineBar,
362
+ WrongLocation,
363
+ ZoomOutMap,
364
+ },
365
+ props: {
366
+ valueName: {
367
+ type: [String],
368
+ },
369
+ },
370
+ };
371
+ </script>
@@ -0,0 +1,12 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M12 4.00018C16.97 4.00018 20.9 8.56018 19.82 13.7202C19.14 16.9502 16.42 19.4602 13.15 19.9202C11.56 20.1402 10.01 19.9102 8.56999 19.2202C8.29999 19.0902 8.00999 19.0302 7.70999 19.0302C7.51999 19.0302 7.32999 19.0602 7.14999 19.1102L4.83999 19.7902C4.45999 19.9002 4.09999 19.5502 4.20999 19.1602L4.90999 16.7702C5.03999 16.3202 4.97999 15.8502 4.76999 15.4202C4.25999 14.3402 3.99999 13.1802 3.99999 12.0002C3.99999 7.59018 7.58999 4.00018 12 4.00018ZM12 2.00018C6.47999 2.00018 1.99999 6.48018 1.99999 12.0002C1.99999 13.5402 2.35999 14.9802 2.96999 16.2902L1.50999 21.2502C1.28999 22.0002 1.99999 22.7102 2.75999 22.4802L7.71999 21.0202C9.37999 21.8102 11.28 22.1702 13.3 21.9102C17.86 21.3202 21.51 17.5602 21.96 12.9902C22.53 7.03018 17.85 2.00018 12 2.00018Z"
5
+ />
6
+ <path
7
+ fill-rule="evenodd"
8
+ clip-rule="evenodd"
9
+ d="M12 8.00018C11.45 8.00018 11 8.45018 11 9.00018V11.0002H9C8.45 11.0002 8 11.4502 8 12.0002C8 12.5502 8.45 13.0002 9 13.0002H11V15.0002C11 15.5502 11.45 16.0002 12 16.0002C12.55 16.0002 13 15.5502 13 15.0002V13.0002H15C15.55 13.0002 16 12.5502 16 12.0002C16 11.4502 15.55 11.0002 15 11.0002H13V9.00018C13 8.45018 12.55 8.00018 12 8.00018Z"
10
+ />
11
+ </g>
12
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20 6.00018H16V4.00018C16 2.90018 15.1 2.00018 14 2.00018H10C8.9 2.00018 8 2.90018 8 4.00018V6.00018H4C2.9 6.00018 2 6.90018 2 8.00018V20.0002C2 21.1002 2.9 22.0002 4 22.0002H20C21.1 22.0002 22 21.1002 22 20.0002V8.00018C22 6.90018 21.1 6.00018 20 6.00018ZM10 4.00018H14V6.00018H10V4.00018ZM15 15.0002H13V17.0002C13 17.5502 12.55 18.0002 12 18.0002C11.45 18.0002 11 17.5502 11 17.0002V15.0002H9C8.45 15.0002 8 14.5502 8 14.0002C8 13.4502 8.45 13.0002 9 13.0002H11V11.0002C11 10.4502 11.45 10.0002 12 10.0002C12.55 10.0002 13 10.4502 13 11.0002V13.0002H15C15.55 13.0002 16 13.4502 16 14.0002C16 14.5502 15.55 15.0002 15 15.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,16 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M17.5 4.50018C15.55 4.50018 13.45 4.90018 12 6.00018C10.55 4.90018 8.45 4.50018 6.5 4.50018C5.05 4.50018 3.51 4.72018 2.22 5.29018C1.49 5.62018 1 6.33018 1 7.14018V18.4202C1 19.7202 2.22 20.6802 3.48 20.3602C4.46 20.1102 5.5 20.0002 6.5 20.0002C8.06 20.0002 9.72 20.2602 11.06 20.9202C11.66 21.2202 12.34 21.2202 12.93 20.9202C14.27 20.2502 15.93 20.0002 17.49 20.0002C18.49 20.0002 19.53 20.1102 20.51 20.3602C21.77 20.6902 22.99 19.7302 22.99 18.4202V7.14018C22.99 6.33018 22.5 5.62018 21.77 5.29018C20.49 4.72018 18.95 4.50018 17.5 4.50018ZM21 17.2302C21 17.8602 20.42 18.3202 19.8 18.2102C19.05 18.0702 18.27 18.0102 17.5 18.0102C15.8 18.0102 13.35 18.6602 12 19.5102V8.00018C13.35 7.15018 15.8 6.50018 17.5 6.50018C18.42 6.50018 19.33 6.59018 20.2 6.78018C20.66 6.88018 21 7.29018 21 7.76018V17.2302Z"
5
+ />
6
+ <path
7
+ d="M13.98 11.0102C13.66 11.0102 13.37 10.8102 13.27 10.4902C13.14 10.1002 13.36 9.67019 13.75 9.55019C15.29 9.05019 17.28 8.89019 19.11 9.10019C19.52 9.15019 19.82 9.52019 19.77 9.93019C19.72 10.3402 19.35 10.6402 18.94 10.5902C17.32 10.4002 15.55 10.5502 14.21 10.9802C14.13 10.9902 14.05 11.0102 13.98 11.0102Z"
8
+ />
9
+ <path
10
+ d="M13.98 13.6702C13.66 13.6702 13.37 13.4702 13.27 13.1502C13.14 12.7602 13.36 12.3302 13.75 12.2102C15.28 11.7102 17.28 11.5502 19.11 11.7602C19.52 11.8102 19.82 12.1802 19.77 12.5902C19.72 13.0002 19.35 13.3002 18.94 13.2502C17.32 13.0602 15.55 13.2102 14.21 13.6402C14.13 13.6602 14.05 13.6702 13.98 13.6702Z"
11
+ />
12
+ <path
13
+ d="M13.98 16.3302C13.66 16.3302 13.37 16.1302 13.27 15.8102C13.14 15.4202 13.36 14.9902 13.75 14.8702C15.28 14.3702 17.28 14.2102 19.11 14.4202C19.52 14.4702 19.82 14.8402 19.77 15.2502C19.72 15.6602 19.35 15.9502 18.94 15.9102C17.32 15.7202 15.55 15.8702 14.21 16.3002C14.13 16.3202 14.05 16.3302 13.98 16.3302Z"
14
+ />
15
+ </g>
16
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M14.17 13.7102L15.57 11.2902C15.66 11.1402 15.62 10.9502 15.49 10.8402L14.01 9.68018C14.04 9.46018 14.06 9.23018 14.06 9.00018C14.06 8.77018 14.04 8.54018 14.01 8.31018L15.49 7.15018C15.62 7.04018 15.66 6.85018 15.57 6.70018L14.17 4.28018C14.08 4.13018 13.9 4.07018 13.74 4.13018L12 4.83018C11.64 4.55018 11.25 4.32018 10.82 4.14018L10.56 2.29018C10.53 2.13018 10.38 2.00018 10.21 2.00018H7.41C7.24 2.00018 7.09 2.13018 7.06 2.30018L6.8 4.15018C6.38 4.33018 5.98 4.56018 5.62 4.84018L3.88 4.14018C3.72 4.08018 3.54 4.14018 3.45 4.29018L2.05 6.71018C1.96 6.86018 2 7.05018 2.13 7.16018L3.61 8.32018C3.58 8.54018 3.56 8.77018 3.56 9.00018C3.56 9.23018 3.58 9.46018 3.61 9.69018L2.13 10.8502C2 10.9602 1.96 11.1502 2.05 11.3002L3.45 13.7202C3.54 13.8702 3.72 13.9302 3.88 13.8702L5.62 13.1702C5.98 13.4502 6.37 13.6802 6.8 13.8602L7.06 15.7102C7.09 15.8702 7.24 16.0002 7.41 16.0002H10.21C10.38 16.0002 10.53 15.8702 10.56 15.7002L10.82 13.8502C11.24 13.6702 11.64 13.4402 12 13.1602L13.74 13.8602C13.9 13.9202 14.08 13.8602 14.17 13.7102ZM8.81 11.0002C7.71 11.0002 6.81 10.1002 6.81 9.00018C6.81 7.90018 7.71 7.00018 8.81 7.00018C9.91 7.00018 10.81 7.90018 10.81 9.00018C10.81 10.1002 9.91 11.0002 8.81 11.0002Z"
5
+ />
6
+ <path
7
+ d="M21.92 18.6702L20.96 17.9302C20.98 17.7902 21 17.6402 21 17.4902C21 17.3402 20.99 17.1902 20.96 17.0502L21.91 16.3102C21.99 16.2402 22.02 16.1202 21.96 16.0202L21.06 14.4702C21.01 14.3702 20.89 14.3402 20.78 14.3702L19.67 14.8202C19.44 14.6402 19.19 14.4902 18.91 14.3802L18.74 13.2002C18.73 13.0802 18.63 13.0002 18.53 13.0002H16.74C16.63 13.0002 16.53 13.0802 16.52 13.1902L16.35 14.3702C16.08 14.4902 15.82 14.6302 15.59 14.8102L14.48 14.3602C14.38 14.3202 14.26 14.3602 14.2 14.4602L13.3 16.0102C13.25 16.1102 13.26 16.2302 13.35 16.3002L14.3 17.0402C14.28 17.1802 14.27 17.3302 14.27 17.4802C14.27 17.6302 14.28 17.7802 14.3 17.9202L13.35 18.6602C13.27 18.7302 13.24 18.8502 13.3 18.9502L14.2 20.5002C14.25 20.6002 14.37 20.6302 14.48 20.6002L15.59 20.1502C15.82 20.3302 16.07 20.4802 16.35 20.5902L16.52 21.7702C16.54 21.8802 16.63 21.9602 16.74 21.9602H18.53C18.64 21.9602 18.74 21.8802 18.75 21.7702L18.92 20.5902C19.19 20.4702 19.45 20.3302 19.67 20.1502L20.79 20.6002C20.89 20.6402 21.01 20.6002 21.07 20.5002L21.97 18.9502C22.03 18.8602 22 18.7402 21.92 18.6702ZM17.63 18.8302C16.89 18.8302 16.28 18.2302 16.28 17.4802C16.28 16.7302 16.88 16.1302 17.63 16.1302C18.38 16.1302 18.98 16.7302 18.98 17.4802C18.98 18.2302 18.37 18.8302 17.63 18.8302Z"
8
+ />
9
+ </g>
10
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M15 16.0002H18C18.55 16.0002 19 15.5502 19 15.0002V9.00018C19 8.45018 18.55 8.00018 18 8.00018H15C14.45 8.00018 14 8.45018 14 9.00018V15.0002C14 15.5502 14.45 16.0002 15 16.0002ZM16 10.0002H17V14.0002H16V10.0002ZM9 16.0002H12C12.55 16.0002 13 15.5502 13 15.0002V9.00018C13 8.45018 12.55 8.00018 12 8.00018H9C8.45 8.00018 8 8.45018 8 9.00018V15.0002C8 15.5502 8.45 16.0002 9 16.0002ZM10 10.0002H11V14.0002H10V10.0002ZM6 8.00018C5.45 8.00018 5 8.45018 5 9.00018V15.0002C5 15.5502 5.45 16.0002 6 16.0002C6.55 16.0002 7 15.5502 7 15.0002V9.00018C7 8.45018 6.55 8.00018 6 8.00018ZM2 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.00018H4C2.9 4.00018 2 4.90018 2 6.00018ZM19 18.0002H5C4.45 18.0002 4 17.5502 4 17.0002V7.00018C4 6.45018 4.45 6.00018 5 6.00018H19C19.55 6.00018 20 6.45018 20 7.00018V17.0002C20 17.5502 19.55 18.0002 19 18.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,13 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M19 7.00018C19 5.90018 18.1 5.00018 17 5.00018H15C14.45 5.00018 14 5.45018 14 6.00018C14 6.55018 14.45 7.00018 15 7.00018H17V9.65018L13.52 14.0002H10V10.0002C10 9.45018 9.55 9.00018 9 9.00018H6C3.79 9.00018 2 10.7902 2 13.0002V16.0002H4C4 17.6602 5.34 19.0002 7 19.0002C8.66 19.0002 10 17.6602 10 16.0002H14.48L19 10.3502V7.00018ZM7 17.0002C6.45 17.0002 6 16.5502 6 16.0002H8C8 16.5502 7.55 17.0002 7 17.0002Z"
5
+ />
6
+ <path
7
+ d="M9 6.00018H6C5.45 6.00018 5 6.45018 5 7.00018C5 7.55018 5.45 8.00018 6 8.00018H9C9.55 8.00018 10 7.55018 10 7.00018C10 6.45018 9.55 6.00018 9 6.00018Z"
8
+ />
9
+ <path
10
+ d="M19 13.0002C17.34 13.0002 16 14.3402 16 16.0002C16 17.6602 17.34 19.0002 19 19.0002C20.66 19.0002 22 17.6602 22 16.0002C22 14.3402 20.66 13.0002 19 13.0002ZM19 17.0002C18.45 17.0002 18 16.5502 18 16.0002C18 15.4502 18.45 15.0002 19 15.0002C19.55 15.0002 20 15.4502 20 16.0002C20 16.5502 19.55 17.0002 19 17.0002Z"
11
+ />
12
+ </g>
13
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M17 5.21018C17 4.76018 17.54 4.54018 17.85 4.86018L20.64 7.65018C20.84 7.85018 20.84 8.16018 20.64 8.36018L17.85 11.1502C17.54 11.4602 17 11.2402 17 10.7902V9.00018H14C13.45 9.00018 13 8.55018 13 8.00018C13 7.45018 13.45 7.00018 14 7.00018H17V5.21018ZM9.99996 7.00018C9.44996 7.00018 8.99996 7.45018 8.99996 8.00018C8.99996 8.55018 9.44996 9.00018 9.99996 9.00018C10.55 9.00018 11 8.55018 11 8.00018C11 7.45018 10.55 7.00018 9.99996 7.00018ZM5.99996 7.00018C5.44996 7.00018 4.99996 7.45018 4.99996 8.00018C4.99996 8.55018 5.44996 9.00018 5.99996 9.00018C6.54996 9.00018 6.99996 8.55018 6.99996 8.00018C6.99996 7.45018 6.54996 7.00018 5.99996 7.00018ZM6.99996 17.0002H9.99996C10.55 17.0002 11 16.5502 11 16.0002C11 15.4502 10.55 15.0002 9.99996 15.0002H6.99996V13.2102C6.99996 12.7602 6.45996 12.5402 6.14996 12.8602L3.35996 15.6502C3.15996 15.8502 3.15996 16.1602 3.35996 16.3602L6.14996 19.1502C6.45996 19.4602 6.99996 19.2402 6.99996 18.7902V17.0002ZM14 17.0002C14.55 17.0002 15 16.5502 15 16.0002C15 15.4502 14.55 15.0002 14 15.0002C13.45 15.0002 13 15.4502 13 16.0002C13 16.5502 13.45 17.0002 14 17.0002ZM18 17.0002C18.55 17.0002 19 16.5502 19 16.0002C19 15.4502 18.55 15.0002 18 15.0002C17.45 15.0002 17 15.4502 17 16.0002C17 16.5502 17.45 17.0002 18 17.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21.5 11.0002C21.78 11.0002 22 10.7802 22 10.5002V9.26018C22 9.10018 21.92 8.94018 21.79 8.85018L12.57 2.40018C12.23 2.16018 11.77 2.16018 11.42 2.40018L2.21 8.85018C2.08 8.94018 2 9.10018 2 9.26018V10.5002C2 10.7802 2.22 11.0002 2.5 11.0002H4V20.0002H3C2.45 20.0002 2 20.4502 2 21.0002C2 21.5502 2.45 22.0002 3 22.0002H21C21.55 22.0002 22 21.5502 22 21.0002C22 20.4502 21.55 20.0002 21 20.0002H20V11.0002H21.5ZM16 17.0002C16 17.5502 15.55 18.0002 15 18.0002C14.45 18.0002 14 17.5502 14 17.0002V14.0002L12.83 15.7502C12.43 16.3402 11.56 16.3402 11.17 15.7502L10 14.0002V17.0002C10 17.5502 9.55 18.0002 9 18.0002C8.45 18.0002 8 17.5502 8 17.0002V12.3002C8 11.5802 8.58 11.0002 9.3 11.0002C9.73 11.0002 10.14 11.2202 10.38 11.5802L12 14.0002L13.61 11.5802C13.86 11.2202 14.26 11.0002 14.7 11.0002C15.42 11.0002 16 11.5802 16 12.3002V17.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 8.00018C9.79 8.00018 8 9.79018 8 12.0002C8 14.2102 9.79 16.0002 12 16.0002C14.21 16.0002 16 14.2102 16 12.0002C16 9.79018 14.21 8.00018 12 8.00018ZM20.94 11.0002C20.48 6.83018 17.17 3.52018 13 3.06018V2.00018C13 1.45018 12.55 1.00018 12 1.00018C11.45 1.00018 11 1.45018 11 2.00018V3.06018C6.83 3.52018 3.52 6.83018 3.06 11.0002H2C1.45 11.0002 1 11.4502 1 12.0002C1 12.5502 1.45 13.0002 2 13.0002H3.06C3.52 17.1702 6.83 20.4802 11 20.9402V22.0002C11 22.5502 11.45 23.0002 12 23.0002C12.55 23.0002 13 22.5502 13 22.0002V20.9402C17.17 20.4802 20.48 17.1702 20.94 13.0002H22C22.55 13.0002 23 12.5502 23 12.0002C23 11.4502 22.55 11.0002 22 11.0002H20.94ZM12 19.0002C8.13 19.0002 5 15.8702 5 12.0002C5 8.13018 8.13 5.00018 12 5.00018C15.87 5.00018 19 8.13018 19 12.0002C19 15.8702 15.87 19.0002 12 19.0002Z"
4
+ />
5
+ </template>