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="M12.93 4.26018L19.08 19.2502C19.42 20.0802 18.57 20.9102 17.75 20.5402L12.41 18.1802C12.15 18.0702 11.86 18.0702 11.6 18.1802L6.26002 20.5402C5.44002 20.9002 4.59002 20.0802 4.93002 19.2502L11.08 4.26018C11.41 3.43018 12.59 3.43018 12.93 4.26018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18.75 3.94018L4.06999 10.0802C3.23999 10.4302 3.25999 11.6102 4.08999 11.9302L9.42999 14.0002C9.68999 14.1002 9.89999 14.3102 9.99999 14.5702L12.06 19.9002C12.38 20.7402 13.57 20.7602 13.92 19.9302L20.07 5.26018C20.4 4.43018 19.57 3.60018 18.75 3.94018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 6.34018L18.95 3.76018C19.75 3.46018 20.53 4.24018 20.24 5.05018L17.66 12.0002L12 6.34018ZM21.9 19.0702L4.93 2.10018C4.54 1.71018 3.91 1.71018 3.52 2.10018C3.13 2.49018 3.13 3.12018 3.52 3.51018L7.88 7.87018L3.68 9.43018C3.27 9.59018 3 9.97018 3 10.4002C3 10.8202 3.26 11.2002 3.65 11.3602L10.07 13.9302L12.64 20.3502C12.8 20.7402 13.18 21.0002 13.6 21.0002C14.03 21.0002 14.42 20.7302 14.57 20.3302L16.13 16.1302L20.49 20.4902C20.88 20.8802 21.51 20.8802 21.9 20.4902C22.29 20.0902 22.29 19.4602 21.9 19.0702Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21 18.1702L19 16.1702V14.0002H18C16.9 14.0002 16 13.1002 16 12.0002V6.00018C16 4.51018 17.6 2.68018 19.76 2.15018C20.39 2.00018 21 2.48018 21 3.13018V18.1702ZM21.19 22.6102C20.8 23.0002 20.17 23.0002 19.78 22.6102L10.02 12.8502C9.69003 12.9402 9.36003 13.0002 9.00003 13.0002V21.0002C9.00003 21.5502 8.55003 22.0002 8.00003 22.0002C7.45003 22.0002 7.00003 21.5502 7.00003 21.0002V13.0002C4.79003 13.0002 3.00003 11.2102 3.00003 9.00018V5.83018L1.39003 4.22018C1.00003 3.83018 1.00003 3.20018 1.39003 2.81018C1.78003 2.42018 2.41003 2.42018 2.80003 2.81018L21.18 21.1902C21.58 21.5802 21.58 22.2202 21.19 22.6102ZM6.17003 9.00018L5.00003 7.83018V9.00018H6.17003ZM13 9.00018V3.00018C13 2.45018 12.55 2.00018 12 2.00018C11.45 2.00018 11 2.45018 11 3.00018V8.17018L12.85 10.0202C12.94 9.69018 13 9.36018 13 9.00018ZM9.00003 3.00018C9.00003 2.45018 8.55003 2.00018 8.00003 2.00018C7.45003 2.00018 7.00003 2.45018 7.00003 3.00018V4.17018L9.00003 6.17018V3.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M5.78012 2.95018C7.24012 2.16018 9.48012 2.00018 12.0001 2.00018C16.4201 2.00018 20.0001 2.50018 20.0001 6.00018V16.0002C20.0001 16.3502 19.9201 16.6702 19.8101 16.9802L13.8301 11.0002H18.0001V6.00018H8.83012L5.78012 2.95018ZM20.4901 21.9002C20.1001 22.2902 19.4701 22.2902 19.0801 21.9002L18.0701 20.8902C17.8901 20.9602 17.7001 21.0002 17.5001 21.0002C16.6701 21.0002 16.0001 20.3202 16.0001 19.5002V19.0002H8.00012V19.5002C8.00012 20.3302 7.33012 21.0002 6.50012 21.0002C5.67012 21.0002 5.00012 20.3302 5.00012 19.5002V18.2202C4.39012 17.6702 4.00012 16.8802 4.00012 16.0002V6.83018L2.10012 4.93018C1.71012 4.54018 1.71012 3.91018 2.10012 3.52018C2.49012 3.13018 3.12012 3.13018 3.51012 3.52018L20.4801 20.4902C20.8801 20.8802 20.8801 21.5102 20.4901 21.9002ZM9.00012 15.5002C9.00012 14.6702 8.33012 14.0002 7.50012 14.0002C6.67012 14.0002 6.00012 14.6702 6.00012 15.5002C6.00012 16.3302 6.67012 17.0002 7.50012 17.0002C8.33012 17.0002 9.00012 16.3302 9.00012 15.5002ZM8.17012 11.0002L6.00012 8.83018V11.0002H8.17012Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 2.00018C7.8 2.00018 4 5.22018 4 10.2002C4 13.3802 6.45 17.1202 11.34 21.4302C11.72 21.7602 12.29 21.7602 12.67 21.4302C17.55 17.1202 20 13.3802 20 10.2002C20 5.22018 16.2 2.00018 12 2.00018ZM12.71 15.7002C12.52 15.9002 12.28 16.0002 12 16.0002C11.73 16.0002 11.47 15.8902 11.29 15.7002C11.1 15.5102 10.99 15.2602 11 14.9902C10.99 14.4402 11.43 14.0002 11.98 13.9902C11.99 13.9902 11.99 13.9902 12 13.9902C12.55 13.9802 12.99 14.4202 13 14.9702C13 14.9802 13 14.9802 13 14.9902C13 15.2702 12.9 15.5102 12.71 15.7002ZM14.69 9.91018C14.48 10.2602 14.21 10.6202 13.8 11.0002C13.48 11.3002 13.27 11.5602 13.15 11.7702C13.05 11.9602 12.99 12.2602 12.99 12.4602V12.5302C12.98 12.8002 12.75 13.0002 12.48 13.0002H11.63C11.35 13.0002 11.13 12.7802 11.13 12.5002V12.3402C11.13 11.8902 11.23 11.5002 11.42 11.1802C11.61 10.8502 11.94 10.4802 12.42 10.0602C12.7 9.81018 12.9 9.59018 13.03 9.40018C13.16 9.21018 13.22 9.00018 13.22 8.76018C13.22 8.47018 13.11 8.22018 12.9 8.02018C12.68 7.82018 12.4 7.72018 12.05 7.72018C11.68 7.72018 11.31 7.82018 11.09 8.02018C10.97 8.14018 10.88 8.25018 10.8 8.40018C10.77 8.47018 10.72 8.61018 10.71 8.66018C10.66 8.83018 10.47 9.00018 10.24 9.00018H9.55C9.29 9.00018 9.08 8.81018 9.05 8.55018C9.04 8.47018 9.05 8.39018 9.07 8.31018C9.25 7.59018 9.59 7.15018 9.97 6.79018C10.53 6.29018 11.25 6.00018 12 6.00018C12.59 6.00018 13.11 6.12018 13.57 6.35018C14.03 6.58018 14.36 6.90018 14.62 7.31018C14.87 7.72018 15 8.16018 15 8.66018C15 9.15018 14.89 9.56018 14.69 9.91018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18.18 10.0002L16.48 5.32018C16.19 4.53018 15.44 4.00018 14.6 4.00018H13C12.45 4.00018 12 4.45018 12 5.00018C12 5.55018 12.45 6.00018 13 6.00018H14.6L16.06 10.0002H11.25L10.89 9.00018H10.98C11.53 9.00018 11.98 8.55018 11.98 8.00018C11.98 7.45018 11.53 7.00018 10.98 7.00018H8C7.45 7.00018 7 7.45018 7 8.00018C7 8.55018 7.45 9.00018 8 9.00018H8.75L10.57 14.0002H9.9C9.46 11.7702 7.59 10.1202 5.25 10.0102C2.45 9.87018 0 12.2002 0 15.0002C0 17.8002 2.2 20.0002 5 20.0002C7.46 20.0002 9.45 18.3102 9.9 16.0002H14.1C14.54 18.2302 16.41 19.8802 18.75 19.9902C21.55 20.1202 24 17.8002 24 14.9902C24 12.1902 21.8 9.99018 19 9.99018H18.18V10.0002ZM7.82 16.0002C7.4 17.2302 6.22 18.0802 4.8 17.9902C3.31 17.9002 2.07 16.6402 2 15.1402C1.93 13.3902 3.27 12.0002 5 12.0002C6.33 12.0002 7.42 12.8302 7.82 14.0002H6C5.45 14.0002 5 14.4502 5 15.0002C5 15.5502 5.45 16.0002 6 16.0002H7.82ZM14.1 14.0002H12.7L11.97 12.0002H15C14.56 12.5802 14.24 13.2502 14.1 14.0002ZM18.88 18.0002C17.34 17.9402 16.04 16.6302 16 15.0802C15.98 14.1202 16.39 13.2802 17.05 12.7202L17.67 14.4202C17.86 14.9402 18.43 15.2102 18.95 15.0202C19.47 14.8302 19.74 14.2602 19.55 13.7402L18.92 12.0102C18.92 12.0102 18.92 12.0102 18.93 12.0002C20.65 11.9602 22.01 13.2902 22.01 15.0002C22 16.7202 20.62 18.0602 18.88 18.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19 2.00018H5C3.89 2.00018 3 2.90018 3 4.00018V18.0002C3 19.1002 3.9 20.0002 5 20.0002H9L11.29 22.2902C11.68 22.6802 12.31 22.6802 12.7 22.2902L15 20.0002H19C20.1 20.0002 21 19.1002 21 18.0002V4.00018C21 2.90018 20.1 2.00018 19 2.00018ZM12 5.30018C13.49 5.30018 14.7 6.51018 14.7 8.00018C14.7 9.49018 13.49 10.7002 12 10.7002C10.51 10.7002 9.3 9.49018 9.3 8.00018C9.3 6.51018 10.51 5.30018 12 5.30018ZM18 16.0002H6V15.1002C6 13.1002 10 12.0002 12 12.0002C14 12.0002 18 13.1002 18 15.1002V16.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 11.0002C10.67 11.0002 8 11.6702 8 13.0002V13.1602C8.97 14.2802 10.4 15.0002 12 15.0002C13.6 15.0002 15.03 14.2802 16 13.1602V13.0002C16 11.6702 13.33 11.0002 12 11.0002ZM12 10.0002C13.1 10.0002 14 9.10018 14 8.00018C14 6.90018 13.1 6.00018 12 6.00018C10.9 6.00018 10 6.90018 10 8.00018C10 9.10018 10.9 10.0002 12 10.0002ZM12 2.00018C16.2 2.00018 20 5.22018 20 10.2002C20 13.3802 17.55 17.1202 12.66 21.4302C12.28 21.7602 11.71 21.7602 11.33 21.4302C6.45 17.1202 4 13.3802 4 10.2002C4 5.22018 7.8 2.00018 12 2.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21 14.0002C21 13.4502 20.55 13.0002 20 13.0002H17.93C17.88 12.6102 17.81 12.2302 17.71 11.8602L19.43 10.8702C19.91 10.5902 20.07 9.98019 19.8 9.50019C19.52 9.02019 18.91 8.86019 18.43 9.13019L16.92 10.0002C16.64 9.52019 16.3 9.09019 15.93 8.71019C15.97 8.48019 16 8.25019 16 8.00019C16 7.20019 15.76 6.45019 15.35 5.82019L16.29 4.88019C16.68 4.49019 16.68 3.86019 16.29 3.47019C15.9 3.08019 15.27 3.08019 14.88 3.47019L13.86 4.49019C12.18 3.60019 10.76 4.16019 10.13 4.49019L9.12 3.46019C8.73 3.07019 8.1 3.07019 7.71 3.46019C7.32 3.85019 7.32 4.48019 7.71 4.87019L8.65 5.81019C8.24 6.45019 8 7.20019 8 8.00019C8 8.25019 8.03 8.48019 8.07 8.72019C7.7 9.10019 7.36 9.53019 7.08 10.0002L5.57 9.13019C5.09 8.86019 4.48 9.02019 4.21 9.50019C3.93 9.98019 4.1 10.5902 4.58 10.8702L6.3 11.8602C6.2 12.2302 6.13 12.6102 6.08 13.0002H4C3.45 13.0002 3 13.4502 3 14.0002C3 14.5502 3.45 15.0002 4 15.0002H6.07C6.12 15.3902 6.19 15.7702 6.29 16.1402L4.57 17.1302C4.09 17.4102 3.93 18.0202 4.2 18.5002C4.48 18.9802 5.09 19.1402 5.57 18.8702L7.08 18.0002C8.16 19.8102 9.96 21.0002 12 21.0002C14.04 21.0002 15.84 19.8102 16.92 18.0002L18.43 18.8702C18.91 19.1502 19.52 18.9802 19.8 18.5002C20.08 18.0202 19.91 17.4102 19.43 17.1302L17.71 16.1402C17.81 15.7702 17.88 15.3902 17.93 15.0002H20C20.55 15.0002 21 14.5502 21 14.0002ZM12 17.0002C11.45 17.0002 11 16.5502 11 16.0002V12.0002C11 11.4502 11.45 11.0002 12 11.0002C12.55 11.0002 13 11.4502 13 12.0002V16.0002C13 16.5502 12.55 17.0002 12 17.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21.31 17.3802L18.92 15.2502C19.44 12.8902 17.56 11.0002 15.5 11.0002C14.34 11.0002 12 11.9002 12 14.5002C12 15.3102 12.27 16.0502 12.74 16.6502C12.89 16.8502 12.88 17.1302 12.7 17.3102C12.49 17.5202 12.14 17.5002 11.95 17.2702C11.35 16.5002 11 15.5402 11 14.5002C11 12.8002 11.96 11.3302 13.35 10.5702C12.65 10.2102 11.87 10.0002 11.07 10.0002C8.69001 10.0002 6.70001 11.6502 6.16001 13.8702C4.83001 13.4802 3.88001 12.2102 4.01001 10.7302C4.15001 9.16018 5.54001 8.00018 7.11001 8.00018H9.11001C10.69 8.00018 11.86 7.05018 11.98 5.75018C12.13 4.25018 10.96 3.00018 9.50001 3.00018H8.05001C7.55001 3.00018 7.09001 3.34018 7.01001 3.83018C6.91001 4.46018 7.39001 5.00018 8.00001 5.00018H9.50001C9.78001 5.00018 10 5.22018 10 5.50018C10 5.78018 9.78001 6.00018 9.50001 6.00018H7.16001C4.49001 6.00018 2.17001 8.03018 2.01001 10.7002C1.86001 13.2502 3.62001 15.4202 6.00001 15.9002V15.9302C6.00001 18.7302 8.27001 21.0002 11.07 21.0002H19.93C21.8 21.0002 22.74 18.6602 21.31 17.3802ZM18 19.0002C17.45 19.0002 17 18.5502 17 18.0002C17 17.4502 17.45 17.0002 18 17.0002C18.55 17.0002 19 17.4502 19 18.0002C19 18.5502 18.55 19.0002 18 19.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,7 @@
1
+ <template>
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M6 20.0002H18C18.55 20.0002 19 20.4502 19 21.0002C19 21.5502 18.55 22.0002 18 22.0002H6C5.45 22.0002 5 21.5502 5 21.0002C5 20.4502 5.45 20.0002 6 20.0002ZM12 7.00018C10.9 7.00018 10 7.90018 10 9.00018C10 10.1002 10.9 11.0002 12 11.0002C12.5304 11.0002 13.0391 10.7895 13.4142 10.4144C13.7893 10.0393 14 9.53062 14 9.00018C14 8.46975 13.7893 7.96104 13.4142 7.58597C13.0391 7.2109 12.5304 7.00018 12 7.00018ZM12 2.00018C15.27 2.00018 19 4.46018 19 9.15018C19 12.1302 16.87 15.2702 12.61 18.5402C12.25 18.8202 11.75 18.8202 11.39 18.5402C7.13 15.2602 5 12.1302 5 9.15018C5 4.46018 8.73 2.00018 12 2.00018Z"
6
+ />
7
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 12.0002C13.1 12.0002 14 11.1002 14 10.0002C14 8.90018 13.1 8.00018 12 8.00018C10.9 8.00018 10 8.90018 10 10.0002C10 11.1002 10.9 12.0002 12 12.0002ZM12 2.00018C16.2 2.00018 20 5.22018 20 10.2002C20 13.3802 17.55 17.1202 12.66 21.4302C12.28 21.7602 11.71 21.7602 11.33 21.4302C6.45 17.1202 4 13.3802 4 10.2002C4 5.22018 7.8 2.00018 12 2.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,13 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M19.28 4.93018L17.16 2.81018C16.38 2.03018 15.11 2.03018 14.33 2.81018L11.5 5.64018L13.62 7.76018L15.74 5.64018L19.28 9.18018C20.45 8.00018 20.45 6.10018 19.28 4.93018Z"
5
+ />
6
+ <path
7
+ d="M5.48999 13.7702C6.07999 14.3602 7.02999 14.3602 7.60999 13.7702L10.08 11.3002L7.95999 9.17018L5.48999 11.6402C4.89999 12.2302 4.89999 13.1802 5.48999 13.7702Z"
8
+ />
9
+ <path
10
+ d="M14.33 8.46018L13.62 9.17018L10.44 5.99018C9.84997 5.40018 8.89997 5.40018 8.31997 5.99018C7.72997 6.58018 7.72997 7.53018 8.31997 8.11018L11.5 11.2902L4.49997 18.2902C3.79997 18.9902 3.61997 20.1302 4.20997 20.9402C4.94997 21.9702 6.39997 22.0602 7.25997 21.2002L16.45 12.0002C16.84 12.3902 17.47 12.3902 17.86 12.0002C18.25 11.6102 18.25 10.9802 17.86 10.5902L15.74 8.47018C15.35 8.07018 14.72 8.07018 14.33 8.46018Z"
11
+ />
12
+ </g>
13
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20 2.00018H4C2.9 2.00018 2 2.90018 2 4.00018V22.0002L6 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002V4.00018C22 2.90018 21.1 2.00018 20 2.00018ZM6 14.0002V11.5302L12.88 4.65018C13.08 4.45018 13.39 4.45018 13.59 4.65018L15.36 6.42018C15.56 6.62018 15.56 6.93018 15.36 7.13018L8.47 14.0002H6ZM17 14.0002H10.5L12.5 12.0002H17C17.55 12.0002 18 12.4502 18 13.0002C18 13.5502 17.55 14.0002 17 14.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M16 6.00018V12.0002C16 13.1002 16.9 14.0002 18 14.0002H19V21.0002C19 21.5502 19.45 22.0002 20 22.0002C20.55 22.0002 21 21.5502 21 21.0002V3.13018C21 2.48018 20.39 2.00018 19.76 2.15018C17.6 2.68018 16 4.51018 16 6.00018ZM11 9.00018H9V3.00018C9 2.45018 8.55 2.00018 8 2.00018C7.45 2.00018 7 2.45018 7 3.00018V9.00018H5V3.00018C5 2.45018 4.55 2.00018 4 2.00018C3.45 2.00018 3 2.45018 3 3.00018V9.00018C3 11.2102 4.79 13.0002 7 13.0002V21.0002C7 21.5502 7.45 22.0002 8 22.0002C8.55 22.0002 9 21.5502 9 21.0002V13.0002C11.21 13.0002 13 11.2102 13 9.00018V3.00018C13 2.45018 12.55 2.00018 12 2.00018C11.45 2.00018 11 2.45018 11 3.00018V9.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M8.1 13.3402L10.93 10.5102L4.74 4.33018C4.26 3.85018 3.43 3.98018 3.13 4.60018C2.42 6.09018 2.68 7.92018 3.91 9.16018L8.1 13.3402ZM14.88 11.5302C16.41 12.2402 18.56 11.7402 20.15 10.1502C22.06 8.24018 22.43 5.50018 20.96 4.03018C19.5 2.57018 16.76 2.93018 14.84 4.84018C13.25 6.43018 12.75 8.58018 13.46 10.1102L4.4 19.1702C4.01 19.5602 4.01 20.1902 4.4 20.5802C4.79 20.9702 5.42 20.9702 5.81 20.5802L12 14.4102L18.18 20.5902C18.57 20.9802 19.2 20.9802 19.59 20.5902C19.98 20.2002 19.98 19.5702 19.59 19.1802L13.41 13.0002L14.88 11.5302Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 2.00018C6.48 2.00018 2 6.48018 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48018 17.52 2.00018 12 2.00018ZM13.5 6.00018C14.05 6.00018 14.5 6.45018 14.5 7.00018C14.5 7.55018 14.05 8.00018 13.5 8.00018C12.95 8.00018 12.5 7.55018 12.5 7.00018C12.5 6.45018 12.95 6.00018 13.5 6.00018ZM15.41 11.9102C14.7 11.7102 13.78 11.1702 13.09 10.2502L12.68 12.6002L13.87 13.9002C13.95 13.9802 14 14.1002 14 14.2202V17.5002C14 17.7802 13.78 18.0002 13.5 18.0002C13.22 18.0002 13 17.7802 13 17.5002V14.4202L11.89 13.2102L11.46 15.3602C11.41 15.6302 11.14 15.8102 10.87 15.7502L8.09 15.1802C7.82 15.1202 7.64 14.8602 7.7 14.5902C7.76 14.3202 8.02 14.1502 8.29 14.2002L10.58 14.6702L11.54 9.78018L10 10.3502V11.5002C10 11.7802 9.78 12.0002 9.5 12.0002C9.22 12.0002 9 11.7802 9 11.5002V10.0002C9 9.79018 9.13 9.60018 9.33 9.53018L12.28 8.44018C12.77 8.26018 13.3 8.48018 13.53 8.95018C14.18 10.3002 15.08 10.8002 15.63 10.9502C15.85 11.0002 16 11.1802 16 11.4002V11.4402C16 11.7502 15.71 11.9902 15.41 11.9102Z"
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.00018ZM5 5.00018H8C8 6.66018 6.66 8.00018 5 8.00018V5.00018ZM5 10.9102C5 10.4202 5.36 10.0102 5.85 9.93018C7.93 9.57018 9.57 7.93018 9.93 5.85018C10.01 5.36018 10.42 5.00018 10.91 5.00018C11.52 5.00018 12 5.53018 11.91 6.13018C11.43 9.09018 9.1 11.4302 6.14 11.9102C5.54 12.0102 5 11.5202 5 10.9102ZM5.63 17.1902L8.12 13.9902C8.32 13.7402 8.7 13.7302 8.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.61 18.0002 5.37 17.5202 5.63 17.1902Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20.3 17.6002L3.83 18.4602C3.42 18.4802 3.06 18.1602 3.04 17.7502C3.02 17.3402 3.34 16.9802 3.75 16.9602L20.23 16.1002C20.64 16.0802 21 16.4002 21.02 16.8102C21.04 17.2202 20.72 17.5802 20.3 17.6002ZM20.25 19.4802H3.75C3.34 19.4802 3 19.8202 3 20.2302C3 20.6402 3.34 20.9802 3.75 20.9802H20.25C20.66 20.9802 21 20.6402 21 20.2302C21 19.8202 20.66 19.4802 20.25 19.4802ZM22 5.00018V12.0002C22 13.1002 21.1 14.0002 20 14.0002H4C2.9 14.0002 2 13.1002 2 12.0002V5.00018C2 3.90018 2.9 3.00018 4 3.00018H20C21.1 3.00018 22 3.90018 22 5.00018ZM19.12 6.09018C17.87 6.36018 16.93 7.20018 16.79 8.23018C16.15 7.50018 14.06 5.50018 10.25 5.50018C6.81 5.50018 4.77 7.13018 3.94 7.99018C3.66 8.28018 3.66 8.73018 3.94 9.02018C4.77 9.88018 6.81 11.5102 10.25 11.5102C14.06 11.5102 16.15 9.51018 16.79 8.78018C16.93 9.80018 17.87 10.6402 19.12 10.9202C19.58 11.0202 20 10.6402 20 10.1802V6.84018C20 6.37018 19.57 5.99018 19.12 6.09018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20.16 7.80018C20.07 7.34018 19.66 7.00018 19.18 7.00018H4.82C4.34 7.00018 3.93 7.34018 3.84 7.80018L3 12.0002V13.0002C3 13.5502 3.45 14.0002 4 14.0002V19.0002C4 19.5502 4.45 20.0002 5 20.0002H13C13.55 20.0002 14 19.5502 14 19.0002V14.0002H18V19.0002C18 19.5502 18.45 20.0002 19 20.0002C19.55 20.0002 20 19.5502 20 19.0002V14.0002C20.55 14.0002 21 13.5502 21 13.0002V12.0002L20.16 7.80018ZM12 18.0002H6V14.0002H12V18.0002ZM5 6.00018H19C19.55 6.00018 20 5.55018 20 5.00018C20 4.45018 19.55 4.00018 19 4.00018H5C4.45 4.00018 4 4.45018 4 5.00018C4 5.55018 4.45 6.00018 5 6.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,13 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M12.56 14.3302C12.22 14.6002 12 15.0302 12 15.5002V21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V13.0202C20.06 12.6902 19.05 12.5002 18 12.5002C15.97 12.5002 14.07 13.2002 12.56 14.3302Z"
5
+ />
6
+ <path
7
+ d="M18 11.0002C20.7614 11.0002 23 8.76161 23 6.00018C23 3.23876 20.7614 1.00018 18 1.00018C15.2386 1.00018 13 3.23876 13 6.00018C13 8.76161 15.2386 11.0002 18 11.0002Z"
8
+ />
9
+ <path
10
+ d="M11.5 6.00018C11.5 4.92018 11.77 3.90018 12.24 3.00018H5C3.9 3.00018 3 3.90018 3 5.00018V19.0002C3 19.5502 3.23 20.0502 3.59 20.4102L13.41 10.5902C12.23 9.42018 11.5 7.80018 11.5 6.00018Z"
11
+ />
12
+ </g>
13
+ </template>
@@ -0,0 +1,13 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M8.5 17.0002C9.05228 17.0002 9.5 16.5525 9.5 16.0002C9.5 15.4479 9.05228 15.0002 8.5 15.0002C7.94772 15.0002 7.5 15.4479 7.5 16.0002C7.5 16.5525 7.94772 17.0002 8.5 17.0002Z"
5
+ />
6
+ <path
7
+ d="M15.5 17.0002C16.0523 17.0002 16.5 16.5525 16.5 16.0002C16.5 15.4479 16.0523 15.0002 15.5 15.0002C14.9477 15.0002 14.5 15.4479 14.5 16.0002C14.5 16.5525 14.9477 17.0002 15.5 17.0002Z"
8
+ />
9
+ <path
10
+ d="M7.01 9.00018H17.01V14.0002H7.01V9.00018ZM17.8 2.80018C16 2.09018 13.86 2.00018 12 2.00018C10.14 2.00018 8 2.09018 6.2 2.80018C3.53 3.84018 2 6.05018 2 8.86018V22.0002H22V8.86018C22 6.05018 20.47 3.84018 17.8 2.80018ZM18 15.5002C18 17.0402 16.84 18.2902 15.35 18.4602L16.5 19.6202V20.0002H14.83L13.33 18.5002H10.67L9.17 20.0002H7.5V19.6202L8.65 18.4602C7.16 18.2902 6 17.0402 6 15.5002V9.00018C6 6.37018 9 6.00018 12 6.00018C15 6.00018 18 6.37018 18 9.00018V15.5002Z"
11
+ />
12
+ </g>
13
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M13.2001 7.07018L10.2501 11.0002L12.5001 14.0002C12.8301 14.4402 12.7401 15.0702 12.3001 15.4002C11.8601 15.7302 11.2301 15.6502 10.9001 15.2002C9.85005 13.8002 8.59005 12.1302 7.80005 11.0602C7.40005 10.5302 6.60005 10.5302 6.20005 11.0602L2.20005 16.3902C1.71005 17.0602 2.18005 18.0002 3.00005 18.0002H21.0001C21.8201 18.0002 22.2901 17.0602 21.8001 16.4002L14.8001 7.07018C14.4001 6.53018 13.6001 6.53018 13.2001 7.07018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19.96 10.5902C20 10.2802 19.77 10.0002 19.46 10.0002H17V8.86018C18.54 8.46018 19.72 7.18018 19.96 5.59018C20 5.28018 19.77 5.00018 19.46 5.00018H17V4.00018C17 3.45018 16.55 3.00018 16 3.00018H8.00005C7.45005 3.00018 7.00005 3.45018 7.00005 4.00018V5.00018H4.54005C4.23005 5.00018 4.00005 5.28018 4.04005 5.59018C4.28005 7.18018 5.46005 8.46018 7.00005 8.86018V10.0002H4.54005C4.23005 10.0002 4.00005 10.2802 4.04005 10.5902C4.28005 12.1802 5.46005 13.4602 7.00005 13.8602V15.0002H4.54005C4.23005 15.0002 4.00005 15.2802 4.04005 15.5902C4.28005 17.1802 5.46005 18.4602 7.00005 18.8602V20.0002C7.00005 20.5502 7.45005 21.0002 8.00005 21.0002H16C16.55 21.0002 17 20.5502 17 20.0002V18.8602C18.54 18.4602 19.72 17.1802 19.96 15.5902C20 15.2802 19.77 15.0002 19.46 15.0002H17V13.8602C18.54 13.4602 19.72 12.1802 19.96 10.5902ZM12 19.0002C10.89 19.0002 10 18.1002 10 17.0002C10 15.9002 10.89 15.0002 12 15.0002C13.1 15.0002 14 15.9002 14 17.0002C14 18.1002 13.11 19.0002 12 19.0002ZM12 14.0002C10.89 14.0002 10 13.1002 10 12.0002C10 10.9002 10.89 10.0002 12 10.0002C13.1 10.0002 14 10.9002 14 12.0002C14 13.1002 13.11 14.0002 12 14.0002ZM12 9.00018C10.89 9.00018 10 8.10018 10 7.00018C10 5.89018 10.89 5.00018 12 5.00018C13.1 5.00018 14 5.89018 14 7.00018C14 8.10018 13.11 9.00018 12 9.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 2.00018C8 2.00018 4 2.50018 4 6.00018V15.5002C4 17.4302 5.57 19.0002 7.5 19.0002L6.35 20.1502C6.04 20.4602 6.26 21.0002 6.71 21.0002H7.8C7.93 21.0002 8.06 20.9502 8.15 20.8502L10 19.0002H14L15.85 20.8502C15.94 20.9402 16.07 21.0002 16.2 21.0002H17.29C17.74 21.0002 17.96 20.4602 17.64 20.1502L16.5 19.0002C18.43 19.0002 20 17.4302 20 15.5002V6.00018C20 2.50018 16 2.00018 12 2.00018ZM7.5 17.0002C6.67 17.0002 6 16.3302 6 15.5002C6 14.6702 6.67 14.0002 7.5 14.0002C8.33 14.0002 9 14.6702 9 15.5002C9 16.3302 8.33 17.0002 7.5 17.0002ZM11 10.0002H6V6.00018H11V10.0002ZM16.5 17.0002C15.67 17.0002 15 16.3302 15 15.5002C15 14.6702 15.67 14.0002 16.5 14.0002C17.33 14.0002 18 14.6702 18 15.5002C18 16.3302 17.33 17.0002 16.5 17.0002ZM18 10.0002H13V6.00018H18V10.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M13 5.00018L13.75 3.50018H17V2.00018H7V3.50018H11.75L11 5.00018C7.87 5.09018 5 5.73018 5 8.50018V17.0002C5 18.5002 6.11 19.7302 7.55 19.9502L6.36 21.1402C6.04 21.4602 6.26 22.0002 6.71 22.0002H7.8C7.93 22.0002 8.06 21.9502 8.15 21.8502L10 20.0002H14L15.85 21.8502C15.94 21.9402 16.07 22.0002 16.2 22.0002H17.29C17.74 22.0002 17.96 21.4602 17.64 21.1502L16.45 19.9602C17.89 19.7302 19 18.5002 19 17.0002V8.50018C19 5.73018 16.13 5.09018 13 5.00018ZM12 18.5002C11.17 18.5002 10.5 17.8302 10.5 17.0002C10.5 16.1702 11.17 15.5002 12 15.5002C12.83 15.5002 13.5 16.1702 13.5 17.0002C13.5 17.8302 12.83 18.5002 12 18.5002ZM17 14.0002H7V9.00018H17V14.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M22 15.5002H16.48V14.7302C16.48 14.3702 16.04 14.1902 15.79 14.4402L14.28 15.9602C14.12 16.1202 14.12 16.3702 14.28 16.5302L15.79 18.0502C16.05 18.3102 16.48 18.1302 16.48 17.7602V17.0002H22V15.5002ZM21.72 20.2102L20.21 18.6902C19.95 18.4302 19.52 18.6102 19.52 18.9802V19.7502H14V21.2502H19.52V22.0202C19.52 22.3802 19.96 22.5602 20.21 22.3102L21.72 20.7902C21.88 20.6302 21.88 20.3702 21.72 20.2102ZM9.5 5.50018C10.6 5.50018 11.5 4.60018 11.5 3.50018C11.5 2.40018 10.6 1.50018 9.5 1.50018C8.4 1.50018 7.5 2.40018 7.5 3.50018C7.5 4.60018 8.4 5.50018 9.5 5.50018ZM5.75 8.90018L3.23 21.8102C3.11 22.4302 3.58 23.0002 4.21 23.0002H4.3C4.77 23.0002 5.18 22.6702 5.28 22.2102L6.85 15.0002L9 17.0002V22.0002C9 22.5502 9.45 23.0002 10 23.0002C10.55 23.0002 11 22.5502 11 22.0002V16.2802C11 15.7502 10.79 15.2402 10.41 14.8702L8.95 13.4002L9.55 10.4002C10.62 11.7202 12.13 12.6302 13.86 12.9102C14.46 13.0102 15 12.5202 15 11.9102C15 11.4202 14.64 11.0102 14.16 10.9302C12.67 10.6802 11.41 9.78018 10.65 8.55018L9.7 6.95018C9.35 6.35018 8.7 6.00018 8 6.00018C7.75 6.00018 7.5 6.05018 7.25 6.15018L3.24 7.79018C2.49 8.10018 2 8.83018 2 9.64018V12.0002C2 12.5502 2.45 13.0002 3 13.0002C3.55 13.0002 4 12.5502 4 12.0002V9.65018L5.75 8.90018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M14.5 18.0002H8C6.9 18.0002 6 17.1002 6 16.0002V9.50018C6 8.67018 6.67 8.00018 7.5 8.00018C8.33 8.00018 9 8.67018 9 9.50018V12.7702L14.95 7.00018C15.52 6.45018 16.43 6.46018 16.99 7.02018C17.55 7.58018 17.55 8.49018 17 9.06018L11.15 15.0002H14.5C15.33 15.0002 16 15.6702 16 16.5002C16 17.3302 15.33 18.0002 14.5 18.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 7.00018C6.48 7.00018 2 9.24018 2 12.0002C2 14.2402 4.94 16.1302 9 16.7702V18.7902C9 19.2402 9.54 19.4602 9.85 19.1402L12.64 16.3502C12.84 16.1502 12.84 15.8402 12.64 15.6402L9.85 12.8502C9.54 12.5402 9 12.7602 9 13.2102V14.7302C5.85 14.1702 4 12.8302 4 12.0002C4 10.9402 7.04 9.00018 12 9.00018C16.96 9.00018 20 10.9402 20 12.0002C20 12.6602 18.8 13.6802 16.68 14.3402C16.27 14.4702 16 14.8502 16 15.2802C16 15.9502 16.65 16.4402 17.28 16.2402C20.11 15.3602 22 13.7902 22 12.0002C22 9.24018 17.52 7.00018 12 7.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M2 12.0002C2 6.48018 6.48 2.00018 12 2.00018C17.52 2.00018 22 6.48018 22 12.0002C22 17.5202 17.52 22.0002 12 22.0002C6.48 22.0002 2 17.5202 2 12.0002ZM12 18.0002C15.31 18.0002 18 15.3102 18 12.0002C18 8.69018 15.31 6.00018 12 6.00018C8.69 6.00018 6 8.69018 6 12.0002C6 15.3102 8.69 18.0002 12 18.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20 11.0002C19.82 11.0002 19.64 11.0302 19.47 11.0502L17.41 9.00018H19C19.55 9.00018 20 8.55018 20 8.00018V7.62018C20 6.88018 19.22 6.39018 18.55 6.73018L16.27 7.87018L13.7 5.30018C13.52 5.11018 13.26 5.00018 13 5.00018H10C9.45 5.00018 9 5.45018 9 6.00018C9 6.55018 9.45 7.00018 10 7.00018H12.17C12.44 7.00018 12.69 7.11018 12.88 7.29018L14.59 9.00018H11.24C11.08 9.00018 10.93 9.04018 10.79 9.11018L7.65 10.6802C7.27 10.8702 6.8 10.8002 6.5 10.4902L5.3 9.29018C5.11 9.11018 4.85 9.00018 4.59 9.00018H1C0.45 9.00018 0 9.45018 0 10.0002C0 10.5502 0.45 11.0002 1 11.0002H4C1.48 11.0002 -0.49 13.3202 0.11 15.9402C0.44 17.3902 1.61 18.5602 3.06 18.8902C5.68 19.4902 8 17.5202 8 15.0002L9.41 16.4102C9.79 16.7902 10.3 17.0002 10.83 17.0002H11.84C12.56 17.0002 13.22 16.6202 13.58 15.9902L16.49 10.9002L17.5 11.9102C16.37 12.8202 15.74 14.3202 16.12 15.9602C16.46 17.4002 17.63 18.5702 19.07 18.9002C21.68 19.4902 24 17.5102 24 15.0002C24 12.7902 22.21 11.0002 20 11.0002ZM4 17.0002C2.9 17.0002 2 16.1002 2 15.0002C2 13.9002 2.9 13.0002 4 13.0002C5.1 13.0002 6 13.9002 6 15.0002C6 16.1002 5.1 17.0002 4 17.0002ZM20 17.0002C18.9 17.0002 18 16.1002 18 15.0002C18 13.9002 18.9 13.0002 20 13.0002C21.1 13.0002 22 13.9002 22 15.0002C22 16.1002 21.1 17.0002 20 17.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M7 3.00018C6.45 3.00018 6 3.45018 6 4.00018V9.00018C6 11.9702 8.16 14.4302 11 14.9102V19.0002H9C8.45 19.0002 8 19.4502 8 20.0002C8 20.5502 8.45 21.0002 9 21.0002H15C15.55 21.0002 16 20.5502 16 20.0002C16 19.4502 15.55 19.0002 15 19.0002H13V14.9102C15.84 14.4302 18 11.9702 18 9.00018V4.00018C18 3.45018 17.55 3.00018 17 3.00018H7ZM16 8.00018H8V5.00018H16V8.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M14 10.0002V3.26018C13.35 3.09018 12.68 3.00018 12 3.00018C7.8 3.00018 4 6.22018 4 11.2002C4 14.3802 6.45 18.1202 11.34 22.4302C11.72 22.7602 12.29 22.7602 12.67 22.4302C17.55 18.1202 20 14.3802 20 11.2002C20 10.7902 19.96 10.3902 19.91 10.0002H14ZM12 13.0002C10.9 13.0002 10 12.1002 10 11.0002C10 9.90018 10.9 9.00018 12 9.00018C13.1 9.00018 14 9.90018 14 11.0002C14 12.1002 13.1 13.0002 12 13.0002Z"
5
+ />
6
+ <path
7
+ d="M22.54 2.88018L21.12 1.46018L19 3.59018L16.88 1.46018L15.46 2.88018L17.59 5.00018L15.46 7.12018L16.88 8.54018L19 6.41018L21.12 8.54018L22.54 7.12018L20.41 5.00018L22.54 2.88018Z"
8
+ />
9
+ </g>
10
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M15.85 3.85018L17.3 5.30018L15.12 7.46018C14.73 7.85018 14.73 8.49018 15.12 8.88018C15.51 9.27018 16.15 9.27018 16.54 8.88018L18.7 6.70018L20.15 8.15018C20.46 8.46018 21 8.24018 21 7.79018V3.50018C21 3.22018 20.78 3.00018 20.5 3.00018H16.21C15.76 3.00018 15.54 3.54018 15.85 3.85018ZM3.85 8.15018L5.3 6.70018L7.46 8.88018C7.85 9.27018 8.49 9.27018 8.88 8.88018C9.27 8.49018 9.27 7.85018 8.88 7.46018L6.7 5.30018L8.15 3.85018C8.46 3.54018 8.24 3.00018 7.79 3.00018H3.5C3.22 3.00018 3 3.22018 3 3.50018V7.79018C3 8.24018 3.54 8.46018 3.85 8.15018ZM8.15 20.1502L6.7 18.7002L8.88 16.5402C9.27 16.1502 9.27 15.5102 8.88 15.1202C8.49 14.7302 7.85 14.7302 7.46 15.1202L5.3 17.3002L3.85 15.8502C3.54 15.5402 3 15.7602 3 16.2102V20.5002C3 20.7802 3.22 21.0002 3.5 21.0002H7.79C8.24 21.0002 8.46 20.4602 8.15 20.1502ZM20.15 15.8502L18.7 17.3002L16.54 15.1202C16.15 14.7302 15.51 14.7302 15.12 15.1202C14.73 15.5102 14.73 16.1502 15.12 16.5402L17.3 18.7002L15.85 20.1502C15.54 20.4602 15.76 21.0002 16.21 21.0002H20.5C20.78 21.0002 21 20.7802 21 20.5002V16.2102C21 15.7602 20.46 15.5402 20.15 15.8502Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21.81 12.7402L20.99 12.1102C20.99 12.0202 20.99 11.9802 20.99 11.8902L21.79 11.2602C21.95 11.1402 21.99 10.9202 21.89 10.7502L21.04 9.27024C20.97 9.14024 20.83 9.07024 20.69 9.07024C20.64 9.07024 20.59 9.08024 20.54 9.10024L19.59 9.48024C19.51 9.43024 19.48 9.41024 19.4 9.37024L19.25 8.36024C19.22 8.15024 19.05 8.00024 18.85 8.00024H17.14C16.94 8.00024 16.77 8.15024 16.74 8.34024L16.6 9.35024C16.57 9.37024 16.53 9.38024 16.5 9.40024C16.47 9.42024 16.44 9.44024 16.41 9.46024L15.46 9.08024C15.41 9.06024 15.36 9.05024 15.31 9.05024C15.17 9.05024 15.04 9.12024 14.96 9.25024L14.11 10.7302C14.01 10.9002 14.05 11.1202 14.21 11.2402L15.01 11.8702C15.01 11.9602 15.01 12.0002 15.01 12.1002L14.21 12.7302C14.05 12.8502 14.01 13.0702 14.11 13.2402L14.96 14.7202C15.03 14.8502 15.17 14.9202 15.31 14.9202C15.36 14.9202 15.41 14.9102 15.46 14.8902L16.41 14.5202C16.49 14.5702 16.53 14.5902 16.61 14.6302L16.76 15.6402C16.79 15.8402 16.96 15.9802 17.16 15.9802H18.87C19.07 15.9802 19.24 15.8302 19.27 15.6402L19.42 14.6302C19.45 14.6102 19.49 14.6002 19.52 14.5802C19.55 14.5602 19.58 14.5402 19.61 14.5202L20.56 14.9002C20.61 14.9202 20.66 14.9302 20.71 14.9302C20.85 14.9302 20.98 14.8602 21.06 14.7302L21.91 13.2502C22.01 13.0802 21.97 12.8602 21.81 12.7402ZM18 13.5002C17.17 13.5002 16.5 12.8302 16.5 12.0002C16.5 11.1702 17.17 10.5002 18 10.5002C18.83 10.5002 19.5 11.1702 19.5 12.0002C19.5 12.8302 18.83 13.5002 18 13.5002ZM17 17.0002H19V21.0002C19 22.1002 18.1 23.0002 17 23.0002H7C5.9 23.0002 5 22.1002 5 21.0002V3.00024C5 1.90024 5.9 1.00024 7 1.00024H17C18.1 1.00024 19 1.90024 19 3.00024V7.00024H17V6.00024H7V18.0002H17V17.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M4 8.00024H8V4.00024H4V8.00024ZM10 20.0002H14V16.0002H10V20.0002ZM4 20.0002H8V16.0002H4V20.0002ZM4 14.0002H8V10.0002H4V14.0002ZM10 14.0002H14V10.0002H10V14.0002ZM16 4.00024V8.00024H20V4.00024H16ZM10 8.00024H14V4.00024H10V8.00024ZM16 14.0002H20V10.0002H16V14.0002ZM16 20.0002H20V16.0002H16V20.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19 11.0002H7.83001L12.71 6.12021C13.1 5.73021 13.1 5.09021 12.71 4.70021C12.32 4.31021 11.69 4.31021 11.3 4.70021L4.71001 11.2902C4.32001 11.6802 4.32001 12.3102 4.71001 12.7002L11.3 19.2902C11.69 19.6802 12.32 19.6802 12.71 19.2902C13.1 18.9002 13.1 18.2702 12.71 17.8802L7.83001 13.0002H19C19.55 13.0002 20 12.5502 20 12.0002C20 11.4502 19.55 11.0002 19 11.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M16.62 2.9903C16.13 2.5003 15.34 2.5003 14.85 2.9903L6.54 11.3003C6.15 11.6903 6.15 12.3203 6.54 12.7103L14.85 21.0203C15.34 21.5103 16.13 21.5103 16.62 21.0203C17.11 20.5303 17.11 19.7403 16.62 19.2503L9.38 12.0003L16.63 4.7503C17.11 4.2703 17.11 3.4703 16.62 2.9903Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M11 5.00024V16.1702L6.12 11.2902C5.73 10.9002 5.09 10.9002 4.7 11.2902C4.31 11.6802 4.31 12.3102 4.7 12.7002L11.29 19.2902C11.68 19.6802 12.31 19.6802 12.7 19.2902L19.29 12.7002C19.68 12.3102 19.68 11.6802 19.29 11.2902C18.9 10.9002 18.27 10.9002 17.88 11.2902L13 16.1702V5.00024C13 4.45024 12.55 4.00024 12 4.00024C11.45 4.00024 11 4.45024 11 5.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M8.70999 11.7102L11.3 14.3002C11.69 14.6902 12.32 14.6902 12.71 14.3002L15.3 11.7102C15.93 11.0802 15.48 10.0002 14.59 10.0002H9.40999C8.51999 10.0002 8.07999 11.0802 8.70999 11.7102Z"
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.65 14.6502L8.86 11.8602C8.54 11.5402 8.76 11.0002 9.21 11.0002H14.8C15.25 11.0002 15.47 11.5402 15.15 11.8502L12.36 14.6402C12.16 14.8402 11.84 14.8402 11.65 14.6502Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M8.70999 12.2902L11.3 9.70021C11.69 9.31021 12.32 9.31021 12.71 9.70021L15.3 12.2902C15.93 12.9202 15.48 14.0002 14.59 14.0002H9.40999C8.51999 14.0002 8.07999 12.9202 8.70999 12.2902Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M5 13.0002H16.17L11.29 17.8802C10.9 18.2702 10.9 18.9102 11.29 19.3002C11.68 19.6902 12.31 19.6902 12.7 19.3002L19.29 12.7102C19.68 12.3202 19.68 11.6902 19.29 11.3002L12.71 4.70021C12.32 4.31021 11.69 4.31021 11.3 4.70021C10.91 5.09021 10.91 5.72022 11.3 6.11022L16.17 11.0002H5C4.45 11.0002 4 11.4502 4 12.0002C4 12.5502 4.45 13.0002 5 13.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M7.37999 21.0103C7.86999 21.5003 8.65999 21.5003 9.14999 21.0103L17.46 12.7003C17.85 12.3103 17.85 11.6803 17.46 11.2903L9.14999 2.98029C8.65999 2.49029 7.86999 2.49029 7.37999 2.98029C6.88999 3.47029 6.88999 4.26029 7.37999 4.75029L14.62 12.0003L7.36999 19.2503C6.88999 19.7303 6.88999 20.5303 7.37999 21.0103Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12.29 8.7103L9.7 11.3003C9.31 11.6903 9.31 12.3203 9.7 12.7103L12.29 15.3003C12.92 15.9303 14 15.4803 14 14.5903V9.4103C14 8.5203 12.92 8.0803 12.29 8.7103Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M11.71 15.2902L14.3 12.7002C14.69 12.3102 14.69 11.6802 14.3 11.2902L11.71 8.70022C11.08 8.08022 10 8.52022 10 9.41022V14.5802C10 15.4802 11.08 15.9202 11.71 15.2902Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M13 19.0002V7.83022L17.88 12.7102C18.27 13.1002 18.91 13.1002 19.3 12.7102C19.69 12.3202 19.69 11.6902 19.3 11.3002L12.71 4.71022C12.32 4.32022 11.69 4.32022 11.3 4.71022L4.7 11.2902C4.31 11.6802 4.31 12.3102 4.7 12.7002C5.09 13.0902 5.72 13.0902 6.11 12.7002L11 7.83022V19.0002C11 19.5502 11.45 20.0002 12 20.0002C12.55 20.0002 13 19.5502 13 19.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M18 12.0002C18 12.5502 18.45 13.0002 19 13.0002H21C21.55 13.0002 22 12.5502 22 12.0002C22 11.4502 21.55 11.0002 21 11.0002H19C18.45 11.0002 18 11.4502 18 12.0002Z"
5
+ />
6
+ <path
7
+ d="M16.59 16.8203C16.26 17.2603 16.35 17.8703 16.79 18.1903C17.32 18.5803 17.88 19.0003 18.41 19.4003C18.85 19.7303 19.47 19.6403 19.79 19.2003C19.79 19.1903 19.8 19.1903 19.8 19.1803C20.13 18.7403 20.04 18.1203 19.6 17.8003C19.07 17.4003 18.51 16.9803 17.99 16.5903C17.55 16.2603 16.93 16.3603 16.6 16.8003C16.6 16.8103 16.59 16.8203 16.59 16.8203Z"
8
+ />
9
+ <path
10
+ d="M19.81 4.81029C19.81 4.80029 19.8 4.80029 19.8 4.79029C19.47 4.35029 18.85 4.26029 18.42 4.59029C17.89 4.99029 17.32 5.41029 16.8 5.81029C16.36 6.14029 16.28 6.76029 16.61 7.19029C16.61 7.20029 16.62 7.20029 16.62 7.21029C16.95 7.65029 17.56 7.74029 18 7.41029C18.53 7.02029 19.09 6.59029 19.62 6.19029C20.05 5.87029 20.13 5.25029 19.81 4.81029Z"
11
+ />
12
+ <path
13
+ d="M8 9.00024H4C2.9 9.00024 2 9.90024 2 11.0002V13.0002C2 14.1002 2.9 15.0002 4 15.0002H5V18.0002C5 18.5502 5.45 19.0002 6 19.0002C6.55 19.0002 7 18.5502 7 18.0002V15.0002H8L13 18.0002V6.00024L8 9.00024Z"
14
+ />
15
+ <path
16
+ d="M15.5 12.0003C15.5 10.6703 14.92 9.47027 14 8.65027V15.3403C14.92 14.5303 15.5 13.3303 15.5 12.0003Z"
17
+ />
18
+ </g>
19
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 2.00024C6.47 2.00024 2 6.47024 2 12.0002C2 17.5302 6.47 22.0002 12 22.0002C17.53 22.0002 22 17.5302 22 12.0002C22 6.47024 17.53 2.00024 12 2.00024ZM16.3 16.3002C15.91 16.6902 15.28 16.6902 14.89 16.3002L12 13.4102L9.11 16.3002C8.72 16.6902 8.09 16.6902 7.7 16.3002C7.31 15.9102 7.31 15.2802 7.7 14.8902L10.59 12.0002L7.7 9.11024C7.31 8.72024 7.31 8.09024 7.7 7.70024C8.09 7.31024 8.72 7.31024 9.11 7.70024L12 10.5902L14.89 7.70024C15.28 7.31024 15.91 7.31024 16.3 7.70024C16.69 8.09024 16.69 8.72024 16.3 9.11024L13.41 12.0002L16.3 14.8902C16.68 15.2702 16.68 15.9102 16.3 16.3002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M9.00001 16.1702L5.53001 12.7002C5.14002 12.3102 4.51001 12.3102 4.12001 12.7002C3.73001 13.0902 3.73001 13.7202 4.12001 14.1102L8.30001 18.2902C8.69001 18.6802 9.32001 18.6802 9.71001 18.2902L20.29 7.71019C20.68 7.32019 20.68 6.69019 20.29 6.30019C19.9 5.91019 19.27 5.91019 18.88 6.30019L9.00001 16.1702Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M14.71 6.71022C14.32 6.32022 13.69 6.32022 13.3 6.71022L8.71001 11.3002C8.32001 11.6902 8.32001 12.3202 8.71001 12.7102L13.3 17.3002C13.69 17.6902 14.32 17.6902 14.71 17.3002C15.1 16.9102 15.1 16.2802 14.71 15.8902L10.83 12.0002L14.71 8.12022C15.1 7.73022 15.09 7.09022 14.71 6.71022Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M9.29 6.71027C8.9 7.10027 8.9 7.73027 9.29 8.12027L13.17 12.0003L9.29 15.8803C8.9 16.2703 8.9 16.9003 9.29 17.2903C9.68 17.6803 10.31 17.6803 10.7 17.2903L15.29 12.7003C15.68 12.3103 15.68 11.6803 15.29 11.2903L10.7 6.70027C10.32 6.32027 9.68 6.32027 9.29 6.71027Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18.3 5.71022C17.91 5.32022 17.28 5.32022 16.89 5.71022L12 10.5902L7.10997 5.70021C6.71997 5.31021 6.08997 5.31021 5.69997 5.70021C5.30997 6.09021 5.30997 6.72022 5.69997 7.11022L10.59 12.0002L5.69997 16.8902C5.30997 17.2802 5.30997 17.9102 5.69997 18.3002C6.08997 18.6902 6.71997 18.6902 7.10997 18.3002L12 13.4102L16.89 18.3002C17.28 18.6902 17.91 18.6902 18.3 18.3002C18.69 17.9102 18.69 17.2802 18.3 16.8902L13.41 12.0002L18.3 7.11022C18.68 6.73022 18.68 6.09022 18.3 5.71022Z"
4
+ />
5
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M20.08 11.4202L16.04 5.77024C15.7 5.29024 15.15 5.00024 14.56 5.00024C13.07 5.00024 12.21 6.68024 13.07 7.89024L16 12.0002L13.07 16.1102C12.2 17.3202 13.07 19.0002 14.56 19.0002C15.15 19.0002 15.71 18.7102 16.05 18.2302L20.09 12.5802C20.33 12.2302 20.33 11.7702 20.08 11.4202Z"
5
+ />
6
+ <path
7
+ d="M13.08 11.4202L9.04998 5.77024C8.69998 5.29024 8.14998 5.00024 7.55998 5.00024C6.06998 5.00024 5.19998 6.68024 6.06998 7.89024L8.99998 12.0002L6.06998 16.1102C5.19998 17.3202 6.06998 19.0002 7.55998 19.0002C8.14998 19.0002 8.70998 18.7102 9.04998 18.2302L13.09 12.5802C13.33 12.2302 13.33 11.7702 13.08 11.4202Z"
8
+ />
9
+ </g>
10
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M14.29 5.71022C13.9 6.10022 13.9 6.73022 14.29 7.12022L18.17 11.0002H3C2.45 11.0002 2 11.4502 2 12.0002C2 12.5502 2.45 13.0002 3 13.0002H18.18L14.3 16.8802C13.91 17.2702 13.91 17.9002 14.3 18.2902C14.69 18.6802 15.32 18.6802 15.71 18.2902L21.3 12.7002C21.69 12.3102 21.69 11.6802 21.3 11.2902L15.7 5.71022C15.32 5.32022 14.68 5.32022 14.29 5.71022Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M11.29 8.71022L6.7 13.3002C6.31 13.6902 6.31 14.3202 6.7 14.7102C7.09 15.1002 7.72 15.1002 8.11 14.7102L12 10.8302L15.88 14.7102C16.27 15.1002 16.9 15.1002 17.29 14.7102C17.68 14.3202 17.68 13.6902 17.29 13.3002L12.7 8.71022C12.32 8.32022 11.68 8.32022 11.29 8.71022Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M15.88 9.2903L12 13.1703L8.12001 9.2903C7.73001 8.9003 7.10001 8.9003 6.71001 9.2903C6.32001 9.6803 6.32001 10.3103 6.71001 10.7003L11.3 15.2903C11.69 15.6803 12.32 15.6803 12.71 15.2903L17.3 10.7003C17.69 10.3103 17.69 9.6803 17.3 9.2903C16.91 8.9103 16.27 8.9003 15.88 9.2903Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M17.7 15.8902L13.82 12.0002L17.71 8.11024C18.1 7.72024 18.1 7.09024 17.71 6.70024C17.32 6.31024 16.69 6.31024 16.3 6.70024L11.71 11.2902C11.32 11.6802 11.32 12.3102 11.71 12.7002L16.3 17.2902C16.69 17.6802 17.32 17.6802 17.71 17.2902C18.09 16.9102 18.09 16.2702 17.7 15.8902ZM7 6.00024C7.55 6.00024 8 6.45024 8 7.00024V17.0002C8 17.5502 7.55 18.0002 7 18.0002C6.45 18.0002 6 17.5502 6 17.0002V7.00024C6 6.45024 6.45 6.00024 7 6.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M6 14.0002C5.45 14.0002 5 14.4502 5 15.0002V18.0002C5 18.5502 5.45 19.0002 6 19.0002H9C9.55 19.0002 10 18.5502 10 18.0002C10 17.4502 9.55 17.0002 9 17.0002H7V15.0002C7 14.4502 6.55 14.0002 6 14.0002ZM6 10.0002C6.55 10.0002 7 9.55024 7 9.00024V7.00024H9C9.55 7.00024 10 6.55024 10 6.00024C10 5.45024 9.55 5.00024 9 5.00024H6C5.45 5.00024 5 5.45024 5 6.00024V9.00024C5 9.55024 5.45 10.0002 6 10.0002ZM17 17.0002H15C14.45 17.0002 14 17.4502 14 18.0002C14 18.5502 14.45 19.0002 15 19.0002H18C18.55 19.0002 19 18.5502 19 18.0002V15.0002C19 14.4502 18.55 14.0002 18 14.0002C17.45 14.0002 17 14.4502 17 15.0002V17.0002ZM14 6.00024C14 6.55024 14.45 7.00024 15 7.00024H17V9.00024C17 9.55024 17.45 10.0002 18 10.0002C18.55 10.0002 19 9.55024 19 9.00024V6.00024C19 5.45024 18.55 5.00024 18 5.00024H15C14.45 5.00024 14 5.45024 14 6.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M6 16.0002H8V18.0002C8 18.5502 8.45 19.0002 9 19.0002C9.55 19.0002 10 18.5502 10 18.0002V15.0002C10 14.4502 9.55 14.0002 9 14.0002H6C5.45 14.0002 5 14.4502 5 15.0002C5 15.5502 5.45 16.0002 6 16.0002ZM8 8.00024H6C5.45 8.00024 5 8.45024 5 9.00024C5 9.55024 5.45 10.0002 6 10.0002H9C9.55 10.0002 10 9.55024 10 9.00024V6.00024C10 5.45024 9.55 5.00024 9 5.00024C8.45 5.00024 8 5.45024 8 6.00024V8.00024ZM15 19.0002C15.55 19.0002 16 18.5502 16 18.0002V16.0002H18C18.55 16.0002 19 15.5502 19 15.0002C19 14.4502 18.55 14.0002 18 14.0002H15C14.45 14.0002 14 14.4502 14 15.0002V18.0002C14 18.5502 14.45 19.0002 15 19.0002ZM16 8.00024V6.00024C16 5.45024 15.55 5.00024 15 5.00024C14.45 5.00024 14 5.45024 14 6.00024V9.00024C14 9.55024 14.45 10.0002 15 10.0002H18C18.55 10.0002 19 9.55024 19 9.00024C19 8.45024 18.55 8.00024 18 8.00024H16Z"
4
+ />
5
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M20 3.00024H12C11.45 3.00024 11 3.45024 11 4.00024V5.61024C11 5.61024 11 5.61024 11.01 5.62024L16.01 10.1202C16.64 10.6802 17 11.5002 17 12.3502V13.0002H19V15.0002H17V17.0002H19V19.0002H17V21.0002H20C20.55 21.0002 21 20.5502 21 20.0002V4.00024C21 3.45024 20.55 3.00024 20 3.00024ZM15 7.00024H13V5.00024H15V7.00024ZM19 11.0002H17V9.00024H19V11.0002ZM19 7.00024H17V5.00024H19V7.00024Z"
5
+ />
6
+ <path
7
+ d="M15 20.0002V12.3502C15 12.0702 14.88 11.8002 14.67 11.6102L9.67 7.11022C9.48 6.93022 9.24 6.85022 9 6.85022C8.76 6.85022 8.52 6.94022 8.33 7.11022L3.33 11.6102C3.12 11.7902 3 12.0602 3 12.3502V20.0002C3 20.5502 3.45 21.0002 4 21.0002H6C6.55 21.0002 7 20.5502 7 20.0002V16.0002H11V20.0002C11 20.5502 11.45 21.0002 12 21.0002H14C14.55 21.0002 15 20.5502 15 20.0002Z"
8
+ />
9
+ </g>
10
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M4 18.0002H20C20.55 18.0002 21 17.5502 21 17.0002C21 16.4502 20.55 16.0002 20 16.0002H4C3.45 16.0002 3 16.4502 3 17.0002C3 17.5502 3.45 18.0002 4 18.0002ZM4 13.0002H20C20.55 13.0002 21 12.5502 21 12.0002C21 11.4502 20.55 11.0002 20 11.0002H4C3.45 11.0002 3 11.4502 3 12.0002C3 12.5502 3.45 13.0002 4 13.0002ZM3 7.00024C3 7.55024 3.45 8.00024 4 8.00024H20C20.55 8.00024 21 7.55024 21 7.00024C21 6.45024 20.55 6.00024 20 6.00024H4C3.45 6.00024 3 6.45024 3 7.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M6.29 8.11024L10.18 12.0002L6.29 15.8902C5.9 16.2802 5.9 16.9102 6.29 17.3002C6.68 17.6902 7.31 17.6902 7.7 17.3002L12.29 12.7102C12.68 12.3202 12.68 11.6902 12.29 11.3002L7.7 6.70024C7.31 6.31024 6.68 6.31024 6.29 6.70024C5.91 7.09024 5.91 7.73024 6.29 8.11024ZM17 6.00024C17.55 6.00024 18 6.45024 18 7.00024V17.0002C18 17.5502 17.55 18.0002 17 18.0002C16.45 18.0002 16 17.5502 16 17.0002V7.00024C16 6.45024 16.45 6.00024 17 6.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19 15.0002H5C4.45 15.0002 4 14.5502 4 14.0002C4 13.4502 4.45 13.0002 5 13.0002H19C19.55 13.0002 20 13.4502 20 14.0002C20 14.5502 19.55 15.0002 19 15.0002ZM19 17.0002H5C4.45 17.0002 4 17.4502 4 18.0002C4 18.5502 4.45 19.0002 5 19.0002H19C19.55 19.0002 20 18.5502 20 18.0002C20 17.4502 19.55 17.0002 19 17.0002ZM15 11.0002L19.58 7.75024C19.84 7.56024 20 7.26024 20 6.94024C20 6.13024 19.08 5.65024 18.42 6.12024L15 8.55024L10 5.00024L4.48 8.36024C4.18 8.55024 4 8.87024 4 9.22024C4 10.0002 4.85 10.4802 5.52 10.0702L9.92 7.39024L15 11.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M4 18.0002H15C15.55 18.0002 16 17.5502 16 17.0002C16 16.4502 15.55 16.0002 15 16.0002H4C3.45 16.0002 3 16.4502 3 17.0002C3 17.5502 3.45 18.0002 4 18.0002ZM4 13.0002H12C12.55 13.0002 13 12.5502 13 12.0002C13 11.4502 12.55 11.0002 12 11.0002H4C3.45 11.0002 3 11.4502 3 12.0002C3 12.5502 3.45 13.0002 4 13.0002ZM3 7.00024C3 7.55024 3.45 8.00024 4 8.00024H15C15.55 8.00024 16 7.55024 16 7.00024C16 6.45024 15.55 6.00024 15 6.00024H4C3.45 6.00024 3 6.45024 3 7.00024ZM20.3 14.8802L17.42 12.0002L20.3 9.12024C20.69 8.73024 20.69 8.10024 20.3 7.71024C19.91 7.32024 19.28 7.32024 18.89 7.71024L15.3 11.3002C14.91 11.6902 14.91 12.3202 15.3 12.7102L18.89 16.3002C19.28 16.6902 19.91 16.6902 20.3 16.3002C20.68 15.9102 20.69 15.2702 20.3 14.8802Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M6 10.0002C4.9 10.0002 4 10.9002 4 12.0002C4 13.1002 4.9 14.0002 6 14.0002C7.1 14.0002 8 13.1002 8 12.0002C8 10.9002 7.1 10.0002 6 10.0002ZM18 10.0002C16.9 10.0002 16 10.9002 16 12.0002C16 13.1002 16.9 14.0002 18 14.0002C19.1 14.0002 20 13.1002 20 12.0002C20 10.9002 19.1 10.0002 18 10.0002ZM12 10.0002C10.9 10.0002 10 10.9002 10 12.0002C10 13.1002 10.9 14.0002 12 14.0002C13.1 14.0002 14 13.1002 14 12.0002C14 10.9002 13.1 10.0002 12 10.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 8.00024C13.1 8.00024 14 7.10024 14 6.00024C14 4.90024 13.1 4.00024 12 4.00024C10.9 4.00024 10 4.90024 10 6.00024C10 7.10024 10.9 8.00024 12 8.00024ZM12 10.0002C10.9 10.0002 10 10.9002 10 12.0002C10 13.1002 10.9 14.0002 12 14.0002C13.1 14.0002 14 13.1002 14 12.0002C14 10.9002 13.1 10.0002 12 10.0002ZM12 16.0002C10.9 16.0002 10 16.9002 10 18.0002C10 19.1002 10.9 20.0002 12 20.0002C13.1 20.0002 14 19.1002 14 18.0002C14 16.9002 13.1 16.0002 12 16.0002Z"
4
+ />
5
+ </template>