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="M19 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM13 17.0002C12.45 17.0002 12 16.5502 12 16.0002V9.00018H11C10.45 9.00018 10 8.55018 10 8.00018C10 7.45018 10.45 7.00018 11 7.00018H13C13.55 7.00018 14 7.45018 14 8.00018V16.0002C14 16.5502 13.55 17.0002 13 17.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018ZM15 11.0002C15 12.1002 14.1 13.0002 13 13.0002H11V15.0002H14C14.55 15.0002 15 15.4502 15 16.0002C15 16.5502 14.55 17.0002 14 17.0002H10C9.45 17.0002 9 16.5502 9 16.0002V13.0002C9 11.9002 9.9 11.0002 11 11.0002H13V9.00018H10C9.45 9.00018 9 8.55018 9 8.00018C9 7.45018 9.45 7.00018 10 7.00018H13C14.1 7.00018 15 7.90018 15 9.00018V11.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 7.00018C11.45 7.00018 11 7.45018 11 8.00018V11.0002H8C7.45 11.0002 7 11.4502 7 12.0002C7 12.5502 7.45 13.0002 8 13.0002H11V16.0002C11 16.5502 11.45 17.0002 12 17.0002C12.55 17.0002 13 16.5502 13 16.0002V13.0002H16C16.55 13.0002 17 12.5502 17 12.0002C17 11.4502 16.55 11.0002 16 11.0002H13V8.00018C13 7.45018 12.55 7.00018 12 7.00018ZM12 2.00018C6.49 2.00018 2 6.49018 2 12.0002C2 17.5102 6.49 22.0002 12 22.0002H20C21.1 22.0002 22 21.1002 22 20.0002V12.0002C22 6.49018 17.51 2.00018 12 2.00018ZM12 20.0002C7.59 20.0002 4 16.4102 4 12.0002C4 7.59018 7.59 4.00018 12 4.00018C16.41 4.00018 20 7.59018 20 12.0002C20 16.4102 16.41 20.0002 12 20.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20 5.00018H16.8L15.6 3.66018C15.22 3.24018 14.68 3.00018 14.11 3.00018H9.89C9.32 3.00018 8.78 3.24018 8.4 3.66018L7.2 5.00018H4C2.9 5.00018 2 5.90018 2 7.00018V19.0002C2 20.1002 2.9 21.0002 4 21.0002H20C21.1 21.0002 22 20.1002 22 19.0002V7.00018C22 5.90018 21.1 5.00018 20 5.00018ZM20 18.0002C20 18.5502 19.55 19.0002 19 19.0002H12V18.0002C9.2 18.0002 7 15.8002 7 13.0002C7 10.2002 9.2 8.00018 12 8.00018V7.00018H19C19.55 7.00018 20 7.45018 20 8.00018V18.0002ZM17 13.0002C17 10.2002 14.8 8.00018 12 8.00018V9.80018C13.8 9.80018 15.2 11.2002 15.2 13.0002C15.2 14.8002 13.8 16.2002 12 16.2002V18.0002C14.8 18.0002 17 15.8002 17 13.0002ZM8.8 13.0002C8.8 14.8002 10.2 16.2002 12 16.2002V9.80018C10.2 9.80018 8.8 11.2002 8.8 13.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M10 15.5002V8.50015C10 8.09015 10.47 7.85015 10.8 8.10015L15.47 11.6002C15.74 11.8002 15.74 12.2002 15.47 12.4002L10.8 15.9002C10.47 16.1502 10 15.9102 10 15.5002ZM21.96 11.0502C22.54 17.3102 17.32 22.5302 11.06 21.9502C6.63 21.5402 2.94 18.1002 2.16 13.7202C1.9 12.3002 1.97 10.9402 2.28 9.68015C2.42 9.10015 3.04 8.78015 3.59 8.98015C4.06 9.15015 4.34 9.65015 4.22 10.1402C4.02 10.9602 3.95 11.8402 4.03 12.7502C4.4 16.7902 7.92 20.0002 11.98 20.0102C16.77 20.0202 20.59 15.8002 19.92 10.8902C19.41 7.19015 16.26 4.27015 12.53 4.03015C11.7 3.97015 10.9 4.05015 10.15 4.23015C9.66 4.34015 9.16 4.07015 8.99 3.59015C8.79 3.03015 9.11 2.42015 9.68 2.28015C11.47 1.85015 13.43 1.87015 15.46 2.65015C19.02 4.00015 21.61 7.27015 21.96 11.0502ZM5.5 4.00015C4.67 4.00015 4 4.67015 4 5.50015C4 6.33015 4.67 7.00015 5.5 7.00015C6.33 7.00015 7 6.33015 7 5.50015C7 4.67015 6.33 4.00015 5.5 4.00015Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21.96 11.0502C22.54 17.3102 17.32 22.5302 11.06 21.9502C6.63 21.5402 2.94 18.1002 2.16 13.7202C1.9 12.3002 1.97 10.9402 2.28 9.68015C2.42 9.10015 3.04 8.78015 3.59 8.98015C4.06 9.15015 4.34 9.65015 4.22 10.1402C4.02 10.9602 3.95 11.8402 4.03 12.7502C4.4 16.7902 7.92 20.0002 11.98 20.0102C16.77 20.0202 20.59 15.8002 19.92 10.8902C19.41 7.19015 16.26 4.27015 12.53 4.03015C11.7 3.97015 10.9 4.05015 10.15 4.23015C9.66 4.34015 9.16 4.07015 8.99 3.59015C8.79 3.03015 9.11 2.42015 9.68 2.28015C11.47 1.85015 13.43 1.87015 15.46 2.65015C19.02 4.00015 21.61 7.27015 21.96 11.0502ZM5.5 4.00015C4.67 4.00015 4 4.67015 4 5.50015C4 6.33015 4.67 7.00015 5.5 7.00015C6.33 7.00015 7 6.33015 7 5.50015C7 4.67015 6.33 4.00015 5.5 4.00015ZM18 12.0002C18 15.3102 15.31 18.0002 12 18.0002C8.69 18.0002 6 15.3102 6 12.0002C6 8.69015 8.69 6.00015 12 6.00015C15.31 6.00015 18 8.69015 18 12.0002ZM10 9.00015C9.45 9.00015 9 9.45015 9 10.0002V14.0002C9 14.5502 9.45 15.0002 10 15.0002C10.55 15.0002 11 14.5502 11 14.0002V10.0002C11 9.45015 10.55 9.00015 10 9.00015ZM14 9.00015C13.45 9.00015 13 9.45015 13 10.0002V14.0002C13 14.5502 13.45 15.0002 14 15.0002C14.55 15.0002 15 14.5502 15 14.0002V10.0002C15 9.45015 14.55 9.00015 14 9.00015Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21.96 11.0502C22.54 17.3102 17.32 22.5302 11.06 21.9502C6.63 21.5402 2.94 18.1002 2.16 13.7202C1.9 12.3002 1.97 10.9402 2.28 9.68015C2.42 9.10015 3.04 8.78015 3.59 8.98015C4.06 9.15015 4.34 9.65015 4.22 10.1402C4.02 10.9602 3.95 11.8402 4.03 12.7502C4.4 16.7902 7.92 20.0002 11.98 20.0102C16.77 20.0202 20.59 15.8002 19.92 10.8902C19.41 7.19015 16.26 4.27015 12.53 4.03015C11.7 3.97015 10.9 4.05015 10.15 4.23015C9.66 4.34015 9.16 4.07015 8.99 3.59015C8.79 3.03015 9.11 2.42015 9.68 2.28015C11.47 1.85015 13.43 1.87015 15.46 2.65015C19.02 4.00015 21.61 7.27015 21.96 11.0502ZM5.5 4.00015C4.67 4.00015 4 4.67015 4 5.50015C4 6.33015 4.67 7.00015 5.5 7.00015C6.33 7.00015 7 6.33015 7 5.50015C7 4.67015 6.33 4.00015 5.5 4.00015ZM11 15.0002V9.00015C11 8.45015 10.55 8.00015 10 8.00015C9.45 8.00015 9 8.45015 9 9.00015V15.0002C9 15.5502 9.45 16.0002 10 16.0002C10.55 16.0002 11 15.5502 11 15.0002ZM15 15.0002V9.00015C15 8.45015 14.55 8.00015 14 8.00015C13.45 8.00015 13 8.45015 13 9.00015V15.0002C13 15.5502 13.45 16.0002 14 16.0002C14.55 16.0002 15 15.5502 15 15.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18 4.00018L19.82 7.64018C19.9 7.80018 19.78 8.00018 19.6 8.00018H17.62C17.24 8.00018 16.89 7.79018 16.73 7.45018L15 4.00018H13L14.82 7.64018C14.9 7.80018 14.78 8.00018 14.6 8.00018H12.62C12.24 8.00018 11.89 7.79018 11.73 7.45018L10 4.00018H8L9.82 7.64018C9.9 7.80018 9.78 8.00018 9.6 8.00018H7.62C7.24 8.00018 6.89 7.79018 6.72 7.45018L5 4.00018H4C2.9 4.00018 2 4.90018 2 6.00018V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V5.00018C22 4.45018 21.55 4.00018 21 4.00018H18Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21.5 4.00018H18L19.74 6.61018C19.85 6.78018 19.73 7.00018 19.53 7.00018H17.53C17.2 7.00018 16.88 6.83018 16.7 6.55018L15 4.00018H13L14.74 6.61018C14.85 6.78018 14.73 7.00018 14.53 7.00018H12.53C12.2 7.00018 11.88 6.83018 11.7 6.55018L10 4.00018H8L9.74 6.61018C9.85 6.78018 9.73 7.00018 9.53 7.00018H7.53C7.2 7.00018 6.89 6.83018 6.7 6.55018L5 4.00018H4C2.9 4.00018 2.01 4.90018 2.01 6.00018L2 18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V4.50018C22 4.22018 21.78 4.00018 21.5 4.00018ZM11.25 15.2502L10 18.0002L8.75 15.2502L6 14.0002L8.75 12.7502L10 10.0002L11.25 12.7502L14 14.0002L11.25 15.2502ZM16.94 11.9402L16 14.0002L15.06 11.9402L13 11.0002L15.06 10.0602L16 8.00018L16.94 10.0602L19 11.0002L16.94 11.9402Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 5.00018V13.5502C11.06 13.0102 9.89997 12.8002 8.66997 13.2302C7.32997 13.7102 6.29997 14.9002 6.05997 16.3002C5.59997 19.0402 7.91997 21.3802 10.65 20.9502C12.61 20.6402 14 18.8402 14 16.8502V7.00018H16C17.1 7.00018 18 6.10018 18 5.00018C18 3.90018 17.1 3.00018 16 3.00018H14C12.9 3.00018 12 3.90018 12 5.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M14 9.61018V7.00018H16C17.1 7.00018 18 6.10018 18 5.00018C18 3.90018 17.1 3.00018 16 3.00018H13C12.45 3.00018 12 3.45018 12 4.00018V7.61018L14 9.61018ZM5.11998 3.56018C4.72998 3.17018 4.09998 3.17018 3.70998 3.56018C3.31998 3.95018 3.31998 4.58018 3.70998 4.97018L12 13.2702V13.5502C11.06 13.0102 9.89998 12.8002 8.66998 13.2302C7.32998 13.7102 6.29998 14.9002 6.05998 16.3002C5.59998 19.0402 7.91998 21.3802 10.65 20.9502C12.61 20.6402 14 18.8402 14 16.8502V15.2702L19.02 20.2902C19.41 20.6802 20.04 20.6802 20.43 20.2902C20.82 19.9002 20.82 19.2702 20.43 18.8802L5.11998 3.56018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M13 16.1202C16.37 15.7202 19.01 12.9302 19.16 9.4802C19.33 5.6102 16.14 2.2302 12.27 2.1702C8.35 2.1202 5.17 5.2702 5.17 9.1702C5.17 12.6402 7.69 15.5102 11 16.0602V20.0002H6C5.45 20.0002 5 20.4502 5 21.0002C5 21.5502 5.45 22.0002 6 22.0002H18C18.55 22.0002 19 21.5502 19 21.0002C19 20.4502 18.55 20.0002 18 20.0002H13V16.1202Z"
4
+ />
5
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M4.5 11.0002C5.32843 11.0002 6 10.3286 6 9.50018C6 8.67176 5.32843 8.00018 4.5 8.00018C3.67157 8.00018 3 8.67176 3 9.50018C3 10.3286 3.67157 11.0002 4.5 11.0002Z"
5
+ />
6
+ <path
7
+ d="M22.17 9.17015C22.17 5.26015 18.98 2.11015 15.06 2.17015C11.23 2.23015 8.07 5.54015 8.18 9.36015C8.27 12.7402 10.76 15.5202 14.01 16.0602V20.0002H6V17.0002H6.5C6.78 17.0002 7 16.7802 7 16.5002V13.0002C7 12.4502 6.55 12.0002 6 12.0002H3C2.45 12.0002 2 12.4502 2 13.0002V16.5002C2 16.7802 2.22 17.0002 2.5 17.0002H3V21.0002C3 21.5502 3.45 22.0002 4 22.0002H18C18.55 22.0002 19 21.5502 19 21.0002C19 20.4502 18.55 20.0002 18 20.0002H16V16.1202C19.47 15.7102 22.17 12.7602 22.17 9.17015Z"
8
+ />
9
+ </g>
10
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M14.91 6.71016C14.52 6.32016 13.89 6.32016 13.5 6.71016L8.90999 11.3002C8.51999 11.6902 8.51999 12.3202 8.90999 12.7102L13.5 17.3002C13.89 17.6902 14.52 17.6902 14.91 17.3002C15.3 16.9102 15.3 16.2802 14.91 15.8902L11.03 12.0002L14.91 8.12016C15.29 7.73016 15.29 7.09016 14.91 6.71016Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M9.30999 6.71021C8.91999 7.10021 8.91999 7.73021 9.30999 8.12021L13.19 12.0002L9.30999 15.8802C8.91999 16.2702 8.91999 16.9002 9.30999 17.2902C9.69999 17.6802 10.33 17.6802 10.72 17.2902L15.31 12.7002C15.7 12.3102 15.7 11.6802 15.31 11.2902L10.72 6.7002C10.34 6.3202 9.69999 6.32021 9.30999 6.71021Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 3.00018C7.03 3.00018 3 7.03018 3 12.0002C3 16.9702 7.03 21.0002 12 21.0002C12.83 21.0002 13.5 20.3302 13.5 19.5002C13.5 19.1102 13.35 18.7602 13.11 18.4902C12.88 18.2302 12.73 17.8802 12.73 17.5002C12.73 16.6702 13.4 16.0002 14.23 16.0002H16C18.76 16.0002 21 13.7602 21 11.0002C21 6.58018 16.97 3.00018 12 3.00018ZM6.5 12.0002C5.67 12.0002 5 11.3302 5 10.5002C5 9.67018 5.67 9.00018 6.5 9.00018C7.33 9.00018 8 9.67018 8 10.5002C8 11.3302 7.33 12.0002 6.5 12.0002ZM9.5 8.00018C8.67 8.00018 8 7.33018 8 6.50018C8 5.67018 8.67 5.00018 9.5 5.00018C10.33 5.00018 11 5.67018 11 6.50018C11 7.33018 10.33 8.00018 9.5 8.00018ZM14.5 8.00018C13.67 8.00018 13 7.33018 13 6.50018C13 5.67018 13.67 5.00018 14.5 5.00018C15.33 5.00018 16 5.67018 16 6.50018C16 7.33018 15.33 8.00018 14.5 8.00018ZM17.5 12.0002C16.67 12.0002 16 11.3302 16 10.5002C16 9.67018 16.67 9.00018 17.5 9.00018C18.33 9.00018 19 9.67018 19 10.5002C19 11.3302 18.33 12.0002 17.5 12.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M23 18.0002V6.00018C23 4.90018 22.1 4.00018 21 4.00018H3C1.9 4.00018 1 4.90018 1 6.00018V18.0002C1 19.1002 1.9 20.0002 3 20.0002H21C22.1 20.0002 23 19.1002 23 18.0002ZM8.9 12.9802L11 15.5102L14.1 11.5202C14.3 11.2602 14.7 11.2602 14.9 11.5302L18.41 16.2102C18.66 16.5402 18.42 17.0102 18.01 17.0102H6.02C5.6 17.0102 5.37 16.5302 5.63 16.2002L8.12 13.0002C8.31 12.7402 8.69 12.7302 8.9 12.9802Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 2.00018C6.47 2.00018 2 6.47018 2 12.0002C2 17.5302 6.47 22.0002 12 22.0002C17.53 22.0002 22 17.5302 22 12.0002C22 6.47018 17.53 2.00018 12 2.00018ZM12 20.0002C7.59 20.0002 4 16.4102 4 12.0002C4 7.59018 7.59 4.00018 12 4.00018C16.41 4.00018 20 7.59018 20 12.0002C20 16.4102 16.41 20.0002 12 20.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20 6.54018V17.4502C17.4 16.6802 14.72 16.2902 12 16.2902C9.28 16.2902 6.6 16.6802 4 17.4502V6.54018C6.6 7.31018 9.28 7.70018 12 7.70018C14.72 7.71018 17.4 7.32018 20 6.54018ZM21.43 4.00018C21.33 4.00018 21.23 4.02018 21.12 4.06018C18.18 5.16018 15.09 5.70018 12 5.70018C8.91 5.70018 5.82 5.15018 2.88 4.06018C2.77 4.02018 2.66 4.00018 2.57 4.00018C2.23 4.00018 2 4.23018 2 4.63018V19.3802C2 19.7702 2.23 20.0002 2.57 20.0002C2.67 20.0002 2.77 19.9802 2.88 19.9402C5.82 18.8402 8.91 18.3002 12 18.3002C15.09 18.3002 18.18 18.8502 21.12 19.9402C21.23 19.9802 21.33 20.0002 21.43 20.0002C21.76 20.0002 22 19.7702 22 19.3702V4.63018C22 4.23018 21.76 4.00018 21.43 4.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19.94 21.1202C18.84 18.1802 18.3 15.0902 18.3 12.0002C18.3 8.91018 18.85 5.82018 19.94 2.88018C19.98 2.77018 20 2.66018 20 2.57018C20 2.23018 19.77 2.00018 19.37 2.00018H4.63C4.23 2.00018 4 2.23018 4 2.57018C4 2.67018 4.02 2.77018 4.06 2.88018C5.16 5.82018 5.71 8.91018 5.71 12.0002C5.71 15.0902 5.16 18.1802 4.07 21.1202C4.02 21.2302 4 21.3402 4 21.4302C4 21.7602 4.23 22.0002 4.63 22.0002H19.38C19.77 22.0002 20.01 21.7602 20.01 21.4302C20 21.3302 19.98 21.2302 19.94 21.1202ZM6.54 20.0002C7.31 17.4002 7.7 14.7202 7.7 12.0002C7.7 9.28018 7.31 6.60018 6.54 4.00018H17.45C16.68 6.60018 16.29 9.28018 16.29 12.0002C16.29 14.7202 16.68 17.4002 17.45 20.0002H6.54Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 6.00018C14.45 6.00018 16.71 6.20018 19.29 6.64018C19.76 8.42018 20 10.2202 20 12.0002C20 13.7802 19.76 15.5802 19.29 17.3602C16.71 17.8002 14.45 18.0002 12 18.0002C9.55 18.0002 7.29 17.8002 4.71 17.3602C4.24 15.5802 4 13.7802 4 12.0002C4 10.2202 4.24 8.42018 4.71 6.64018C7.29 6.20018 9.55 6.00018 12 6.00018ZM12 4.00018C9.27 4.00018 6.78 4.24018 4.05 4.72018L3.12 4.88018L2.87 5.78018C2.29 7.85018 2 9.93018 2 12.0002C2 14.0702 2.29 16.1502 2.87 18.2202L3.12 19.1102L4.05 19.2702C6.78 19.7602 9.27 20.0002 12 20.0002C14.73 20.0002 17.22 19.7602 19.95 19.2802L20.88 19.1202L21.13 18.2302C21.71 16.1502 22 14.0702 22 12.0002C22 9.93018 21.71 7.85018 21.13 5.78018L20.88 4.89018L19.95 4.73018C17.22 4.24018 14.73 4.00018 12 4.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21 19.0002V5.00018C21 3.90018 20.1 3.00018 19 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002ZM8.9 13.9802L11 16.5102L14.1 12.5202C14.3 12.2602 14.7 12.2602 14.9 12.5302L18.41 17.2102C18.66 17.5402 18.42 18.0102 18.01 18.0102H6.02C5.6 18.0102 5.37 17.5302 5.63 17.2002L8.12 14.0002C8.31 13.7402 8.69 13.7302 8.9 13.9802Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18 2.00024H6C4.9 2.00024 4 2.90024 4 4.00024V20.0002C4 21.1002 4.9 22.0002 6 22.0002H18C19.1 22.0002 20 21.1002 20 20.0002V4.00024C20 2.90024 19.1 2.00024 18 2.00024ZM6 4.00024H11V12.0002L8.5 10.5002L6 12.0002V4.00024ZM6.63 18.1902L8.62 15.6302C8.82 15.3802 9.2 15.3702 9.4 15.6202L11.14 17.7202L13.74 14.3802C13.94 14.1202 14.34 14.1202 14.53 14.3902L17.4 18.2102C17.65 18.5402 17.41 19.0102 17 19.0102H7.02C6.61 19.0002 6.37 18.5202 6.63 18.1902Z"
4
+ />
5
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M12 15.0002C13.6569 15.0002 15 13.6571 15 12.0002C15 10.3434 13.6569 9.00024 12 9.00024C10.3431 9.00024 9 10.3434 9 12.0002C9 13.6571 10.3431 15.0002 12 15.0002Z"
5
+ />
6
+ <path
7
+ d="M20 4.00024H16.83L15.59 2.65024C15.22 2.24024 14.68 2.00024 14.12 2.00024H9.88C9.32 2.00024 8.78 2.24024 8.4 2.65024L7.17 4.00024H4C2.9 4.00024 2 4.90024 2 6.00024V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V6.00024C22 4.90024 21.1 4.00024 20 4.00024ZM12 17.0002C9.24 17.0002 7 14.7602 7 12.0002C7 9.24024 9.24 7.00024 12 7.00024C14.76 7.00024 17 9.24024 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.02 10.9902V18.0002C19.02 18.5502 18.57 19.0002 18.02 19.0002H5.99999C5.44999 19.0002 4.99999 18.5502 4.99999 18.0002V6.00024C4.99999 5.45024 5.44999 5.00024 5.99999 5.00024H13C13.55 5.00024 14 4.55024 14 4.00024C14 3.45024 13.55 3.00024 13 3.00024H5.01999C3.91999 3.00024 3.01999 3.90024 3.01999 5.00024V19.0002C3.01999 20.1002 3.91999 21.0002 5.01999 21.0002H19C20.1 21.0002 21 20.1102 21 19.0002V10.9902C21 10.4402 20.56 10.0002 20.01 10.0002C19.46 10.0002 19.02 10.4402 19.02 10.9902ZM13.25 10.7502L12.46 9.00024C12.28 8.61024 11.73 8.61024 11.55 9.00024L10.76 10.7502L8.99999 11.5402C8.60999 11.7202 8.60999 12.2702 8.99999 12.4502L10.75 13.2402L11.54 15.0002C11.72 15.3902 12.27 15.3902 12.45 15.0002L13.24 13.2502L15 12.4602C15.39 12.2802 15.39 11.7302 15 11.5502L13.25 10.7502ZM17.94 6.06024L17.34 4.74024C17.21 4.45024 16.79 4.45024 16.65 4.74024L16.05 6.06024L14.73 6.66024C14.44 6.79024 14.44 7.21024 14.73 7.35024L16.05 7.95024L16.65 9.27024C16.78 9.56024 17.2 9.56024 17.34 9.27024L17.94 7.95024L19.26 7.35024C19.55 7.22024 19.55 6.80024 19.26 6.66024L17.94 6.06024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M22 16.0002V4.00024C22 2.90024 21.1 2.00024 20 2.00024H8C6.9 2.00024 6 2.90024 6 4.00024V16.0002C6 17.1002 6.9 18.0002 8 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002ZM11.4 12.5302L13.03 14.7102L15.61 11.4902C15.81 11.2402 16.19 11.2402 16.39 11.4902L19.35 15.1902C19.61 15.5202 19.38 16.0002 18.96 16.0002H9C8.59 16.0002 8.35 15.5302 8.6 15.2002L10.6 12.5302C10.8 12.2702 11.2 12.2702 11.4 12.5302ZM2 7.00024V20.0002C2 21.1002 2.9 22.0002 4 22.0002H17C17.55 22.0002 18 21.5502 18 21.0002C18 20.4502 17.55 20.0002 17 20.0002H5C4.45 20.0002 4 19.5502 4 19.0002V7.00024C4 6.45024 3.55 6.00024 3 6.00024C2.45 6.00024 2 6.45024 2 7.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21 3.00024H3C2 3.00024 1 4.00024 1 5.00024V19.0002C1 20.1002 1.9 21.0002 3 21.0002H21C22 21.0002 23 20.0002 23 19.0002V5.00024C23 4.00024 22 3.00024 21 3.00024ZM5.63 16.1902L8.12 12.9902C8.32 12.7402 8.7 12.7302 8.9 12.9802L11 15.5102L14.1 11.5202C14.3 11.2602 14.7 11.2602 14.9 11.5302L18.41 16.2102C18.66 16.5402 18.42 17.0102 18.01 17.0102H6.02C5.61 17.0002 5.37 16.5202 5.63 16.1902Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21 15.0002H23V17.0002H21V15.0002ZM21 11.0002H23V13.0002H21V11.0002ZM23 19.0002H21V21.0002C22 21.0002 23 20.0002 23 19.0002ZM13 3.00024H15V5.00024H13V3.00024ZM21 7.00024H23V9.00024H21V7.00024ZM21 3.00024V5.00024H23C23 4.00024 22 3.00024 21 3.00024ZM1 7.00024H3V9.00024H1V7.00024ZM17 3.00024H19V5.00024H17V3.00024ZM17 19.0002H19V21.0002H17V19.0002ZM3 3.00024C2 3.00024 1 4.00024 1 5.00024H3V3.00024ZM9 3.00024H11V5.00024H9V3.00024ZM5 3.00024H7V5.00024H5V3.00024ZM1 11.0002V19.0002C1 20.1002 1.9 21.0002 3 21.0002H15V13.0002C15 11.9002 14.1 11.0002 13 11.0002H1ZM3.63 18.1902L5.12 16.2802C5.32 16.0302 5.69 16.0202 5.9 16.2702L7.29 17.9402L9.39 15.2402C9.59 14.9802 9.99 14.9802 10.18 15.2502L12.4 18.2102C12.65 18.5402 12.41 19.0102 12 19.0102H4.02C3.61 19.0002 3.37 18.5202 3.63 18.1902Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M23 15.0002H21V17.0002H23V15.0002ZM23 11.0002H21V13.0002H23V11.0002ZM23 19.0002H21V21.0002C22 21.0002 23 20.0002 23 19.0002ZM15 3.00024H13V5.00024H15V3.00024ZM23 7.00024H21V9.00024H23V7.00024ZM21 3.00024V5.00024H23C23 4.00024 22 3.00024 21 3.00024ZM3 21.0002H11V17.0002C11 15.9002 10.1 15.0002 9 15.0002H1V19.0002C1 20.1002 1.9 21.0002 3 21.0002ZM3 7.00024H1V9.00024H3V7.00024ZM15 19.0002H13V21.0002H15V19.0002ZM19 3.00024H17V5.00024H19V3.00024ZM19 19.0002H17V21.0002H19V19.0002ZM3 3.00024C2 3.00024 1 4.00024 1 5.00024H3V3.00024ZM3 11.0002H1V13.0002H3V11.0002ZM11 3.00024H9V5.00024H11V3.00024ZM7 3.00024H5V5.00024H7V3.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20 2.00024H8C6.9 2.00024 6 2.90024 6 4.00024V16.0002C6 17.1002 6.9 18.0002 8 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002V4.00024C22 2.90024 21.1 2.00024 20 2.00024ZM11.5 9.50024C11.5 10.3302 10.83 11.0002 10 11.0002H9V12.2502C9 12.6602 8.66 13.0002 8.25 13.0002C7.84 13.0002 7.5 12.6602 7.5 12.2502V8.00024C7.5 7.45024 7.95 7.00024 8.5 7.00024H10C10.83 7.00024 11.5 7.67024 11.5 8.50024V9.50024ZM16.5 11.5002C16.5 12.3302 15.83 13.0002 15 13.0002H13C12.72 13.0002 12.5 12.7802 12.5 12.5002V7.50024C12.5 7.22024 12.72 7.00024 13 7.00024H15C15.83 7.00024 16.5 7.67024 16.5 8.50024V11.5002ZM20.5 7.75024C20.5 8.16024 20.16 8.50024 19.75 8.50024H19V9.50024H19.75C20.16 9.50024 20.5 9.84024 20.5 10.2502C20.5 10.6602 20.16 11.0002 19.75 11.0002H19V12.2502C19 12.6602 18.66 13.0002 18.25 13.0002C17.84 13.0002 17.5 12.6602 17.5 12.2502V8.00024C17.5 7.45024 17.95 7.00024 18.5 7.00024H19.75C20.16 7.00024 20.5 7.34024 20.5 7.75024ZM9 9.50024H10V8.50024H9V9.50024ZM3 6.00024C2.45 6.00024 2 6.45024 2 7.00024V20.0002C2 21.1002 2.9 22.0002 4 22.0002H17C17.55 22.0002 18 21.5502 18 21.0002C18 20.4502 17.55 20.0002 17 20.0002H5C4.45 20.0002 4 19.5502 4 19.0002V7.00024C4 6.45024 3.55 6.00024 3 6.00024ZM14 11.5002H15V8.50024H14V11.5002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 12.2502C13.24 12.2502 14.25 11.2402 14.25 10.0002C14.25 8.76024 13.24 7.75024 12 7.75024C10.76 7.75024 9.75 8.76024 9.75 10.0002C9.75 11.2402 10.76 12.2502 12 12.2502ZM16.5 16.2502C16.5 14.7502 13.5 14.0002 12 14.0002C10.5 14.0002 7.5 14.7502 7.5 16.2502V17.0002H16.5V16.2502ZM19 3.00024H5C3.9 3.00024 3 3.90024 3 5.00024V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00024C21 3.90024 20.1 3.00024 19 3.00024ZM18 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V6.00024C5 5.45024 5.45 5.00024 6 5.00024H18C18.55 5.00024 19 5.45024 19 6.00024V18.0002C19 18.5502 18.55 19.0002 18 19.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M14 9.00024H10C9.45 9.00024 9 8.55024 9 8.00024C9 7.45024 9.45 7.00024 10 7.00024H14C14.55 7.00024 15 7.45024 15 8.00024C15 8.55024 14.55 9.00024 14 9.00024Z"
5
+ />
6
+ <path
7
+ d="M14 12.0002H10C9.45 12.0002 9 11.5502 9 11.0002C9 10.4502 9.45 10.0002 10 10.0002H14C14.55 10.0002 15 10.4502 15 11.0002C15 11.5502 14.55 12.0002 14 12.0002Z"
8
+ />
9
+ <path
10
+ d="M19.5 3.50024L18 2.00024L16.5 3.50024L15 2.00024L13.5 3.50024L12 2.00024L10.5 3.50024L9 2.00024L7.5 3.50024L6 2.00024V16.0002H4C3.45 16.0002 3 16.4502 3 17.0002V19.0002C3 20.6602 4.34 22.0002 6 22.0002H18C19.66 22.0002 21 20.6602 21 19.0002V2.00024L19.5 3.50024ZM15 20.0002H6C5.45 20.0002 5 19.5502 5 19.0002V18.0002H8H12H15V20.0002ZM19 19.0002C19 19.5502 18.55 20.0002 18 20.0002C17.45 20.0002 17 19.5502 17 19.0002V17.0002C17 16.4502 16.55 16.0002 16 16.0002H14H12H8V5.00024H19V19.0002Z"
11
+ />
12
+ <path
13
+ d="M17 9.00024C17.5523 9.00024 18 8.55253 18 8.00024C18 7.44796 17.5523 7.00024 17 7.00024C16.4477 7.00024 16 7.44796 16 8.00024C16 8.55253 16.4477 9.00024 17 9.00024Z"
14
+ />
15
+ <path
16
+ d="M17 12.0002C17.5523 12.0002 18 11.5525 18 11.0002C18 10.448 17.5523 10.0002 17 10.0002C16.4477 10.0002 16 10.448 16 11.0002C16 11.5525 16.4477 12.0002 17 12.0002Z"
17
+ />
18
+ </g>
19
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 4.50024C7 4.50024 2.73 7.61024 1 12.0002C2.73 16.3902 7 19.5002 12 19.5002C17 19.5002 21.27 16.3902 23 12.0002C21.27 7.61024 17 4.50024 12 4.50024ZM12 17.0002C9.24 17.0002 7 14.7602 7 12.0002C7 9.24024 9.24 7.00024 12 7.00024C14.76 7.00024 17 9.24024 17 12.0002C17 14.7602 14.76 17.0002 12 17.0002ZM12 9.00024C10.34 9.00024 9 10.3402 9 12.0002C9 13.6602 10.34 15.0002 12 15.0002C13.66 15.0002 15 13.6602 15 12.0002C15 10.3402 13.66 9.00024 12 9.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M5.93001 7.83027L2.28001 11.4903C1.50001 12.2703 1.50001 13.5403 2.28001 14.3203L5.94001 17.9803C6.72001 18.7603 7.99001 18.7603 8.77001 17.9803L12.43 14.3303C13.21 13.5503 13.21 12.2803 12.43 11.5003L8.76001 7.82027C7.97001 7.04027 6.71001 7.04027 5.93001 7.83027ZM4.40001 12.1903L6.65001 9.94027C7.04001 9.55027 7.67001 9.55027 8.07001 9.94027L10.31 12.1803C10.7 12.5703 10.7 13.2003 10.31 13.5903L8.06001 15.8403C7.67001 16.2303 7.04001 16.2303 6.64001 15.8403L4.40001 13.6103C4.01001 13.2203 4.01001 12.5803 4.40001 12.1903ZM19.36 6.64027C17.61 4.88027 15.3 4.00027 13 4.00027V3.17027C13 2.28027 11.92 1.83027 11.29 2.46027L9.47001 4.29027C9.08001 4.68027 9.08001 5.31027 9.47001 5.70027L11.3 7.53027C11.92 8.16027 13 7.72027 13 6.83027V6.00027C15.02 6.00027 17.03 6.86027 18.45 8.61027C20.5 11.1303 20.5 14.8803 18.45 17.4003C17.03 19.1403 15.02 20.0003 13 20.0003C12.22 20.0003 11.45 19.8703 10.71 19.6103C10.35 19.4903 9.96001 19.6003 9.69001 19.8703C9.19001 20.3703 9.35001 21.2603 10.03 21.4903C10.99 21.8303 11.99 22.0003 13 22.0003C15.3 22.0003 17.61 21.1203 19.36 19.3603C22.88 15.8503 22.88 10.1503 19.36 6.64027Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M6.55999 7.98026C6.09999 7.52026 5.30999 7.60026 4.99999 8.17026C4.71999 8.68026 4.49999 9.20026 4.32999 9.75026C4.13999 10.3803 4.63999 11.0003 5.28999 11.0003H5.29999C5.72999 11.0003 6.11999 10.7203 6.23999 10.3003C6.35999 9.90026 6.51999 9.51026 6.71999 9.13026C6.93999 8.76026 6.86999 8.29026 6.55999 7.98026ZM5.30999 13.0003H5.28999C4.63999 13.0003 4.13999 13.6203 4.32999 14.2503C4.48999 14.7903 4.70999 15.3203 4.98999 15.8303C5.29999 16.4003 6.09999 16.4903 6.55999 16.0303C6.85999 15.7203 6.93999 15.2603 6.72999 14.8803C6.52999 14.5103 6.36999 14.1203 6.24999 13.7203C6.12999 13.2803 5.73999 13.0003 5.30999 13.0003ZM8.15999 19.0203C8.66999 19.3003 9.19999 19.5203 9.74999 19.6803C10.37 19.8603 10.99 19.3603 10.99 18.7203V18.6903C10.99 18.2603 10.71 17.8703 10.29 17.7503C9.88999 17.6303 9.50999 17.4703 9.13999 17.2703C8.75999 17.0603 8.27999 17.1303 7.97999 17.4403L7.94999 17.4703C7.49999 17.9203 7.58999 18.7103 8.15999 19.0203ZM13 4.07026V3.41026C13 2.52026 11.92 2.07026 11.29 2.70026L9.16999 4.83026C8.76999 5.23026 8.76999 5.87026 9.16999 6.26026L11.3 8.34026C11.93 8.96026 13 8.51026 13 7.62026V6.09026C15.84 6.57026 18 9.03026 18 12.0003C18 14.7303 16.18 17.0203 13.68 17.7503C13.27 17.8703 13 18.2603 13 18.6903V18.7103C13 19.3603 13.61 19.8503 14.23 19.6703C17.57 18.7103 20 15.6403 20 12.0003C20 7.92026 16.95 4.56026 13 4.07026Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M14.83 4.83022L12.7 2.70022C12.08 2.08022 11 2.52022 11 3.41022V4.07022C7.06 4.56022 4 7.92022 4 12.0002C4 15.6402 6.43 18.7102 9.77 19.6802C10.39 19.8602 11 19.3602 11 18.7202V18.6902C11 18.2602 10.73 17.8702 10.32 17.7502C7.82 17.0302 6 14.7302 6 12.0002C6 9.03022 8.16 6.57022 11 6.09022V7.62021C11 8.51021 12.07 8.95021 12.7 8.33021L14.83 6.25022C15.23 5.87022 15.23 5.23022 14.83 4.83022ZM19.67 9.76022C19.51 9.21022 19.29 8.68021 19.01 8.17022C18.7 7.60021 17.91 7.51021 17.45 7.97021L17.44 7.98022C17.13 8.29022 17.06 8.76022 17.27 9.14022C17.47 9.51022 17.63 9.90022 17.75 10.3002C17.87 10.7202 18.26 11.0002 18.69 11.0002H18.71C19.36 11.0002 19.86 10.3802 19.67 9.76022ZM13 18.6802V18.7002C13 19.3502 13.62 19.8402 14.24 19.6602C14.79 19.5002 15.32 19.2802 15.83 19.0002C16.4 18.6902 16.49 17.9002 16.03 17.4402L16.01 17.4202C15.7 17.1102 15.23 17.0402 14.85 17.2502C14.48 17.4602 14.09 17.6202 13.69 17.7402C13.28 17.8602 13 18.2502 13 18.6802ZM17.44 16.0302C17.9 16.4902 18.69 16.4002 19 15.8302C19.28 15.3202 19.5 14.7902 19.67 14.2402C19.85 13.6202 19.36 13.0002 18.71 13.0002H18.69C18.25 13.0002 17.87 13.2802 17.75 13.7002C17.63 14.1002 17.47 14.4902 17.27 14.8702C17.06 15.2502 17.14 15.7302 17.44 16.0302Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M10 3.00024H14C14.55 3.00024 15 2.55024 15 2.00024C15 1.45024 14.55 1.00024 14 1.00024H10C9.45001 1.00024 9.00001 1.45024 9.00001 2.00024C9.00001 2.55024 9.45001 3.00024 10 3.00024ZM19.03 7.39024L19.78 6.64024C20.16 6.26024 20.17 5.63024 19.78 5.24024L19.77 5.23024C19.38 4.84024 18.76 4.85024 18.37 5.23024L17.62 5.98024C16.07 4.74024 14.12 4.00024 12 4.00024C7.20001 4.00024 3.12001 7.96024 3.00001 12.7602C2.87001 17.8402 6.94001 22.0002 12 22.0002C16.98 22.0002 21 17.9702 21 13.0002C21 10.8802 20.26 8.93024 19.03 7.39024ZM12 20.0002C8.13001 20.0002 5.00001 16.8702 5.00001 13.0002C5.00001 9.13024 8.13001 6.00024 12 6.00024C15.87 6.00024 19 9.13024 19 13.0002C19 16.8702 15.87 20.0002 12 20.0002ZM10.81 15.0002H7.11001C6.73001 15.0002 6.49001 15.4002 6.66001 15.7402C7.22001 16.8602 8.10001 17.7502 9.23001 18.3102C9.46001 18.4202 9.75001 18.3302 9.88001 18.1002L11.25 15.7502C11.44 15.4202 11.2 15.0002 10.81 15.0002ZM14.73 7.65024C14.5 7.53024 14.21 7.63024 14.08 7.85024L12.7 10.2402C12.5 10.5802 12.74 11.0002 13.13 11.0002H16.89C17.27 11.0002 17.51 10.6002 17.34 10.2702C16.76 9.14024 15.85 8.23024 14.73 7.65024ZM13.88 14.7002C13.69 14.3602 13.2 14.3502 13.01 14.6902L10.97 18.2102C10.79 18.5302 10.99 18.9302 11.36 18.9602C12.7 19.1002 14.05 18.7802 15.19 18.0702C15.41 17.9302 15.47 17.6402 15.35 17.4102L13.88 14.7002ZM10.31 13.2302L7.93001 9.57024C7.73001 9.27024 7.29001 9.27024 7.09001 9.57024C6.28001 10.7302 5.92001 12.1402 6.04001 13.5502C6.06001 13.8102 6.28001 14.0002 6.54001 14.0002H9.89001C10.28 14.0002 10.52 13.5602 10.31 13.2302ZM13.97 12.7402L15.99 16.4802C16.17 16.8102 16.63 16.8302 16.85 16.5302C17.71 15.3502 18.09 13.9102 17.97 12.4502C17.95 12.1902 17.72 12.0002 17.47 12.0002H14.42C14.03 12.0002 13.79 12.4002 13.97 12.7402ZM10.17 11.1702C10.37 11.4802 10.83 11.4702 11.02 11.1502L12.96 7.80024C13.15 7.48024 12.93 7.08024 12.56 7.04024C11.2 6.92024 9.83001 7.25024 8.68001 8.01024C8.46001 8.16024 8.41001 8.47024 8.55001 8.69024L10.17 11.1702Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 6.5003C14.76 6.5003 17 8.7403 17 11.5003C17 12.0103 16.9 12.5003 16.76 12.9603L19.82 16.0203C21.21 14.7903 22.31 13.2503 23 11.4903C21.27 7.1103 17 4.0003 12 4.0003C10.73 4.0003 9.51 4.2003 8.36 4.5703L10.53 6.7403C11 6.6003 11.49 6.5003 12 6.5003ZM2.71 3.1603C2.32 3.5503 2.32 4.1803 2.71 4.5703L4.68 6.5403C3.06 7.8303 1.77 9.5303 1 11.5003C2.73 15.8903 7 19.0003 12 19.0003C13.52 19.0003 14.97 18.7003 16.31 18.1803L19.03 20.9003C19.42 21.2903 20.05 21.2903 20.44 20.9003C20.83 20.5103 20.83 19.8803 20.44 19.4903L4.13 3.1603C3.74 2.7703 3.1 2.7703 2.71 3.1603ZM12 16.5003C9.24 16.5003 7 14.2603 7 11.5003C7 10.7303 7.18 10.0003 7.49 9.3603L9.06 10.9303C9.03 11.1103 9 11.3003 9 11.5003C9 13.1603 10.34 14.5003 12 14.5003C12.2 14.5003 12.38 14.4703 12.57 14.4303L14.14 16.0003C13.49 16.3203 12.77 16.5003 12 16.5003ZM14.97 11.1703C14.82 9.7703 13.72 8.6803 12.33 8.5303L14.97 11.1703Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M10 9.04024V14.9602C10 15.3802 10.48 15.6102 10.81 15.3502L14.51 12.3902C14.76 12.1902 14.76 11.8102 14.51 11.6102L10.81 8.65024C10.48 8.39024 10 8.62024 10 9.04024ZM19 3.00024H5C3.9 3.00024 3 3.90024 3 5.00024V19.0002C3 20.1002 3.9 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00024C21 3.90024 20.1 3.00024 19 3.00024ZM18 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V6.00024C5 5.45024 5.45 5.00024 6 5.00024H18C18.55 5.00024 19 5.45024 19 6.00024V18.0002C19 18.5502 18.55 19.0002 18 19.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21 6.00024H3C1.9 6.00024 1 6.90024 1 8.00024V16.0002C1 17.1002 1.9 18.0002 3 18.0002H21C22.1 18.0002 23 17.1002 23 16.0002V8.00024C23 6.90024 22.1 6.00024 21 6.00024ZM20 16.0002H4C3.45 16.0002 3 15.5502 3 15.0002V9.00024C3 8.45024 3.45 8.00024 4 8.00024H5V11.0002C5 11.5502 5.45 12.0002 6 12.0002C6.55 12.0002 7 11.5502 7 11.0002V8.00024H9V11.0002C9 11.5502 9.45 12.0002 10 12.0002C10.55 12.0002 11 11.5502 11 11.0002V8.00024H13V11.0002C13 11.5502 13.45 12.0002 14 12.0002C14.55 12.0002 15 11.5502 15 11.0002V8.00024H17V11.0002C17 11.5502 17.45 12.0002 18 12.0002C18.55 12.0002 19 11.5502 19 11.0002V8.00024H20C20.55 8.00024 21 8.45024 21 9.00024V15.0002C21 15.5502 20.55 16.0002 20 16.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20 4.00024H16.83L15.59 2.65024C15.22 2.24024 14.68 2.00024 14.12 2.00024H9.88C9.32 2.00024 8.78 2.24024 8.4 2.65024L7.17 4.00024H4C2.9 4.00024 2 4.90024 2 6.00024V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V6.00024C22 4.90024 21.1 4.00024 20 4.00024ZM15 15.5002V13.0002H9V15.5002L5.85 12.3502C5.65 12.1502 5.65 11.8402 5.85 11.6402L9 8.50024V11.0002H15V8.50024L18.15 11.6502C18.35 11.8502 18.35 12.1602 18.15 12.3602L15 15.5002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18 9.50024V6.00024C18 5.45024 17.55 5.00024 17 5.00024H3C2.45 5.00024 2 5.45024 2 6.00024V18.0002C2 18.5502 2.45 19.0002 3 19.0002H17C17.55 19.0002 18 18.5502 18 18.0002V14.5002L20.29 16.7902C20.92 17.4202 22 16.9702 22 16.0802V7.91024C22 7.02024 20.92 6.57024 20.29 7.20024L18 9.50024ZM13 15.5002V13.0002H7V15.5002L3.85 12.3502C3.65 12.1502 3.65 11.8402 3.85 11.6402L7 8.50024V11.0002H13V8.50024L16.15 11.6502C16.35 11.8502 16.35 12.1602 16.15 12.3602L13 15.5002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12.01 2.00024C6.49 2.00024 2.02 6.48024 2.02 12.0002C2.02 17.5202 6.49 22.0002 12.01 22.0002C17.54 22.0002 22.02 17.5202 22.02 12.0002C22.02 6.48024 17.54 2.00024 12.01 2.00024ZM12.02 20.0002C7.6 20.0002 4.02 16.4202 4.02 12.0002C4.02 7.58024 7.6 4.00024 12.02 4.00024C16.44 4.00024 20.02 7.58024 20.02 12.0002C20.02 16.4202 16.44 20.0002 12.02 20.0002ZM15.52 11.0002C16.35 11.0002 17.02 10.3302 17.02 9.50024C17.02 8.67024 16.35 8.00024 15.52 8.00024C14.69 8.00024 14.02 8.67024 14.02 9.50024C14.02 10.3302 14.69 11.0002 15.52 11.0002ZM8.52 11.0002C9.35 11.0002 10.02 10.3302 10.02 9.50024C10.02 8.67024 9.35 8.00024 8.52 8.00024C7.69 8.00024 7.02 8.67024 7.02 9.50024C7.02 10.3302 7.69 11.0002 8.52 11.0002ZM12.02 17.5002C14.05 17.5002 15.82 16.3902 16.77 14.7502C16.96 14.4202 16.72 14.0002 16.33 14.0002H7.71C7.33 14.0002 7.08 14.4202 7.27 14.7502C8.22 16.3902 9.99 17.5002 12.02 17.5002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19.58 3.08024L3.15001 19.5102C3.24001 19.8502 3.42001 20.1602 3.66001 20.4102C3.91001 20.6502 4.22001 20.8302 4.56001 20.9202L21 4.49024C20.81 3.80024 20.27 3.26024 19.58 3.08024ZM11.95 3.00024L3.07001 11.8802V14.7102L14.78 3.00024H11.95ZM5.07001 3.00024C3.97001 3.00024 3.07001 3.90024 3.07001 5.00024V7.00024L7.07001 3.00024H5.07001ZM19.07 21.0002C19.62 21.0002 20.12 20.7802 20.48 20.4102C20.85 20.0502 21.07 19.5502 21.07 19.0002V17.0002L17.07 21.0002H19.07ZM9.36001 21.0002H12.19L21.07 12.1202V9.29024L9.36001 21.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M16.24 7.76024C15.07 6.59024 13.54 6.00024 12 6.00024V12.0002L7.76 16.2402C10.1 18.5802 13.9 18.5802 16.25 16.2402C18.59 13.9002 18.59 10.1002 16.24 7.76024ZM12 2.00024C6.48 2.00024 2 6.48024 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48024 17.52 2.00024 12 2.00024ZM12 20.0002C7.58 20.0002 4 16.4202 4 12.0002C4 7.58024 7.58 4.00024 12 4.00024C16.42 4.00024 20 7.58024 20 12.0002C20 16.4202 16.42 20.0002 12 20.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M14 1.00024H10C9.45001 1.00024 9.00001 1.45024 9.00001 2.00024C9.00001 2.55024 9.45001 3.00024 10 3.00024H14C14.55 3.00024 15 2.55024 15 2.00024C15 1.45024 14.55 1.00024 14 1.00024ZM12 14.0002C12.55 14.0002 13 13.5502 13 13.0002V9.00024C13 8.45024 12.55 8.00024 12 8.00024C11.45 8.00024 11 8.45024 11 9.00024V13.0002C11 13.5502 11.45 14.0002 12 14.0002ZM19.03 7.39024L19.78 6.64024C20.16 6.26024 20.17 5.63024 19.78 5.24024L19.77 5.23024C19.38 4.84024 18.76 4.85024 18.37 5.23024L17.62 5.98024C16.07 4.74024 14.12 4.00024 12 4.00024C7.20001 4.00024 3.12001 7.96024 3.00001 12.7602C2.87001 17.8402 6.94001 22.0002 12 22.0002C16.98 22.0002 21 17.9702 21 13.0002C21 10.8802 20.26 8.93024 19.03 7.39024ZM12 20.0002C8.13001 20.0002 5.00001 16.8702 5.00001 13.0002C5.00001 9.13024 8.13001 6.00024 12 6.00024C15.87 6.00024 19 9.13024 19 13.0002C19 16.8702 15.87 20.0002 12 20.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <g>
3
+ <g clip-path="url(#clip0_15_856)">
4
+ <path
5
+ d="M-0.0100098 7.72027V9.40027L2.98999 8.40027V18.0003H4.98999V6.00027H4.73999L-0.0100098 7.72027ZM23.77 14.3703C23.63 14.0903 23.42 13.8403 23.14 13.6303C22.86 13.4203 22.53 13.2403 22.13 13.1003C21.73 12.9603 21.28 12.8303 20.78 12.7203C20.43 12.6503 20.14 12.5703 19.91 12.4903C19.68 12.4103 19.5 12.3303 19.36 12.2403C19.22 12.1503 19.13 12.0503 19.08 11.9403C19.03 11.8303 19 11.7003 19 11.5503C19 11.4103 19.03 11.2703 19.09 11.1403C19.15 11.0103 19.24 10.8903 19.36 10.8003C19.48 10.7003 19.63 10.6203 19.81 10.5603C19.99 10.5003 20.21 10.4703 20.45 10.4703C20.7 10.4703 20.92 10.5103 21.11 10.5803C21.3 10.6503 21.46 10.7503 21.59 10.8703C21.72 10.9903 21.81 11.1303 21.88 11.2903C21.94 11.4503 21.98 11.6103 21.98 11.7803H23.93C23.93 11.3903 23.85 11.0303 23.69 10.6903C23.53 10.3503 23.3 10.0603 23 9.81027C22.7 9.56027 22.34 9.37027 21.91 9.22027C21.48 9.07027 20.99 9.00027 20.45 9.00027C19.94 9.00027 19.47 9.07027 19.06 9.21027C18.65 9.35027 18.29 9.54027 18 9.78027C17.71 10.0203 17.49 10.3003 17.33 10.6203C17.17 10.9403 17.1 11.2703 17.1 11.6303C17.1 11.9903 17.18 12.3203 17.33 12.5903C17.48 12.8703 17.69 13.1103 17.97 13.3203C18.24 13.5303 18.57 13.7003 18.95 13.8503C19.33 13.9903 19.76 14.1103 20.22 14.2103C20.61 14.2903 20.93 14.3803 21.17 14.4703C21.41 14.5603 21.6 14.6603 21.74 14.7603C21.87 14.8603 21.96 14.9803 22.01 15.1003C22.06 15.2203 22.08 15.3503 22.08 15.4903C22.08 15.8103 21.95 16.0603 21.68 16.2603C21.41 16.4603 21.02 16.5503 20.51 16.5503C20.29 16.5503 20.08 16.5303 19.87 16.4703C19.66 16.4203 19.47 16.3403 19.31 16.2303C19.14 16.1203 19.01 15.9703 18.9 15.7903C18.79 15.6103 18.73 15.3803 18.72 15.1203H16.83C16.83 15.4803 16.91 15.8303 17.07 16.1703C17.23 16.5103 17.46 16.8203 17.77 17.1003C18.08 17.3703 18.46 17.5903 18.92 17.7603C19.38 17.9303 19.9 18.0103 20.5 18.0103C21.03 18.0103 21.51 17.9503 21.94 17.8203C22.37 17.6903 22.74 17.5103 23.05 17.2803C23.36 17.0503 23.59 16.7703 23.76 16.4503C23.93 16.1303 24.01 15.7803 24.01 15.3903C23.99 14.9903 23.92 14.6503 23.77 14.3703ZM13.81 7.05027C13.47 6.65027 13.06 6.35027 12.58 6.17027C12.11 5.99027 11.57 5.90027 10.99 5.90027C10.41 5.90027 9.87999 5.99027 9.39999 6.17027C8.91999 6.35027 8.50999 6.64027 8.16999 7.05027C7.82999 7.46027 7.56999 7.98027 7.37999 8.64027C7.19999 9.29027 7.09999 10.0903 7.09999 11.0303V12.9503C7.09999 13.8903 7.18999 14.6903 7.37999 15.3403C7.56999 16.0003 7.82999 16.5303 8.17999 16.9403C8.51999 17.3503 8.92999 17.6503 9.40999 17.8303C9.88999 18.0103 10.42 18.1103 11 18.1103C11.59 18.1103 12.12 18.0203 12.59 17.8303C13.07 17.6503 13.47 17.3503 13.81 16.9403C14.15 16.5303 14.41 16.0003 14.59 15.3403C14.77 14.6903 14.87 13.8903 14.87 12.9503V11.0303C14.87 10.0903 14.78 9.29027 14.59 8.64027C14.41 7.98027 14.15 7.45027 13.81 7.05027ZM12.89 13.2203C12.89 13.8203 12.85 14.3303 12.77 14.7503C12.69 15.1703 12.57 15.5103 12.41 15.7703C12.25 16.0303 12.05 16.2203 11.82 16.3403C11.59 16.4603 11.31 16.5203 11 16.5203C10.7 16.5203 10.42 16.4603 10.18 16.3403C9.93999 16.2203 9.73999 16.0303 9.57999 15.7703C9.41999 15.5103 9.28999 15.1703 9.19999 14.7503C9.10999 14.3303 9.06999 13.8203 9.06999 13.2203V10.7203C9.06999 10.1203 9.10999 9.61027 9.19999 9.20027C9.28999 8.79027 9.40999 8.46027 9.57999 8.20027C9.73999 7.95027 9.93999 7.77027 10.18 7.65027C10.42 7.54027 10.69 7.48027 10.99 7.48027C11.3 7.48027 11.57 7.54027 11.8 7.65027C12.04 7.76027 12.24 7.94027 12.4 8.20027C12.56 8.45027 12.69 8.78027 12.77 9.19027C12.85 9.60027 12.9 10.1103 12.9 10.7103V13.2203H12.89Z"
6
+ />
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_15_856">
10
+ <rect
11
+ width="24"
12
+ height="24"
13
+ fill="white"
14
+ transform="translate(0 0.000244141)"
15
+ />
16
+ </clipPath>
17
+ </defs>
18
+ </g>
19
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M11.61 12.9703C11.45 12.7303 11.25 12.5103 10.99 12.3203C10.74 12.1303 10.43 11.9703 10.06 11.8403C10.36 11.7003 10.63 11.5403 10.86 11.3403C11.09 11.1403 11.28 10.9303 11.43 10.7003C11.58 10.4703 11.7 10.2403 11.77 9.99027C11.85 9.75027 11.88 9.50027 11.88 9.26027C11.88 8.71027 11.79 8.22027 11.6 7.80027C11.42 7.38027 11.16 7.03027 10.82 6.74027C10.49 6.46027 10.09 6.24027 9.62 6.10027C9.17 5.97027 8.65 5.90027 8.09 5.90027C7.54 5.90027 7.03 5.98027 6.57 6.14027C6.1 6.31027 5.7 6.54027 5.37 6.83027C5.04 7.12027 4.77 7.46027 4.59 7.86027C4.39 8.25027 4.3 8.69027 4.3 9.15027H6.28C6.28 8.89027 6.33 8.66027 6.42 8.46027C6.51 8.26027 6.64 8.08027 6.8 7.94027C6.97 7.80027 7.16 7.69027 7.38 7.61027C7.6 7.53027 7.84 7.49027 8.11 7.49027C8.72 7.49027 9.17 7.65027 9.47 7.96027C9.77 8.27027 9.91 8.71027 9.91 9.28027C9.91 9.55027 9.87 9.80027 9.79 10.0203C9.71 10.2403 9.58 10.4303 9.41 10.5903C9.24 10.7503 9.03 10.8703 8.78 10.9603C8.53 11.0503 8.23 11.0903 7.89 11.0903H6.72V12.6603H7.9C8.24 12.6603 8.54 12.7003 8.81 12.7703C9.08 12.8503 9.31 12.9603 9.5 13.1203C9.69 13.2803 9.84 13.4803 9.94 13.7303C10.04 13.9703 10.1 14.2703 10.1 14.6003C10.1 15.2203 9.92 15.6903 9.57 16.0203C9.22 16.3503 8.73 16.5103 8.12 16.5103C7.83 16.5103 7.56 16.4703 7.32 16.3803C7.08 16.3003 6.88 16.1803 6.71 16.0203C6.54 15.8603 6.41 15.6803 6.32 15.4603C6.23 15.2403 6.18 15.0003 6.18 14.7403H4.19C4.19 15.2903 4.3 15.7703 4.51 16.1903C4.72 16.6103 5.01 16.9603 5.37 17.2403C5.73 17.5203 6.14 17.7303 6.61 17.8703C7.08 18.0103 7.57 18.0803 8.09 18.0803C8.66 18.0803 9.18 18.0003 9.67 17.8503C10.16 17.7003 10.58 17.4703 10.93 17.1703C11.29 16.8703 11.57 16.5103 11.77 16.0703C11.97 15.6403 12.07 15.1403 12.07 14.5903C12.07 14.3003 12.03 14.0103 11.96 13.7303C11.88 13.4803 11.77 13.2203 11.61 12.9703ZM20.87 14.3703C20.73 14.0903 20.52 13.8403 20.24 13.6303C19.96 13.4203 19.63 13.2403 19.23 13.1003C18.83 12.9603 18.38 12.8303 17.88 12.7203C17.53 12.6503 17.24 12.5703 17.01 12.4903C16.78 12.4103 16.6 12.3303 16.46 12.2403C16.32 12.1503 16.23 12.0503 16.18 11.9403C16.13 11.8303 16.1 11.7003 16.1 11.5503C16.1 11.4003 16.13 11.2703 16.19 11.1403C16.25 11.0103 16.34 10.8903 16.46 10.8003C16.58 10.7003 16.73 10.6203 16.91 10.5603C17.09 10.5003 17.31 10.4703 17.55 10.4703C17.8 10.4703 18.02 10.5103 18.21 10.5803C18.4 10.6503 18.56 10.7503 18.69 10.8703C18.82 10.9903 18.91 11.1303 18.98 11.2903C19.04 11.4503 19.08 11.6103 19.08 11.7803H21.03C21.03 11.3903 20.95 11.0303 20.79 10.6903C20.63 10.3503 20.4 10.0603 20.1 9.81027C19.8 9.56027 19.44 9.37027 19.01 9.22027C18.58 9.07027 18.09 9.00027 17.55 9.00027C17.04 9.00027 16.57 9.07027 16.16 9.21027C15.75 9.35027 15.39 9.54027 15.1 9.78027C14.81 10.0203 14.59 10.3003 14.43 10.6203C14.27 10.9403 14.2 11.2703 14.2 11.6303C14.2 11.9903 14.28 12.3103 14.43 12.5903C14.58 12.8703 14.8 13.1103 15.07 13.3203C15.34 13.5303 15.67 13.7003 16.05 13.8503C16.43 13.9903 16.86 14.1103 17.32 14.2103C17.71 14.2903 18.03 14.3803 18.27 14.4703C18.51 14.5603 18.7 14.6603 18.84 14.7603C18.97 14.8603 19.06 14.9803 19.11 15.1003C19.16 15.2203 19.18 15.3503 19.18 15.4903C19.18 15.8103 19.05 16.0603 18.78 16.2603C18.51 16.4603 18.12 16.5503 17.61 16.5503C17.39 16.5503 17.18 16.5303 16.97 16.4703C16.76 16.4203 16.57 16.3403 16.41 16.2303C16.24 16.1203 16.11 15.9703 16 15.7903C15.89 15.6103 15.83 15.3803 15.82 15.1203H13.93C13.93 15.4803 14.01 15.8303 14.17 16.1703C14.33 16.5103 14.56 16.8203 14.87 17.1003C15.18 17.3703 15.56 17.5903 16.02 17.7603C16.48 17.9303 17 18.0103 17.6 18.0103C18.13 18.0103 18.61 17.9503 19.04 17.8203C19.47 17.6903 19.84 17.5103 20.15 17.2803C20.46 17.0503 20.69 16.7703 20.86 16.4503C21.03 16.1303 21.11 15.7803 21.11 15.3903C21.09 14.9903 21.02 14.6503 20.87 14.3703Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M10 3.00024H14C14.55 3.00024 15 2.55024 15 2.00024C15 1.45024 14.55 1.00024 14 1.00024H10C9.45001 1.00024 9.00001 1.45024 9.00001 2.00024C9.00001 2.55024 9.45001 3.00024 10 3.00024ZM12 8.00024C11.49 8.00024 11.08 8.39024 11.02 8.89024L13 10.8602V9.00024C13 8.45024 12.55 8.00024 12 8.00024ZM12 6.00024C15.87 6.00024 19 9.13024 19 13.0002C19 14.1202 18.73 15.1802 18.26 16.1202L19.73 17.5902C20.53 16.2502 21 14.6802 21 13.0002C21 10.8802 20.26 8.93024 19.03 7.39024L19.78 6.64024C20.16 6.26024 20.17 5.63024 19.78 5.24024L19.77 5.23024C19.38 4.84024 18.76 4.85024 18.37 5.23024L17.62 5.98024C16.07 4.74024 14.12 4.00024 12 4.00024C10.34 4.00024 8.78001 4.48024 7.43001 5.29024L8.88001 6.74024C9.82001 6.27024 10.88 6.00024 12 6.00024ZM20.19 20.8802L3.87001 4.56024C3.48001 4.17024 2.85001 4.17024 2.46001 4.56024C2.07001 4.95024 2.07001 5.58024 2.46001 5.97024L4.53001 8.04024C3.61001 9.42024 3.05001 11.0302 3.00001 12.7602C2.87001 17.8402 6.94001 22.0002 12 22.0002C13.84 22.0002 15.55 21.4502 16.98 20.5002L18.77 22.2902C19.16 22.6802 19.79 22.6802 20.18 22.2902C20.58 21.9002 20.58 21.2702 20.19 20.8802ZM12 20.0002C8.13001 20.0002 5.00001 16.8702 5.00001 13.0002C5.00001 11.7102 5.35001 10.5102 5.96001 9.48024L15.53 19.0502C14.49 19.6502 13.29 20.0002 12 20.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 2.00024C6.48 2.00024 2 6.48024 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48024 17.52 2.00024 12 2.00024ZM11 19.9302C7.06 19.4402 4 16.0802 4 12.0002C4 7.92024 7.05 4.56024 11 4.07024V19.9302ZM13 4.07024C14.03 4.20024 15 4.52024 15.87 5.00024H13V4.07024ZM13 7.00024H18.24C18.49 7.31024 18.72 7.65024 18.92 8.00024H13V7.00024ZM13 10.0002H19.74C19.82 10.3302 19.89 10.6602 19.93 11.0002H13V10.0002ZM13 19.9302V19.0002H15.87C15 19.4802 14.03 19.8002 13 19.9302ZM18.24 17.0002H13V16.0002H18.92C18.72 16.3502 18.49 16.6902 18.24 17.0002ZM19.74 14.0002H13V13.0002H19.93C19.89 13.3402 19.82 13.6702 19.74 14.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21 16.0002H9C8.45 16.0002 8 15.5502 8 15.0002V4.0002H8.79C9.24 4.0002 9.46 3.4602 9.14 3.1502L7.35 1.3502C7.15 1.1502 6.84 1.1502 6.64 1.3502L4.85 3.1502C4.54 3.4602 4.76 4.0002 5.21 4.0002H6V6.0002H3C2.45 6.0002 2 6.4502 2 7.0002C2 7.5502 2.45 8.0002 3 8.0002H6V16.0002C6 17.1002 6.9 18.0002 8 18.0002H16V20.0002H15.21C14.76 20.0002 14.54 20.5402 14.86 20.8502L16.65 22.6402C16.85 22.8402 17.16 22.8402 17.36 22.6402L19.15 20.8502C19.47 20.5402 19.24 20.0002 18.8 20.0002H18V18.0002H21C21.55 18.0002 22 17.5502 22 17.0002C22 16.4502 21.55 16.0002 21 16.0002ZM16 14.0002H18V8.0002C18 6.9002 17.1 6.0002 16 6.0002H10V8.0002H15C15.55 8.0002 16 8.4502 16 9.0002V14.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M3 18.0002C3 18.5502 3.45 19.0002 4 19.0002H9V17.0002H4C3.45 17.0002 3 17.4502 3 18.0002ZM3 6.00024C3 6.55024 3.45 7.00024 4 7.00024H13V5.00024H4C3.45 5.00024 3 5.45024 3 6.00024ZM13 20.0002V19.0002H20C20.55 19.0002 21 18.5502 21 18.0002C21 17.4502 20.55 17.0002 20 17.0002H13V16.0002C13 15.4502 12.55 15.0002 12 15.0002C11.45 15.0002 11 15.4502 11 16.0002V20.0002C11 20.5502 11.45 21.0002 12 21.0002C12.55 21.0002 13 20.5502 13 20.0002ZM7 10.0002V11.0002H4C3.45 11.0002 3 11.4502 3 12.0002C3 12.5502 3.45 13.0002 4 13.0002H7V14.0002C7 14.5502 7.45 15.0002 8 15.0002C8.55 15.0002 9 14.5502 9 14.0002V10.0002C9 9.45024 8.55 9.00024 8 9.00024C7.45 9.00024 7 9.45024 7 10.0002ZM21 12.0002C21 11.4502 20.55 11.0002 20 11.0002H11V13.0002H20C20.55 13.0002 21 12.5502 21 12.0002ZM16 9.00024C16.55 9.00024 17 8.55024 17 8.00024V7.00024H20C20.55 7.00024 21 6.55024 21 6.00024C21 5.45024 20.55 5.00024 20 5.00024H17V4.00024C17 3.45024 16.55 3.00024 16 3.00024C15.45 3.00024 15 3.45024 15 4.00024V8.00024C15 8.55024 15.45 9.00024 16 9.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M3 9.00024H7V5.00024H5C3.9 5.00024 3 5.90024 3 7.00024V9.00024ZM3 14.0002H7V10.0002H3V14.0002ZM8 14.0002H12V10.0002H8V14.0002ZM13 14.0002H17V10.0002H13V14.0002ZM8 9.00024H12V5.00024H8V9.00024ZM13 5.00024V9.00024H17V5.00024H13ZM18 14.0002H22V10.0002H18V14.0002ZM5 19.0002H7V15.0002H3V17.0002C3 18.1002 3.9 19.0002 5 19.0002ZM8 19.0002H12V15.0002H8V19.0002ZM13 19.0002H17V15.0002H13V19.0002ZM18 19.0002H20C21.1 19.0002 22 18.1002 22 17.0002V15.0002H18V19.0002ZM18 5.00024V9.00024H22V7.00024C22 5.90024 21.1 5.00024 20 5.00024H18Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M5 19.0002H9V12.0002H3V17.0002C3 18.1002 3.9 19.0002 5 19.0002ZM10 19.0002H20C21.1 19.0002 22 18.1002 22 17.0002V12.0002H10V19.0002ZM3 7.00024V11.0002H22V7.00024C22 5.90024 21.1 5.00024 20 5.00024H5C3.9 5.00024 3 5.90024 3 7.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21 3.00024H3C1.9 3.00024 1 3.90024 1 5.00024V19.0002C1 20.1002 1.9 21.0002 3 21.0002H21C22.1 21.0002 23 20.1002 23 19.0002V5.00024C23 3.90024 22.1 3.00024 21 3.00024ZM12 18.0002C7.58 18.0002 4 15.3102 4 12.0002C4 8.69024 7.58 6.00024 12 6.00024C16.42 6.00024 20 8.69024 20 12.0002C20 15.3102 16.42 18.0002 12 18.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M6.85 12.6502H9.15L8 9.00024L6.85 12.6502ZM22.72 7.00024C22.3 7.00024 21.95 7.30024 21.87 7.70024L20.8 13.2902L19.49 7.78024C19.38 7.32024 18.97 7.00024 18.5 7.00024C18.03 7.00024 17.62 7.32024 17.52 7.78024L16.21 13.2902L15.14 7.70024C15.06 7.30024 14.7 7.00024 14.29 7.00024C14.28 7.00024 14.26 7.01024 14.25 7.01024C12.78 5.18024 10.53 4.00024 8 4.00024C3.58 4.00024 0 7.58024 0 12.0002C0 16.4202 3.58 20.0002 8 20.0002C11.17 20.0002 13.9 18.1502 15.2 15.4802C15.4 15.8002 15.75 16.0002 16.14 16.0002C16.65 16.0002 17.09 15.6502 17.21 15.1602L18.5 9.90024L19.79 15.1602C19.91 15.6502 20.36 16.0002 20.86 16.0002C21.38 16.0002 21.82 15.6402 21.94 15.1402L23.55 8.06024C23.68 7.52024 23.27 7.00024 22.72 7.00024ZM10.93 16.0002C10.55 16.0002 10.21 15.7602 10.09 15.4002L9.6 14.0002H6.4L5.91 15.4002C5.78 15.7602 5.45 16.0002 5.07 16.0002C4.45 16.0002 4.02 15.3902 4.23 14.8102L6.67 7.95024C6.87 7.38024 7.4 7.00024 8 7.00024C8.6 7.00024 9.13 7.38024 9.34 7.94024L11.78 14.8002C11.98 15.3902 11.55 16.0002 10.93 16.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <g>
3
+ <g clip-path="url(#clip0_15_553)">
4
+ <path
5
+ d="M19.37 10.0402C18.68 6.59024 15.65 4.00024 12.01 4.00024C9.12001 4.00024 6.61001 5.64024 5.36001 8.04024C2.35001 8.36024 0.0100098 10.9102 0.0100098 14.0002C0.0100098 17.3102 2.70001 20.0002 6.01001 20.0002H19.01C21.77 20.0002 24.01 17.7602 24.01 15.0002C24.01 12.3602 21.96 10.2202 19.37 10.0402Z"
6
+ />
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_15_553">
10
+ <rect
11
+ width="24"
12
+ height="24"
13
+ fill="white"
14
+ transform="translate(0 0.000244141)"
15
+ />
16
+ </clipPath>
17
+ </defs>
18
+ </g>
19
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M4.25 19.7903C4.64 20.1803 5.27 20.1803 5.66 19.7903L6.05 19.4003C6.44 19.0103 6.43 18.3803 6.05 18.0003L6.04 17.9903C5.65 17.6003 5.02 17.6003 4.63 17.9903L4.24 18.3803C3.86 18.7803 3.86 19.4003 4.25 19.7903ZM11.99 23.0003H12C12.55 23.0003 12.99 22.5603 12.99 22.0103V21.0503C12.99 20.5003 12.55 20.0603 12 20.0603H11.99C11.44 20.0603 11 20.5003 11 21.0503V22.0103C11 22.5603 11.44 23.0003 11.99 23.0003ZM3.01 11.0503H1.99C1.44 11.0503 1 11.4903 1 12.0403V12.0503C1 12.6003 1.44 13.0403 1.99 13.0403H3C3.55 13.0403 3.99 12.6003 3.99 12.0503V12.0403C4 11.4903 3.56 11.0503 3.01 11.0503ZM15 6.86029V3.05029C15 2.50029 14.55 2.05029 14 2.05029H10C9.45 2.05029 9 2.50029 9 3.05029V6.86029C6.96 8.04029 5.68 10.3803 6.07 12.9903C6.47 15.6003 8.63 17.6903 11.25 18.0103C14.89 18.4503 18 15.6103 18 12.0603C18 9.83029 16.79 7.90029 15 6.86029ZM20 12.0403V12.0503C20 12.6003 20.44 13.0403 20.99 13.0403H22C22.55 13.0403 22.99 12.6003 22.99 12.0503V12.0403C22.99 11.4903 22.55 11.0503 22 11.0503H20.99C20.44 11.0503 20 11.4903 20 12.0403ZM17.94 19.4103L18.33 19.8003C18.72 20.1903 19.35 20.1903 19.74 19.8003C20.13 19.4103 20.13 18.7803 19.74 18.3903L19.35 18.0003C18.96 17.6103 18.33 17.6203 17.95 18.0003C17.55 18.4003 17.55 19.0203 17.94 19.4103Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M6 15.0002H18C18.55 15.0002 19 14.5502 19 14.0002V10.0502C19 9.50024 18.55 9.05024 18 9.05024H6C5.45 9.05024 5 9.50024 5 10.0502V14.0002C5 14.5502 5.45 15.0002 6 15.0002ZM11 2.00024V3.05024C11 3.60024 11.45 4.00024 12 4.00024C12.55 4.00024 13 3.60024 13 3.05024V2.00024C13 1.45024 12.55 1.00024 12 1.00024C11.45 1.00024 11 1.45024 11 2.00024ZM18.34 4.30024L17.96 4.68024C17.57 5.07024 17.57 5.70024 17.96 6.09024C18.35 6.48024 18.98 6.48024 19.37 6.09024L19.75 5.71024C20.14 5.32024 20.14 4.69024 19.75 4.30024C19.36 3.91024 18.73 3.91024 18.34 4.30024ZM13 22.0002V21.0402C13 20.4902 12.55 20.0402 12 20.0402C11.45 20.0402 11 20.4902 11 21.0402V22.0002C11 22.5502 11.45 23.0002 12 23.0002C12.55 23.0002 13 22.5502 13 22.0002ZM19.74 18.3902L19.35 18.0002C18.96 17.6102 18.33 17.6102 17.94 18.0002C17.55 18.3902 17.55 19.0202 17.94 19.4102L18.32 19.8002C18.71 20.1902 19.34 20.1902 19.73 19.8002L19.74 19.7902C20.13 19.4102 20.13 18.7702 19.74 18.3902ZM4.25 5.71024L4.64 6.10024C5.03 6.49024 5.66 6.49024 6.05 6.10024C6.44 5.71024 6.44 5.08024 6.05 4.69024L5.66 4.30024C5.27 3.91024 4.64 3.91024 4.25 4.30024C3.87 4.69024 3.87 5.33024 4.25 5.71024ZM5.67 19.7902L6.05 19.4102C6.44 19.0202 6.44 18.3902 6.05 18.0002C5.66 17.6102 5.03 17.6102 4.64 18.0002L4.26 18.3802C3.87 18.7702 3.87 19.4002 4.26 19.7902C4.64 20.1802 5.28 20.1802 5.67 19.7902Z"
4
+ />
5
+ </template>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <g>
3
+ <g clip-path="url(#clip0_15_552)">
4
+ <path
5
+ d="M6.05 4.14029L5.66 3.75029C5.27 3.36029 4.64 3.37029 4.26 3.75029L4.25 3.76029C3.86 4.15029 3.86 4.78029 4.25 5.16029L4.64 5.55029C5.03 5.94029 5.65 5.94029 6.04 5.55029L6.05 5.54029C6.44 5.16029 6.44 4.52029 6.05 4.14029ZM3.01 10.5003H1.99C1.44 10.5003 1 10.9403 1 11.4903V11.5003C1 12.0503 1.44 12.4903 1.99 12.4903H3C3.56 12.5003 4 12.0603 4 11.5103V11.5003C4 10.9403 3.56 10.5003 3.01 10.5003ZM12.01 0.550293H12C11.44 0.550293 11 0.990293 11 1.54029V2.50029C11 3.05029 11.44 3.49029 11.99 3.49029H12C12.56 3.50029 13 3.06029 13 2.51029V1.54029C13 0.990293 12.56 0.550293 12.01 0.550293ZM19.75 3.76029C19.36 3.37029 18.73 3.37029 18.34 3.75029L17.95 4.14029C17.56 4.53029 17.56 5.16029 17.95 5.54029L17.96 5.55029C18.35 5.94029 18.98 5.94029 19.36 5.55029L19.75 5.16029C20.14 4.77029 20.14 4.15029 19.75 3.76029ZM17.94 18.8603L18.33 19.2503C18.72 19.6403 19.35 19.6403 19.74 19.2503C20.13 18.8603 20.13 18.2303 19.74 17.8403L19.35 17.4503C18.96 17.0603 18.33 17.0703 17.95 17.4503C17.55 17.8503 17.55 18.4703 17.94 18.8603ZM20 11.4903V11.5003C20 12.0503 20.44 12.4903 20.99 12.4903H22C22.55 12.4903 22.99 12.0503 22.99 11.5003V11.4903C22.99 10.9403 22.55 10.5003 22 10.5003H20.99C20.44 10.5003 20 10.9403 20 11.4903ZM12 5.50029C8.69 5.50029 6 8.19029 6 11.5003C6 14.8103 8.69 17.5003 12 17.5003C15.31 17.5003 18 14.8103 18 11.5003C18 8.19029 15.31 5.50029 12 5.50029ZM11.99 22.4503H12C12.55 22.4503 12.99 22.0103 12.99 21.4603V20.5003C12.99 19.9503 12.55 19.5103 12 19.5103H11.99C11.44 19.5103 11 19.9503 11 20.5003V21.4603C11 22.0103 11.44 22.4503 11.99 22.4503ZM4.25 19.2403C4.64 19.6303 5.27 19.6303 5.66 19.2403L6.05 18.8503C6.44 18.4603 6.43 17.8303 6.05 17.4503L6.04 17.4403C5.65 17.0503 5.02 17.0503 4.63 17.4403L4.24 17.8303C3.86 18.2303 3.86 18.8503 4.25 19.2403Z"
6
+ />
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_15_552">
10
+ <rect
11
+ width="24"
12
+ height="24"
13
+ fill="white"
14
+ transform="translate(0 0.000244141)"
15
+ />
16
+ </clipPath>
17
+ </defs>
18
+ </g>
19
+ </template>
@@ -0,0 +1,39 @@
1
+ <template>
2
+ <div class="loader-btn" />
3
+ </template>
4
+
5
+ <style lang="scss" scoped>
6
+ @use "@/assets/style/_color.scss" as *;
7
+
8
+ .loader-btn {
9
+ position: relative;
10
+ left: 0%;
11
+ border: 3px solid $neutral-0;
12
+ border-radius: 50%;
13
+ border-top: 3px solid $dark-blue-4;
14
+ width: 15px;
15
+ height: 15px;
16
+ -webkit-animation: spin 1.5s linear infinite;
17
+ /* Safari */
18
+ animation: spin 1.5s linear infinite;
19
+ }
20
+
21
+ /* Safari */
22
+ @-webkit-keyframes spin {
23
+ 0% {
24
+ -webkit-transform: rotate(0deg);
25
+ }
26
+ 100% {
27
+ -webkit-transform: rotate(360deg);
28
+ }
29
+ }
30
+
31
+ @keyframes spin {
32
+ 0% {
33
+ transform: rotate(0deg);
34
+ }
35
+ 100% {
36
+ transform: rotate(360deg);
37
+ }
38
+ }
39
+ </style>