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,167 @@
1
+ <template>
2
+ <app-settings-alt v-if="valueName == 'app_settings_alt'" />
3
+ <apps v-else-if="valueName == 'apps'" />
4
+ <arrow-back v-else-if="valueName == 'arrow_back'" />
5
+ <arrow-back-ios v-else-if="valueName == 'arrow_back_ios'" />
6
+ <arrow-downward v-else-if="valueName == 'arrow_downward'" />
7
+ <arrow-drop-down v-else-if="valueName == 'arrow_drop_down'" />
8
+ <arrow-drop-down-circle v-else-if="valueName == 'arrow_drop_down_circle'" />
9
+ <arrow-drop-up v-else-if="valueName == 'arrow_drop_up'" />
10
+ <arrow-forward v-else-if="valueName == 'arrow_forward'" />
11
+ <arrow-forward-ios v-else-if="valueName == 'arrow_forward_ios'" />
12
+ <arrow-left v-else-if="valueName == 'arrow_left'" />
13
+ <arrow-right v-else-if="valueName == 'arrow_right'" />
14
+ <arrow-upward v-else-if="valueName == 'arrow_upward'" />
15
+ <campaign v-else-if="valueName == 'campaign'" />
16
+ <cancel v-else-if="valueName == 'cancel'" />
17
+ <check v-else-if="valueName == 'check'" />
18
+ <chevron-left v-else-if="valueName == 'chevron_left'" />
19
+ <chevron-right v-else-if="valueName == 'chevron_right'" />
20
+ <close v-else-if="valueName == 'close'" />
21
+ <double-arrow v-else-if="valueName == 'double_arrow'" />
22
+ <east v-else-if="valueName == 'east'" />
23
+ <expand-less v-else-if="valueName == 'expand_less'" />
24
+ <expand-more v-else-if="valueName == 'expand_more'" />
25
+ <first-page v-else-if="valueName == 'first_page'" />
26
+ <fullscreen v-else-if="valueName == 'fullscreen'" />
27
+ <fullscreen-exit v-else-if="valueName == 'fullscreen_exit'" />
28
+ <home-work v-else-if="valueName == 'home_work'" />
29
+ <last-page v-else-if="valueName == 'last_page'" />
30
+ <legend-toggle v-else-if="valueName == 'legend_toggle'" />
31
+ <ic-menu v-else-if="valueName == 'menu'" />
32
+ <menu-open v-else-if="valueName == 'menu_open'" />
33
+ <more-horiz v-else-if="valueName == 'more_horiz'" />
34
+ <more-vert v-else-if="valueName == 'more_vert'" />
35
+ <north v-else-if="valueName == 'north'" />
36
+ <north-east v-else-if="valueName == 'north_east'" />
37
+ <north-west v-else-if="valueName == 'north_west'" />
38
+ <payments v-else-if="valueName == 'payments'" />
39
+ <refresh v-else-if="valueName == 'refresh'" />
40
+ <south v-else-if="valueName == 'south'" />
41
+ <south-east v-else-if="valueName == 'south_east'" />
42
+ <south-west v-else-if="valueName == 'south_west'" />
43
+ <subdirectory-arrow-left v-else-if="valueName == 'subdirectory_arrow_left'" />
44
+ <subdirectory-arrow-right
45
+ v-else-if="valueName == 'subdirectory_arrow_right'"
46
+ />
47
+ <switch-down v-else-if="valueName == 'switch_down'" />
48
+ <switch-left v-else-if="valueName == 'switch_left'" />
49
+ <switch-right v-else-if="valueName == 'switch_right'" />
50
+ <switch-up v-else-if="valueName == 'switch_up'" />
51
+ <unfold-less v-else-if="valueName == 'unfold_less'" />
52
+ <unfold-more v-else-if="valueName == 'unfold_more'" />
53
+ <west v-else-if="valueName == 'west'" />
54
+ </template>
55
+
56
+ <script>
57
+ import AppSettingsAlt from "@/components/Icons/Navigation/AppSettingsAlt";
58
+ import Apps from "@/components/Icons/Navigation/Apps";
59
+ import ArrowBack from "@/components/Icons/Navigation/ArrowBack";
60
+ import ArrowBackIos from "@/components/Icons/Navigation/ArrowBackIos";
61
+ import ArrowDownward from "@/components/Icons/Navigation/ArrowDownward";
62
+ import ArrowDropDown from "@/components/Icons/Navigation/ArrowDropDown";
63
+ import ArrowDropDownCircle from "@/components/Icons/Navigation/ArrowDropDownCircle";
64
+ import ArrowDropUp from "@/components/Icons/Navigation/ArrowDropUp";
65
+ import ArrowForward from "@/components/Icons/Navigation/ArrowForward";
66
+ import ArrowForwardIos from "@/components/Icons/Navigation/ArrowForwardIos";
67
+ import ArrowLeft from "@/components/Icons/Navigation/ArrowLeft";
68
+ import ArrowRight from "@/components/Icons/Navigation/ArrowRight";
69
+ import ArrowUpward from "@/components/Icons/Navigation/ArrowUpward";
70
+ import Campaign from "@/components/Icons/Navigation/Campaign";
71
+ import Cancel from "@/components/Icons/Navigation/Cancel";
72
+ import Check from "@/components/Icons/Navigation/Check";
73
+ import ChevronLeft from "@/components/Icons/Navigation/ChevronLeft";
74
+ import ChevronRight from "@/components/Icons/Navigation/ChevronRight";
75
+ import Close from "@/components/Icons/Navigation/Close";
76
+ import DoubleArrow from "@/components/Icons/Navigation/DoubleArrow";
77
+ import East from "@/components/Icons/Navigation/East";
78
+ import ExpandLess from "@/components/Icons/Navigation/ExpandLess";
79
+ import ExpandMore from "@/components/Icons/Navigation/ExpandMore";
80
+ import FirstPage from "@/components/Icons/Navigation/FirstPage";
81
+ import Fullscreen from "@/components/Icons/Navigation/Fullscreen";
82
+ import FullscreenExit from "@/components/Icons/Navigation/FullscreenExit";
83
+ import HomeWork from "@/components/Icons/Navigation/HomeWork";
84
+ import LastPage from "@/components/Icons/Navigation/LastPage";
85
+ import LegendToggle from "@/components/Icons/Navigation/LegendToggle";
86
+ import IcMenu from "@/components/Icons/Navigation/IcMenu";
87
+ import MenuOpen from "@/components/Icons/Navigation/MenuOpen";
88
+ import MoreHoriz from "@/components/Icons/Navigation/MoreHoriz";
89
+ import MoreVert from "@/components/Icons/Navigation/MoreVert";
90
+ import North from "@/components/Icons/Navigation/North";
91
+ import NorthEast from "@/components/Icons/Navigation/NorthEast";
92
+ import NorthWest from "@/components/Icons/Navigation/NorthWest";
93
+ import Payments from "@/components/Icons/Navigation/Payments";
94
+ import Refresh from "@/components/Icons/Navigation/Refresh";
95
+ import South from "@/components/Icons/Navigation/South";
96
+ import SouthEast from "@/components/Icons/Navigation/SouthEast";
97
+ import SouthWest from "@/components/Icons/Navigation/SouthWest";
98
+ import SubdirectoryArrowLeft from "@/components/Icons/Navigation/SubdirectoryArrowLeft";
99
+ import SubdirectoryArrowRight from "@/components/Icons/Navigation/SubdirectoryArrowRight";
100
+ import SwitchDown from "@/components/Icons/Navigation/SwitchDown";
101
+ import SwitchLeft from "@/components/Icons/Navigation/SwitchLeft";
102
+ import SwitchRight from "@/components/Icons/Navigation/SwitchRight";
103
+ import SwitchUp from "@/components/Icons/Navigation/SwitchUp";
104
+ import UnfoldLess from "@/components/Icons/Navigation/UnfoldLess";
105
+ import UnfoldMore from "@/components/Icons/Navigation/UnfoldMore";
106
+ import West from "@/components/Icons/Navigation/West";
107
+
108
+ export default {
109
+ components: {
110
+ AppSettingsAlt,
111
+ Apps,
112
+ ArrowBack,
113
+ ArrowBackIos,
114
+ ArrowDownward,
115
+ ArrowDropDown,
116
+ ArrowDropDownCircle,
117
+ ArrowDropUp,
118
+ ArrowForward,
119
+ ArrowForwardIos,
120
+ ArrowLeft,
121
+ ArrowRight,
122
+ ArrowUpward,
123
+ Campaign,
124
+ Cancel,
125
+ Check,
126
+ ChevronLeft,
127
+ ChevronRight,
128
+ Close,
129
+ DoubleArrow,
130
+ East,
131
+ ExpandLess,
132
+ ExpandMore,
133
+ FirstPage,
134
+ Fullscreen,
135
+ FullscreenExit,
136
+ HomeWork,
137
+ LastPage,
138
+ LegendToggle,
139
+ IcMenu,
140
+ MenuOpen,
141
+ MoreHoriz,
142
+ MoreVert,
143
+ North,
144
+ NorthEast,
145
+ NorthWest,
146
+ Payments,
147
+ Refresh,
148
+ South,
149
+ SouthEast,
150
+ SouthWest,
151
+ SubdirectoryArrowLeft,
152
+ SubdirectoryArrowRight,
153
+ SwitchDown,
154
+ SwitchLeft,
155
+ SwitchRight,
156
+ SwitchUp,
157
+ UnfoldLess,
158
+ UnfoldMore,
159
+ West,
160
+ },
161
+ props: {
162
+ valueName: {
163
+ type: [String],
164
+ },
165
+ },
166
+ };
167
+ </script>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M5.71001 9.70021C6.10001 10.0902 6.73001 10.0902 7.12001 9.70021L11 5.83021V21.0002C11 21.5502 11.45 22.0002 12 22.0002C12.55 22.0002 13 21.5502 13 21.0002V5.83021L16.88 9.71021C17.27 10.1002 17.9 10.1002 18.29 9.71021C18.68 9.32021 18.68 8.69021 18.29 8.30021L12.7 2.70021C12.31 2.31021 11.68 2.31021 11.29 2.70021L5.71001 8.29021C5.32001 8.68021 5.32001 9.32021 5.71001 9.70021Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M9 6.00024C9 6.56024 9.45 7.00024 10 7.00024H15.59L4.7 17.8902C4.31 18.2802 4.31 18.9102 4.7 19.3002C5.09 19.6902 5.72 19.6902 6.11 19.3002L17 8.41024V14.0002C17 14.5502 17.45 15.0002 18 15.0002C18.55 15.0002 19 14.5502 19 14.0002V6.00024C19 5.45024 18.55 5.00024 18 5.00024H10C9.45 5.00024 9 5.45024 9 6.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M6 15.0002C6.56 15.0002 7 14.5502 7 14.0002V8.41024L17.89 19.3002C18.28 19.6902 18.91 19.6902 19.3 19.3002C19.69 18.9102 19.69 18.2802 19.3 17.8902L8.41 7.00024H14C14.55 7.00024 15 6.55024 15 6.00024C15 5.45024 14.55 5.00024 14 5.00024H6C5.45 5.00024 5 5.45024 5 6.00024V14.0002C5 14.5502 5.45 15.0002 6 15.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20 4.00018H4C2.89 4.00018 2.01 4.89018 2.01 6.00018L2 18.0002C2 19.1102 2.89 20.0002 4 20.0002H20C21.11 20.0002 22 19.1102 22 18.0002V6.00018C22 4.89018 21.11 4.00018 20 4.00018ZM19 18.0002H5C4.45 18.0002 4 17.5502 4 17.0002V12.0002H20V17.0002C20 17.5502 19.55 18.0002 19 18.0002ZM20 8.00018H4V7.00018C4 6.45018 4.45 6.00018 5 6.00018H19C19.55 6.00018 20 6.45018 20 7.00018V8.00018Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M17.65 6.35024C16.02 4.72024 13.71 3.78024 11.17 4.04024C7.50002 4.41024 4.48002 7.39024 4.07002 11.0602C3.52002 15.9102 7.27002 20.0002 12 20.0002C15.19 20.0002 17.93 18.1302 19.21 15.4402C19.53 14.7702 19.05 14.0002 18.31 14.0002C17.94 14.0002 17.59 14.2002 17.43 14.5302C16.3 16.9602 13.59 18.5002 10.63 17.8402C8.41002 17.3502 6.62002 15.5402 6.15002 13.3202C5.31002 9.44024 8.26002 6.00024 12 6.00024C13.66 6.00024 15.14 6.69024 16.22 7.78024L14.71 9.29024C14.08 9.92024 14.52 11.0002 15.41 11.0002H19C19.55 11.0002 20 10.5502 20 10.0002V6.41024C20 5.52024 18.92 5.07024 18.29 5.70024L17.65 6.35024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18.3 14.2902C17.91 13.9002 17.28 13.9002 16.89 14.2902L13 18.1702V3.00024C13 2.45024 12.55 2.00024 12 2.00024C11.45 2.00024 11 2.45024 11 3.00024V18.1802L7.11998 14.3002C6.72998 13.9102 6.09998 13.9102 5.70998 14.3002C5.31998 14.6902 5.31998 15.3202 5.70998 15.7102L11.3 21.3002C11.69 21.6902 12.32 21.6902 12.71 21.3002L18.3 15.7102C18.68 15.3202 18.68 14.6802 18.3 14.2902Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18 9.00022C17.44 9.00022 17 9.45021 17 10.0002V15.5902L6.11998 4.70021C5.72998 4.31021 5.09998 4.31021 4.70998 4.70021C4.31998 5.09021 4.31998 5.72022 4.70998 6.11022L15.59 17.0002H9.99998C9.44998 17.0002 8.99998 17.4502 8.99998 18.0002C8.99998 18.5502 9.44998 19.0002 9.99998 19.0002H18C18.55 19.0002 19 18.5502 19 18.0002V10.0002C19 9.45021 18.55 9.00022 18 9.00022Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M15 18.0002C15 17.4402 14.55 17.0002 14 17.0002H8.41L19.3 6.11022C19.69 5.72022 19.69 5.09021 19.3 4.70021C18.91 4.31021 18.28 4.31021 17.89 4.70021L7 15.5902V10.0002C7 9.45021 6.55 9.00022 6 9.00022C5.45 9.00022 5 9.45021 5 10.0002V18.0002C5 18.5502 5.45 19.0002 6 19.0002H14C14.55 19.0002 15 18.5502 15 18.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M5.71 15.7102L10.29 20.2902C10.68 20.6802 11.32 20.6802 11.71 20.2902C12.1 19.9002 12.1 19.2602 11.71 18.8702L8.83 16.0002H19C19.55 16.0002 20 15.5502 20 15.0002V5.00024C20 4.45024 19.55 4.00024 19 4.00024C18.45 4.00024 18 4.45024 18 5.00024V14.0002H8.83L11.71 11.1302C12.1 10.7402 12.1 10.1002 11.71 9.71024C11.32 9.32024 10.68 9.32024 10.29 9.71024L5.71 14.2902C5.32 14.6802 5.32 15.3202 5.71 15.7102Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18.29 15.7102L13.71 20.2902C13.32 20.6802 12.68 20.6802 12.29 20.2902C11.9 19.9002 11.9 19.2602 12.29 18.8702L15.17 16.0002H5C4.45 16.0002 4 15.5502 4 15.0002V5.00024C4 4.45024 4.45 4.00024 5 4.00024C5.55 4.00024 6 4.45024 6 5.00024V14.0002H15.17L12.29 11.1302C11.9 10.7402 11.9 10.1002 12.29 9.71024C12.68 9.32024 13.32 9.32024 13.71 9.71024L18.29 14.2902C18.68 14.6802 18.68 15.3202 18.29 15.7102Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M15.38 8.50022L8.61998 8.50022L12 5.12022L15.38 8.50022ZM12.71 3.71022C12.32 3.32022 11.69 3.32022 11.3 3.71022L6.70998 8.30022C6.07998 8.92022 6.51998 10.0002 7.40998 10.0002L16.59 10.0002C17.48 10.0002 17.93 8.92022 17.3 8.29022L12.71 3.71022ZM16.59 14.0002L7.41998 14.0002C6.52998 14.0002 6.07998 15.0802 6.70998 15.7102L11.3 20.3002C11.69 20.6902 12.32 20.6902 12.71 20.3002L17.3 15.7102C17.92 15.0802 17.48 14.0002 16.59 14.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M8.50001 8.62026V15.3803L5.12001 12.0003L8.50001 8.62026ZM3.71001 11.2903C3.32001 11.6803 3.32001 12.3103 3.71001 12.7003L8.30001 17.2903C8.92001 17.9203 10 17.4803 10 16.5903V7.41026C10 6.52026 8.92001 6.07026 8.29001 6.70026L3.71001 11.2903ZM14 7.41026V16.5803C14 17.4703 15.08 17.9203 15.71 17.2903L20.3 12.7003C20.69 12.3103 20.69 11.6803 20.3 11.2903L15.71 6.70026C15.08 6.08026 14 6.52026 14 7.41026Z"
4
+ />
5
+ </template>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <g>
3
+ <g clip-path="url(#clip0_15_474)">
4
+ <path
5
+ d="M15.5 15.3803V8.62026L18.88 12.0003L15.5 15.3803ZM20.29 12.7103C20.68 12.3203 20.68 11.6903 20.29 11.3003L15.7 6.71026C15.08 6.08026 14 6.52026 14 7.41026V16.5803C14 17.4703 15.08 17.9203 15.71 17.2903L20.29 12.7103ZM10 16.5903V7.41026C10 6.52026 8.92 6.07026 8.29 6.70026L3.7 11.2903C3.31 11.6803 3.31 12.3103 3.7 12.7003L8.29 17.2903C8.92 17.9203 10 17.4803 10 16.5903Z"
6
+ />
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_15_474">
10
+ <rect
11
+ width="24"
12
+ height="24"
13
+ fill="white"
14
+ transform="translate(0 0.000244141)"
15
+ />
16
+ </clipPath>
17
+ </defs>
18
+ </g>
19
+ </template>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <g>
3
+ <g clip-path="url(#clip0_40_2050)">
4
+ <path
5
+ d="M8.61998 15.5002L15.38 15.5002L12 18.8802L8.61998 15.5002ZM11.29 20.2902C11.68 20.6802 12.31 20.6802 12.7 20.2902L17.29 15.7002C17.92 15.0802 17.48 14.0002 16.59 14.0002L7.41998 14.0002C6.52998 14.0002 6.07998 15.0802 6.70998 15.7102L11.29 20.2902ZM7.40998 10.0002L16.59 10.0002C17.48 10.0002 17.93 8.92021 17.3 8.29021L12.71 3.70021C12.32 3.31021 11.69 3.31021 11.3 3.70021L6.70998 8.29021C6.07998 8.92021 6.51998 10.0002 7.40998 10.0002Z"
6
+ />
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_40_2050">
10
+ <rect
11
+ width="24"
12
+ height="24"
13
+ fill="white"
14
+ transform="translate(24 0.000244141) rotate(90)"
15
+ />
16
+ </clipPath>
17
+ </defs>
18
+ </g>
19
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M8.12001 19.3002C8.51001 19.6902 9.14001 19.6902 9.53001 19.3002L12 16.8302L14.47 19.3002C14.86 19.6902 15.49 19.6902 15.88 19.3002C16.27 18.9102 16.27 18.2802 15.88 17.8902L12.71 14.7202C12.32 14.3302 11.69 14.3302 11.3 14.7202L8.13001 17.8902C7.73001 18.2702 7.73001 18.9102 8.12001 19.3002ZM15.88 4.70021C15.49 4.31021 14.86 4.31021 14.47 4.70021L12 7.17022L9.53001 4.70021C9.14001 4.31021 8.51001 4.31021 8.12001 4.70021C7.73001 5.09021 7.73001 5.73021 8.12001 6.12021L11.29 9.29022C11.68 9.68021 12.31 9.68021 12.7 9.29022L15.87 6.12021C16.27 5.73021 16.27 5.09021 15.88 4.70021Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 5.83021L14.46 8.29021C14.85 8.68021 15.48 8.68021 15.87 8.29021C16.26 7.90021 16.26 7.27022 15.87 6.88021L12.7 3.70021C12.31 3.31021 11.68 3.31021 11.29 3.70021L8.12001 6.88021C7.73001 7.27022 7.73001 7.90021 8.12001 8.29021C8.51001 8.68021 9.14001 8.68021 9.53001 8.29021L12 5.83021ZM12 18.1702L9.54001 15.7102C9.15001 15.3202 8.52001 15.3202 8.13001 15.7102C7.74001 16.1002 7.74001 16.7302 8.13001 17.1202L11.3 20.3002C11.69 20.6902 12.32 20.6902 12.71 20.3002L15.88 17.1302C16.27 16.7402 16.27 16.1102 15.88 15.7202C15.49 15.3302 14.86 15.3302 14.47 15.7202L12 18.1702Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M9.69997 18.3002C10.09 17.9102 10.09 17.2802 9.69997 16.8902L5.82997 13.0002H21C21.55 13.0002 22 12.5502 22 12.0002C22 11.4502 21.55 11.0002 21 11.0002H5.82997L9.70997 7.12022C10.1 6.73022 10.1 6.10022 9.70997 5.71022C9.31997 5.32022 8.68997 5.32022 8.29997 5.71022L2.69997 11.3002C2.30997 11.6902 2.30997 12.3202 2.69997 12.7102L8.28997 18.3002C8.67997 18.6802 9.31997 18.6802 9.69997 18.3002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M17 11.0002H20C21.11 11.0002 22 10.1002 22 9.00024V5.00024C22 3.89024 21.1 3.00024 20 3.00024H17C15.89 3.00024 15 3.90024 15 5.00024V6.00024H9.01V5.00024C9.01 3.89024 8.11 3.00024 7.01 3.00024H4C2.9 3.00024 2 3.90024 2 5.00024V9.00024C2 10.1102 2.9 11.0002 4 11.0002H7C8.11 11.0002 9 10.1002 9 9.00024V8.00024H11V15.0102C11 16.6602 12.34 18.0002 13.99 18.0002H15V19.0002C15 20.1102 15.9 21.0002 17 21.0002H20C21.11 21.0002 22 20.1002 22 19.0002V15.0002C22 13.8902 21.1 13.0002 20 13.0002H17C15.89 13.0002 15 13.9002 15 15.0002V16.0002H13.99C13.45 16.0002 13 15.5502 13 15.0102V8.00024H15V9.00024C15 10.1002 15.9 11.0002 17 11.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M5 16.0002C5 19.8702 8.13 23.0002 12 23.0002C15.87 23.0002 19 19.8702 19 16.0002V12.0002H5V16.0002ZM16.12 4.37019L18.22 2.27019L17.4 1.44019L15.1 3.75019C14.16 3.28019 13.12 3.00019 12 3.00019C10.88 3.00019 9.84 3.28019 8.91 3.75019L6.6 1.44019L5.78 2.27019L7.88 4.37019C6.14 5.64019 5 7.68019 5 10.0002V11.0002H19V10.0002C19 7.68019 17.86 5.64019 16.12 4.37019ZM9 9.00019C8.45 9.00019 8 8.55019 8 8.00019C8 7.45019 8.45 7.00019 9 7.00019C9.55 7.00019 10 7.45019 10 8.00019C10 8.55019 9.55 9.00019 9 9.00019ZM15 9.00019C14.45 9.00019 14 8.55019 14 8.00019C14 7.45019 14.45 7.00019 15 7.00019C15.55 7.00019 16 7.45019 16 8.00019C16 8.55019 15.55 9.00019 15 9.00019Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M22 11.0002V13.0002H9V9.00024C9 7.90024 9.9 7.00024 11 7.00024H18C20.21 7.00024 22 8.79024 22 11.0002ZM2 15.0002C2 15.5502 2.45 16.0002 3 16.0002H8V17.0002C8 17.5502 8.45 18.0002 9 18.0002H15C15.55 18.0002 16 17.5502 16 17.0002V16.0002H21C21.55 16.0002 22 15.5502 22 15.0002C22 14.4502 21.55 14.0002 21 14.0002H3C2.45 14.0002 2 14.4502 2 15.0002ZM7.14 12.1002C8.3 10.9102 8.28 9.02024 7.1 7.86024C5.91 6.70024 4.02 6.72024 2.86 7.90024C1.7 9.09024 1.72 10.9802 2.9 12.1402C4.09 13.3002 5.98 13.2802 7.14 12.1002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M22.25 14.2902L21.56 16.1802L9.20002 11.7102L10.59 7.92024C10.97 6.89024 12.11 6.36024 13.15 6.73024L19.84 9.14024C21.94 9.90024 23.02 12.2002 22.25 14.2902ZM2.45002 12.4802L8.00002 14.4802V18.0002C8.00002 18.5502 8.45002 19.0002 9.00002 19.0002H15C15.55 19.0002 16 18.5502 16 18.0002V17.3702L19.58 18.6602C20.1 18.8502 20.68 18.5802 20.87 18.0602C21.06 17.5402 20.79 16.9602 20.27 16.7702L3.13002 10.5902C2.61002 10.4002 2.03002 10.6702 1.84002 11.1902C1.66002 11.7102 1.93002 12.2902 2.45002 12.4802ZM7.30002 10.2002C8.79002 9.48024 9.42002 7.69024 8.71002 6.20024C7.99002 4.71024 6.20002 4.08024 4.70002 4.80024C3.21002 5.51024 2.58002 7.30024 3.30002 8.80024C4.01002 10.2902 5.80002 10.9202 7.30002 10.2002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M7 13.0002C8.65 13.0002 10 11.6502 10 10.0002C10 8.35024 8.65 7.00024 7 7.00024C5.35 7.00024 4 8.35024 4 10.0002C4 11.6502 5.35 13.0002 7 13.0002ZM19 7.00024H13C11.9 7.00024 11 7.90024 11 9.00024V14.0002H3V8.00024C3 7.45024 2.55 7.00024 2 7.00024C1.45 7.00024 1 7.45024 1 8.00024V15.0002C1 16.1002 1.9 17.0002 3 17.0002H21C22.1 17.0002 23 16.1002 23 15.0002V11.0002C23 8.79024 21.21 7.00024 19 7.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M4 12.0002V4.00024C4 3.45024 3.55 3.00024 3 3.00024C2.45 3.00024 2 3.45024 2 4.00024V12.0002C2 14.7602 4.24 17.0002 7 17.0002H12C12.55 17.0002 13 16.5502 13 16.0002C13 15.4502 12.55 15.0002 12 15.0002H7C5.34 15.0002 4 13.6602 4 12.0002ZM22.83 17.2402C22.45 16.5202 21.54 16.2702 20.8 16.6102L19.71 17.1102L16.3 10.1302C15.96 9.45024 15.27 9.00024 14.51 9.00024H11V3.00024H5V11.0002C5 12.6602 6.34 14.0002 8 14.0002H15L17.56 19.2502C18.04 20.2302 19.2 20.6402 20.19 20.1902L22.14 19.3002C22.9 18.9402 23.23 18.0002 22.83 17.2402Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M5 12.0002V4.00024C5 3.45024 4.55 3.00024 4 3.00024C3.45 3.00024 3 3.45024 3 4.00024V12.0002C3 14.7602 5.24 17.0002 8 17.0002H13C13.55 17.0002 14 16.5502 14 16.0002C14 15.4502 13.55 15.0002 13 15.0002H8C6.34 15.0002 5 13.6602 5 12.0002ZM20.5 18.0002H19V11.0002C19 9.90024 18.1 9.00024 17 9.00024H12V3.00024H6V11.0002C6 12.6502 7.35 14.0002 9 14.0002H16V19.0002C16 20.1002 16.9 21.0002 18 21.0002H20.5C21.33 21.0002 22 20.3302 22 19.5002C22 18.6702 21.33 18.0002 20.5 18.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M19.97 19.2002C20.15 20.1602 19.42 21.0002 18.5 21.0002H15.81C14.51 21.0002 13.55 19.7802 13.87 18.5102L15 14.0002H9C7.35 14.0002 6 12.6502 6 11.0002V3.00024H12V9.00024H17C18.1 9.00024 19 9.90024 19 11.0002L17 18.0002H18.44C19.17 18.0002 19.83 18.4902 19.97 19.2002ZM5 12.0002V4.00024C5 3.45024 4.55 3.00024 4 3.00024C3.45 3.00024 3 3.45024 3 4.00024V12.0002C3 14.7602 5.24 17.0002 8 17.0002H11C11.55 17.0002 12 16.5502 12 16.0002C12 15.4502 11.55 15.0002 11 15.0002H8C6.34 15.0002 5 13.6602 5 12.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M5.34994 5.64023C4.44994 5.00023 4.22994 3.76023 4.85994 2.85023C5.48994 1.95023 6.73994 1.73023 7.64994 2.36023C8.54994 3.00023 8.76994 4.24023 8.13994 5.15023C7.49994 6.05023 6.25994 6.27023 5.34994 5.64023ZM15.9999 20.0002C15.9999 19.4502 15.5499 19.0002 14.9999 19.0002H8.92994C7.44994 19.0002 6.18994 17.9202 5.96994 16.4602L4.15994 7.78023C4.06994 7.33023 3.66994 7.00023 3.19994 7.00023C2.57994 7.00023 2.11994 7.57023 2.23994 8.18023L3.98994 16.7602C4.36994 19.2002 6.46994 21.0002 8.93994 21.0002H14.9999C15.5499 21.0002 15.9999 20.5502 15.9999 20.0002ZM15.5399 15.0002H11.3499L10.3199 10.9002C11.5999 11.6202 12.9499 12.1802 14.4199 12.2002C14.9999 12.2102 15.4699 11.7102 15.4699 11.1302C15.4699 10.5402 14.9799 10.0902 14.3899 10.0702C13.0799 10.0302 11.7599 9.51023 10.7799 8.74023L9.13994 7.47023C8.90994 7.29023 8.64994 7.17023 8.37994 7.09023C8.05994 7.00023 7.71994 6.97023 7.38994 7.03023H7.36994C6.13994 7.25023 5.31994 8.42023 5.52994 9.64023L6.87994 15.5602C7.15994 16.9802 8.38994 18.0002 9.82994 18.0002H16.6799L19.7699 20.4202C20.1899 20.7502 20.7899 20.7102 21.1599 20.3402C21.6099 19.8902 21.5599 19.1602 21.0599 18.7702L16.7699 15.4202C16.4199 15.1502 15.9899 15.0002 15.5399 15.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M7.59 5.41024C6.81 4.63024 6.81 3.36024 7.59 2.58024C8.37 1.80024 9.64 1.80024 10.42 2.58024C11.2 3.36024 11.2 4.63024 10.42 5.41024C9.63 6.20024 8.37 6.20024 7.59 5.41024ZM6 16.0002V8.00024C6 7.45024 5.55 7.00024 5 7.00024C4.45 7.00024 4 7.45024 4 8.00024V16.0002C4 18.7602 6.24 21.0002 9 21.0002H14C14.55 21.0002 15 20.5502 15 20.0002C15 19.4502 14.55 19.0002 14 19.0002H9C7.34 19.0002 6 17.6602 6 16.0002ZM19.28 19.3502L15.51 15.5802C15.14 15.2102 14.63 15.0002 14.1 15.0002H11.5V11.3202C12.59 12.2102 14.16 13.0202 15.7 13.3402C16.37 13.4802 17 12.9802 17 12.3002C17 11.7702 16.61 11.3402 16.08 11.2502C14.66 11.0102 13.2 10.2402 12.33 9.28024L10.93 7.73024C10.74 7.52024 10.5 7.35024 10.24 7.23024C9.95 7.09024 9.62 7.00024 9.28 7.00024H9.25C8.01 7.00024 7 8.01024 7 9.25024V15.0002C7 16.6602 8.34 18.0002 10 18.0002H15.07L17.85 20.7802C18.24 21.1702 18.89 21.1702 19.28 20.7802C19.68 20.3902 19.68 19.7502 19.28 19.3502Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M15.98 10.2803L14.6 11.6603C14.4 11.8603 14.4 12.1703 14.6 12.3703L15.98 13.7503C16.26 14.0303 16.73 13.9003 16.83 13.5203C16.94 13.0203 17 12.5203 17 12.0003C17 11.4903 16.94 10.9903 16.82 10.5203C16.73 10.1403 16.26 10.0003 15.98 10.2803ZM20.1 7.78027C19.85 7.23027 19.12 7.11027 18.7 7.54027C18.44 7.80027 18.39 8.18027 18.53 8.52027C18.99 9.59027 19.25 10.7603 19.25 11.9903C19.25 13.2303 18.99 14.4103 18.52 15.4803C18.38 15.8003 18.43 16.1703 18.68 16.4203C19.09 16.8303 19.78 16.7103 20.03 16.1903C20.66 14.8903 21.01 13.4303 21.01 11.8903C21 10.4403 20.68 9.04027 20.1 7.78027ZM11.39 12.0003L14.98 8.42027C15.37 8.03027 15.37 7.40027 14.98 7.00027L10.69 2.71027C10.06 2.08027 8.97995 2.53027 8.97995 3.42027V9.60027L5.08995 5.70027C4.69995 5.31027 4.06995 5.31027 3.67995 5.70027C3.28995 6.09027 3.28995 6.72027 3.67995 7.11027L8.56995 12.0003L3.67995 16.8903C3.28995 17.2803 3.28995 17.9103 3.67995 18.3003C4.06995 18.6903 4.69995 18.6903 5.08995 18.3003L8.97995 14.4103V20.5903C8.97995 21.4803 10.06 21.9303 10.69 21.3003L14.99 17.0003C15.38 16.6103 15.38 15.9803 14.99 15.5803L11.39 12.0003ZM10.98 5.83027L12.86 7.71027L10.98 9.59027V5.83027ZM10.98 18.1703V14.4103L12.86 16.2903L10.98 18.1703Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M22 8.54024V6.00024C22 4.90024 21.1 4.00024 20 4.00024H4C2.9 4.00024 2.01 4.89024 2.01 6.00024V8.54024C2.01 9.23024 2.34 9.91024 2.95 10.2302C3.58 10.5802 4 11.2402 4 12.0002C4 12.7602 3.57 13.4302 2.94 13.7602C2.34 14.0902 2 14.7702 2 15.4602V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V15.4602C22 14.7702 21.66 14.0902 21.06 13.7602C20.43 13.4202 20 12.7602 20 12.0002C20 11.2402 20.43 10.5802 21.06 10.2402C21.66 9.91024 22 9.23024 22 8.54024ZM13 17.5002H11V15.5002H13V17.5002ZM13 13.0002H11V11.0002H13V13.0002ZM13 8.50024H11V6.50024H13V8.50024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M21.71 11.2903L12.71 2.2903C12.32 1.9003 11.69 1.9003 11.3 2.2903L8.20996 5.3803L13 10.1703V7.5003L16.15 10.6503C16.35 10.8503 16.35 11.1603 16.15 11.3603L15.17 12.3403L18.62 15.7903L21.71 12.7003C22.09 12.3203 22.09 11.6903 21.71 11.2903Z"
5
+ />
6
+ <path
7
+ d="M6.79 6.79027L3.51 3.51027C3.12 3.12027 2.49 3.12027 2.1 3.51027C1.71 3.90027 1.71 4.53027 2.1 4.92027L5.38 8.20027L2.29 11.2903C1.9 11.6803 1.9 12.3103 2.29 12.7003L11.29 21.7003C11.68 22.0903 12.31 22.0903 12.7 21.7003L15.79 18.6103L19.07 21.8903C19.46 22.2803 20.09 22.2803 20.48 21.8903C20.87 21.5003 20.87 20.8703 20.48 20.4803L6.79 6.79027ZM9.99 14.0003C9.99 14.5503 9.54 15.0003 8.99 15.0003C8.43999 15.0003 7.99 14.5503 7.99 14.0003V11.0003C7.99 10.9503 8.01 10.9003 8.02 10.8503L9.99 12.8203V14.0003Z"
8
+ />
9
+ </g>
10
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20 16.0002H22V14.0002H20V16.0002ZM20 8.00024V11.0002C20 11.5502 20.45 12.0002 21 12.0002C21.55 12.0002 22 11.5502 22 11.0002V8.00024C22 7.45024 21.55 7.00024 21 7.00024C20.45 7.00024 20 7.45024 20 8.00024ZM10 4.00024C5.58 4.00024 2 7.58024 2 12.0002C2 16.4202 5.58 20.0002 10 20.0002C14.42 20.0002 18 16.4202 18 12.0002C18 7.58024 14.42 4.00024 10 4.00024ZM10 14.0002C8.9 14.0002 8 13.1002 8 12.0002C8 10.9002 8.9 10.0002 10 10.0002C11.1 10.0002 12 10.9002 12 12.0002C12 13.1002 11.1 14.0002 10 14.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 2.00024C6.48 2.00024 2 6.48024 2 12.0002C2 17.5202 6.48 22.0002 12 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48024 17.52 2.00024 12 2.00024ZM12 20.0002C7.58 20.0002 4 16.4202 4 12.0002C4 10.1502 4.63 8.45024 5.69 7.10024L16.9 18.3102C15.55 19.3702 13.85 20.0002 12 20.0002ZM18.31 16.9002L7.1 5.69024C8.45 4.63024 10.15 4.00024 12 4.00024C16.42 4.00024 20 7.58024 20 12.0002C20 13.8502 19.37 15.5502 18.31 16.9002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M12 2.00024C6.5 2.00024 2 6.50024 2 12.0002C2 17.5002 6.5 22.0002 12 22.0002C17.5 22.0002 22 17.5002 22 12.0002C22 6.50024 17.5 2.00024 12 2.00024ZM4 12.0002C4 7.60024 7.6 4.00024 12 4.00024C13.8 4.00024 15.5 4.60024 16.9 5.70024L5.7 16.9002C4.6 15.5002 4 13.8002 4 12.0002ZM12 20.0002C10.2 20.0002 8.5 19.4002 7.1 18.3002L18.3 7.10024C19.4 8.50024 20 10.2002 20 12.0002C20 16.4002 16.4 20.0002 12 20.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M17 11.0002V13.0002H16.12L20.45 17.3302C21.43 15.7902 22 13.9602 22 12.0002C22 6.48024 17.52 2.00024 12 2.00024C10.04 2.00024 8.20998 2.57024 6.66998 3.55024L14.12 11.0002H17ZM21.17 20.8802L3.11998 2.83024C2.72998 2.44024 2.09998 2.44024 1.70998 2.83024C1.31998 3.22024 1.31998 3.85024 1.70998 4.24024L3.77998 6.31024C2.65998 7.93024 1.99998 9.89024 1.99998 12.0002C1.99998 17.5202 6.47998 22.0002 12 22.0002C14.11 22.0002 16.07 21.3402 17.68 20.2202L19.75 22.2902C20.14 22.6802 20.77 22.6802 21.16 22.2902C21.56 21.9002 21.56 21.2702 21.17 20.8802ZM6.99998 13.0002V11.0002H8.45998L10.46 13.0002H6.99998Z"
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.00024ZM16 13.0002H8C7.45 13.0002 7 12.5502 7 12.0002C7 11.4502 7.45 11.0002 8 11.0002H16C16.55 11.0002 17 11.4502 17 12.0002C17 12.5502 16.55 13.0002 16 13.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18.92 5.01024C18.72 4.42024 18.16 4.00024 17.5 4.00024H6.5C5.84 4.00024 5.29 4.42024 5.08 5.01024L3.11 10.6802C3.04 10.8902 3 11.1102 3 11.3402V18.5002C3 19.3302 3.67 20.0002 4.5 20.0002C5.33 20.0002 6 19.3302 6 18.5002V18.0002H18V18.5002C18 19.3202 18.67 20.0002 19.5 20.0002C20.32 20.0002 21 19.3302 21 18.5002V11.3402C21 11.1202 20.96 10.8902 20.89 10.6802L18.92 5.01024ZM6.5 15.0002C5.67 15.0002 5 14.3302 5 13.5002C5 12.6702 5.67 12.0002 6.5 12.0002C7.33 12.0002 8 12.6702 8 13.5002C8 14.3302 7.33 15.0002 6.5 15.0002ZM17.5 15.0002C16.67 15.0002 16 14.3302 16 13.5002C16 12.6702 16.67 12.0002 17.5 12.0002C18.33 12.0002 19 12.6702 19 13.5002C19 14.3302 18.33 15.0002 17.5 15.0002ZM5 10.0002L6.27 6.18024C6.41 5.78024 6.79 5.50024 7.22 5.50024H16.78C17.21 5.50024 17.59 5.78024 17.73 6.18024L19 10.0002H5Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M18 8.00024H17V6.00024C17 3.24024 14.76 1.00024 12 1.00024C9.24 1.00024 7 3.24024 7 6.00024V8.00024H6C4.9 8.00024 4 8.90024 4 10.0002V20.0002C4 21.1002 4.9 22.0002 6 22.0002H18C19.1 22.0002 20 21.1002 20 20.0002V10.0002C20 8.90024 19.1 8.00024 18 8.00024ZM8.9 6.00024C8.9 4.29024 10.29 2.90024 12 2.90024C13.71 2.90024 15.1 4.29024 15.1 6.00024V8.00024H8.9V6.00024ZM15 16.0002H13V18.0002C13 18.5502 12.55 19.0002 12 19.0002C11.45 19.0002 11 18.5502 11 18.0002V16.0002H9C8.45 16.0002 8 15.5502 8 15.0002C8 14.4502 8.45 14.0002 9 14.0002H11V12.0002C11 11.4502 11.45 11.0002 12 11.0002C12.55 11.0002 13 11.4502 13 12.0002V14.0002H15C15.55 14.0002 16 14.4502 16 15.0002C16 15.5502 15.55 16.0002 15 16.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M16 10.5302C15.71 10.2402 15.23 10.2402 14.94 10.5302L10.59 14.8802L9 13.2902C8.71 13.0002 8.23 13.0002 7.94 13.2902C7.65 13.5802 7.65 14.0602 7.94 14.3502L9.88 16.2902C10.27 16.6802 10.9 16.6802 11.29 16.2902L15.99 11.5902C16.29 11.3002 16.29 10.8202 16 10.5302ZM19 3.00024H18V2.00024C18 1.45024 17.55 1.00024 17 1.00024C16.45 1.00024 16 1.45024 16 2.00024V3.00024H8V2.00024C8 1.45024 7.55 1.00024 7 1.00024C6.45 1.00024 6 1.45024 6 2.00024V3.00024H5C3.89 3.00024 3.01 3.90024 3.01 5.00024L3 19.0002C3 20.1002 3.89 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00024C21 3.90024 20.1 3.00024 19 3.00024ZM18 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V8.00024H19V18.0002C19 18.5502 18.55 19.0002 18 19.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M9.84 16.4702L11.75 14.5602L13.66 16.4702C13.95 16.7602 14.43 16.7602 14.72 16.4702C15.01 16.1802 15.01 15.7002 14.72 15.4102L12.81 13.5002L14.72 11.5902C15.01 11.3002 15.01 10.8202 14.72 10.5302C14.43 10.2402 13.95 10.2402 13.66 10.5302L11.75 12.4402L9.84 10.5302C9.55 10.2402 9.07 10.2402 8.78 10.5302C8.49 10.8202 8.49 11.3002 8.78 11.5902L10.69 13.5002L8.78 15.4102C8.49 15.7002 8.49 16.1802 8.78 16.4702C9.07 16.7602 9.55 16.7602 9.84 16.4702ZM19 3.00024H18V2.00024C18 1.45024 17.55 1.00024 17 1.00024C16.45 1.00024 16 1.45024 16 2.00024V3.00024H8V2.00024C8 1.45024 7.55 1.00024 7 1.00024C6.45 1.00024 6 1.45024 6 2.00024V3.00024H5C3.89 3.00024 3.01 3.90024 3.01 5.00024L3 19.0002C3 20.1002 3.89 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00024C21 3.90024 20.1 3.00024 19 3.00024ZM18 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V8.00024H19V18.0002C19 18.5502 18.55 19.0002 18 19.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M16 10.0002H8C7.45 10.0002 7 10.4502 7 11.0002C7 11.5502 7.45 12.0002 8 12.0002H16C16.55 12.0002 17 11.5502 17 11.0002C17 10.4502 16.55 10.0002 16 10.0002ZM19 3.00024H18V2.00024C18 1.45024 17.55 1.00024 17 1.00024C16.45 1.00024 16 1.45024 16 2.00024V3.00024H8V2.00024C8 1.45024 7.55 1.00024 7 1.00024C6.45 1.00024 6 1.45024 6 2.00024V3.00024H5C3.89 3.00024 3 3.90024 3 5.00024V19.0002C3 20.1002 3.89 21.0002 5 21.0002H19C20.1 21.0002 21 20.1002 21 19.0002V5.00024C21 3.90024 20.1 3.00024 19 3.00024ZM18 19.0002H6C5.45 19.0002 5 18.5502 5 18.0002V8.00024H19V18.0002C19 18.5502 18.55 19.0002 18 19.0002ZM13 14.0002H8C7.45 14.0002 7 14.4502 7 15.0002C7 15.5502 7.45 16.0002 8 16.0002H13C13.55 16.0002 14 15.5502 14 15.0002C14 14.4502 13.55 14.0002 13 14.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20 6.00024H12L10.59 4.59024C10.21 4.21024 9.7 4.00024 9.17 4.00024H4C2.9 4.00024 2 4.90024 2 6.00024V18.0002C2 19.1002 2.9 20.0002 4 20.0002H20C21.1 20.0002 22 19.1002 22 18.0002V8.00024C22 6.90024 21.1 6.00024 20 6.00024ZM16.94 16.4102L15 15.2802L13.06 16.4102C12.68 16.6302 12.22 16.2902 12.32 15.8602L12.83 13.6602L11.14 12.2002C10.81 11.9102 10.98 11.3602 11.42 11.3202L13.65 11.1302L14.53 9.07024C14.7 8.67024 15.28 8.67024 15.45 9.07024L16.33 11.1302L18.56 11.3202C19 11.3602 19.18 11.9102 18.84 12.2002L17.15 13.6602L17.66 15.8602C17.77 16.2902 17.31 16.6302 16.94 16.4102Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M10.5 17.1502L14.48 14.8702C15.15 14.4902 15.15 13.5202 14.48 13.1302L10.5 10.8502C9.83 10.4702 9 10.9602 9 11.7202V16.2702C9 17.0402 9.83 17.5302 10.5 17.1502ZM21 6.0002H13.41L16.35 3.0602C16.55 2.8602 16.55 2.5502 16.35 2.3502C16.15 2.1502 15.84 2.1502 15.64 2.3502L12 5.9902L8.36 2.3502C8.16 2.1502 7.85 2.1502 7.65 2.3502C7.45 2.5502 7.45 2.8602 7.65 3.0602L10.59 6.0002H3C1.9 6.0002 1 6.8902 1 8.0002V20.0002C1 21.1002 1.9 22.0002 3 22.0002H21C22.1 22.0002 23 21.1002 23 20.0002V8.0002C23 6.8902 22.1 6.0002 21 6.0002ZM20 20.0002H4C3.45 20.0002 3 19.5502 3 19.0002V9.0002C3 8.4502 3.45 8.0002 4 8.0002H20C20.55 8.0002 21 8.4502 21 9.0002V19.0002C21 19.5502 20.55 20.0002 20 20.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20 2.00024H4C2.9 2.00024 2 2.90024 2 4.00024V22.0002L6 18.0002H20C21.1 18.0002 22 17.1002 22 16.0002V4.00024C22 2.90024 21.1 2.00024 20 2.00024ZM5.63 13.1902L8.12 9.99024C8.32 9.74024 8.7 9.73024 8.9 9.98024L11 12.5102L14.1 8.52024C14.3 8.26024 14.7 8.26024 14.9 8.53024L18.41 13.2102C18.66 13.5402 18.42 14.0102 18.01 14.0102H6.02C5.61 14.0002 5.37 13.5202 5.63 13.1902Z"
4
+ />
5
+ </template>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <g>
3
+ <g clip-path="url(#clip0_15_447)">
4
+ <path
5
+ d="M22 3.00024H6.99996C6.30996 3.00024 5.76996 3.35024 5.40996 3.88024L0.369956 11.4502C0.149956 11.7902 0.149956 12.2202 0.369956 12.5602L5.40996 20.1202C5.76996 20.6402 6.37996 21.0002 7.06996 21.0002H22C23.1 21.0002 24 20.1002 24 19.0002V5.00024C24 3.90024 23.1 3.00024 22 3.00024ZM8.99996 13.5002C8.16996 13.5002 7.49996 12.8302 7.49996 12.0002C7.49996 11.1702 8.16996 10.5002 8.99996 10.5002C9.82996 10.5002 10.5 11.1702 10.5 12.0002C10.5 12.8302 9.82996 13.5002 8.99996 13.5002ZM14 13.5002C13.17 13.5002 12.5 12.8302 12.5 12.0002C12.5 11.1702 13.17 10.5002 14 10.5002C14.83 10.5002 15.5 11.1702 15.5 12.0002C15.5 12.8302 14.83 13.5002 14 13.5002ZM19 13.5002C18.17 13.5002 17.5 12.8302 17.5 12.0002C17.5 11.1702 18.17 10.5002 19 10.5002C19.83 10.5002 20.5 11.1702 20.5 12.0002C20.5 12.8302 19.83 13.5002 19 13.5002Z"
6
+ />
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_15_447">
10
+ <rect
11
+ width="24"
12
+ height="24"
13
+ fill="white"
14
+ transform="translate(0 0.000244141)"
15
+ />
16
+ </clipPath>
17
+ </defs>
18
+ </g>
19
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M15.9 5.0002C15.73 5.0002 15.58 5.0902 15.49 5.2302L15.42 5.3802L10.24 17.0302C10.08 17.3202 9.97999 17.6402 9.97999 17.9902C9.97999 19.1002 10.88 20.0002 11.99 20.0002C12.95 20.0002 13.76 19.3202 13.95 18.4102L13.96 18.3802L16.4 5.5002C16.4 5.2202 16.18 5.0002 15.9 5.0002ZM2.05999 10.0602C2.56999 10.5702 3.38999 10.6102 3.94999 10.1502C6.70999 7.8902 10.19 6.9702 13.53 7.3902L14.72 4.7102C10.37 3.9302 5.75999 5.0102 2.14999 7.9602C1.50999 8.4902 1.46999 9.4702 2.05999 10.0602ZM21.94 10.0602C22.53 9.4702 22.49 8.4902 21.84 7.9602C20.48 6.8502 18.98 6.0102 17.4 5.4302L16.87 8.2502C18 8.7202 19.06 9.3402 20.04 10.1402C20.62 10.6002 21.43 10.5702 21.94 10.0602ZM17.91 14.0902C18.51 13.4902 18.47 12.4602 17.77 11.9702C17.31 11.6402 16.83 11.3602 16.33 11.1102L15.78 14.0302C15.89 14.1002 16 14.1702 16.1 14.2502C16.67 14.6502 17.43 14.5702 17.91 14.0902ZM6.07999 14.0802C6.57999 14.5802 7.34999 14.6202 7.92999 14.2102C8.86999 13.5502 9.93999 13.1502 11.03 12.9902L12.31 10.1102C10.18 10.0502 8.02999 10.6502 6.21999 11.9502C5.52999 12.4602 5.47999 13.4802 6.07999 14.0802Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M22.0001 16.0003V15.5003C22.0001 14.1203 20.8801 13.0003 19.5001 13.0003C18.1201 13.0003 17.0001 14.1203 17.0001 15.5003V16.0003C16.4501 16.0003 16.0001 16.4503 16.0001 17.0003V21.0003C16.0001 21.5503 16.4501 22.0003 17.0001 22.0003H22.0001C22.5501 22.0003 23.0001 21.5503 23.0001 21.0003V17.0003C23.0001 16.4503 22.5501 16.0003 22.0001 16.0003ZM21.0001 16.0003H18.0001V15.5003C18.0001 14.6703 18.6701 14.0003 19.5001 14.0003C20.3301 14.0003 21.0001 14.6703 21.0001 15.5003V16.0003ZM19.5001 11.0003C19.6701 11.0003 19.8301 11.0303 20.0001 11.0503V3.41026C20.0001 2.52026 18.9201 2.07026 18.2901 2.70026L2.71005 18.2903C2.08005 18.9203 2.52005 20.0003 3.41005 20.0003H14.0001V17.0003C14.0001 16.0803 14.4201 15.2603 15.0701 14.7003C15.4501 12.6003 17.2901 11.0003 19.5001 11.0003Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M8.89998 6.00024C8.89998 4.29024 10.29 2.90024 12 2.90024C13.71 2.90024 15.1 4.29024 15.1 6.00024V8.00024H10.44L20 17.5602V10.0002C20 8.90024 19.1 8.00024 18 8.00024H17V6.00024C17 3.24024 14.76 1.00024 12 1.00024C9.67998 1.00024 7.73998 2.59024 7.17998 4.74024L8.89998 6.46024V6.00024ZM5.11998 5.51024C4.72998 5.12024 4.09998 5.12024 3.70998 5.51024C3.31998 5.90024 3.31998 6.53024 3.70998 6.92024L5.03998 8.25024C4.41998 8.60024 3.99998 9.25024 3.99998 10.0002V20.0002C3.99998 21.1002 4.89998 22.0002 5.99998 22.0002H18.78L19.07 22.2902C19.46 22.6802 20.09 22.6802 20.48 22.2902C20.87 21.9002 20.87 21.2702 20.48 20.8802L5.11998 5.51024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M8.89998 6.00024C8.89998 4.29024 10.29 2.90024 12 2.90024C13.71 2.90024 15.1 4.29024 15.1 6.00024V8.00024H10.44L20 17.5602V10.0002C20 8.90024 19.1 8.00024 18 8.00024H17V6.00024C17 3.24024 14.76 1.00024 12 1.00024C9.67998 1.00024 7.73998 2.59024 7.17998 4.74024L8.89998 6.46024V6.00024ZM5.11998 5.51024C4.72998 5.12024 4.09998 5.12024 3.70998 5.51024C3.31998 5.90024 3.31998 6.53024 3.70998 6.92024L5.03998 8.25024C4.41998 8.60024 3.99998 9.25024 3.99998 10.0002V20.0002C3.99998 21.1002 4.89998 22.0002 5.99998 22.0002H18.78L19.07 22.2902C19.46 22.6802 20.09 22.6802 20.48 22.2902C20.87 21.9002 20.87 21.2702 20.48 20.8802L5.11998 5.51024Z"
4
+ />
5
+ </template>