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,173 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M8.4353 21.0002C6.79463 21.0002 5.4646 19.6791 5.4646 18.0494V3.29527C5.4646 3.1323 5.5976 3.00018 5.76167 3.00018H6.98739C7.1193 3.50927 7.58454 3.88543 8.13823 3.88543C8.69193 3.88543 9.15717 3.50927 9.28908 3.00018H10.8493C10.9812 3.50927 11.4465 3.88543 12.0002 3.88543C12.5538 3.88543 13.0191 3.50927 13.151 3.00018H14.7112C14.8431 3.50927 15.3084 3.88543 15.8621 3.88543C16.4158 3.88543 16.881 3.50927 17.0129 3.00018H18.2386C18.4027 3.00018 18.5357 3.1323 18.5357 3.29527V19.5248C18.5357 20.3396 18.5357 21.0002 18.5357 21.0002H8.4353Z"
5
+ fill="white"
6
+ />
7
+ <path
8
+ d="M8.4353 21.0002C6.79463 21.0002 5.4646 19.6791 5.4646 18.0494V3.29527C5.4646 3.1323 5.5976 3.00018 5.76167 3.00018H6.98739C7.1193 3.50927 7.58454 3.88543 8.13823 3.88543C8.69193 3.88543 9.15717 3.50927 9.28908 3.00018H10.8493C10.9812 3.50927 11.4465 3.88543 12.0002 3.88543C12.5538 3.88543 13.0191 3.50927 13.151 3.00018H14.7112C14.8431 3.50927 15.3084 3.88543 15.8621 3.88543C16.4158 3.88543 16.881 3.50927 17.0129 3.00018H18.2386C18.4027 3.00018 18.5357 3.1323 18.5357 3.29527V19.5248C18.5357 20.3396 18.5357 21.0002 18.5357 21.0002H8.4353Z"
9
+ fill="url(#paint0_linear_939_1064)"
10
+ />
11
+ <path
12
+ fill-rule="evenodd"
13
+ clip-rule="evenodd"
14
+ d="M8.4353 20.5002C7.0676 20.5002 5.9646 19.3998 5.9646 18.0494V3.50018H6.65066C6.93596 4.02807 7.4958 4.38543 8.13823 4.38543C8.78067 4.38543 9.34051 4.02807 9.62581 3.50018H10.5126C10.7979 4.02807 11.3577 4.38543 12.0002 4.38543C12.6426 4.38543 13.2024 4.02807 13.4877 3.50018H14.3745C14.6598 4.02807 15.2196 4.38543 15.8621 4.38543C16.5045 4.38543 17.0643 4.02807 17.3496 3.50018H18.0357V20.5002H8.4353ZM4.9646 18.0494C4.9646 19.9584 6.52166 21.5002 8.4353 21.5002H19.0357V3.29527C19.0357 2.85299 18.6757 2.50018 18.2386 2.50018H16.626L16.5289 2.87477C16.4533 3.16667 16.1844 3.38543 15.8621 3.38543C15.5397 3.38543 15.2709 3.16667 15.1952 2.87477L15.0982 2.50018H12.764L12.667 2.87477C12.5913 3.16667 12.3225 3.38543 12.0002 3.38543C11.6778 3.38543 11.409 3.16667 11.3333 2.87477L11.2363 2.50018H8.90213L8.80506 2.87477C8.72943 3.16667 8.46061 3.38543 8.13823 3.38543C7.81585 3.38543 7.54704 3.16667 7.4714 2.87477L7.37434 2.50018H5.76167C5.32463 2.50018 4.9646 2.85299 4.9646 3.29527V18.0494Z"
15
+ fill="#3E7DC0"
16
+ />
17
+ <g filter="url(#filter0_d_939_1064)">
18
+ <path
19
+ fill-rule="evenodd"
20
+ clip-rule="evenodd"
21
+ d="M8.00024 8.50018C8.00024 8.22404 8.2241 8.00018 8.50024 8.00018H12.5002C12.7764 8.00018 13.0002 8.22404 13.0002 8.50018C13.0002 8.77633 12.7764 9.00018 12.5002 9.00018H8.50024C8.2241 9.00018 8.00024 8.77633 8.00024 8.50018Z"
22
+ fill="#3E7DC0"
23
+ />
24
+ </g>
25
+ <g filter="url(#filter1_d_939_1064)">
26
+ <path
27
+ fill-rule="evenodd"
28
+ clip-rule="evenodd"
29
+ d="M8.00024 11.5002C8.00024 11.224 8.2241 11.0002 8.50024 11.0002H12.5002C12.7764 11.0002 13.0002 11.224 13.0002 11.5002C13.0002 11.7763 12.7764 12.0002 12.5002 12.0002H8.50024C8.2241 12.0002 8.00024 11.7763 8.00024 11.5002Z"
30
+ fill="#3E7DC0"
31
+ />
32
+ </g>
33
+ <g filter="url(#filter2_d_939_1064)">
34
+ <path
35
+ fill-rule="evenodd"
36
+ clip-rule="evenodd"
37
+ d="M14.0002 11.5002C14.0002 11.224 14.2241 11.0002 14.5002 11.0002H15.5002C15.7764 11.0002 16.0002 11.224 16.0002 11.5002C16.0002 11.7763 15.7764 12.0002 15.5002 12.0002H14.5002C14.2241 12.0002 14.0002 11.7763 14.0002 11.5002Z"
38
+ fill="#3E7DC0"
39
+ />
40
+ </g>
41
+ <rect x="1.5" y="14.0002" width="21" height="10" rx="2" fill="#3E7DC0" />
42
+ <path
43
+ d="M9.20703 20.2658C9.20703 20.62 9.11719 20.9351 8.9375 21.2111C8.75781 21.4846 8.4987 21.6981 8.16016 21.8517C7.82161 22.0028 7.42448 22.0783 6.96875 22.0783C6.58854 22.0783 6.26953 22.0523 6.01172 22.0002C5.75391 21.9455 5.48568 21.8517 5.20703 21.7189V20.3439C5.5013 20.495 5.80729 20.6135 6.125 20.6994C6.44271 20.7827 6.73438 20.8244 7 20.8244C7.22917 20.8244 7.39714 20.7853 7.50391 20.7072C7.61068 20.6265 7.66406 20.5236 7.66406 20.3986C7.66406 20.3205 7.64193 20.2528 7.59766 20.1955C7.55599 20.1356 7.48698 20.0757 7.39062 20.0158C7.29688 19.9559 7.04427 19.8335 6.63281 19.6486C6.26042 19.4793 5.98047 19.3153 5.79297 19.1564C5.60807 18.9976 5.47005 18.8153 5.37891 18.6096C5.29036 18.4038 5.24609 18.1603 5.24609 17.8791C5.24609 17.353 5.4375 16.9429 5.82031 16.6486C6.20312 16.3543 6.72917 16.2072 7.39844 16.2072C7.98958 16.2072 8.59245 16.3439 9.20703 16.6174L8.73438 17.8088C8.20052 17.564 7.73958 17.4416 7.35156 17.4416C7.15104 17.4416 7.00521 17.4767 6.91406 17.5471C6.82292 17.6174 6.77734 17.7046 6.77734 17.8088C6.77734 17.9208 6.83464 18.021 6.94922 18.1096C7.06641 18.1981 7.38151 18.3596 7.89453 18.5939C8.38672 18.8153 8.72786 19.0536 8.91797 19.3088C9.11068 19.5614 9.20703 19.8804 9.20703 20.2658Z"
44
+ fill="#F8F8F8"
45
+ />
46
+ <path
47
+ d="M13.8242 20.2658C13.8242 20.62 13.7344 20.9351 13.5547 21.2111C13.375 21.4846 13.1159 21.6981 12.7773 21.8517C12.4388 22.0028 12.0417 22.0783 11.5859 22.0783C11.2057 22.0783 10.8867 22.0523 10.6289 22.0002C10.3711 21.9455 10.1029 21.8517 9.82422 21.7189V20.3439C10.1185 20.495 10.4245 20.6135 10.7422 20.6994C11.0599 20.7827 11.3516 20.8244 11.6172 20.8244C11.8464 20.8244 12.0143 20.7853 12.1211 20.7072C12.2279 20.6265 12.2812 20.5236 12.2812 20.3986C12.2812 20.3205 12.2591 20.2528 12.2148 20.1955C12.1732 20.1356 12.1042 20.0757 12.0078 20.0158C11.9141 19.9559 11.6615 19.8335 11.25 19.6486C10.8776 19.4793 10.5977 19.3153 10.4102 19.1564C10.2253 18.9976 10.0872 18.8153 9.99609 18.6096C9.90755 18.4038 9.86328 18.1603 9.86328 17.8791C9.86328 17.353 10.0547 16.9429 10.4375 16.6486C10.8203 16.3543 11.3464 16.2072 12.0156 16.2072C12.6068 16.2072 13.2096 16.3439 13.8242 16.6174L13.3516 17.8088C12.8177 17.564 12.3568 17.4416 11.9688 17.4416C11.7682 17.4416 11.6224 17.4767 11.5312 17.5471C11.4401 17.6174 11.3945 17.7046 11.3945 17.8088C11.3945 17.9208 11.4518 18.021 11.5664 18.1096C11.6836 18.1981 11.9987 18.3596 12.5117 18.5939C13.0039 18.8153 13.3451 19.0536 13.5352 19.3088C13.7279 19.5614 13.8242 19.8804 13.8242 20.2658Z"
48
+ fill="#F8F8F8"
49
+ />
50
+ <path
51
+ d="M18.8516 18.1057C18.8516 18.7437 18.6628 19.2372 18.2852 19.5861C17.9102 19.9325 17.3763 20.1057 16.6836 20.1057H16.25V22.0002H14.707V16.2892H16.6836C17.4049 16.2892 17.9466 16.4468 18.3086 16.7619C18.6706 17.077 18.8516 17.5249 18.8516 18.1057ZM16.25 18.8478H16.5312C16.763 18.8478 16.9466 18.7827 17.082 18.6525C17.2201 18.5223 17.2891 18.3426 17.2891 18.1135C17.2891 17.728 17.0755 17.5353 16.6484 17.5353H16.25V18.8478Z"
52
+ fill="#F8F8F8"
53
+ />
54
+ <defs>
55
+ <filter
56
+ id="filter0_d_939_1064"
57
+ x="4.00024"
58
+ y="8.00018"
59
+ width="13"
60
+ height="9"
61
+ filterUnits="userSpaceOnUse"
62
+ color-interpolation-filters="sRGB"
63
+ >
64
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
65
+ <feColorMatrix
66
+ in="SourceAlpha"
67
+ type="matrix"
68
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
69
+ result="hardAlpha"
70
+ />
71
+ <feOffset dy="4" />
72
+ <feGaussianBlur stdDeviation="2" />
73
+ <feComposite in2="hardAlpha" operator="out" />
74
+ <feColorMatrix
75
+ type="matrix"
76
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
77
+ />
78
+ <feBlend
79
+ mode="normal"
80
+ in2="BackgroundImageFix"
81
+ result="effect1_dropShadow_939_1064"
82
+ />
83
+ <feBlend
84
+ mode="normal"
85
+ in="SourceGraphic"
86
+ in2="effect1_dropShadow_939_1064"
87
+ result="shape"
88
+ />
89
+ </filter>
90
+ <filter
91
+ id="filter1_d_939_1064"
92
+ x="4.00024"
93
+ y="11.0002"
94
+ width="13"
95
+ height="9"
96
+ filterUnits="userSpaceOnUse"
97
+ color-interpolation-filters="sRGB"
98
+ >
99
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
100
+ <feColorMatrix
101
+ in="SourceAlpha"
102
+ type="matrix"
103
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
104
+ result="hardAlpha"
105
+ />
106
+ <feOffset dy="4" />
107
+ <feGaussianBlur stdDeviation="2" />
108
+ <feComposite in2="hardAlpha" operator="out" />
109
+ <feColorMatrix
110
+ type="matrix"
111
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
112
+ />
113
+ <feBlend
114
+ mode="normal"
115
+ in2="BackgroundImageFix"
116
+ result="effect1_dropShadow_939_1064"
117
+ />
118
+ <feBlend
119
+ mode="normal"
120
+ in="SourceGraphic"
121
+ in2="effect1_dropShadow_939_1064"
122
+ result="shape"
123
+ />
124
+ </filter>
125
+ <filter
126
+ id="filter2_d_939_1064"
127
+ x="10.0002"
128
+ y="11.0002"
129
+ width="10"
130
+ height="9"
131
+ filterUnits="userSpaceOnUse"
132
+ color-interpolation-filters="sRGB"
133
+ >
134
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
135
+ <feColorMatrix
136
+ in="SourceAlpha"
137
+ type="matrix"
138
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
139
+ result="hardAlpha"
140
+ />
141
+ <feOffset dy="4" />
142
+ <feGaussianBlur stdDeviation="2" />
143
+ <feComposite in2="hardAlpha" operator="out" />
144
+ <feColorMatrix
145
+ type="matrix"
146
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
147
+ />
148
+ <feBlend
149
+ mode="normal"
150
+ in2="BackgroundImageFix"
151
+ result="effect1_dropShadow_939_1064"
152
+ />
153
+ <feBlend
154
+ mode="normal"
155
+ in="SourceGraphic"
156
+ in2="effect1_dropShadow_939_1064"
157
+ result="shape"
158
+ />
159
+ </filter>
160
+ <linearGradient
161
+ id="paint0_linear_939_1064"
162
+ x1="12.7428"
163
+ y1="13.931"
164
+ x2="12.7428"
165
+ y2="6.39356"
166
+ gradientUnits="userSpaceOnUse"
167
+ >
168
+ <stop stop-color="white" stop-opacity="0" />
169
+ <stop offset="1" stop-color="#11AAE2" stop-opacity="0.25" />
170
+ </linearGradient>
171
+ </defs>
172
+ </g>
173
+ </template>
@@ -0,0 +1,136 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M5 19.0716C5 20.1367 5.8483 21.0002 6.89474 21.0002H17.3158C18.3622 21.0002 19.2105 20.1367 19.2105 19.0716V4.92875C19.2105 3.86363 18.3622 3.00018 17.3158 3.00018H10.1505C9.7872 3.00018 9.44148 3.1594 9.20166 3.43718L5.31432 7.9397C5.11173 8.17434 5 8.47604 5 8.78841V19.0716Z"
5
+ fill="white"
6
+ />
7
+ <path
8
+ d="M5 19.0716C5 20.1367 5.8483 21.0002 6.89474 21.0002H17.3158C18.3622 21.0002 19.2105 20.1367 19.2105 19.0716V4.92875C19.2105 3.86363 18.3622 3.00018 17.3158 3.00018H10.1505C9.7872 3.00018 9.44148 3.1594 9.20166 3.43718L5.31432 7.9397C5.11173 8.17434 5 8.47604 5 8.78841V19.0716Z"
9
+ fill="url(#paint0_linear_939_1092)"
10
+ />
11
+ <path
12
+ fill-rule="evenodd"
13
+ clip-rule="evenodd"
14
+ d="M4.5 19.0716C4.5 20.4045 5.56385 21.5002 6.89474 21.5002H17.3158C18.6467 21.5002 19.7105 20.4045 19.7105 19.0716V4.92875C19.7105 3.59587 18.6467 2.50018 17.3158 2.50018H10.1505C9.64017 2.50018 9.15689 2.72392 8.8232 3.11043L4.93586 7.61294C4.65421 7.93916 4.5 8.35708 4.5 8.78841V19.0716ZM6.89474 20.5002C6.13275 20.5002 5.5 19.869 5.5 19.0716V8.78841C5.5 8.595 5.56925 8.40952 5.69278 8.26645L9.58012 3.76393C9.72607 3.59488 9.93422 3.50018 10.1505 3.50018H17.3158C18.0778 3.50018 18.7105 4.1314 18.7105 4.92875V19.0716C18.7105 19.869 18.0778 20.5002 17.3158 20.5002H6.89474Z"
15
+ fill="#3E7DC0"
16
+ />
17
+ <path
18
+ fill-rule="evenodd"
19
+ clip-rule="evenodd"
20
+ d="M8.47369 7.80371H5V8.80371H8.47369C9.45576 8.80371 10.2368 7.99584 10.2368 7.018V3.00014H9.23684V7.018C9.23684 7.46031 8.88686 7.80371 8.47369 7.80371Z"
21
+ fill="#3E7DC0"
22
+ />
23
+ <g filter="url(#filter0_d_939_1092)">
24
+ <path
25
+ fill-rule="evenodd"
26
+ clip-rule="evenodd"
27
+ d="M12 7.50018C12 7.22404 12.2239 7.00018 12.5 7.00018H14.5C14.7761 7.00018 15 7.22404 15 7.50018C15 7.77633 14.7761 8.00018 14.5 8.00018H12.5C12.2239 8.00018 12 7.77633 12 7.50018Z"
28
+ fill="#3E7DC0"
29
+ />
30
+ </g>
31
+ <g filter="url(#filter1_d_939_1092)">
32
+ <path
33
+ fill-rule="evenodd"
34
+ clip-rule="evenodd"
35
+ d="M12 10.5002C12 10.224 12.2239 10.0002 12.5 10.0002H16.5C16.7761 10.0002 17 10.224 17 10.5002C17 10.7763 16.7761 11.0002 16.5 11.0002H12.5C12.2239 11.0002 12 10.7763 12 10.5002Z"
36
+ fill="#3E7DC0"
37
+ />
38
+ </g>
39
+ <rect x="1.5" y="14.0002" width="21" height="10" rx="2" fill="#3E7DC0" />
40
+ <path
41
+ d="M6.85938 16.2892C7.58333 16.2892 8.125 16.4468 8.48438 16.7619C8.84635 17.077 9.02734 17.5249 9.02734 18.1057C9.02734 18.3661 8.98958 18.6161 8.91406 18.8557C8.84115 19.0952 8.72005 19.3088 8.55078 19.4963C8.38411 19.6838 8.16146 19.8322 7.88281 19.9416C7.60677 20.051 7.26562 20.1057 6.85938 20.1057H6.42578V22.0002H4.88281V16.2892H6.85938ZM6.82422 17.5353H6.42578V18.8478H6.73047C6.86328 18.8478 6.98698 18.8257 7.10156 18.7814C7.21615 18.7346 7.30729 18.6603 7.375 18.5588C7.44531 18.4546 7.48047 18.3166 7.48047 18.1447C7.48047 17.965 7.42708 17.8192 7.32031 17.7072C7.21354 17.5926 7.04818 17.5353 6.82422 17.5353Z"
42
+ fill="#F8F8F8"
43
+ />
44
+ <path
45
+ d="M11.9141 16.2892C12.638 16.2892 13.1797 16.4468 13.5391 16.7619C13.901 17.077 14.082 17.5249 14.082 18.1057C14.082 18.3661 14.0443 18.6161 13.9688 18.8557C13.8958 19.0952 13.7747 19.3088 13.6055 19.4963C13.4388 19.6838 13.2161 19.8322 12.9375 19.9416C12.6615 20.051 12.3203 20.1057 11.9141 20.1057H11.4805V22.0002H9.9375V16.2892H11.9141ZM11.8789 17.5353H11.4805V18.8478H11.7852C11.918 18.8478 12.0417 18.8257 12.1562 18.7814C12.2708 18.7346 12.362 18.6603 12.4297 18.5588C12.5 18.4546 12.5352 18.3166 12.5352 18.1447C12.5352 17.965 12.4818 17.8192 12.375 17.7072C12.2682 17.5926 12.1029 17.5353 11.8789 17.5353Z"
46
+ fill="#F8F8F8"
47
+ />
48
+ <path
49
+ d="M16.4297 15.9221V16.7853C16.4297 17.1135 16.4219 17.3895 16.4062 17.6135C16.3932 17.8348 16.3802 18.0041 16.3672 18.1213H16.4375C16.5339 17.9676 16.6432 17.8452 16.7656 17.7541C16.888 17.6629 17.0234 17.5978 17.1719 17.5588C17.3203 17.5171 17.4818 17.4963 17.6562 17.4963C17.9479 17.4963 18.2109 17.5523 18.4453 17.6642C18.6823 17.7762 18.8711 17.952 19.0117 18.1916C19.1523 18.4286 19.2227 18.7385 19.2227 19.1213V22.0002H17.6875V19.5861C17.6875 19.2918 17.6445 19.0705 17.5586 18.9221C17.4727 18.771 17.3398 18.6955 17.1602 18.6955C16.9753 18.6955 16.8294 18.7489 16.7227 18.8557C16.6159 18.9598 16.5404 19.1135 16.4961 19.3166C16.4518 19.5171 16.4297 19.7632 16.4297 20.0549V22.0002H14.9023V15.9221H16.4297Z"
50
+ fill="#F8F8F8"
51
+ />
52
+ <defs>
53
+ <filter
54
+ id="filter0_d_939_1092"
55
+ x="8"
56
+ y="7.00018"
57
+ width="11"
58
+ height="9"
59
+ filterUnits="userSpaceOnUse"
60
+ color-interpolation-filters="sRGB"
61
+ >
62
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
63
+ <feColorMatrix
64
+ in="SourceAlpha"
65
+ type="matrix"
66
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
67
+ result="hardAlpha"
68
+ />
69
+ <feOffset dy="4" />
70
+ <feGaussianBlur stdDeviation="2" />
71
+ <feComposite in2="hardAlpha" operator="out" />
72
+ <feColorMatrix
73
+ type="matrix"
74
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
75
+ />
76
+ <feBlend
77
+ mode="normal"
78
+ in2="BackgroundImageFix"
79
+ result="effect1_dropShadow_939_1092"
80
+ />
81
+ <feBlend
82
+ mode="normal"
83
+ in="SourceGraphic"
84
+ in2="effect1_dropShadow_939_1092"
85
+ result="shape"
86
+ />
87
+ </filter>
88
+ <filter
89
+ id="filter1_d_939_1092"
90
+ x="8"
91
+ y="10.0002"
92
+ width="13"
93
+ height="9"
94
+ filterUnits="userSpaceOnUse"
95
+ color-interpolation-filters="sRGB"
96
+ >
97
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
98
+ <feColorMatrix
99
+ in="SourceAlpha"
100
+ type="matrix"
101
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
102
+ result="hardAlpha"
103
+ />
104
+ <feOffset dy="4" />
105
+ <feGaussianBlur stdDeviation="2" />
106
+ <feComposite in2="hardAlpha" operator="out" />
107
+ <feColorMatrix
108
+ type="matrix"
109
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
110
+ />
111
+ <feBlend
112
+ mode="normal"
113
+ in2="BackgroundImageFix"
114
+ result="effect1_dropShadow_939_1092"
115
+ />
116
+ <feBlend
117
+ mode="normal"
118
+ in="SourceGraphic"
119
+ in2="effect1_dropShadow_939_1092"
120
+ result="shape"
121
+ />
122
+ </filter>
123
+ <linearGradient
124
+ id="paint0_linear_939_1092"
125
+ x1="15"
126
+ y1="3.00018"
127
+ x2="15"
128
+ y2="19.5002"
129
+ gradientUnits="userSpaceOnUse"
130
+ >
131
+ <stop stop-color="#11AAE2" stop-opacity="0.25" />
132
+ <stop offset="1" stop-color="white" stop-opacity="0" />
133
+ </linearGradient>
134
+ </defs>
135
+ </g>
136
+ </template>
@@ -0,0 +1,136 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M4.89478 19.0716C4.89478 20.1367 5.74308 21.0002 6.78951 21.0002H17.2106C18.257 21.0002 19.1053 20.1367 19.1053 19.0716V4.92875C19.1053 3.86363 18.257 3.00018 17.2106 3.00018H10.0453C9.68197 3.00018 9.33626 3.1594 9.09644 3.43718L5.20909 7.9397C5.00651 8.17434 4.89478 8.47604 4.89478 8.78841V19.0716Z"
5
+ fill="white"
6
+ />
7
+ <path
8
+ d="M4.89478 19.0716C4.89478 20.1367 5.74308 21.0002 6.78951 21.0002H17.2106C18.257 21.0002 19.1053 20.1367 19.1053 19.0716V4.92875C19.1053 3.86363 18.257 3.00018 17.2106 3.00018H10.0453C9.68197 3.00018 9.33626 3.1594 9.09644 3.43718L5.20909 7.9397C5.00651 8.17434 4.89478 8.47604 4.89478 8.78841V19.0716Z"
9
+ fill="url(#paint0_linear_939_1083)"
10
+ />
11
+ <path
12
+ fill-rule="evenodd"
13
+ clip-rule="evenodd"
14
+ d="M4.39478 19.0716C4.39478 20.4045 5.45863 21.5002 6.78951 21.5002H17.2106C18.5415 21.5002 19.6053 20.4045 19.6053 19.0716V4.92875C19.6053 3.59587 18.5415 2.50018 17.2106 2.50018H10.0453C9.53495 2.50018 9.05167 2.72392 8.71797 3.11043L4.83063 7.61294C4.54898 7.93916 4.39478 8.35708 4.39478 8.78841V19.0716ZM6.78951 20.5002C6.02753 20.5002 5.39478 19.869 5.39478 19.0716V8.78841C5.39478 8.595 5.46403 8.40952 5.58755 8.26645L9.4749 3.76393C9.62085 3.59488 9.82899 3.50018 10.0453 3.50018H17.2106C17.9726 3.50018 18.6053 4.1314 18.6053 4.92875V19.0716C18.6053 19.869 17.9726 20.5002 17.2106 20.5002H6.78951Z"
15
+ fill="#3E7DC0"
16
+ />
17
+ <path
18
+ fill-rule="evenodd"
19
+ clip-rule="evenodd"
20
+ d="M8.36846 7.80371H4.89478V8.80371H8.36846C9.35053 8.80371 10.1316 7.99584 10.1316 7.018V3.00014H9.13162V7.018C9.13162 7.46031 8.78164 7.80371 8.36846 7.80371Z"
21
+ fill="#3E7DC0"
22
+ />
23
+ <g filter="url(#filter0_d_939_1083)">
24
+ <path
25
+ fill-rule="evenodd"
26
+ clip-rule="evenodd"
27
+ d="M11.8948 7.50018C11.8948 7.22404 12.1186 7.00018 12.3948 7.00018H14.3948C14.6709 7.00018 14.8948 7.22404 14.8948 7.50018C14.8948 7.77633 14.6709 8.00018 14.3948 8.00018H12.3948C12.1186 8.00018 11.8948 7.77633 11.8948 7.50018Z"
28
+ fill="#3E7DC0"
29
+ />
30
+ </g>
31
+ <g filter="url(#filter1_d_939_1083)">
32
+ <path
33
+ fill-rule="evenodd"
34
+ clip-rule="evenodd"
35
+ d="M11.8948 10.5002C11.8948 10.224 12.1186 10.0002 12.3948 10.0002H16.3948C16.6709 10.0002 16.8948 10.224 16.8948 10.5002C16.8948 10.7763 16.6709 11.0002 16.3948 11.0002H12.3948C12.1186 11.0002 11.8948 10.7763 11.8948 10.5002Z"
36
+ fill="#3E7DC0"
37
+ />
38
+ </g>
39
+ <rect x="1.5" y="14.0002" width="21" height="10" rx="2" fill="#3E7DC0" />
40
+ <path
41
+ d="M8.37109 18.1057C8.37109 18.7437 8.18229 19.2372 7.80469 19.5861C7.42969 19.9325 6.89583 20.1057 6.20312 20.1057H5.76953V22.0002H4.22656V16.2892H6.20312C6.92448 16.2892 7.46615 16.4468 7.82812 16.7619C8.1901 17.077 8.37109 17.5249 8.37109 18.1057ZM5.76953 18.8478H6.05078C6.28255 18.8478 6.46615 18.7827 6.60156 18.6525C6.73958 18.5223 6.80859 18.3426 6.80859 18.1135C6.80859 17.728 6.59505 17.5353 6.16797 17.5353H5.76953V18.8478Z"
42
+ fill="#F8F8F8"
43
+ />
44
+ <path
45
+ d="M13.4258 18.1057C13.4258 18.7437 13.237 19.2372 12.8594 19.5861C12.4844 19.9325 11.9505 20.1057 11.2578 20.1057H10.8242V22.0002H9.28125V16.2892H11.2578C11.9792 16.2892 12.5208 16.4468 12.8828 16.7619C13.2448 17.077 13.4258 17.5249 13.4258 18.1057ZM10.8242 18.8478H11.1055C11.3372 18.8478 11.5208 18.7827 11.6562 18.6525C11.7943 18.5223 11.8633 18.3426 11.8633 18.1135C11.8633 17.728 11.6497 17.5353 11.2227 17.5353H10.8242V18.8478Z"
46
+ fill="#F8F8F8"
47
+ />
48
+ <path
49
+ d="M19.7734 22.0002H17.75L15.6641 17.9767H15.6289C15.6784 18.6096 15.7031 19.0926 15.7031 19.426V22.0002H14.3359V16.2892H16.3516L18.4297 20.258H18.4531C18.4167 19.6825 18.3984 19.2202 18.3984 18.8713V16.2892H19.7734V22.0002Z"
50
+ fill="#F8F8F8"
51
+ />
52
+ <defs>
53
+ <filter
54
+ id="filter0_d_939_1083"
55
+ x="7.89478"
56
+ y="7.00018"
57
+ width="11"
58
+ height="9"
59
+ filterUnits="userSpaceOnUse"
60
+ color-interpolation-filters="sRGB"
61
+ >
62
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
63
+ <feColorMatrix
64
+ in="SourceAlpha"
65
+ type="matrix"
66
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
67
+ result="hardAlpha"
68
+ />
69
+ <feOffset dy="4" />
70
+ <feGaussianBlur stdDeviation="2" />
71
+ <feComposite in2="hardAlpha" operator="out" />
72
+ <feColorMatrix
73
+ type="matrix"
74
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
75
+ />
76
+ <feBlend
77
+ mode="normal"
78
+ in2="BackgroundImageFix"
79
+ result="effect1_dropShadow_939_1083"
80
+ />
81
+ <feBlend
82
+ mode="normal"
83
+ in="SourceGraphic"
84
+ in2="effect1_dropShadow_939_1083"
85
+ result="shape"
86
+ />
87
+ </filter>
88
+ <filter
89
+ id="filter1_d_939_1083"
90
+ x="7.89478"
91
+ y="10.0002"
92
+ width="13"
93
+ height="9"
94
+ filterUnits="userSpaceOnUse"
95
+ color-interpolation-filters="sRGB"
96
+ >
97
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
98
+ <feColorMatrix
99
+ in="SourceAlpha"
100
+ type="matrix"
101
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
102
+ result="hardAlpha"
103
+ />
104
+ <feOffset dy="4" />
105
+ <feGaussianBlur stdDeviation="2" />
106
+ <feComposite in2="hardAlpha" operator="out" />
107
+ <feColorMatrix
108
+ type="matrix"
109
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
110
+ />
111
+ <feBlend
112
+ mode="normal"
113
+ in2="BackgroundImageFix"
114
+ result="effect1_dropShadow_939_1083"
115
+ />
116
+ <feBlend
117
+ mode="normal"
118
+ in="SourceGraphic"
119
+ in2="effect1_dropShadow_939_1083"
120
+ result="shape"
121
+ />
122
+ </filter>
123
+ <linearGradient
124
+ id="paint0_linear_939_1083"
125
+ x1="14.8948"
126
+ y1="3.00018"
127
+ x2="14.8948"
128
+ y2="19.5002"
129
+ gradientUnits="userSpaceOnUse"
130
+ >
131
+ <stop stop-color="#11AAE2" stop-opacity="0.25" />
132
+ <stop offset="1" stop-color="white" stop-opacity="0" />
133
+ </linearGradient>
134
+ </defs>
135
+ </g>
136
+ </template>
@@ -0,0 +1,50 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M4 5.34305C4 4.71187 4.51167 4.2002 5.14286 4.2002H9.29081C9.58549 4.2002 9.86878 4.31402 10.0815 4.51791L11.1685 5.5595C11.3812 5.76339 11.6645 5.87721 11.9592 5.87721H18.8571C19.4883 5.87721 20 6.38889 20 7.02007V18.4859C20 19.1171 19.4883 19.6288 18.8571 19.6288H5.14286C4.51168 19.6288 4 19.1171 4 18.4859V5.34305Z"
5
+ fill="white"
6
+ />
7
+ <path
8
+ d="M4 5.34305C4 4.71187 4.51167 4.2002 5.14286 4.2002H9.29081C9.58549 4.2002 9.86878 4.31402 10.0815 4.51791L11.1685 5.5595C11.3812 5.76339 11.6645 5.87721 11.9592 5.87721H18.8571C19.4883 5.87721 20 6.38889 20 7.02007V18.4859C20 19.1171 19.4883 19.6288 18.8571 19.6288H5.14286C4.51168 19.6288 4 19.1171 4 18.4859V5.34305Z"
9
+ fill="url(#paint0_linear_939_1074)"
10
+ />
11
+ <path
12
+ fill-rule="evenodd"
13
+ clip-rule="evenodd"
14
+ d="M5.14286 4.7002C4.78782 4.7002 4.5 4.98801 4.5 5.34305V18.4859C4.5 18.8409 4.78782 19.1288 5.14286 19.1288H18.8571C19.2122 19.1288 19.5 18.8409 19.5 18.4859V7.02007C19.5 6.66503 19.2122 6.37721 18.8571 6.37721H11.9592C11.5356 6.37721 11.1284 6.21359 10.8225 5.9205L9.73559 4.87891C9.61592 4.76422 9.45656 4.7002 9.29081 4.7002H5.14286ZM3.5 5.34305C3.5 4.43573 4.23553 3.7002 5.14286 3.7002H9.29081C9.71441 3.7002 10.1216 3.86382 10.4275 4.15691L11.5144 5.1985C11.6341 5.31319 11.7934 5.37721 11.9592 5.37721H18.8571C19.7645 5.37721 20.5 6.11274 20.5 7.02007V18.4859C20.5 19.3932 19.7645 20.1288 18.8571 20.1288H5.14286C4.23553 20.1288 3.5 19.3932 3.5 18.4859V5.34305Z"
15
+ fill="#3E7DC0"
16
+ />
17
+ <path
18
+ fill-rule="evenodd"
19
+ clip-rule="evenodd"
20
+ d="M20.0003 9.27252H4.00034V8.27252H20.0003V9.27252Z"
21
+ fill="#3E7DC0"
22
+ />
23
+ <rect x="1.5" y="14.0002" width="21" height="10" rx="2" fill="#3E7DC0" />
24
+ <path
25
+ d="M9.15234 20.2658C9.15234 20.62 9.0625 20.9351 8.88281 21.2111C8.70312 21.4846 8.44401 21.6981 8.10547 21.8517C7.76693 22.0028 7.36979 22.0783 6.91406 22.0783C6.53385 22.0783 6.21484 22.0523 5.95703 22.0002C5.69922 21.9455 5.43099 21.8517 5.15234 21.7189V20.3439C5.44661 20.495 5.7526 20.6135 6.07031 20.6994C6.38802 20.7827 6.67969 20.8244 6.94531 20.8244C7.17448 20.8244 7.34245 20.7853 7.44922 20.7072C7.55599 20.6265 7.60938 20.5236 7.60938 20.3986C7.60938 20.3205 7.58724 20.2528 7.54297 20.1955C7.5013 20.1356 7.43229 20.0757 7.33594 20.0158C7.24219 19.9559 6.98958 19.8335 6.57812 19.6486C6.20573 19.4793 5.92578 19.3153 5.73828 19.1564C5.55339 18.9976 5.41536 18.8153 5.32422 18.6096C5.23568 18.4038 5.19141 18.1603 5.19141 17.8791C5.19141 17.353 5.38281 16.9429 5.76562 16.6486C6.14844 16.3543 6.67448 16.2072 7.34375 16.2072C7.9349 16.2072 8.53776 16.3439 9.15234 16.6174L8.67969 17.8088C8.14583 17.564 7.6849 17.4416 7.29688 17.4416C7.09635 17.4416 6.95052 17.4767 6.85938 17.5471C6.76823 17.6174 6.72266 17.7046 6.72266 17.8088C6.72266 17.9208 6.77995 18.021 6.89453 18.1096C7.01172 18.1981 7.32682 18.3596 7.83984 18.5939C8.33203 18.8153 8.67318 19.0536 8.86328 19.3088C9.05599 19.5614 9.15234 19.8804 9.15234 20.2658Z"
26
+ fill="#F8F8F8"
27
+ />
28
+ <path
29
+ d="M14.1797 18.1057C14.1797 18.7437 13.9909 19.2372 13.6133 19.5861C13.2383 19.9325 12.7044 20.1057 12.0117 20.1057H11.5781V22.0002H10.0352V16.2892H12.0117C12.7331 16.2892 13.2747 16.4468 13.6367 16.7619C13.9987 17.077 14.1797 17.5249 14.1797 18.1057ZM11.5781 18.8478H11.8594C12.0911 18.8478 12.2747 18.7827 12.4102 18.6525C12.5482 18.5223 12.6172 18.3426 12.6172 18.1135C12.6172 17.728 12.4036 17.5353 11.9766 17.5353H11.5781V18.8478Z"
30
+ fill="#F8F8F8"
31
+ />
32
+ <path
33
+ d="M17.6094 22.0002H16.0664V17.551H14.6719V16.2892H19V17.551H17.6094V22.0002Z"
34
+ fill="#F8F8F8"
35
+ />
36
+ <defs>
37
+ <linearGradient
38
+ id="paint0_linear_939_1074"
39
+ x1="12.6667"
40
+ y1="3.34244"
41
+ x2="12.6667"
42
+ y2="11.9145"
43
+ gradientUnits="userSpaceOnUse"
44
+ >
45
+ <stop stop-color="#11AAE2" stop-opacity="0.49" />
46
+ <stop offset="1" stop-color="white" stop-opacity="0" />
47
+ </linearGradient>
48
+ </defs>
49
+ </g>
50
+ </template>
@@ -0,0 +1,55 @@
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_37756_1675)">
4
+ <path
5
+ d="M4 4.92857C4 3.86345 4.87915 3 5.96364 3H16.7636C17.8481 3 18.7273 3.86345 18.7273 4.92857V19.0714C18.7273 20.1365 17.8481 21 16.7636 21H9.33779C8.96127 21 8.60299 20.8408 8.35445 20.563L4.32575 16.0605C4.11579 15.8258 4 15.5241 4 15.2118V4.92857Z"
6
+ fill="white" />
7
+ <path
8
+ d="M4 4.92857C4 3.86345 4.87915 3 5.96364 3H16.7636C17.8481 3 18.7273 3.86345 18.7273 4.92857V19.0714C18.7273 20.1365 17.8481 21 16.7636 21H9.33779C8.96127 21 8.60299 20.8408 8.35445 20.563L4.32575 16.0605C4.11579 15.8258 4 15.5241 4 15.2118V4.92857Z"
9
+ fill="url(#paint0_linear_37756_1675)" />
10
+ <path fill-rule="evenodd" clip-rule="evenodd"
11
+ d="M3.5 4.92857C3.5 3.57885 4.61154 2.5 5.96364 2.5H16.7636C18.1157 2.5 19.2273 3.57885 19.2273 4.92857V19.0714C19.2273 20.4211 18.1157 21.5 16.7636 21.5H9.33779C8.82068 21.5 8.32632 21.2814 7.98183 20.8964L3.95313 16.3939C3.66187 16.0684 3.5 15.6482 3.5 15.2118V4.92857ZM5.96364 3.5C5.14676 3.5 4.5 4.14805 4.5 4.92857V15.2118C4.5 15.4 4.56972 15.5833 4.69836 15.7271L8.72706 20.2296C8.87966 20.4001 9.10187 20.5 9.33779 20.5H16.7636C17.5805 20.5 18.2273 19.852 18.2273 19.0714V4.92857C18.2273 4.14805 17.5805 3.5 16.7636 3.5H5.96364Z"
12
+ fill="#3E7DC0" />
13
+ <path
14
+ d="M6.29102 8.30355C6.29102 8.03727 6.5108 7.82141 6.78192 7.82141H14.3092C14.5803 7.82141 14.8001 8.03727 14.8001 8.30355C14.8001 8.56983 14.5803 8.7857 14.3092 8.7857H6.78192C6.5108 8.7857 6.29102 8.56983 6.29102 8.30355Z"
15
+ fill="#3E7DC0" />
16
+ <path
17
+ d="M6.29102 10.875C6.29102 10.6087 6.5108 10.3928 6.78192 10.3928H11.3637C11.6349 10.3928 11.8547 10.6087 11.8547 10.875C11.8547 11.1412 11.6349 11.3571 11.3637 11.3571H6.78192C6.5108 11.3571 6.29102 11.1412 6.29102 10.875Z"
18
+ fill="#3E7DC0" />
19
+ <path fill-rule="evenodd" clip-rule="evenodd"
20
+ d="M7.6 16.1964H4V15.1964H7.6C8.5906 15.1964 9.40909 15.9874 9.40909 16.9821V21H8.40909V16.9821C8.40909 16.5566 8.05538 16.1964 7.6 16.1964Z"
21
+ fill="#3E7DC0" />
22
+ <g clip-path="url(#clip1_37756_1675)">
23
+ <path
24
+ d="M21.0599 24.0469V24.0676H19.3488V23.7784C19.3488 23.3936 19.0368 23.0816 18.6519 23.0816C18.2671 23.0816 17.9551 23.3936 17.9551 23.7784V24.0676H17.0137H16.0723V23.7784C16.0723 23.3936 15.7603 23.0816 15.3754 23.0816C14.9906 23.0816 14.6786 23.3936 14.6786 23.7784V24.0676H12.9675V24.0469C12.9675 23.5132 12.5349 23.0805 12.0011 23.0805V21.3694H12.2903C12.6751 21.3694 12.9871 21.0574 12.9871 20.6726C12.9871 20.2878 12.6751 19.9758 12.2903 19.9758H12V19.0343V18.0929H12.2892C12.674 18.0929 12.986 17.7809 12.986 17.3961C12.986 17.0113 12.674 16.6993 12.2892 16.6993H12V14.9882H12.0207C12.5544 14.9882 12.9871 14.5555 12.9871 14.0217V14H14.6982V14.2892C14.6982 14.674 15.0102 14.986 15.395 14.986C15.7798 14.986 16.0918 14.674 16.0918 14.2892V14H17.0333H17.9747V14.2892C17.9747 14.674 18.2867 14.986 18.6715 14.986C19.0563 14.986 19.3683 14.674 19.3683 14.2892V14H21.0794V14.0207C21.0794 14.5544 21.5121 14.9871 22.0459 14.9871V16.6982H21.7567C21.3719 16.6982 21.0599 17.0102 21.0599 17.395C21.0599 17.7798 21.3719 18.0918 21.7567 18.0918H22.0459V19.0333V19.9747H21.7567C21.3719 19.9747 21.0599 20.2867 21.0599 20.6715C21.0599 21.0563 21.3719 21.3683 21.7567 21.3683H22.0459V23.0794H22.0252C21.4914 23.0794 21.0588 23.5121 21.0588 24.0459L21.0599 24.0469Z"
25
+ fill="#3E7DC0" />
26
+ <path
27
+ d="M18.0064 20.9695H17.4867V20.0292H16.3181V20.464H17.0519V21.886H17.4867V21.4033H18.0064V22.3436H20.3208V20.0292H18.0064V20.9695ZM18.4412 20.464H19.886V21.9088H18.4412V20.464Z"
28
+ fill="white" />
29
+ <path
30
+ d="M16.0388 22.3445V21.4041H16.5323V20.9693H16.0388V20.029H15.0985V19.2897H16.0258V19.8094H16.4606V19.2897H17.4868V18.1211H17.052V18.8549H14.0418V19.2897H14.6647V20.029H13.7244V22.3445H16.0388ZM14.1592 20.4649H15.604V21.9096H14.1592V20.4649Z"
31
+ fill="white" />
32
+ <path
33
+ d="M14.6642 18.5974H15.099V17.9354H16.0394V17.6255H17.0525V17.7843H17.4874V17.0352H18.007V17.9354H18.9473V19.1627H17.8798V19.5975H19.3822V18.8148H19.9203V18.38H19.3822V17.9354H20.3225V15.6209H18.0081V16.6004H17.0536V17.1918H16.0404V15.6209H13.726V17.9354H14.6663V18.5974H14.6642ZM18.4408 16.0547H19.8855V17.4994H18.4408V16.0547ZM14.1587 16.0547H15.6034V17.4994H14.1587V16.0547Z"
34
+ fill="white" />
35
+ <path d="M14.5701 21.4976H15.1919V20.8757H14.5701V21.4976Z" fill="white" />
36
+ <path d="M18.8525 17.087H19.4744V16.4652H18.8525V17.087Z" fill="white" />
37
+ <path d="M14.5701 17.087H15.1919V16.4652H14.5701V17.087Z" fill="white" />
38
+ </g>
39
+ </g>
40
+ <defs>
41
+ <linearGradient id="paint0_linear_37756_1675" x1="11.3636" y1="1.81967" x2="11.3636" y2="17.6066"
42
+ gradientUnits="userSpaceOnUse">
43
+ <stop stop-color="#11AAE2" stop-opacity="0.25" />
44
+ <stop offset="1" stop-color="white" stop-opacity="0" />
45
+ </linearGradient>
46
+ <clipPath id="clip0_37756_1675">
47
+ <rect width="24" height="24" fill="white" />
48
+ </clipPath>
49
+ <clipPath id="clip1_37756_1675">
50
+ <rect width="10.11" height="10.11" fill="white" transform="translate(12 14)" />
51
+ </clipPath>
52
+ </defs>
53
+ </svg>
54
+
55
+ </template>
@@ -0,0 +1,54 @@
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M4 5.34305C4 4.71187 4.51167 4.2002 5.14286 4.2002H9.29081C9.58549 4.2002 9.86878 4.31402 10.0815 4.51791L11.1685 5.5595C11.3812 5.76339 11.6645 5.87721 11.9592 5.87721H18.8571C19.4883 5.87721 20 6.38889 20 7.02007V18.4859C20 19.1171 19.4883 19.6288 18.8571 19.6288H5.14286C4.51168 19.6288 4 19.1171 4 18.4859V5.34305Z"
5
+ fill="white"
6
+ />
7
+ <path
8
+ d="M4 5.34305C4 4.71187 4.51167 4.2002 5.14286 4.2002H9.29081C9.58549 4.2002 9.86878 4.31402 10.0815 4.51791L11.1685 5.5595C11.3812 5.76339 11.6645 5.87721 11.9592 5.87721H18.8571C19.4883 5.87721 20 6.38889 20 7.02007V18.4859C20 19.1171 19.4883 19.6288 18.8571 19.6288H5.14286C4.51168 19.6288 4 19.1171 4 18.4859V5.34305Z"
9
+ fill="url(#paint0_linear_939_1101)"
10
+ />
11
+ <path
12
+ fill-rule="evenodd"
13
+ clip-rule="evenodd"
14
+ d="M5.14286 4.7002C4.78782 4.7002 4.5 4.98801 4.5 5.34305V18.4859C4.5 18.8409 4.78782 19.1288 5.14286 19.1288H18.8571C19.2122 19.1288 19.5 18.8409 19.5 18.4859V7.02007C19.5 6.66503 19.2122 6.37721 18.8571 6.37721H11.9592C11.5356 6.37721 11.1284 6.21359 10.8225 5.9205L9.73559 4.87891C9.61592 4.76422 9.45656 4.7002 9.29081 4.7002H5.14286ZM3.5 5.34305C3.5 4.43573 4.23553 3.7002 5.14286 3.7002H9.29081C9.71441 3.7002 10.1216 3.86382 10.4275 4.15691L11.5144 5.1985C11.6341 5.31319 11.7934 5.37721 11.9592 5.37721H18.8571C19.7645 5.37721 20.5 6.11274 20.5 7.02007V18.4859C20.5 19.3932 19.7645 20.1288 18.8571 20.1288H5.14286C4.23553 20.1288 3.5 19.3932 3.5 18.4859V5.34305Z"
15
+ fill="#3E7DC0"
16
+ />
17
+ <path
18
+ fill-rule="evenodd"
19
+ clip-rule="evenodd"
20
+ d="M20.0003 9.27252H4.00034V8.27252H20.0003V9.27252Z"
21
+ fill="#3E7DC0"
22
+ />
23
+ <rect x="1.5" y="14.0002" width="21" height="10" rx="2" fill="#3E7DC0" />
24
+ <path
25
+ d="M6.30469 22.0074H4.73828V18.9839C4.73828 18.6168 4.74609 18.2808 4.76172 17.9761C4.66536 18.0933 4.54557 18.2157 4.40234 18.3433L3.75391 18.8785L2.95312 17.8941L4.91406 16.2964H6.30469V22.0074Z"
26
+ fill="#F8F8F8"
27
+ />
28
+ <path
29
+ d="M8.12891 22.0074L10.0898 17.5816H7.61719V16.3043H11.7383V17.2144L9.72656 22.0074H8.12891Z"
30
+ fill="#F8F8F8"
31
+ />
32
+ <path
33
+ d="M12.8164 22.0074L14.7773 17.5816H12.3047V16.3043H16.4258V17.2144L14.4141 22.0074H12.8164Z"
34
+ fill="#F8F8F8"
35
+ />
36
+ <path
37
+ d="M20.3672 22.0074H18.8008V18.9839C18.8008 18.6168 18.8086 18.2808 18.8242 17.9761C18.7279 18.0933 18.6081 18.2157 18.4648 18.3433L17.8164 18.8785L17.0156 17.8941L18.9766 16.2964H20.3672V22.0074Z"
38
+ fill="#F8F8F8"
39
+ />
40
+ <defs>
41
+ <linearGradient
42
+ id="paint0_linear_939_1101"
43
+ x1="12.6667"
44
+ y1="3.34244"
45
+ x2="12.6667"
46
+ y2="11.9145"
47
+ gradientUnits="userSpaceOnUse"
48
+ >
49
+ <stop stop-color="#11AAE2" stop-opacity="0.49" />
50
+ <stop offset="1" stop-color="white" stop-opacity="0" />
51
+ </linearGradient>
52
+ </defs>
53
+ </g>
54
+ </template>