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,28 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M17.09 11.0002H21.95C21.79 9.39024 21.24 7.89024 20.41 6.60024C18.68 7.43024 17.42 9.05024 17.09 11.0002Z"
5
+ />
6
+ <path
7
+ d="M6.90999 11.0002C6.57999 9.05024 5.31999 7.43024 3.58999 6.60024C2.75999 7.89024 2.20999 9.39024 2.04999 11.0002H6.90999Z"
8
+ />
9
+ <path
10
+ d="M15.07 11.0002C15.39 8.41024 16.95 6.21024 19.13 5.00024C17.53 3.37024 15.39 2.29024 13 2.05024V11.0002H15.07Z"
11
+ />
12
+ <path
13
+ d="M8.93 11.0002H11V2.05024C8.61 2.29024 6.46 3.37024 4.87 5.00024C7.05 6.21024 8.61 8.41024 8.93 11.0002Z"
14
+ />
15
+ <path
16
+ d="M15.07 13.0002H13V21.9502C15.39 21.7102 17.54 20.6302 19.13 19.0002C16.95 17.7902 15.39 15.5902 15.07 13.0002Z"
17
+ />
18
+ <path
19
+ d="M3.58999 17.4002C5.30999 16.5702 6.57999 14.9402 6.90999 13.0002H2.04999C2.20999 14.6102 2.75999 16.1102 3.58999 17.4002Z"
20
+ />
21
+ <path
22
+ d="M17.09 13.0002C17.42 14.9502 18.68 16.5702 20.41 17.4002C21.24 16.1102 21.79 14.6102 21.95 13.0002H17.09Z"
23
+ />
24
+ <path
25
+ d="M8.93 13.0002C8.61 15.5902 7.05 17.7902 4.87 19.0002C6.47 20.6302 8.61 21.7102 11 21.9502V13.0002H8.93Z"
26
+ />
27
+ </g>
28
+ </template>
@@ -0,0 +1,13 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M15.05 12.8102L6.56 4.32024C6.17 3.93024 5.54 3.93024 5.15 4.32024L2.32 7.15024C1.93 7.54024 1.93 8.17024 2.32 8.56024L10.81 17.0502C11.2 17.4402 11.83 17.4402 12.22 17.0502L15.05 14.2202C15.44 13.8302 15.44 13.2002 15.05 12.8102Z"
5
+ />
6
+ <path
7
+ d="M14.34 17.7602L17.87 21.2902C18.26 21.6802 18.9 21.6802 19.29 21.2902C19.68 20.9002 19.68 20.2602 19.29 19.8702L15.76 16.3402L14.34 17.7602Z"
8
+ />
9
+ <path
10
+ d="M18.5 9.00024C20.433 9.00024 22 7.43324 22 5.50024C22 3.56725 20.433 2.00024 18.5 2.00024C16.567 2.00024 15 3.56725 15 5.50024C15 7.43324 16.567 9.00024 18.5 9.00024Z"
11
+ />
12
+ </g>
13
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M21.58 16.0902L20.49 8.43024C20.21 6.46024 18.52 5.00024 16.53 5.00024H7.47C5.48 5.00024 3.79 6.46024 3.51 8.43024L2.42 16.0902C2.2 17.6302 3.39 19.0002 4.94 19.0002C5.62 19.0002 6.26 18.7302 6.74 18.2502L9 16.0002H15L17.25 18.2502C17.73 18.7302 18.38 19.0002 19.05 19.0002C20.61 19.0002 21.8 17.6302 21.58 16.0902ZM11 11.0002H9V13.0002H8V11.0002H6V10.0002H8V8.00024H9V10.0002H11V11.0002ZM15 10.0002C14.45 10.0002 14 9.55024 14 9.00024C14 8.45024 14.45 8.00024 15 8.00024C15.55 8.00024 16 8.45024 16 9.00024C16 9.55024 15.55 10.0002 15 10.0002ZM17 13.0002C16.45 13.0002 16 12.5502 16 12.0002C16 11.4502 16.45 11.0002 17 11.0002C17.55 11.0002 18 11.4502 18 12.0002C18 12.5502 17.55 13.0002 17 13.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,13 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M3.01997 15.6202C2.93997 18.0402 3.33997 19.9602 3.68997 20.3102C4.03997 20.6602 5.96997 21.0702 8.37997 20.9802L3.01997 15.6202Z"
5
+ />
6
+ <path
7
+ d="M13.08 3.28024C10.75 3.70024 8.28997 4.62024 6.45997 6.46024C4.62997 8.30024 3.69997 10.7502 3.27997 13.0802L10.91 20.7102C13.25 20.3002 15.7 19.3702 17.53 17.5302C19.36 15.6902 20.29 13.2402 20.71 10.9102L13.08 3.28024ZM14.8 10.6002L10.6 14.8002C10.21 15.1902 9.58997 15.1902 9.19997 14.8002C8.80997 14.4102 8.80997 13.7902 9.19997 13.4002L13.4 9.20024C13.79 8.81024 14.41 8.81024 14.8 9.20024C15.19 9.59024 15.19 10.2102 14.8 10.6002Z"
8
+ />
9
+ <path
10
+ d="M20.98 8.38025C21.06 5.96025 20.66 4.04024 20.31 3.69024C19.96 3.34024 18.03 2.93024 15.62 3.02024L20.98 8.38025Z"
11
+ />
12
+ </g>
13
+ </template>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M12 16.0002C15.87 16.0002 19 12.8702 19 9.00024C19 5.13024 15.87 2.00024 12 2.00024C8.13 2.00024 5 5.13024 5 9.00024C5 12.8702 8.13 16.0002 12 16.0002ZM12 4.00024C14.76 4.00024 17 6.24024 17 9.00024C17 11.7602 14.76 14.0002 12 14.0002C9.24 14.0002 7 11.7602 7 9.00024C7 6.24024 9.24 4.00024 12 4.00024Z"
5
+ />
6
+ <path
7
+ d="M10 9.00024C10.5523 9.00024 11 8.55253 11 8.00024C11 7.44796 10.5523 7.00024 10 7.00024C9.44772 7.00024 9 7.44796 9 8.00024C9 8.55253 9.44772 9.00024 10 9.00024Z"
8
+ />
9
+ <path
10
+ d="M14 9.00024C14.5523 9.00024 15 8.55253 15 8.00024C15 7.44796 14.5523 7.00024 14 7.00024C13.4477 7.00024 13 7.44796 13 8.00024C13 8.55253 13.4477 9.00024 14 9.00024Z"
11
+ />
12
+ <path
13
+ d="M12 7.00024C12.5523 7.00024 13 6.55253 13 6.00024C13 5.44796 12.5523 5.00024 12 5.00024C11.4477 5.00024 11 5.44796 11 6.00024C11 6.55253 11.4477 7.00024 12 7.00024Z"
14
+ />
15
+ <path
16
+ d="M16 17.0002H8C7.45 17.0002 7 17.4502 7 18.0002C7 18.5502 7.45 19.0002 8 19.0002H9C10.1 19.0002 11 19.9002 11 21.0002V22.0002H13V21.0002C13 19.9002 13.9 19.0002 15 19.0002H16C16.55 19.0002 17 18.5502 17 18.0002C17 17.4502 16.55 17.0002 16 17.0002Z"
17
+ />
18
+ </g>
19
+ </template>
@@ -0,0 +1,13 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M14.27 6.00024C13.72 6.95024 14.05 8.18024 15 8.73024C15.95 9.28024 17.18 8.95024 17.73 8.00024C18.28 7.05024 17.95 5.82024 17 5.27024C16.05 4.72024 14.82 5.05024 14.27 6.00024Z"
5
+ />
6
+ <path
7
+ d="M15.84 10.4102C15.84 10.4102 14.21 9.47025 13.24 8.91025C11.11 7.67025 10.23 5.08025 11.06 2.84025C11.23 2.38025 11.05 1.87025 10.63 1.63025C10.1 1.33025 9.40998 1.56025 9.19998 2.13025C8.24998 4.64025 8.84998 7.48025 10.66 9.40025L6.00998 17.4502C5.72998 17.9302 5.89998 18.5402 6.37998 18.8202C6.85998 19.1002 7.46998 18.9302 7.74998 18.4502L8.74998 16.7202L10.48 17.7202L7.97998 22.0502C7.69998 22.5302 7.86998 23.1402 8.34998 23.4202C8.82998 23.7002 9.43998 23.5302 9.71998 23.0502L15.51 13.0302C16.49 14.3702 16.77 16.1502 16.17 17.7502C16 18.2002 16.19 18.7102 16.6 18.9502C17.13 19.2602 17.82 19.0302 18.04 18.4502C19.01 15.8302 18.45 12.6102 15.84 10.4102Z"
8
+ />
9
+ <path
10
+ d="M12.75 3.80025C13.47 4.21025 14.38 3.97025 14.8 3.25025C15.21 2.53025 14.97 1.62025 14.25 1.20025C13.53 0.790246 12.62 1.03025 12.2 1.75025C11.79 2.47025 12.03 3.39025 12.75 3.80025Z"
11
+ />
12
+ </g>
13
+ </template>
@@ -0,0 +1,16 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M2 17.0002V20.0002H4V16.0002H3C2.45 16.0002 2 16.4502 2 17.0002Z"
5
+ />
6
+ <path
7
+ d="M9 16.0002H5V20.0002L9.69 19.9902C10.07 19.9902 10.41 19.7802 10.58 19.4402L11.45 17.5402L9.86 14.0602L9 16.0002Z"
8
+ />
9
+ <path
10
+ d="M21.71 16.2902C21.53 16.1102 21.28 16.0002 21 16.0002H20V20.0002H22V17.0002C22 16.7202 21.89 16.4702 21.71 16.2902Z"
11
+ />
12
+ <path
13
+ d="M13.6 12.8402L17.65 4.00024H14.3L12.54 7.97024L12.05 9.07024L12 9.21024L9.70001 4.00024H6.35001L10.4 12.8402L11.92 16.1602L12 16.3402L13.42 19.4402C13.59 19.7802 13.93 19.9902 14.31 19.9902L19 20.0002V16.0002H15L13.6 12.8402Z"
14
+ />
15
+ </g>
16
+ </template>
@@ -0,0 +1,28 @@
1
+ <template>
2
+ <g>
3
+ <g clip-path="url(#clip0_15_343)">
4
+ <path
5
+ d="M16.5 4.38024C17.6046 4.38024 18.5 3.48481 18.5 2.38024C18.5 1.27567 17.6046 0.380243 16.5 0.380243C15.3954 0.380243 14.5 1.27567 14.5 2.38024C14.5 3.48481 15.3954 4.38024 16.5 4.38024Z"
6
+ />
7
+ <path
8
+ d="M24 10.8802V7.18024L19.01 5.07024C18.03 4.66024 16.89 5.00024 16.3 5.88024L15.3 7.48024C14.63 8.66024 13.39 9.54024 11.89 9.80024L11.95 9.86024C12.64 10.5502 13.47 10.9302 14.41 11.0302C15.21 10.6102 15.93 10.0502 16.5 9.39024L17.1 12.3902L15.94 13.4902L15 14.3802V15.1402V20.8802C15 21.4302 15.45 21.8802 16 21.8802C16.55 21.8802 17 21.4302 17 20.8802V15.8802L19.1 13.8802L20.72 21.0702C20.83 21.5402 21.25 21.8802 21.74 21.8802C22.4 21.8802 22.89 21.2802 22.76 20.6402L20.82 10.8802L20.2 7.78024L22 8.48024V10.8802C22 11.4302 22.45 11.8802 23 11.8802C23.55 11.8802 24 11.4302 24 10.8802Z"
9
+ />
10
+ <path
11
+ d="M10.29 8.09024C10.51 8.24024 10.76 8.33024 11.01 8.38024C11.14 8.40024 11.26 8.42024 11.39 8.42024C11.52 8.42024 11.65 8.41024 11.77 8.38024C11.9 8.36024 12.02 8.32024 12.14 8.27024C12.38 8.17024 12.61 8.03024 12.8 7.83024C13.29 7.34024 13.47 6.66024 13.35 6.03024C13.28 5.66024 13.1 5.29024 12.8 5.00024C12.61 4.81024 12.38 4.66024 12.14 4.56024C12.02 4.51024 11.9 4.47024 11.77 4.45024C11.64 4.43024 11.52 4.41024 11.39 4.41024C11.27 4.41024 11.16 4.42024 11.04 4.44024C10.9 4.46024 10.76 4.50024 10.63 4.55024C10.4 4.66024 10.17 4.81024 9.97999 5.00024C9.67999 5.29024 9.49999 5.66024 9.42999 6.03024C9.30999 6.66024 9.48999 7.34024 9.97999 7.83024C10.07 7.93024 10.18 8.01024 10.29 8.09024Z"
12
+ />
13
+ <path
14
+ d="M11.24 10.5602L9.24 8.56024C9.14 8.46024 9.04 8.38024 8.93 8.30024C8.71 8.16024 8.46 8.06024 8.21 8.02024C8.08 7.99024 7.96 7.98024 7.83 7.98024C7.32 7.98024 6.81 8.18024 6.42 8.57024L3.08 11.9102C2.67 12.3202 2.46 12.8902 2.5 13.4502C2.5 13.6302 2.54 13.8202 2.61 14.0002L3.68 16.9502L0.759999 19.8702C0.369999 20.2602 0.369999 20.8902 0.759999 21.2802C1.15 21.6702 1.78 21.6702 2.17 21.2802L5.71 17.7402V15.5202L7 16.7502V20.8802C7 21.4302 7.45 21.8802 8 21.8802C8.55 21.8802 9 21.4302 9 20.8802V15.8802L6.88 13.7602L9.24 11.4002L9.95 12.1102C10.97 13.1102 12.23 13.8002 13.74 14.0502C14.38 14.1602 14.95 13.6002 14.9 12.9502C14.87 12.4702 14.5 12.0802 14.03 12.0102C12.9 11.8302 11.97 11.2902 11.24 10.5602Z"
15
+ />
16
+ </g>
17
+ <defs>
18
+ <clipPath id="clip0_15_343">
19
+ <rect
20
+ width="24"
21
+ height="24"
22
+ fill="white"
23
+ transform="translate(0 0.000244141)"
24
+ />
25
+ </clipPath>
26
+ </defs>
27
+ </g>
28
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M7 20.0002C7 20.5502 7.45 21.0002 8 21.0002H16C16.55 21.0002 17 20.5502 17 20.0002V17.0002H7V20.0002Z"
5
+ />
6
+ <path
7
+ d="M18 7.00024C17.45 7.00024 17 7.45024 17 8.00024V5.00024C17 3.90024 16.1 3.00024 15 3.00024H7C5.9 3.00024 5 3.90024 5 5.00024V10.8002C5 10.9302 5.01 11.0602 5.04 11.1902L5.84 15.1902C5.93 15.6602 6.34 15.9902 6.82 15.9902H17.18C17.63 15.9902 18.07 15.6302 18.16 15.1902L18.96 11.1902C18.99 11.0602 19 10.9302 19 10.8002V8.00024C19 7.45024 18.55 7.00024 18 7.00024ZM14 10.0002H8C7.45 10.0002 7 9.55024 7 9.00024V8.00024C7 7.45024 7.45 7.00024 8 7.00024H14C14.55 7.00024 15 7.45024 15 8.00024V9.00024C15 9.55024 14.55 10.0002 14 10.0002Z"
8
+ />
9
+ </g>
10
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M12 11.3902C12 10.7402 11.61 10.1602 11.02 9.91024L5.44001 7.55024C3.96001 9.23024 3.12001 11.2502 2.64001 13.0002H10.39C11.28 13.0002 12 12.2802 12 11.3902Z"
5
+ />
6
+ <path
7
+ d="M21.96 11.2202C21.55 6.81024 17.4 3.73024 12.98 4.02024C10.47 4.18024 8.54 4.96024 7.05 6.06024L11.79 8.07024C13.12 8.64024 13.99 9.94024 13.99 11.3902C13.99 13.3802 12.37 15.0002 10.38 15.0002H2.21C2 16.3102 2 17.2002 2 17.2002V18.0002C2 19.1002 2.9 20.0002 4 20.0002H14C18.67 20.0002 22.41 15.9902 21.96 11.2202Z"
8
+ />
9
+ </g>
10
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M20.49 3.51025C19.93 2.95025 18.34 2.54025 16.33 2.54025C13.25 2.54025 9.18001 3.50025 6.35001 6.33025C1.66001 11.0302 2.10001 19.0702 3.51001 20.4902C4.07001 21.0502 5.66001 21.4602 7.67001 21.4602C10.75 21.4602 14.82 20.5002 17.65 17.6702C22.34 12.9702 21.9 4.93024 20.49 3.51025ZM7.76001 7.76025C10.4 5.12025 14.11 4.64025 15.79 4.57025C13.74 5.51025 11.33 7.02025 9.18001 9.18025C7.02001 11.3402 5.51001 13.7602 4.57001 15.8102C4.66001 13.3302 5.44001 10.0702 7.76001 7.76025ZM16.24 16.2402C13.6 18.8802 9.89001 19.3602 8.21001 19.4302C10.26 18.4902 12.67 16.9802 14.82 14.8202C16.98 12.6602 18.49 10.2402 19.44 8.19024C19.34 10.6702 18.56 13.9302 16.24 16.2402Z"
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.00024ZM13 5.30024L14.35 4.35024C16.17 4.91024 17.72 6.11024 18.73 7.69024L18.34 9.03024L16.99 9.49024L13 6.70024V5.30024ZM9.65 4.35024L11 5.30024V6.70024L7.01 9.49024L5.66 9.03024L5.27 7.69024C6.28 6.12024 7.83 4.92024 9.65 4.35024ZM7.08 17.1102L5.94 17.2102C4.73 15.8102 4 13.9902 4 12.0002C4 11.8802 4.01 11.7702 4.02 11.6502L5.02 10.9202L6.4 11.4002L7.86 15.7402L7.08 17.1102ZM14.5 19.5902C13.71 19.8502 12.87 20.0002 12 20.0002C11.13 20.0002 10.29 19.8502 9.5 19.5902L8.81 18.1002L9.45 17.0002H14.56L15.2 18.1102L14.5 19.5902ZM14.27 15.0002H9.73L8.38 10.9802L12 8.44024L15.63 10.9802L14.27 15.0002ZM18.06 17.2102L16.92 17.1102L16.13 15.7402L17.59 11.4002L18.98 10.9302L19.98 11.6602C19.99 11.7702 20 11.8802 20 12.0002C20 13.9902 19.27 15.8102 18.06 17.2102Z"
4
+ />
5
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M19.52 2.49024C17.18 0.150244 12.9 0.620244 9.97 3.55024C8.37 5.15024 7.45 7.42024 7.43 9.01024C7.41 10.5902 7.69 12.9002 6.08 14.5102L2.54 18.0402C2.15 18.4302 2.15 19.0602 2.54 19.4602C2.93 19.8502 3.56 19.8502 3.96 19.4602L7.49 15.9202C9.1 14.3102 11.41 14.5902 12.99 14.5702C14.57 14.5502 16.85 13.6302 18.45 12.0302C21.38 9.11024 21.86 4.83024 19.52 2.49024ZM10.32 11.6802C8.79 10.1502 9.27 7.07024 11.38 4.96024C13.49 2.85024 16.56 2.37024 18.1 3.90024C19.63 5.43024 19.15 8.51024 17.04 10.6202C14.93 12.7302 11.86 13.2102 10.32 11.6802Z"
5
+ />
6
+ <path
7
+ d="M18 17.0002C18.53 17.0002 19.04 17.2102 19.41 17.5902C20.19 18.3702 20.19 19.6402 19.41 20.4202C19.04 20.7902 18.53 21.0002 18 21.0002C17.47 21.0002 16.96 20.7902 16.59 20.4102C15.81 19.6302 15.81 18.3602 16.59 17.5802C16.96 17.2102 17.47 17.0002 18 17.0002ZM18 15.0002C16.98 15.0002 15.95 15.3902 15.17 16.1702C13.61 17.7302 13.61 20.2602 15.17 21.8302C15.95 22.6102 16.98 23.0002 18 23.0002C19.02 23.0002 20.05 22.6102 20.83 21.8302C22.39 20.2702 22.39 17.7402 20.83 16.1702C20.05 15.3902 19.02 15.0002 18 15.0002Z"
8
+ />
9
+ </g>
10
+ </template>
@@ -0,0 +1,22 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M6 4.01024C3.58 5.84024 2 8.73024 2 12.0002C2 13.4602 2.32 14.8502 2.89 16.1102L6 14.3102V4.01024Z"
5
+ />
6
+ <path
7
+ d="M11 11.4202V2.05024C9.94 2.16024 8.93 2.43024 8 2.84024V13.1602L11 11.4202Z"
8
+ />
9
+ <path
10
+ d="M12 13.1502L3.89001 17.8302C4.50001 18.6702 5.23001 19.4202 6.07001 20.0302L15 14.8902L12 13.1502Z"
11
+ />
12
+ <path
13
+ d="M13 7.96024V11.4202L21.11 16.1002C21.53 15.1702 21.81 14.1702 21.93 13.1202L13 7.96024Z"
14
+ />
15
+ <path
16
+ d="M8.07001 21.2002C9.28001 21.7102 10.6 22.0002 12 22.0002C15.34 22.0002 18.29 20.3502 20.11 17.8402L17 16.0402L8.07001 21.2002Z"
17
+ />
18
+ <path
19
+ d="M21.92 10.8102C21.37 6.18024 17.66 2.51024 13 2.05024V5.65024L21.92 10.8102Z"
20
+ />
21
+ </g>
22
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M10.88 21.9402L16.41 16.4002C16.78 16.0302 16.99 15.5202 16.99 14.9902V5.00024C16.99 3.90024 16.09 3.00024 14.99 3.00024H6.00002C5.20002 3.00024 4.48002 3.48024 4.17002 4.21024L0.910022 11.8202C0.0600216 13.8002 1.51002 16.0002 3.66002 16.0002H9.31002L8.36002 20.5802C8.26002 21.0802 8.41002 21.5902 8.77002 21.9502C9.36002 22.5302 10.3 22.5302 10.88 21.9402ZM21 3.00024C19.9 3.00024 19 3.90024 19 5.00024V13.0002C19 14.1002 19.9 15.0002 21 15.0002C22.1 15.0002 23 14.1002 23 13.0002V5.00024C23 3.90024 22.1 3.00024 21 3.00024Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M13.12 2.06024L7.58 7.60024C7.21 7.97024 7 8.48024 7 9.01024V19.0002C7 20.1002 7.9 21.0002 9 21.0002H18C18.8 21.0002 19.52 20.5202 19.84 19.7902L23.1 12.1802C23.94 10.2002 22.49 8.00024 20.34 8.00024H14.69L15.64 3.42024C15.74 2.92024 15.59 2.41024 15.23 2.05024C14.64 1.47024 13.7 1.47024 13.12 2.06024ZM3 21.0002C4.1 21.0002 5 20.1002 5 19.0002V11.0002C5 9.90024 4.1 9.00024 3 9.00024C1.9 9.00024 1 9.90024 1 11.0002V19.0002C1 20.1002 1.9 21.0002 3 21.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <path
3
+ d="M17.09 4.56024C16.39 3.53024 15.59 2.57024 14.69 1.71024C14.34 1.37024 13.75 1.69024 13.85 2.17024C14.04 3.11024 14.24 4.35024 14.24 5.46024C14.24 7.52024 12.89 9.19024 10.83 9.19024C9.29 9.19024 8.03 8.26024 7.48 6.93024C7.38 6.73024 7.34 6.61024 7.28 6.39024C7.17 5.97024 6.62 5.84024 6.38 6.21024C6.2 6.48024 6.03 6.75024 5.87 7.04024C4.68 9.08024 4 11.4602 4 14.0002C4 18.4202 7.58 22.0002 12 22.0002C16.42 22.0002 20 18.4202 20 14.0002C20 10.5102 18.92 7.27024 17.09 4.56024ZM11.71 19.0002C9.93 19.0002 8.49 17.6002 8.49 15.8602C8.49 14.2402 9.54 13.1002 11.3 12.7402C12.77 12.4402 14.28 11.8102 15.33 10.8202C15.61 10.5602 16.07 10.6802 16.15 11.0502C16.38 12.0702 16.5 13.1302 16.5 14.2002C16.51 16.8502 14.36 19.0002 11.71 19.0002Z"
4
+ />
5
+ </template>
@@ -0,0 +1,53 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M4 4.92875C4 3.86363 4.87915 3.00018 5.96364 3.00018H16.7636C17.8481 3.00018 18.7273 3.86363 18.7273 4.92875V19.0716C18.7273 20.1367 17.8481 21.0002 16.7636 21.0002H9.33779C8.96127 21.0002 8.60299 20.841 8.35445 20.5632L4.32575 16.0607C4.11579 15.826 4 15.5243 4 15.212V4.92875Z"
5
+ fill="white"
6
+ />
7
+ <path
8
+ d="M4 4.92875C4 3.86363 4.87915 3.00018 5.96364 3.00018H16.7636C17.8481 3.00018 18.7273 3.86363 18.7273 4.92875V19.0716C18.7273 20.1367 17.8481 21.0002 16.7636 21.0002H9.33779C8.96127 21.0002 8.60299 20.841 8.35445 20.5632L4.32575 16.0607C4.11579 15.826 4 15.5243 4 15.212V4.92875Z"
9
+ fill="url(#paint0_linear_939_1134)"
10
+ />
11
+ <path
12
+ fill-rule="evenodd"
13
+ clip-rule="evenodd"
14
+ d="M3.5 4.92875C3.5 3.57904 4.61154 2.50018 5.96364 2.50018H16.7636C18.1157 2.50018 19.2273 3.57904 19.2273 4.92875V19.0716C19.2273 20.4213 18.1157 21.5002 16.7636 21.5002H9.33779C8.82068 21.5002 8.32632 21.2816 7.98183 20.8966L3.95313 16.3941C3.66187 16.0686 3.5 15.6484 3.5 15.212V4.92875ZM5.96364 3.50018C5.14676 3.50018 4.5 4.14823 4.5 4.92875V15.212C4.5 15.4002 4.56972 15.5835 4.69836 15.7273L8.72706 20.2298C8.87966 20.4003 9.10187 20.5002 9.33779 20.5002H16.7636C17.5805 20.5002 18.2273 19.8521 18.2273 19.0716V4.92875C18.2273 4.14823 17.5805 3.50018 16.7636 3.50018H5.96364Z"
15
+ fill="#3E7DC0"
16
+ />
17
+ <path
18
+ d="M6.29092 8.30374C6.29092 8.03746 6.51071 7.82159 6.78183 7.82159H14.3091C14.5802 7.82159 14.8 8.03746 14.8 8.30374C14.8 8.57002 14.5802 8.78588 14.3091 8.78588H6.78183C6.51071 8.78588 6.29092 8.57002 6.29092 8.30374Z"
19
+ fill="#3E7DC0"
20
+ />
21
+ <path
22
+ d="M6.29092 10.8751C6.29092 10.6089 6.51071 10.393 6.78183 10.393H11.3637C11.6348 10.393 11.8546 10.6089 11.8546 10.8751C11.8546 11.1414 11.6348 11.3573 11.3637 11.3573H6.78183C6.51071 11.3573 6.29092 11.1414 6.29092 10.8751Z"
23
+ fill="#3E7DC0"
24
+ />
25
+ <path
26
+ fill-rule="evenodd"
27
+ clip-rule="evenodd"
28
+ d="M7.6 16.1966H4V15.1966H7.6C8.5906 15.1966 9.40909 15.9876 9.40909 16.9823V21.0002H8.40909V16.9823C8.40909 16.5568 8.05538 16.1966 7.6 16.1966Z"
29
+ fill="#3E7DC0"
30
+ />
31
+ <path
32
+ d="M11.886 16.0533C11.886 14.9561 12.7916 14.0667 13.9088 14.0667H19.9772C21.0944 14.0667 22.0001 14.9561 22.0001 16.0533V22.0134C22.0001 23.1107 21.0944 24.0001 19.9772 24.0001H13.9088C12.7916 24.0001 11.886 23.1107 11.886 22.0134V16.0533Z"
33
+ fill="#3E7DC0"
34
+ />
35
+ <path
36
+ d="M16.6083 17.5681L16.8481 15.9258C16.8881 15.6519 16.5108 15.5287 16.3758 15.7716L14.5693 19.0245C14.3855 19.3555 14.6294 19.759 15.0133 19.759H16.8041C17.1023 19.759 17.3357 20.011 17.3076 20.3025L17.1644 21.7887C17.1384 22.0582 17.5077 22.1682 17.6386 21.9301L19.3215 18.8679C19.5034 18.5369 19.2594 18.1353 18.8765 18.1353H17.1089C16.8011 18.1353 16.5647 17.8674 16.6083 17.5681Z"
37
+ fill="white"
38
+ />
39
+ <defs>
40
+ <linearGradient
41
+ id="paint0_linear_939_1134"
42
+ x1="11.3636"
43
+ y1="1.81986"
44
+ x2="11.3636"
45
+ y2="17.6067"
46
+ gradientUnits="userSpaceOnUse"
47
+ >
48
+ <stop stop-color="#11AAE2" stop-opacity="0.25" />
49
+ <stop offset="1" stop-color="white" stop-opacity="0" />
50
+ </linearGradient>
51
+ </defs>
52
+ </g>
53
+ </template>
@@ -0,0 +1,77 @@
1
+ <template>
2
+ <g>
3
+ <g clip-path="url(#clip0_939_1119)">
4
+ <path
5
+ d="M14.5443 6.84387C14.6742 6.84387 14.7991 6.81913 14.9148 6.77344C15.4511 6.56168 16.0448 6.13119 16.5772 6.3525C20.6161 8.03128 23.1451 11.7357 23.1405 14.7988C23.1405 18.9099 20.2118 20.5061 16.3641 20.5061H11.9606C11.7884 20.5061 11.6192 20.5507 11.4695 20.6357L7.13056 23.097C6.90933 23.2225 6.63498 23.0626 6.63498 22.8082L6.63498 21.2193C6.63498 20.728 6.27586 20.3133 5.79565 20.2102C4.92826 20.024 4.31992 19.8157 4.27028 19.7985C4.268 19.7977 4.26584 19.797 4.26358 19.7961C2.22401 19.0632 0.859558 17.5238 0.859558 14.8042C0.859558 11.7308 3.39374 8.02981 7.43798 6.35191C7.97045 6.13099 8.56381 6.56143 9.09993 6.77332C9.21575 6.81909 9.34078 6.84387 9.47072 6.84387C9.52576 6.84387 9.5858 6.83852 9.64084 6.82783C9.88601 6.78455 10.0976 6.65587 10.2535 6.47486C10.6143 6.05589 10.9738 5.48032 11.5262 5.4582C11.6855 5.45182 11.846 5.44855 12.0075 5.44855C12.1663 5.44855 12.3241 5.45171 12.4808 5.45788C13.0363 5.47976 13.3985 6.06264 13.7651 6.4807C13.9212 6.65863 14.1317 6.78502 14.3742 6.82783C14.4293 6.83852 14.4843 6.84387 14.5443 6.84387Z"
6
+ fill="white"
7
+ />
8
+ <path
9
+ d="M14.5443 6.84387C14.6742 6.84387 14.7991 6.81913 14.9148 6.77344C15.4511 6.56168 16.0448 6.13119 16.5772 6.3525C20.6161 8.03128 23.1451 11.7357 23.1405 14.7988C23.1405 18.9099 20.2118 20.5061 16.3641 20.5061H11.9606C11.7884 20.5061 11.6192 20.5507 11.4695 20.6357L7.13056 23.097C6.90933 23.2225 6.63498 23.0626 6.63498 22.8082L6.63498 21.2193C6.63498 20.728 6.27586 20.3133 5.79565 20.2102C4.92826 20.024 4.31992 19.8157 4.27028 19.7985C4.268 19.7977 4.26584 19.797 4.26358 19.7961C2.22401 19.0632 0.859558 17.5238 0.859558 14.8042C0.859558 11.7308 3.39374 8.02981 7.43798 6.35191C7.97045 6.13099 8.56381 6.56143 9.09993 6.77332C9.21575 6.81909 9.34078 6.84387 9.47072 6.84387C9.52576 6.84387 9.5858 6.83852 9.64084 6.82783C9.88601 6.78455 10.0976 6.65587 10.2535 6.47486C10.6143 6.05589 10.9738 5.48032 11.5262 5.4582C11.6855 5.45182 11.846 5.44855 12.0075 5.44855C12.1663 5.44855 12.3241 5.45171 12.4808 5.45788C13.0363 5.47976 13.3985 6.06264 13.7651 6.4807C13.9212 6.65863 14.1317 6.78502 14.3742 6.82783C14.4293 6.83852 14.4843 6.84387 14.5443 6.84387Z"
10
+ fill="url(#paint0_linear_939_1119)"
11
+ />
12
+ <path
13
+ fill-rule="evenodd"
14
+ clip-rule="evenodd"
15
+ d="M11.5062 4.9586C11.6721 4.95196 11.8393 4.94855 12.0075 4.94855C12.173 4.94855 12.3373 4.95185 12.5005 4.95827C12.7764 4.96913 12.9913 5.20163 12.9804 5.47755C12.9696 5.75348 12.7371 5.96836 12.4611 5.9575C12.3109 5.95158 12.1597 5.94855 12.0075 5.94855C11.8528 5.94855 11.6989 5.95169 11.5462 5.9578C11.2703 5.96885 11.0377 5.75413 11.0266 5.47821C11.0156 5.20229 11.2303 4.96965 11.5062 4.9586ZM7.89981 6.1603C8.00563 6.41536 7.88465 6.70791 7.62959 6.81374C3.72997 8.43164 1.35956 11.9749 1.35956 14.8042C1.35956 16.0775 1.67759 17.034 2.20056 17.7503C2.72479 18.4684 3.48377 18.9844 4.43139 19.3251C4.43182 19.3253 4.43224 19.3254 4.43266 19.3256L4.43393 19.3261C4.47144 19.339 5.05926 19.5408 5.90057 19.7213C6.59429 19.8702 7.13498 20.4754 7.13498 21.2193L7.13498 22.5196L11.2228 20.2008C11.4477 20.0732 11.7019 20.0061 11.9606 20.0061H16.3641C18.2305 20.0061 19.8015 19.6171 20.8945 18.7946C21.9638 17.9899 22.6405 16.7217 22.6405 14.7988V14.798C22.6448 11.9793 20.2796 8.43287 16.3853 6.81421C16.1303 6.70822 16.0095 6.41559 16.1155 6.16059C16.2215 5.9056 16.5141 5.78481 16.7691 5.8908C20.9526 7.62969 23.6455 11.4921 23.6405 14.7996L23.1405 14.7988H23.6405C23.6405 14.7991 23.6405 14.7993 23.6405 14.7996C23.6403 16.9874 22.8527 18.5726 21.4958 19.5936C20.1626 20.5969 18.3454 21.0061 16.3641 21.0061H11.9606C11.8749 21.0061 11.7907 21.0283 11.7162 21.0706L7.37726 23.5319L7.13056 23.097L7.37726 23.5319C6.82254 23.8465 6.13498 23.4456 6.13498 22.8082L6.13498 21.2193C6.13498 20.9806 5.95742 20.7563 5.69072 20.6991C4.79725 20.5073 4.16841 20.2924 4.10662 20.271L4.10362 20.2699L4.10363 20.2699L4.09693 20.2676L4.09449 20.2667C3.00314 19.8745 2.06056 19.2545 1.3929 18.34C0.723752 17.4234 0.359558 16.2504 0.359558 14.8042C0.359558 11.4867 3.05751 7.62799 7.24638 5.89008C7.50144 5.78425 7.79399 5.90524 7.89981 6.1603Z"
16
+ fill="#3E7DC0"
17
+ />
18
+ <path
19
+ d="M11.9832 8.77911C6.8573 8.77911 3.31549 10.8681 3.31549 14.5117C3.31549 16.6473 4.65126 17.8956 6.62413 17.8956C8.597 17.8956 9.05152 17.3999 11.9882 17.3999C14.925 17.3999 14.9404 17.8956 17.302 17.8956C19.6636 17.8956 20.6106 16.5994 20.6106 14.5117C20.6106 11.2511 17.109 8.77911 11.9832 8.77911Z"
20
+ fill="#3E7DC0"
21
+ />
22
+ <path
23
+ fill-rule="evenodd"
24
+ clip-rule="evenodd"
25
+ d="M8.17867 13.3705C7.26197 13.3705 6.7178 13.9473 6.7178 14.4392C6.7178 14.7153 6.49395 14.9392 6.2178 14.9392C5.94166 14.9392 5.7178 14.7153 5.7178 14.4392C5.7178 13.1983 6.92945 12.3705 8.17867 12.3705C9.42789 12.3705 10.6395 13.1983 10.6395 14.4392C10.6395 14.7153 10.4157 14.9392 10.1395 14.9392C9.8634 14.9392 9.63954 14.7153 9.63954 14.4392C9.63954 13.9473 9.09537 13.3705 8.17867 13.3705Z"
26
+ fill="white"
27
+ />
28
+ <path
29
+ fill-rule="evenodd"
30
+ clip-rule="evenodd"
31
+ d="M15.9525 13.3704C15.1428 13.3704 14.6223 13.9184 14.6223 14.4391C14.6223 14.7153 14.3985 14.9391 14.1223 14.9391C13.8462 14.9391 13.6223 14.7153 13.6223 14.4391C13.6223 13.2271 14.7406 12.3704 15.9525 12.3704C17.1643 12.3704 18.2826 13.2271 18.2826 14.4391C18.2826 14.7153 18.0587 14.9391 17.7826 14.9391C17.5065 14.9391 17.2826 14.7153 17.2826 14.4391C17.2826 13.9184 16.7622 13.3704 15.9525 13.3704Z"
32
+ fill="white"
33
+ />
34
+ <path
35
+ fill-rule="evenodd"
36
+ clip-rule="evenodd"
37
+ d="M16.5242 1.88241C16.7736 2.00104 16.8796 2.29936 16.761 2.54872L15.1469 5.94133C15.0283 6.19069 14.73 6.29666 14.4806 6.17803C14.2313 6.0594 14.1253 5.76108 14.2439 5.51172L15.8579 2.11912C15.9766 1.86975 16.2749 1.76378 16.5242 1.88241Z"
38
+ fill="#3E7DC0"
39
+ />
40
+ <path
41
+ d="M17.6047 2.09764C17.6047 2.78132 17.0505 3.33555 16.3668 3.33555C15.6831 3.33555 15.1289 2.78132 15.1289 2.09764C15.1289 1.41397 15.6831 0.859741 16.3668 0.859741C17.0505 0.859741 17.6047 1.41397 17.6047 2.09764Z"
42
+ fill="#3E7DC0"
43
+ />
44
+ <path
45
+ fill-rule="evenodd"
46
+ clip-rule="evenodd"
47
+ d="M7.65824 2.00295C7.9076 1.88432 8.20592 1.9903 8.32455 2.23966L9.93856 5.63227C10.0572 5.88163 9.95122 6.17994 9.70186 6.29858C9.4525 6.41721 9.15418 6.31123 9.03555 6.06187L7.42153 2.66927C7.3029 2.4199 7.40888 2.12159 7.65824 2.00295Z"
48
+ fill="#3E7DC0"
49
+ />
50
+ <path
51
+ d="M6.5784 2.21819C6.5784 2.90187 7.13263 3.45609 7.8163 3.45609C8.49998 3.45609 9.05421 2.90187 9.05421 2.21819C9.05421 1.53451 8.49998 0.980286 7.8163 0.980286C7.13263 0.980286 6.5784 1.53451 6.5784 2.21819Z"
52
+ fill="#3E7DC0"
53
+ />
54
+ </g>
55
+ <defs>
56
+ <linearGradient
57
+ id="paint0_linear_939_1119"
58
+ x1="12"
59
+ y1="4.28841"
60
+ x2="12"
61
+ y2="19.8053"
62
+ gradientUnits="userSpaceOnUse"
63
+ >
64
+ <stop stop-color="#11AAE2" stop-opacity="0.25" />
65
+ <stop offset="1" stop-color="white" stop-opacity="0" />
66
+ </linearGradient>
67
+ <clipPath id="clip0_939_1119">
68
+ <rect
69
+ width="24"
70
+ height="24"
71
+ fill="white"
72
+ transform="translate(0 0.000183105)"
73
+ />
74
+ </clipPath>
75
+ </defs>
76
+ </g>
77
+ </template>
@@ -0,0 +1,23 @@
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M7 4.92857C7 3.86345 7.77604 3 8.73333 3H17C17.9572 3 20.5 5.93488 20.5 7V18.5C20.5 19.5651 19.224 21 18.2667 21H11.7118C11.3794 21 11.0631 20.8408 10.8437 20.563L7.28754 16.0605C7.10221 15.8258 7 15.5241 7 15.2118V4.92857Z"
5
+ fill="white" />
6
+ <path
7
+ d="M7 4.92857C7 3.86345 7.77604 3 8.73333 3H17C17.9572 3 20.5 5.93488 20.5 7V18.5C20.5 19.5651 19.224 21 18.2667 21H11.7118C11.3794 21 11.0631 20.8408 10.8437 20.563L7.28754 16.0605C7.10221 15.8258 7 15.5241 7 15.2118V4.92857Z"
8
+ fill="url(#paint0_linear_37995_1813)" />
9
+ <path fill-rule="evenodd" clip-rule="evenodd"
10
+ d="M6 5.07537C6 3.37679 7.4187 1.99982 9.16875 1.99982H15.9755C16.8637 1.99982 17.7111 2.36164 18.3113 2.99714L20.3771 5.18443C20.9128 5.75166 21.21 6.49318 21.21 7.26266V19.838C21.21 21.5366 19.7913 22.9136 18.0413 22.9136H9.16875C7.4187 22.9136 6 21.5366 6 19.838V5.07537ZM9.16875 3.23004C8.11872 3.23004 7.2675 4.05622 7.2675 5.07537V15.5322H19.9425V7.26266C19.9425 6.80097 19.7642 6.35606 19.4428 6.01572L17.377 3.82843C17.0169 3.44713 16.5084 3.23004 15.9755 3.23004H9.16875ZM10.3075 20.058C10.1837 20.1669 10.0228 20.2214 9.82478 20.2214C9.56732 20.2214 9.37546 20.131 9.24921 19.9503C9.12295 19.7696 9.05982 19.4725 9.05982 19.0591V18.9477C9.05982 18.5392 9.12295 18.2446 9.24921 18.0639C9.37794 17.8807 9.56732 17.7891 9.81735 17.7891C10.0204 17.7891 10.1837 17.8547 10.3075 17.9859C10.4313 18.1146 10.4957 18.283 10.5006 18.4909H11.5069C11.502 18.0156 11.3473 17.6356 11.0428 17.3509C10.7407 17.0638 10.3385 16.9202 9.83592 16.9202C9.26158 16.9202 8.80979 17.1046 8.48054 17.4735C8.15128 17.8423 7.98666 18.3362 7.98666 18.9551V19.0257C7.98666 19.6693 8.15252 20.1743 8.48425 20.5407C8.81598 20.9046 9.26901 21.0866 9.84335 21.0866C10.1503 21.0866 10.4301 21.0247 10.6826 20.9009C10.9376 20.7747 11.1381 20.5989 11.2841 20.3736C11.4302 20.1459 11.5045 19.8958 11.5069 19.6235H10.5006C10.4957 19.8042 10.4313 19.9491 10.3075 20.058ZM14.0989 19.5938C14.2301 19.6681 14.2957 19.7708 14.2957 19.902C14.2957 20.0283 14.2425 20.131 14.136 20.2102C14.032 20.287 13.8773 20.3253 13.6718 20.3253C13.4515 20.3253 13.2757 20.2746 13.1445 20.1731C13.0133 20.0716 12.9428 19.9255 12.9329 19.7349H11.9154C11.9154 19.9775 11.9897 20.204 12.1382 20.4145C12.2868 20.6224 12.491 20.787 12.7509 20.9083C13.0133 21.0272 13.3129 21.0866 13.6496 21.0866C14.1472 21.0866 14.5531 20.9739 14.8675 20.7487C15.1819 20.5209 15.3391 20.2238 15.3391 19.8575C15.3391 19.345 15.0557 18.9848 14.4888 18.7769C14.3056 18.71 14.0803 18.6506 13.8129 18.5986C13.5456 18.5442 13.355 18.481 13.2411 18.4092C13.1297 18.335 13.074 18.2384 13.074 18.1196C13.074 17.9933 13.1235 17.8894 13.2225 17.8077C13.3215 17.726 13.4614 17.6851 13.6421 17.6851C13.8526 17.6851 14.0073 17.7359 14.1063 17.8374C14.2053 17.9364 14.2548 18.0627 14.2548 18.2161H15.328C15.328 17.8324 15.1745 17.5205 14.8675 17.2804C14.5631 17.0402 14.1558 16.9202 13.6458 16.9202C13.1681 16.9202 12.7806 17.0402 12.4836 17.2804C12.189 17.518 12.0417 17.8151 12.0417 18.1716C12.0417 18.7831 12.5195 19.189 13.475 19.3896C13.7622 19.449 13.9701 19.5171 14.0989 19.5938ZM18.2839 16.9944L17.5375 19.7015L16.7911 16.9944H15.6696L17.025 21.0123H18.0499L19.4053 16.9944H18.2839Z"
11
+ fill="#3E7DC0" />
12
+ <circle cx="8" cy="5" r="3" fill="white" />
13
+ <path fill-rule="evenodd" clip-rule="evenodd"
14
+ d="M8 10C10.7615 10 13 7.7615 13 5C13 2.2385 10.7615 0 8 0C5.2385 0 3 2.2385 3 5C3 7.7615 5.2385 10 8 10ZM8.0025 2.879C7.90876 2.97276 7.85611 3.09992 7.85611 3.2325C7.85611 3.36508 7.90876 3.49224 8.0025 3.586L8.9165 4.5H5.8785C5.74589 4.5 5.61871 4.55268 5.52495 4.64645C5.43118 4.74021 5.3785 4.86739 5.3785 5C5.3785 5.13261 5.43118 5.25979 5.52495 5.35355C5.61871 5.44732 5.74589 5.5 5.8785 5.5H8.9165L8.0025 6.4145C7.91142 6.5088 7.86102 6.6351 7.86216 6.7662C7.8633 6.8973 7.91589 7.02271 8.00859 7.11541C8.10129 7.20811 8.2267 7.2607 8.3578 7.26184C8.4889 7.26298 8.6152 7.21258 8.7095 7.1215L10.477 5.3535C10.5707 5.25974 10.6234 5.13258 10.6234 5C10.6234 4.86742 10.5707 4.74026 10.477 4.6465L8.71 2.879C8.61624 2.78526 8.48908 2.73261 8.3565 2.73261C8.22392 2.73261 8.09626 2.78526 8.0025 2.879Z"
15
+ fill="#3E7DC0" />
16
+ <defs>
17
+ <linearGradient id="paint0_linear_37995_1813" x1="13.5" y1="1.81967" x2="13.5" y2="17.6066"
18
+ gradientUnits="userSpaceOnUse">
19
+ <stop stop-color="#11AAE2" stop-opacity="0.25" />
20
+ <stop offset="1" stop-color="white" stop-opacity="0" />
21
+ </linearGradient>
22
+ </defs>
23
+ </svg></template>
@@ -0,0 +1,43 @@
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <g clip-path="url(#clip0_2380_10800)">
4
+ <path d="M21.8076 4.19696H2.78918V15.6947H21.8076V4.19696Z" fill="white" stroke="#3E7DC0" stroke-width="1.67"
5
+ stroke-linecap="round" stroke-linejoin="round" />
6
+ <path d="M19.5568 2H0.538391V13.4977H19.5568V2Z" fill="white" />
7
+ <path d="M19.5568 2H0.538391V13.4977H19.5568V2Z" fill="url(#paint0_linear_2380_10800)" />
8
+ <path d="M19.5568 2H0.538391V13.4977H19.5568V2Z" stroke="#3E7DC0" stroke-width="1.67" stroke-linecap="round"
9
+ stroke-linejoin="round" />
10
+ <path
11
+ d="M6.06488 8.6859L6.40866 9.61027C6.44109 9.69258 6.42812 9.76855 6.37623 9.8382C6.32434 9.90784 6.25299 9.9395 6.16217 9.9395H5.57839C5.46812 9.9395 5.36434 9.90784 5.27353 9.84453C5.18271 9.78122 5.12434 9.69891 5.0919 9.59761L4.8065 8.74288C4.76109 8.59726 4.69623 8.48962 4.62488 8.42631C4.55353 8.363 4.45623 8.33134 4.33299 8.33134H4.09947C4.06055 8.33134 4.04109 8.35033 4.04109 8.38832V9.57861C4.04109 9.67358 4.00217 9.75589 3.93082 9.83187C3.85947 9.90151 3.77515 9.9395 3.67136 9.9395H3.15244C3.05515 9.9395 2.97082 9.90151 2.89299 9.83187C2.82163 9.76222 2.78271 9.67992 2.78271 9.57861V5.74182C2.78271 5.64052 2.81515 5.55188 2.88001 5.47591C2.94488 5.39993 3.0292 5.35561 3.13299 5.34928C3.55461 5.31129 3.99569 5.2923 4.44974 5.2923C5.73407 5.2923 6.38272 5.76082 6.38272 6.70419C6.38272 6.9701 6.29839 7.21069 6.13623 7.43862C5.97407 7.66655 5.75353 7.82483 5.48758 7.9198C5.48758 7.92613 5.48758 7.93247 5.48758 7.93247C5.61731 8.00211 5.72109 8.09075 5.80542 8.20471C5.88974 8.31868 5.96758 8.47063 6.04542 8.67323L6.06488 8.6859ZM4.40434 7.43229C4.62488 7.43229 4.79353 7.38164 4.92326 7.27401C5.0465 7.16637 5.11136 7.02075 5.11136 6.83714C5.11136 6.43827 4.87785 6.242 4.40434 6.242C4.29407 6.242 4.19677 6.24833 4.10596 6.26099C4.06704 6.26732 4.04758 6.29265 4.04758 6.33064V7.38164C4.04758 7.41963 4.06704 7.43862 4.10596 7.43862H4.40434V7.43229Z"
12
+ fill="#3E7DC0" />
13
+ <path
14
+ d="M9.22379 6.61552C9.61946 6.61552 9.93081 6.76114 10.1643 7.05239C10.3978 7.34363 10.5146 7.7615 10.5146 8.31232C10.5146 8.86315 10.3914 9.26202 10.1514 9.5596C9.91135 9.85717 9.6 10.0091 9.23027 10.0091C8.89298 10.0091 8.57514 9.88249 8.28325 9.62924C8.28325 9.62924 8.27676 9.62924 8.27027 9.62924H8.26379V10.9652C8.26379 11.0601 8.22487 11.1424 8.15352 11.2184C8.08217 11.2944 7.99784 11.326 7.89406 11.326H7.40757C7.31027 11.326 7.22595 11.2881 7.14811 11.2184C7.07027 11.1488 7.03784 11.0601 7.03784 10.9652V7.03339C7.03784 6.93842 7.07676 6.85611 7.14811 6.78014C7.21946 6.70416 7.30379 6.67251 7.40757 6.67251H7.84217C7.94595 6.67251 8.03027 6.70416 8.10811 6.77381C8.17946 6.84345 8.21838 6.92576 8.22487 7.02706V7.07771C8.22487 7.07771 8.23135 7.07771 8.23784 7.07771C8.50379 6.76114 8.8346 6.60919 9.22379 6.60919V6.61552ZM8.77622 9.12907C8.94487 9.12907 9.0746 9.05942 9.1719 8.92646C9.26919 8.7935 9.32108 8.58457 9.32108 8.31232C9.32108 7.76783 9.13946 7.49558 8.77622 7.49558C8.64 7.49558 8.51027 7.54623 8.4 7.64753C8.28325 7.74883 8.23135 7.85647 8.23135 7.97043V8.66055C8.23135 8.77451 8.28973 8.88214 8.4 8.98344C8.51676 9.08475 8.64 9.1354 8.77622 9.1354V9.12907Z"
15
+ fill="#3E7DC0" />
16
+ <path
17
+ d="M19.7968 9.38763C20.3417 9.38763 20.8606 9.59657 21.2433 9.97012L23.6887 12.357C23.8768 12.5406 23.9871 12.7939 23.9871 13.0598L24 21.4678C24 22.0187 23.546 22.4682 22.9752 22.4682C20.7827 22.4682 15.6325 22.4682 13.2 22.4682C12.6357 22.4682 12.1752 22.0187 12.1752 21.4678V10.388C12.1752 9.83716 12.6357 9.38763 13.2 9.38763H19.7903H19.7968Z"
18
+ fill="#3E7DC0" />
19
+ <path
20
+ d="M15.12 17.7956C14.5168 17.7956 14.0238 17.3145 14.0238 16.7256C14.0238 16.1368 14.5168 15.6556 15.12 15.6556C15.7233 15.6556 16.2162 16.1368 16.2162 16.7256C16.2162 17.3145 15.7233 17.7956 15.12 17.7956ZM15.12 16.2888C14.8735 16.2888 14.6725 16.485 14.6725 16.7256C14.6725 16.9662 14.8735 17.1625 15.12 17.1625C15.3665 17.1625 15.5676 16.9662 15.5676 16.7256C15.5676 16.485 15.3665 16.2888 15.12 16.2888Z"
21
+ fill="white" />
22
+ <path
23
+ d="M18.1817 20.784C17.5784 20.784 17.0854 20.3029 17.0854 19.714C17.0854 19.1252 17.5784 18.644 18.1817 18.644C18.7849 18.644 19.2779 19.1252 19.2779 19.714C19.2779 20.3029 18.7849 20.784 18.1817 20.784ZM18.1817 19.2772C17.9352 19.2772 17.7341 19.4734 17.7341 19.714C17.7341 19.9546 17.9352 20.1509 18.1817 20.1509C18.4282 20.1509 18.6292 19.9546 18.6292 19.714C18.6292 19.4734 18.4282 19.2772 18.1817 19.2772Z"
24
+ fill="white" />
25
+ <path
26
+ d="M14.5492 20.6701C14.4714 20.6701 14.3871 20.6384 14.3222 20.5814C14.1925 20.4611 14.186 20.2585 14.3092 20.1319L18.2725 16.0862C18.3957 15.9596 18.6033 15.9532 18.733 16.0735C18.8627 16.1938 18.8692 16.3964 18.746 16.523L14.7827 20.5688C14.7179 20.6321 14.6335 20.6637 14.5492 20.6637V20.6701Z"
27
+ fill="white" />
28
+ <path
29
+ d="M22.8908 13.7689H21.0292C20.1989 13.7689 19.5178 13.1104 19.5178 12.2937V10.4766C19.5178 10.2993 19.6605 10.16 19.8421 10.16C20.0238 10.16 20.1665 10.2993 20.1665 10.4766V12.2937C20.1665 12.7559 20.5557 13.1358 21.0292 13.1358H22.8908C23.0724 13.1358 23.2151 13.2751 23.2151 13.4523C23.2151 13.6296 23.0724 13.7689 22.8908 13.7689Z"
30
+ fill="white" />
31
+ </g>
32
+ <defs>
33
+ <linearGradient id="paint0_linear_2380_10800" x1="10.0541" y1="2.05065" x2="10.0541" y2="13.6053"
34
+ gradientUnits="userSpaceOnUse">
35
+ <stop stop-color="#11AAE2" stop-opacity="0.25" />
36
+ <stop offset="1" stop-color="white" stop-opacity="0" />
37
+ </linearGradient>
38
+ <clipPath id="clip0_2380_10800">
39
+ <rect width="24" height="24" fill="white" />
40
+ </clipPath>
41
+ </defs>
42
+ </svg>
43
+ </template>
@@ -0,0 +1,29 @@
1
+ <template>
2
+ <svg width="23" height="24" viewBox="0 0 23 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <g clip-path="url(#clip0_2941_1358)">
4
+ <path d="M20.38 2.75C19.62 2.75 19 3.37 19 4.13V19.19H5V4.75C5 3.64 5.89 2.75 7 2.75H20.38Z" fill="url(#paint0_linear_2941_1358)"/>
5
+ <path d="M20.38 2.75C19.62 2.75 19 3.37 19 4.13V19.19H5V4.75C5 3.64 5.89 2.75 7 2.75H20.38Z" stroke="#3E7DC0" stroke-miterlimit="10"/>
6
+ <path d="M12.84 7.50001C13.3371 7.50001 13.74 7.09706 13.74 6.60001C13.74 6.10295 13.3371 5.70001 12.84 5.70001C12.3429 5.70001 11.94 6.10295 11.94 6.60001C11.94 7.09706 12.3429 7.50001 12.84 7.50001Z" stroke="#3E7DC0" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M15.69 10.34C16.1871 10.34 16.59 9.93704 16.59 9.43998C16.59 8.94293 16.1871 8.53998 15.69 8.53998C15.1929 8.53998 14.79 8.94293 14.79 9.43998C14.79 9.93704 15.1929 10.34 15.69 10.34Z" stroke="#3E7DC0" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M12.84 10.34L15.69 5.70001" stroke="#3E7DC0" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
9
+ <path d="M21.77 4.12999V8.39999C21.77 8.72999 21.5 8.99999 21.17 8.99999H19V4.23999C19 3.47999 19.57 2.77999 20.33 2.74999C21.09 2.71999 21.77 3.34999 21.77 4.12999Z" fill="#D2ECFA" stroke="#3E7DC0" stroke-miterlimit="10"/>
10
+ <path d="M21 14H4C2.89543 14 2 14.8954 2 16V22C2 23.1046 2.89543 24 4 24H21C22.1046 24 23 23.1046 23 22V16C23 14.8954 22.1046 14 21 14Z" fill="#3E7DC0"/>
11
+ <path d="M7.51 16.1C8.23 16.1 8.78 16.26 9.13 16.57C9.49001 16.89 9.67001 17.33 9.67001 17.91C9.67001 18.17 9.63001 18.42 9.56001 18.66C9.49001 18.9 9.37 19.11 9.2 19.3C9.03 19.49 8.81001 19.64 8.53001 19.75C8.25001 19.86 7.91 19.91 7.51 19.91H7.08V21.8H5.54001V16.09H7.52L7.51 16.1ZM7.48 17.34H7.08V18.65H7.38C7.51 18.65 7.64001 18.63 7.75001 18.58C7.86001 18.53 7.96 18.46 8.02 18.36C8.09 18.26 8.13 18.12 8.13 17.95C8.13 17.78 8.08001 17.62 7.97001 17.51C7.86001 17.4 7.70001 17.34 7.47001 17.34H7.48Z" fill="#F8F8F8"/>
12
+ <path d="M12.57 16.1C13.29 16.1 13.84 16.26 14.19 16.57C14.55 16.89 14.73 17.33 14.73 17.91C14.73 18.17 14.69 18.42 14.62 18.66C14.55 18.9 14.43 19.11 14.26 19.3C14.09 19.49 13.87 19.64 13.59 19.75C13.31 19.86 12.97 19.91 12.57 19.91H12.14V21.8H10.6V16.09H12.58L12.57 16.1ZM12.53 17.34H12.13V18.65H12.43C12.56 18.65 12.69 18.63 12.8 18.58C12.91 18.53 13.01 18.46 13.07 18.36C13.14 18.26 13.18 18.12 13.18 17.95C13.18 17.78 13.13 17.62 13.02 17.51C12.91 17.4 12.75 17.34 12.52 17.34H12.53Z" fill="#F8F8F8"/>
13
+ <path d="M17.08 15.73V16.59C17.08 16.92 17.08 17.19 17.06 17.42C17.05 17.64 17.03 17.81 17.02 17.93H17.09C17.19 17.78 17.3 17.65 17.42 17.56C17.54 17.47 17.68 17.4 17.83 17.36C17.98 17.32 18.14 17.3 18.31 17.3C18.6 17.3 18.86 17.36 19.1 17.47C19.34 17.58 19.53 17.76 19.67 18C19.81 18.24 19.88 18.55 19.88 18.93V21.81H18.34V19.4C18.34 19.11 18.3 18.88 18.21 18.74C18.12 18.59 17.99 18.51 17.81 18.51C17.63 18.51 17.48 18.56 17.37 18.67C17.26 18.77 17.19 18.93 17.14 19.13C17.1 19.33 17.07 19.58 17.07 19.87V21.82H15.54V15.74H17.07L17.08 15.73Z" fill="#F8F8F8"/>
14
+ <path d="M9 5.00002C9 7.21002 7.21 9.00002 5 9.00002V6.71002C5.94 6.71002 6.71 5.94002 6.71 5.00002C6.71 4.39002 6.39 3.86002 5.92 3.56002C6.53 3.96002 8.05 3.32002 8.5 3.08002C8.82 3.65002 9 4.31002 9 5.01002V5.00002Z" fill="white" stroke="#3E7DC0" stroke-miterlimit="10"/>
15
+ <path d="M5 6.71001V9.00001C2.79 9.00001 1 7.21001 1 5.00001C1 4.30001 1.18 3.64001 1.5 3.07001C1.95 3.32001 3.46999 3.96001 4.07999 3.55001C3.59999 3.85001 3.29 4.39001 3.29 4.99001C3.29 5.94001 4.06 6.70001 5 6.70001V6.71001Z" fill="white" stroke="#3E7DC0" stroke-miterlimit="10"/>
16
+ <path d="M6.71999 4.99998C6.71999 5.94998 5.94999 6.70998 5.00999 6.70998C4.06999 6.70998 3.29999 5.93998 3.29999 4.99998C3.29999 4.39998 3.60999 3.85998 4.08999 3.55998C4.35999 3.38998 4.66999 3.28998 5.01999 3.28998C5.36999 3.28998 5.67999 3.38998 5.93999 3.55998C6.41999 3.85998 6.72999 4.39998 6.72999 4.99998H6.71999Z" fill="white" stroke="#3E7DC0" stroke-miterlimit="10"/>
17
+ <path d="M8.50999 3.07C8.05999 3.32 6.54 3.96 5.93 3.55C5.66 3.38 5.34999 3.28 5.00999 3.28C4.66999 3.28 4.34999 3.38 4.07999 3.55C3.46999 3.95 1.95 3.31 1.5 3.07C2.18 1.83 3.49999 1 5.00999 1C6.51999 1 7.82999 1.84 8.50999 3.07Z" fill="white" stroke="#3E7DC0" stroke-miterlimit="10"/>
18
+ </g>
19
+ <defs>
20
+ <linearGradient id="paint0_linear_2941_1358" x1="12.69" y1="4.32" x2="12.69" y2="19.81" gradientUnits="userSpaceOnUse">
21
+ <stop stop-color="#11AAE2" stop-opacity="0.25"/>
22
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
23
+ </linearGradient>
24
+ <clipPath id="clip0_2941_1358">
25
+ <rect width="23" height="24" fill="white"/>
26
+ </clipPath>
27
+ </defs>
28
+ </svg>
29
+ </template>
@@ -0,0 +1,47 @@
1
+ <template>
2
+ <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M0.509995 2.43C0.509995 1.36 1.38999 0.5 2.46999 0.5H13.27C14.35 0.5 15.23 1.36 15.23 2.43V16.57C15.23 17.64 14.35 18.5 13.27 18.5H5.84C5.46 18.5 5.11 18.34 4.86 18.06L0.829994 13.56C0.619994 13.33 0.5 13.02 0.5 12.71V2.43H0.509995Z"
5
+ fill="white" />
6
+ <path
7
+ d="M0.509995 2.43C0.509995 1.36 1.38999 0.5 2.46999 0.5H13.27C14.35 0.5 15.23 1.36 15.23 2.43V16.57C15.23 17.64 14.35 18.5 13.27 18.5H5.84C5.46 18.5 5.11 18.34 4.86 18.06L0.829994 13.56C0.619994 13.33 0.5 13.02 0.5 12.71V2.43H0.509995Z"
8
+ fill="url(#paint0_linear_39568_2285)" />
9
+ <path fill-rule="evenodd" clip-rule="evenodd"
10
+ d="M0.00999451 2.43C0.00999451 1.08 1.11999 0 2.46999 0H13.27C14.62 0 15.73 1.08 15.73 2.43V16.57C15.73 17.92 14.62 19 13.27 19H5.84C5.32 19 4.83 18.78 4.48 18.4L0.449997 13.9C0.159997 13.57 0 13.15 0 12.72V2.44L0.00999451 2.43ZM2.46999 1C1.64999 1 1.00999 1.65 1.00999 2.43V12.71C1.00999 12.9 1.08 13.08 1.21 13.22L5.24 17.72C5.39 17.89 5.61 17.99 5.85 17.99H13.28C14.1 17.99 14.74 17.34 14.74 16.56V2.42C14.74 1.64 14.09 0.99 13.28 0.99H2.48L2.46999 1Z"
11
+ fill="#3E7DC0" />
12
+ <path
13
+ d="M2.7998 5.80001C2.7998 5.53001 3.01981 5.32001 3.28981 5.32001H10.8198C11.0898 5.32001 11.3098 5.53001 11.3098 5.80001C11.3098 6.07001 11.0898 6.28001 10.8198 6.28001H3.28981C3.01981 6.28001 2.7998 6.06001 2.7998 5.80001Z"
14
+ fill="#3E7DC0" />
15
+ <path
16
+ d="M2.7998 8.37001C2.7998 8.10001 3.01981 7.89001 3.28981 7.89001H7.8698C8.1398 7.89001 8.35981 8.11001 8.35981 8.37001C8.35981 8.63001 8.1398 8.85001 7.8698 8.85001H3.28981C3.01981 8.85001 2.7998 8.63001 2.7998 8.37001Z"
17
+ fill="#3E7DC0" />
18
+ <path fill-rule="evenodd" clip-rule="evenodd"
19
+ d="M4.10977 13.7H0.509766V12.7H4.10977C5.09977 12.7 5.91977 13.49 5.91977 14.49V18.51H4.91977V14.49C4.91977 14.07 4.56977 13.7 4.10977 13.7Z"
20
+ fill="#3E7DC0" />
21
+ <path
22
+ d="M17.7128 11H10.3572C9.60762 11 9 11.6076 9 12.3572V19.7128C9 20.4624 9.60762 21.07 10.3572 21.07H17.7128C18.4624 21.07 19.07 20.4624 19.07 19.7128V12.3572C19.07 11.6076 18.4624 11 17.7128 11Z"
23
+ fill="#3E7DC0" />
24
+ <path
25
+ d="M15.9723 13.3517H12.0872C11.6753 13.3517 11.3413 13.6857 11.3413 14.0977V17.9827C11.3413 18.3947 11.6753 18.7286 12.0872 18.7286H15.9723C16.3842 18.7286 16.7182 18.3947 16.7182 17.9827V14.0977C16.7182 13.6857 16.3842 13.3517 15.9723 13.3517Z"
26
+ fill="white" />
27
+ <path d="M13.082 19.4642V18.4075" stroke="white" stroke-linecap="round" stroke-linejoin="round" />
28
+ <path d="M14.978 19.4642V18.4075" stroke="white" stroke-linecap="round" stroke-linejoin="round" />
29
+ <path d="M13.082 13.6625V12.6161" stroke="white" stroke-linecap="round" stroke-linejoin="round" />
30
+ <path d="M14.978 13.6625V12.6161" stroke="white" stroke-linecap="round" stroke-linejoin="round" />
31
+ <path d="M17.4541 16.9882H16.4077" stroke="white" stroke-linecap="round" stroke-linejoin="round" />
32
+ <path d="M17.4541 15.0922H16.4077" stroke="white" stroke-linecap="round" stroke-linejoin="round" />
33
+ <path d="M11.6523 16.9882H10.606" stroke="white" stroke-linecap="round" stroke-linejoin="round" />
34
+ <path d="M11.6523 15.0922H10.606" stroke="white" stroke-linecap="round" stroke-linejoin="round" />
35
+ <path
36
+ d="M13.8484 15.3305L13.9831 14.4188C14.0038 14.2634 13.7966 14.2013 13.7241 14.3359L12.7192 16.1386C12.6156 16.3251 12.7503 16.5426 12.9678 16.5426H13.9624C14.1281 16.5426 14.2525 16.6773 14.2421 16.8431L14.1592 17.6615C14.1489 17.8066 14.3457 17.8687 14.4182 17.7444L15.3506 16.0454C15.4542 15.8589 15.3195 15.6413 15.102 15.6413H14.1178C13.952 15.6413 13.8173 15.4963 13.8381 15.3305H13.8484Z"
37
+ fill="#3E7DC0" />
38
+ <defs>
39
+ <linearGradient id="paint0_linear_39568_2285" x1="7.87" y1="-0.68" x2="7.87" y2="15.1"
40
+ gradientUnits="userSpaceOnUse">
41
+ <stop stop-color="#11AAE2" stop-opacity="0.25" />
42
+ <stop offset="1" stop-color="white" stop-opacity="0" />
43
+ </linearGradient>
44
+ </defs>
45
+ </svg>
46
+
47
+ </template>