@zohodesk/svg 1.0.0-beta.6 → 1.0.0-beta.60

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 (596) hide show
  1. package/README.md +243 -27
  2. package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  3. package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  4. package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  5. package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  6. package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  8. package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  9. package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  10. package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  11. package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  12. package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  14. package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
  15. package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
  16. package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
  17. package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
  18. package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
  19. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
  20. package/css_error.log +0 -0
  21. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
  22. package/es/Loader/Loader.js +66 -0
  23. package/es/Loader/props/defaultProps.js +3 -0
  24. package/es/Loader/props/propTypes.js +4 -0
  25. package/es/SVG/SVG.js +57 -0
  26. package/es/{svg → SVG}/SVG.module.css +31 -27
  27. package/es/SVG/SvgLoader.js +25 -0
  28. package/es/SVG/props/defaultProps.js +11 -0
  29. package/es/SVG/props/propTypes.js +15 -0
  30. package/es/css/EmptyStateVariables.module.css +39 -0
  31. package/es/emptystate/index.js +6 -0
  32. package/es/emptystate/props/defaultProps.js +8 -0
  33. package/es/emptystate/props/propTypes.js +9 -0
  34. package/es/emptystate/version1/EmptyCustomDomain.js +28 -0
  35. package/es/emptystate/version1/index.js +1 -0
  36. package/es/emptystate/version2/EmptyBusinessHoliday.js +29 -0
  37. package/es/emptystate/version2/EmptyBusinessHour.js +29 -0
  38. package/es/emptystate/version2/EmptyFromAddress.js +28 -0
  39. package/es/emptystate/version2/EmptyImportHistory.js +29 -0
  40. package/es/emptystate/version2/EmptyNetwork.js +28 -0
  41. package/es/emptystate/version2/EmptyRecycleBin.js +28 -0
  42. package/es/emptystate/version2/EmptyRoles.js +28 -0
  43. package/es/emptystate/version2/EmptyWebhook.js +28 -0
  44. package/es/emptystate/version2/FailureLog.js +29 -0
  45. package/es/emptystate/version2/index.js +9 -0
  46. package/es/emptystate/version3/AuditLog.js +78 -0
  47. package/es/emptystate/version3/Bot.js +69 -0
  48. package/es/emptystate/version3/Contract.js +90 -0
  49. package/es/emptystate/version3/CustomModule.js +57 -0
  50. package/es/emptystate/version3/EmptyAPIAuthentication.js +92 -0
  51. package/es/emptystate/version3/EmptyAPIConfiguration.js +84 -0
  52. package/es/emptystate/version3/EmptyAPIs.js +64 -0
  53. package/es/emptystate/version3/EmptyAccounts.js +88 -0
  54. package/es/emptystate/version3/EmptyActiveCalls.js +60 -0
  55. package/es/emptystate/version3/EmptyActivity.js +60 -0
  56. package/es/emptystate/version3/EmptyAgent.js +60 -0
  57. package/es/emptystate/version3/EmptyAgentQueue.js +66 -0
  58. package/es/emptystate/version3/EmptyApplechat.js +72 -0
  59. package/es/emptystate/version3/EmptyApproval.js +65 -0
  60. package/es/emptystate/version3/EmptyArchived.js +67 -0
  61. package/es/emptystate/version3/EmptyArticle.js +73 -0
  62. package/es/emptystate/version3/EmptyAsapchat.js +68 -0
  63. package/es/emptystate/version3/EmptyAttach.js +60 -0
  64. package/es/emptystate/version3/EmptyAuthenticationPending.js +69 -0
  65. package/es/emptystate/version3/EmptyBlueprint.js +75 -0
  66. package/es/emptystate/version3/EmptyCallHistory.js +62 -0
  67. package/es/emptystate/version3/EmptyCanned.js +78 -0
  68. package/es/emptystate/version3/EmptyChat.js +78 -0
  69. package/es/emptystate/version3/EmptyCollision.js +59 -0
  70. package/es/emptystate/version3/EmptyColumn.js +65 -0
  71. package/es/emptystate/version3/EmptyContact.js +60 -0
  72. package/es/emptystate/version3/EmptyContract.js +55 -0
  73. package/es/emptystate/version3/EmptyConversation.js +60 -0
  74. package/es/emptystate/version3/EmptyCrm.js +59 -0
  75. package/es/emptystate/version3/EmptyCrmNotes.js +70 -0
  76. package/es/emptystate/version3/EmptyCrmPotential.js +74 -0
  77. package/es/emptystate/version3/EmptyCustomerHappiness.js +67 -0
  78. package/es/emptystate/version3/EmptyDashboard.js +65 -0
  79. package/es/emptystate/version3/EmptyDelete.js +50 -0
  80. package/es/emptystate/version3/EmptyDepartment.js +59 -0
  81. package/es/emptystate/version3/EmptyError.js +83 -0
  82. package/es/emptystate/version3/EmptyFeed.js +62 -0
  83. package/es/emptystate/version3/EmptyFollowers.js +60 -0
  84. package/es/emptystate/version3/EmptyFrame.js +59 -0
  85. package/es/emptystate/version3/EmptyHappiness.js +60 -0
  86. package/es/emptystate/version3/EmptyHistory.js +59 -0
  87. package/es/emptystate/version3/EmptyInstagram.js +74 -0
  88. package/es/emptystate/version3/EmptyInstantmessage.js +76 -0
  89. package/es/emptystate/version3/EmptyInvoice.js +64 -0
  90. package/es/emptystate/version3/EmptyLine.js +74 -0
  91. package/es/emptystate/version3/EmptyMessenger.js +60 -0
  92. package/es/emptystate/version3/EmptyNoData.js +78 -0
  93. package/es/emptystate/version3/EmptyNotification.js +59 -0
  94. package/es/emptystate/version3/EmptyPreference.js +79 -0
  95. package/es/emptystate/version3/EmptyProducts.js +62 -0
  96. package/es/emptystate/version3/EmptyReply.js +54 -0
  97. package/es/emptystate/version3/EmptyReports.js +65 -0
  98. package/es/emptystate/version3/EmptySandbox.js +81 -0
  99. package/es/emptystate/version3/EmptySchedule.js +101 -0
  100. package/es/emptystate/version3/EmptySearch.js +69 -0
  101. package/es/emptystate/version3/EmptySkills.js +107 -0
  102. package/es/emptystate/version3/EmptySla.js +54 -0
  103. package/es/emptystate/version3/EmptySnippet.js +69 -0
  104. package/es/emptystate/version3/EmptyTag.js +62 -0
  105. package/es/emptystate/version3/EmptyTask.js +75 -0
  106. package/es/emptystate/version3/EmptyTeams.js +60 -0
  107. package/es/emptystate/version3/EmptyTelegram.js +74 -0
  108. package/es/emptystate/version3/EmptyTemplate.js +71 -0
  109. package/es/emptystate/version3/EmptyTicket.js +63 -0
  110. package/es/emptystate/version3/EmptyTimeEntry.js +65 -0
  111. package/es/emptystate/version3/EmptyTimeline.js +60 -0
  112. package/es/emptystate/version3/EmptyTopic.js +65 -0
  113. package/es/emptystate/version3/EmptyTwilio.js +74 -0
  114. package/es/emptystate/version3/EmptyWechat.js +74 -0
  115. package/es/emptystate/version3/EmptyWhatsapp.js +74 -0
  116. package/es/emptystate/version3/EmptyZSCKey.js +87 -0
  117. package/es/emptystate/version3/Export.js +55 -0
  118. package/es/emptystate/version3/Extensions.js +61 -0
  119. package/es/emptystate/version3/Extractor.js +54 -0
  120. package/es/emptystate/version3/GCBot.js +52 -0
  121. package/es/emptystate/version3/GCConversation.js +54 -0
  122. package/es/emptystate/version3/Import.js +70 -0
  123. package/es/emptystate/version3/KBBot.js +67 -0
  124. package/es/emptystate/version3/Multilingual.js +60 -0
  125. package/es/emptystate/version3/NetworkError.js +63 -0
  126. package/es/emptystate/version3/Predictor.js +61 -0
  127. package/es/emptystate/version3/ReadRecipients.js +59 -0
  128. package/es/emptystate/version3/SupportPlan.js +75 -0
  129. package/es/emptystate/version3/Variable.js +58 -0
  130. package/es/emptystate/version3/ZiaAnamoly.js +55 -0
  131. package/es/emptystate/version3/index.js +78 -0
  132. package/es/errorstate/index.js +6 -0
  133. package/es/errorstate/props/defaultProps.js +8 -0
  134. package/es/errorstate/props/propTypes.js +9 -0
  135. package/es/errorstate/version1/EmptyInconvenience.js +33 -0
  136. package/es/errorstate/version1/NoRequestFound.js +33 -0
  137. package/es/errorstate/version1/PageNotFound.js +34 -0
  138. package/es/errorstate/version1/UnableToProcessRequest.js +34 -0
  139. package/es/errorstate/version1/UnauthorizedLogin.js +34 -0
  140. package/es/errorstate/version1/UrlNotFound.js +34 -0
  141. package/es/errorstate/version1/WillBeRightBack.js +34 -0
  142. package/es/errorstate/version1/index.js +7 -0
  143. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +34 -0
  144. package/es/errorstate/version2/EmptyWillBeRightBack.js +30 -0
  145. package/es/errorstate/version2/NotImpossible.js +69 -0
  146. package/es/errorstate/version2/index.js +2 -0
  147. package/es/errorstate/version3/ErrorInconvenience.js +104 -0
  148. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +105 -0
  149. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +105 -0
  150. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +113 -0
  151. package/es/errorstate/version3/ErrorUrlNotFound.js +105 -0
  152. package/es/errorstate/version3/ErrorWillBeRightBack.js +105 -0
  153. package/es/errorstate/version3/index.js +6 -0
  154. package/es/index.js +17 -6
  155. package/{lib/svg/images → images}/EmptyBusinessHoliday.svg +50 -50
  156. package/{src/svg/images → images}/EmptyBusinessHour.svg +42 -42
  157. package/{es/svg/images → images}/EmptyContactInfo.svg +27 -27
  158. package/images/EmptyCustomDomain.svg +85 -0
  159. package/{lib/svg/images → images}/EmptyFilter.svg +62 -62
  160. package/{src/svg/images → images}/EmptyFromAddress.svg +41 -41
  161. package/{es/svg/images → images}/EmptyImportHistory.svg +43 -43
  162. package/{src/svg/images → images}/EmptyNetwork.svg +50 -50
  163. package/{src/svg/images → images}/EmptyRecycleBin.svg +58 -58
  164. package/{lib/svg/images → images}/EmptyRoles.svg +30 -30
  165. package/images/EmptySkills.svg +83 -0
  166. package/{lib/svg/images → images}/EmptyWebhook.svg +44 -44
  167. package/{src/svg/images → images}/FailureLog.svg +46 -46
  168. package/{es/svg/images → images}/Inconvenience.svg +719 -719
  169. package/{src/svg/images → images}/NoRequestFound.svg +247 -247
  170. package/{lib/svg/images → images}/PageNotFound.svg +405 -405
  171. package/{src/svg/images → images}/ReguestUrlNotFound.svg +267 -267
  172. package/{lib/svg/images → images}/UnableToProcess.svg +752 -752
  173. package/{src/svg/images → images}/UnauthorizedLogin.svg +1047 -1047
  174. package/{src/svg/images → images}/WillBack.svg +633 -633
  175. package/install.md +11 -0
  176. package/lib/Loader/Loader.js +94 -0
  177. package/lib/Loader/props/defaultProps.js +10 -0
  178. package/lib/Loader/props/propTypes.js +12 -0
  179. package/lib/SVG/SVG.js +87 -0
  180. package/lib/{svg → SVG}/SVG.module.css +31 -27
  181. package/lib/SVG/SvgLoader.js +50 -0
  182. package/lib/SVG/props/defaultProps.js +18 -0
  183. package/lib/SVG/props/propTypes.js +23 -0
  184. package/lib/css/EmptyStateVariables.module.css +39 -0
  185. package/lib/emptystate/index.js +15 -0
  186. package/lib/emptystate/props/defaultProps.js +15 -0
  187. package/lib/emptystate/props/propTypes.js +17 -0
  188. package/lib/emptystate/version1/EmptyCustomDomain.js +61 -0
  189. package/lib/emptystate/version1/index.js +13 -0
  190. package/lib/emptystate/version2/EmptyBusinessHoliday.js +62 -0
  191. package/lib/emptystate/version2/EmptyBusinessHour.js +62 -0
  192. package/lib/emptystate/version2/EmptyFromAddress.js +61 -0
  193. package/lib/emptystate/version2/EmptyImportHistory.js +62 -0
  194. package/lib/emptystate/version2/EmptyNetwork.js +61 -0
  195. package/lib/emptystate/version2/EmptyRecycleBin.js +61 -0
  196. package/lib/emptystate/version2/EmptyRoles.js +61 -0
  197. package/lib/emptystate/version2/EmptyWebhook.js +61 -0
  198. package/lib/emptystate/version2/FailureLog.js +62 -0
  199. package/lib/emptystate/version2/index.js +69 -0
  200. package/lib/emptystate/version3/AuditLog.js +111 -0
  201. package/lib/emptystate/version3/Bot.js +102 -0
  202. package/lib/emptystate/version3/Contract.js +123 -0
  203. package/lib/emptystate/version3/CustomModule.js +90 -0
  204. package/lib/emptystate/version3/EmptyAPIAuthentication.js +125 -0
  205. package/lib/emptystate/version3/EmptyAPIConfiguration.js +117 -0
  206. package/lib/emptystate/version3/EmptyAPIs.js +97 -0
  207. package/lib/emptystate/version3/EmptyAccounts.js +121 -0
  208. package/lib/emptystate/version3/EmptyActiveCalls.js +93 -0
  209. package/lib/emptystate/version3/EmptyActivity.js +93 -0
  210. package/lib/emptystate/version3/EmptyAgent.js +93 -0
  211. package/lib/emptystate/version3/EmptyAgentQueue.js +99 -0
  212. package/lib/emptystate/version3/EmptyApplechat.js +105 -0
  213. package/lib/emptystate/version3/EmptyApproval.js +98 -0
  214. package/lib/emptystate/version3/EmptyArchived.js +100 -0
  215. package/lib/emptystate/version3/EmptyArticle.js +106 -0
  216. package/lib/emptystate/version3/EmptyAsapchat.js +101 -0
  217. package/lib/emptystate/version3/EmptyAttach.js +93 -0
  218. package/lib/emptystate/version3/EmptyAuthenticationPending.js +102 -0
  219. package/lib/emptystate/version3/EmptyBlueprint.js +108 -0
  220. package/lib/emptystate/version3/EmptyCallHistory.js +95 -0
  221. package/lib/emptystate/version3/EmptyCanned.js +111 -0
  222. package/lib/emptystate/version3/EmptyChat.js +111 -0
  223. package/lib/emptystate/version3/EmptyCollision.js +92 -0
  224. package/lib/emptystate/version3/EmptyColumn.js +98 -0
  225. package/lib/emptystate/version3/EmptyContact.js +93 -0
  226. package/lib/emptystate/version3/EmptyContract.js +88 -0
  227. package/lib/emptystate/version3/EmptyConversation.js +93 -0
  228. package/lib/emptystate/version3/EmptyCrm.js +92 -0
  229. package/lib/emptystate/version3/EmptyCrmNotes.js +103 -0
  230. package/lib/emptystate/version3/EmptyCrmPotential.js +107 -0
  231. package/lib/emptystate/version3/EmptyCustomerHappiness.js +100 -0
  232. package/lib/emptystate/version3/EmptyDashboard.js +98 -0
  233. package/lib/emptystate/version3/EmptyDelete.js +83 -0
  234. package/lib/emptystate/version3/EmptyDepartment.js +92 -0
  235. package/lib/emptystate/version3/EmptyError.js +116 -0
  236. package/lib/emptystate/version3/EmptyFeed.js +95 -0
  237. package/lib/emptystate/version3/EmptyFollowers.js +93 -0
  238. package/lib/emptystate/version3/EmptyFrame.js +92 -0
  239. package/lib/emptystate/version3/EmptyHappiness.js +93 -0
  240. package/lib/emptystate/version3/EmptyHistory.js +92 -0
  241. package/lib/emptystate/version3/EmptyInstagram.js +107 -0
  242. package/lib/emptystate/version3/EmptyInstantmessage.js +109 -0
  243. package/lib/emptystate/version3/EmptyInvoice.js +97 -0
  244. package/lib/emptystate/version3/EmptyLine.js +107 -0
  245. package/lib/emptystate/version3/EmptyMessenger.js +93 -0
  246. package/lib/emptystate/version3/EmptyNoData.js +111 -0
  247. package/lib/emptystate/version3/EmptyNotification.js +92 -0
  248. package/lib/emptystate/version3/EmptyPreference.js +112 -0
  249. package/lib/emptystate/version3/EmptyProducts.js +95 -0
  250. package/lib/emptystate/version3/EmptyReply.js +87 -0
  251. package/lib/emptystate/version3/EmptyReports.js +98 -0
  252. package/lib/emptystate/version3/EmptySandbox.js +114 -0
  253. package/lib/emptystate/version3/EmptySchedule.js +134 -0
  254. package/lib/emptystate/version3/EmptySearch.js +102 -0
  255. package/lib/emptystate/version3/EmptySkills.js +140 -0
  256. package/lib/emptystate/version3/EmptySla.js +87 -0
  257. package/lib/emptystate/version3/EmptySnippet.js +102 -0
  258. package/lib/emptystate/version3/EmptyTag.js +95 -0
  259. package/lib/emptystate/version3/EmptyTask.js +108 -0
  260. package/lib/emptystate/version3/EmptyTeams.js +93 -0
  261. package/lib/emptystate/version3/EmptyTelegram.js +107 -0
  262. package/lib/emptystate/version3/EmptyTemplate.js +104 -0
  263. package/lib/emptystate/version3/EmptyTicket.js +96 -0
  264. package/lib/emptystate/version3/EmptyTimeEntry.js +98 -0
  265. package/lib/emptystate/version3/EmptyTimeline.js +93 -0
  266. package/lib/emptystate/version3/EmptyTopic.js +98 -0
  267. package/lib/emptystate/version3/EmptyTwilio.js +107 -0
  268. package/lib/emptystate/version3/EmptyWechat.js +107 -0
  269. package/lib/emptystate/version3/EmptyWhatsapp.js +107 -0
  270. package/lib/emptystate/version3/EmptyZSCKey.js +120 -0
  271. package/lib/emptystate/version3/Export.js +88 -0
  272. package/lib/emptystate/version3/Extensions.js +94 -0
  273. package/lib/emptystate/version3/Extractor.js +87 -0
  274. package/lib/emptystate/version3/GCBot.js +85 -0
  275. package/lib/emptystate/version3/GCConversation.js +87 -0
  276. package/lib/emptystate/version3/Import.js +103 -0
  277. package/lib/emptystate/version3/KBBot.js +100 -0
  278. package/lib/emptystate/version3/Multilingual.js +93 -0
  279. package/lib/emptystate/version3/NetworkError.js +96 -0
  280. package/lib/emptystate/version3/Predictor.js +94 -0
  281. package/lib/emptystate/version3/ReadRecipients.js +92 -0
  282. package/lib/emptystate/version3/SupportPlan.js +108 -0
  283. package/lib/emptystate/version3/Variable.js +91 -0
  284. package/lib/emptystate/version3/ZiaAnamoly.js +88 -0
  285. package/lib/emptystate/version3/index.js +552 -0
  286. package/lib/errorstate/index.js +15 -0
  287. package/lib/errorstate/props/defaultProps.js +15 -0
  288. package/lib/errorstate/props/propTypes.js +17 -0
  289. package/lib/errorstate/version1/EmptyInconvenience.js +64 -0
  290. package/lib/errorstate/version1/NoRequestFound.js +64 -0
  291. package/lib/errorstate/version1/PageNotFound.js +65 -0
  292. package/lib/errorstate/version1/UnableToProcessRequest.js +65 -0
  293. package/lib/errorstate/version1/UnauthorizedLogin.js +65 -0
  294. package/lib/errorstate/version1/UrlNotFound.js +65 -0
  295. package/lib/errorstate/version1/WillBeRightBack.js +65 -0
  296. package/lib/errorstate/version1/index.js +55 -0
  297. package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +67 -0
  298. package/lib/errorstate/version2/EmptyWillBeRightBack.js +63 -0
  299. package/lib/errorstate/version2/NotImpossible.js +102 -0
  300. package/lib/errorstate/version2/index.js +20 -0
  301. package/lib/errorstate/version3/ErrorInconvenience.js +137 -0
  302. package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +138 -0
  303. package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +138 -0
  304. package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +146 -0
  305. package/lib/errorstate/version3/ErrorUrlNotFound.js +138 -0
  306. package/lib/errorstate/version3/ErrorWillBeRightBack.js +138 -0
  307. package/lib/errorstate/version3/index.js +48 -0
  308. package/lib/index.js +16 -43
  309. package/package.json +76 -42
  310. package/es/svg/EmptyAccounts.js +0 -67
  311. package/es/svg/EmptyActiveCalls.js +0 -70
  312. package/es/svg/EmptyActivity.js +0 -70
  313. package/es/svg/EmptyAgent.js +0 -66
  314. package/es/svg/EmptyArchived.js +0 -65
  315. package/es/svg/EmptyAttach.js +0 -66
  316. package/es/svg/EmptyBlueprint.js +0 -66
  317. package/es/svg/EmptyBusinessHoliday.js +0 -66
  318. package/es/svg/EmptyBusinessHour.js +0 -66
  319. package/es/svg/EmptyCallHistory.js +0 -70
  320. package/es/svg/EmptyCloud.js +0 -65
  321. package/es/svg/EmptyCloudDanger.js +0 -64
  322. package/es/svg/EmptyContact.js +0 -67
  323. package/es/svg/EmptyConversation.js +0 -66
  324. package/es/svg/EmptyDashboard.js +0 -66
  325. package/es/svg/EmptyEdition.js +0 -66
  326. package/es/svg/EmptyFromAddress.js +0 -66
  327. package/es/svg/EmptyHappiness.js +0 -66
  328. package/es/svg/EmptyHistory.js +0 -67
  329. package/es/svg/EmptyImportHistory.js +0 -66
  330. package/es/svg/EmptyInvoice.js +0 -66
  331. package/es/svg/EmptyNetwork.js +0 -66
  332. package/es/svg/EmptyNotification.js +0 -66
  333. package/es/svg/EmptyProducts.js +0 -66
  334. package/es/svg/EmptyRecycleBin.js +0 -66
  335. package/es/svg/EmptyReports.js +0 -66
  336. package/es/svg/EmptyRoles.js +0 -66
  337. package/es/svg/EmptySearch.js +0 -66
  338. package/es/svg/EmptySkills.js +0 -66
  339. package/es/svg/EmptySnippet.js +0 -66
  340. package/es/svg/EmptyTag.js +0 -66
  341. package/es/svg/EmptyTask.js +0 -66
  342. package/es/svg/EmptyTeams.js +0 -66
  343. package/es/svg/EmptyTemplate.js +0 -67
  344. package/es/svg/EmptyTicket.js +0 -66
  345. package/es/svg/EmptyTimeEntry.js +0 -66
  346. package/es/svg/EmptyTopic.js +0 -66
  347. package/es/svg/EmptyWebhook.js +0 -66
  348. package/es/svg/FailureLog.js +0 -66
  349. package/es/svg/Inconvenience.js +0 -69
  350. package/es/svg/InvalidUrl.js +0 -784
  351. package/es/svg/Loader.js +0 -59
  352. package/es/svg/NoRequestFound.js +0 -69
  353. package/es/svg/PageNotFound.js +0 -69
  354. package/es/svg/SVG.js +0 -105
  355. package/es/svg/SitBack.js +0 -63
  356. package/es/svg/UnableToProcessRequest.js +0 -69
  357. package/es/svg/UnauthorizedLogin.js +0 -69
  358. package/es/svg/UrlNotFound.js +0 -69
  359. package/es/svg/WillBeRightBack.js +0 -69
  360. package/es/svg/docs/SVG__default.docs.js +0 -605
  361. package/es/svg/images/EmptyAccounts.svg +0 -55
  362. package/es/svg/images/EmptyActiveCalls.svg +0 -57
  363. package/es/svg/images/EmptyActivity.svg +0 -85
  364. package/es/svg/images/EmptyAgent.svg +0 -52
  365. package/es/svg/images/EmptyArchived.svg +0 -38
  366. package/es/svg/images/EmptyAttach.svg +0 -39
  367. package/es/svg/images/EmptyBlueprint.svg +0 -78
  368. package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
  369. package/es/svg/images/EmptyBusinessHour.svg +0 -42
  370. package/es/svg/images/EmptyCallHistory.svg +0 -46
  371. package/es/svg/images/EmptyCloud.svg +0 -38
  372. package/es/svg/images/EmptyCloudDanger.svg +0 -1
  373. package/es/svg/images/EmptyContact.svg +0 -33
  374. package/es/svg/images/EmptyConversation.svg +0 -38
  375. package/es/svg/images/EmptyDashboard.svg +0 -42
  376. package/es/svg/images/EmptyEdition.svg +0 -76
  377. package/es/svg/images/EmptyFilter.svg +0 -62
  378. package/es/svg/images/EmptyFromAddress.svg +0 -41
  379. package/es/svg/images/EmptyHappiness.svg +0 -58
  380. package/es/svg/images/EmptyHistory.svg +0 -44
  381. package/es/svg/images/EmptyInvoice.svg +0 -45
  382. package/es/svg/images/EmptyNetwork.svg +0 -50
  383. package/es/svg/images/EmptyNotification.svg +0 -38
  384. package/es/svg/images/EmptyProducts.svg +0 -57
  385. package/es/svg/images/EmptyRecycleBin.svg +0 -58
  386. package/es/svg/images/EmptyReports.svg +0 -39
  387. package/es/svg/images/EmptyRoles.svg +0 -30
  388. package/es/svg/images/EmptySearch.svg +0 -37
  389. package/es/svg/images/EmptySkills.svg +0 -75
  390. package/es/svg/images/EmptySnippet.svg +0 -46
  391. package/es/svg/images/EmptyTag.svg +0 -43
  392. package/es/svg/images/EmptyTask.svg +0 -42
  393. package/es/svg/images/EmptyTeams.svg +0 -39
  394. package/es/svg/images/EmptyTemplate.svg +0 -39
  395. package/es/svg/images/EmptyTicket.svg +0 -33
  396. package/es/svg/images/EmptyTimeEntry.svg +0 -96
  397. package/es/svg/images/EmptyTopic.svg +0 -41
  398. package/es/svg/images/EmptyWebhook.svg +0 -44
  399. package/es/svg/images/FailureLog.svg +0 -46
  400. package/es/svg/images/Loader.svg +0 -62
  401. package/es/svg/images/NoRequestFound.svg +0 -247
  402. package/es/svg/images/PageNotFound.svg +0 -405
  403. package/es/svg/images/ReguestUrlNotFound.svg +0 -267
  404. package/es/svg/images/SitBack.svg +0 -464
  405. package/es/svg/images/UnableToProcess.svg +0 -752
  406. package/es/svg/images/UnauthorizedLogin.svg +0 -1047
  407. package/es/svg/images/WillBack.svg +0 -633
  408. package/lib/svg/EmptyAccounts.js +0 -89
  409. package/lib/svg/EmptyActiveCalls.js +0 -92
  410. package/lib/svg/EmptyActivity.js +0 -92
  411. package/lib/svg/EmptyAgent.js +0 -88
  412. package/lib/svg/EmptyArchived.js +0 -87
  413. package/lib/svg/EmptyAttach.js +0 -88
  414. package/lib/svg/EmptyBlueprint.js +0 -88
  415. package/lib/svg/EmptyBusinessHoliday.js +0 -88
  416. package/lib/svg/EmptyBusinessHour.js +0 -88
  417. package/lib/svg/EmptyCallHistory.js +0 -92
  418. package/lib/svg/EmptyCloud.js +0 -87
  419. package/lib/svg/EmptyCloudDanger.js +0 -86
  420. package/lib/svg/EmptyContact.js +0 -89
  421. package/lib/svg/EmptyConversation.js +0 -88
  422. package/lib/svg/EmptyDashboard.js +0 -88
  423. package/lib/svg/EmptyEdition.js +0 -88
  424. package/lib/svg/EmptyFromAddress.js +0 -88
  425. package/lib/svg/EmptyHappiness.js +0 -88
  426. package/lib/svg/EmptyHistory.js +0 -89
  427. package/lib/svg/EmptyImportHistory.js +0 -88
  428. package/lib/svg/EmptyInvoice.js +0 -88
  429. package/lib/svg/EmptyNetwork.js +0 -88
  430. package/lib/svg/EmptyNotification.js +0 -88
  431. package/lib/svg/EmptyProducts.js +0 -88
  432. package/lib/svg/EmptyRecycleBin.js +0 -88
  433. package/lib/svg/EmptyReports.js +0 -88
  434. package/lib/svg/EmptyRoles.js +0 -88
  435. package/lib/svg/EmptySearch.js +0 -88
  436. package/lib/svg/EmptySkills.js +0 -88
  437. package/lib/svg/EmptySnippet.js +0 -88
  438. package/lib/svg/EmptyTag.js +0 -88
  439. package/lib/svg/EmptyTask.js +0 -88
  440. package/lib/svg/EmptyTeams.js +0 -88
  441. package/lib/svg/EmptyTemplate.js +0 -89
  442. package/lib/svg/EmptyTicket.js +0 -88
  443. package/lib/svg/EmptyTimeEntry.js +0 -88
  444. package/lib/svg/EmptyTopic.js +0 -88
  445. package/lib/svg/EmptyWebhook.js +0 -88
  446. package/lib/svg/FailureLog.js +0 -88
  447. package/lib/svg/Inconvenience.js +0 -91
  448. package/lib/svg/InvalidUrl.js +0 -803
  449. package/lib/svg/Loader.js +0 -84
  450. package/lib/svg/NoRequestFound.js +0 -91
  451. package/lib/svg/PageNotFound.js +0 -91
  452. package/lib/svg/SVG.js +0 -124
  453. package/lib/svg/SitBack.js +0 -85
  454. package/lib/svg/UnableToProcessRequest.js +0 -91
  455. package/lib/svg/UnauthorizedLogin.js +0 -91
  456. package/lib/svg/UrlNotFound.js +0 -91
  457. package/lib/svg/WillBeRightBack.js +0 -91
  458. package/lib/svg/docs/SVG__default.docs.js +0 -765
  459. package/lib/svg/images/EmptyAccounts.svg +0 -55
  460. package/lib/svg/images/EmptyActiveCalls.svg +0 -57
  461. package/lib/svg/images/EmptyActivity.svg +0 -85
  462. package/lib/svg/images/EmptyAgent.svg +0 -52
  463. package/lib/svg/images/EmptyArchived.svg +0 -38
  464. package/lib/svg/images/EmptyAttach.svg +0 -39
  465. package/lib/svg/images/EmptyBlueprint.svg +0 -78
  466. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  467. package/lib/svg/images/EmptyCallHistory.svg +0 -46
  468. package/lib/svg/images/EmptyCloud.svg +0 -38
  469. package/lib/svg/images/EmptyCloudDanger.svg +0 -1
  470. package/lib/svg/images/EmptyContact.svg +0 -33
  471. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  472. package/lib/svg/images/EmptyConversation.svg +0 -38
  473. package/lib/svg/images/EmptyDashboard.svg +0 -42
  474. package/lib/svg/images/EmptyEdition.svg +0 -76
  475. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  476. package/lib/svg/images/EmptyHappiness.svg +0 -58
  477. package/lib/svg/images/EmptyHistory.svg +0 -44
  478. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  479. package/lib/svg/images/EmptyInvoice.svg +0 -45
  480. package/lib/svg/images/EmptyNetwork.svg +0 -50
  481. package/lib/svg/images/EmptyNotification.svg +0 -38
  482. package/lib/svg/images/EmptyProducts.svg +0 -57
  483. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  484. package/lib/svg/images/EmptyReports.svg +0 -39
  485. package/lib/svg/images/EmptySearch.svg +0 -37
  486. package/lib/svg/images/EmptySkills.svg +0 -75
  487. package/lib/svg/images/EmptySnippet.svg +0 -46
  488. package/lib/svg/images/EmptyTag.svg +0 -43
  489. package/lib/svg/images/EmptyTask.svg +0 -42
  490. package/lib/svg/images/EmptyTeams.svg +0 -39
  491. package/lib/svg/images/EmptyTemplate.svg +0 -39
  492. package/lib/svg/images/EmptyTicket.svg +0 -33
  493. package/lib/svg/images/EmptyTimeEntry.svg +0 -96
  494. package/lib/svg/images/EmptyTopic.svg +0 -41
  495. package/lib/svg/images/FailureLog.svg +0 -46
  496. package/lib/svg/images/Inconvenience.svg +0 -719
  497. package/lib/svg/images/Loader.svg +0 -62
  498. package/lib/svg/images/NoRequestFound.svg +0 -247
  499. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  500. package/lib/svg/images/SitBack.svg +0 -464
  501. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  502. package/lib/svg/images/WillBack.svg +0 -633
  503. package/src/index.js +0 -7
  504. package/src/svg/EmptyAccounts.js +0 -39
  505. package/src/svg/EmptyActiveCalls.js +0 -47
  506. package/src/svg/EmptyActivity.js +0 -47
  507. package/src/svg/EmptyAgent.js +0 -38
  508. package/src/svg/EmptyArchived.js +0 -37
  509. package/src/svg/EmptyAttach.js +0 -38
  510. package/src/svg/EmptyBlueprint.js +0 -38
  511. package/src/svg/EmptyBusinessHoliday.js +0 -38
  512. package/src/svg/EmptyBusinessHour.js +0 -38
  513. package/src/svg/EmptyCallHistory.js +0 -47
  514. package/src/svg/EmptyCloud.js +0 -37
  515. package/src/svg/EmptyCloudDanger.js +0 -36
  516. package/src/svg/EmptyContact.js +0 -39
  517. package/src/svg/EmptyConversation.js +0 -38
  518. package/src/svg/EmptyDashboard.js +0 -38
  519. package/src/svg/EmptyEdition.js +0 -38
  520. package/src/svg/EmptyFromAddress.js +0 -38
  521. package/src/svg/EmptyHappiness.js +0 -38
  522. package/src/svg/EmptyHistory.js +0 -39
  523. package/src/svg/EmptyImportHistory.js +0 -38
  524. package/src/svg/EmptyInvoice.js +0 -38
  525. package/src/svg/EmptyNetwork.js +0 -38
  526. package/src/svg/EmptyNotification.js +0 -38
  527. package/src/svg/EmptyProducts.js +0 -38
  528. package/src/svg/EmptyRecycleBin.js +0 -38
  529. package/src/svg/EmptyReports.js +0 -38
  530. package/src/svg/EmptyRoles.js +0 -38
  531. package/src/svg/EmptySearch.js +0 -38
  532. package/src/svg/EmptySkills.js +0 -38
  533. package/src/svg/EmptySnippet.js +0 -38
  534. package/src/svg/EmptyTag.js +0 -38
  535. package/src/svg/EmptyTask.js +0 -38
  536. package/src/svg/EmptyTeams.js +0 -38
  537. package/src/svg/EmptyTemplate.js +0 -39
  538. package/src/svg/EmptyTicket.js +0 -38
  539. package/src/svg/EmptyTimeEntry.js +0 -38
  540. package/src/svg/EmptyTopic.js +0 -38
  541. package/src/svg/EmptyWebhook.js +0 -38
  542. package/src/svg/FailureLog.js +0 -38
  543. package/src/svg/Inconvenience.js +0 -41
  544. package/src/svg/InvalidUrl.js +0 -758
  545. package/src/svg/Loader.js +0 -34
  546. package/src/svg/NoRequestFound.js +0 -41
  547. package/src/svg/PageNotFound.js +0 -41
  548. package/src/svg/SVG.js +0 -91
  549. package/src/svg/SVG.module.css +0 -27
  550. package/src/svg/SitBack.js +0 -37
  551. package/src/svg/UnableToProcessRequest.js +0 -41
  552. package/src/svg/UnauthorizedLogin.js +0 -41
  553. package/src/svg/UrlNotFound.js +0 -41
  554. package/src/svg/WillBeRightBack.js +0 -41
  555. package/src/svg/docs/SVG__default.docs.js +0 -289
  556. package/src/svg/images/EmptyAccounts.svg +0 -55
  557. package/src/svg/images/EmptyActiveCalls.svg +0 -57
  558. package/src/svg/images/EmptyActivity.svg +0 -85
  559. package/src/svg/images/EmptyAgent.svg +0 -52
  560. package/src/svg/images/EmptyArchived.svg +0 -38
  561. package/src/svg/images/EmptyAttach.svg +0 -39
  562. package/src/svg/images/EmptyBlueprint.svg +0 -78
  563. package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
  564. package/src/svg/images/EmptyCallHistory.svg +0 -46
  565. package/src/svg/images/EmptyCloud.svg +0 -38
  566. package/src/svg/images/EmptyCloudDanger.svg +0 -1
  567. package/src/svg/images/EmptyContact.svg +0 -33
  568. package/src/svg/images/EmptyContactInfo.svg +0 -27
  569. package/src/svg/images/EmptyConversation.svg +0 -38
  570. package/src/svg/images/EmptyDashboard.svg +0 -42
  571. package/src/svg/images/EmptyEdition.svg +0 -76
  572. package/src/svg/images/EmptyFilter.svg +0 -62
  573. package/src/svg/images/EmptyHappiness.svg +0 -58
  574. package/src/svg/images/EmptyHistory.svg +0 -44
  575. package/src/svg/images/EmptyImportHistory.svg +0 -43
  576. package/src/svg/images/EmptyInvoice.svg +0 -45
  577. package/src/svg/images/EmptyNotification.svg +0 -38
  578. package/src/svg/images/EmptyProducts.svg +0 -57
  579. package/src/svg/images/EmptyReports.svg +0 -39
  580. package/src/svg/images/EmptyRoles.svg +0 -30
  581. package/src/svg/images/EmptySearch.svg +0 -37
  582. package/src/svg/images/EmptySkills.svg +0 -75
  583. package/src/svg/images/EmptySnippet.svg +0 -46
  584. package/src/svg/images/EmptyTag.svg +0 -43
  585. package/src/svg/images/EmptyTask.svg +0 -42
  586. package/src/svg/images/EmptyTeams.svg +0 -39
  587. package/src/svg/images/EmptyTemplate.svg +0 -39
  588. package/src/svg/images/EmptyTicket.svg +0 -33
  589. package/src/svg/images/EmptyTimeEntry.svg +0 -96
  590. package/src/svg/images/EmptyTopic.svg +0 -41
  591. package/src/svg/images/EmptyWebhook.svg +0 -44
  592. package/src/svg/images/Inconvenience.svg +0 -719
  593. package/src/svg/images/Loader.svg +0 -62
  594. package/src/svg/images/PageNotFound.svg +0 -405
  595. package/src/svg/images/SitBack.svg +0 -464
  596. package/src/svg/images/UnableToProcess.svg +0 -752
@@ -1,78 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 298 123.5" style="enable-background:new 0 0 298 123.5;" xml:space="preserve">
5
- <title>blueprintEmt</title>
6
- <g>
7
- <g id="Layer_1-2">
8
- <path style="opacity:0.35;fill:#E5E5E5;enable-background:new ;" d="M288.2,78.1H211c-1.9-2.6-2.1-5.1-0.7-7.7h44
9
- c5.3,0,9.6-4.3,9.6-9.6l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H134.7c-1.8-2.7-1.7-5.4,0.2-8.2h40.7c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0
10
- l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H9.6c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0C0,38.7,4.3,43,9.6,43c0,0,0,0,0,0h59.7
11
- c1.6,2.5,1.7,5.6,0.2,8.2H34.7c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0c0,5.3,4.3,9.6,9.6,9.6h111.2c1.2,2.5,1,5.4-0.6,7.7H63
12
- c-5.3,0-9.6,4.3-9.6,9.6l0,0c0,5.3,4.3,9.6,9.6,9.6h72c1.1,2.2,1.1,4.8,0,7h-32.6c-5.3,0-9.6,4.3-9.6,9.6c0,5.3,4.3,9.6,9.6,9.6
13
- l0,0h114.5c5.3,0,9.6-4.3,9.6-9.6c0-5.3-4.3-9.6-9.6-9.6h-17.2c-1.4-2.1-1.4-4.9,0-7h88.7c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0l0,0
14
- C297.9,82.3,293.6,78,288.2,78.1z"/>
15
-
16
- <polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
17
- 76.5,70.5 79.3,70.8 77.4,72.8 77.9,75.5 75.4,74.3 73,75.7 73.4,73 71.4,71.1 74.1,70.6 75.2,68.1 "/>
18
- <g style="opacity:0.7;">
19
-
20
- <circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:0.97,0.97;" cx="66.6" cy="22.8" r="4.3"/>
21
- </g>
22
- <g style="opacity:0.7;">
23
-
24
- <circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.03,1.03;" cx="192.3" cy="117.8" r="4.3"/>
25
- </g>
26
-
27
- <polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
28
- 139.2,17.3 141.2,17.5 139.8,18.9 140.2,20.9 138.5,20 136.7,21 137,19 135.6,17.7 137.5,17.4 138.3,15.6 "/>
29
-
30
- <polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
31
- 215.1,2.6 217.1,2.9 215.7,4.3 216.1,6.2 214.4,5.4 212.6,6.3 212.9,4.4 211.5,3 213.4,2.7 214.2,0.9 "/>
32
- <g style="opacity:0.7;">
33
-
34
- <circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.01,1.01;" cx="260.9" cy="54.3" r="8"/>
35
- </g>
36
- <g style="opacity:0.3;">
37
- <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="145.9" y1="51.3" x2="145.9" y2="40.8"/>
38
- <circle style="fill:none;stroke:#000000;stroke-miterlimit:10;" cx="145.9" cy="56.6" r="5.3"/>
39
- <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="145.9" y1="58.5" x2="145.9" y2="54.6"/>
40
- <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="144" y1="56.6" x2="147.9" y2="56.6"/>
41
- <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="145.9" y1="61.9" x2="145.9" y2="72.4"/>
42
- <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="181.5" y1="80.1" x2="192" y2="80.1"/>
43
- <circle style="fill:none;stroke:#000000;stroke-miterlimit:10;" cx="176.2" cy="80.1" r="5.3"/>
44
- <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="174.2" y1="80.1" x2="178.1" y2="80.1"/>
45
- <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="176.2" y1="78.1" x2="176.2" y2="82"/>
46
- <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="170.8" y1="80.1" x2="160.3" y2="80.1"/>
47
- <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="131.8" y1="80.5" x2="116.8" y2="80.5"/>
48
- <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="103.2" y1="86.6" x2="103.2" y2="106.6"/>
49
- <path style="fill:none;stroke:#000000;stroke-miterlimit:10;" d="M110.9,86.6H95.5c-3.1,0-5.6-2.5-5.6-5.6v-1
50
- c0-3.1,2.5-5.6,5.6-5.6c0,0,0,0,0,0h15.4c3.1,0,5.6,2.5,5.6,5.6c0,0,0,0,0,0v1c0,3.1-2.4,5.5-5.5,5.6
51
- C111,86.6,110.9,86.6,110.9,86.6z"/>
52
- <circle cx="103.2" cy="80.5" r="1.2"/>
53
- <circle cx="107.6" cy="80.5" r="1.2"/>
54
- <circle cx="98.9" cy="80.5" r="1.2"/>
55
- </g>
56
- <path style="fill:#FFFFFF;stroke:#66BDE9;stroke-miterlimit:10;" d="M161.9,40.7H130c-0.2,0-0.4-0.2-0.4-0.4v-12
57
- c0-0.2,0.2-0.4,0.4-0.4h31.9c0.2,0,0.4,0.2,0.4,0.4v12C162.2,40.6,162.1,40.7,161.9,40.7z"/>
58
- <circle cx="145.9" cy="34.4" r="1.2"/>
59
- <circle cx="150.3" cy="34.4" r="1.2"/>
60
- <circle cx="141.6" cy="34.4" r="1.2"/>
61
- <path style="fill:#FFFFFF;stroke:#66BDE9;stroke-miterlimit:10;" d="M224.2,86.4h-31.9c-0.2,0-0.4-0.2-0.4-0.4V74
62
- c0-0.2,0.2-0.4,0.4-0.4h31.9c0.2,0,0.4,0.2,0.4,0.4v12C224.6,86.2,224.4,86.4,224.2,86.4C224.2,86.4,224.2,86.4,224.2,86.4z"/>
63
- <circle cx="208.3" cy="80.1" r="1.2"/>
64
- <circle cx="212.6" cy="80.1" r="1.2"/>
65
- <circle cx="203.9" cy="80.1" r="1.2"/>
66
- <path style="fill:#FFFFFF;stroke:#66BDE9;stroke-miterlimit:10;" d="M119.2,119.4H87.3c-0.2,0-0.4-0.2-0.4-0.4v-12
67
- c0-0.2,0.2-0.4,0.4-0.4h31.9c0.2,0,0.4,0.2,0.4,0.4v12C119.5,119.2,119.4,119.4,119.2,119.4z"/>
68
- <circle cx="103.2" cy="113" r="1.2"/>
69
- <circle cx="107.6" cy="113" r="1.2"/>
70
- <circle cx="98.9" cy="113" r="1.2"/>
71
- <path style="fill:#FFFFFF;stroke:#66BDE9;stroke-miterlimit:10;" d="M132.2,87.7h27.6c0.3,0,0.6-0.3,0.6-0.6V73
72
- c0-0.3-0.3-0.6-0.6-0.6h-27.6c-0.3,0-0.6,0.3-0.6,0.6v14.1C131.5,87.5,131.8,87.7,132.2,87.7z"/>
73
- <circle cx="145.9" cy="80.1" r="1.2"/>
74
- <circle cx="150.3" cy="80.1" r="1.2"/>
75
- <circle cx="141.6" cy="80.1" r="1.2"/>
76
- </g>
77
- </g>
78
- </svg>
@@ -1,50 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
- .st1{fill:#EDE353;}
8
- .st2{fill:#CED5DE;}
9
- .st3{opacity:0.5;fill:#FFFFFF;enable-background:new ;}
10
- .st4{fill:#788190;}
11
- .st5{fill:#F1F2F4;}
12
- </style>
13
- <title>business1</title>
14
- <g id="Layer_2_1_">
15
- <g id="Layer_1-2">
16
- <path class="st0" d="M181.9,68.8c0,38-30.8,68.8-68.8,68.8s-68.8-30.8-68.8-68.8S75.1,0,113.1,0c0,0,0,0,0,0
17
- c37.9-0.1,68.7,30.6,68.8,68.5C181.9,68.6,181.9,68.7,181.9,68.8z"/>
18
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
19
- <path class="st0" d="M51.5,123.6c0,0.6,0,1.2-0.1,1.7c-1,8.6-8.7,14.7-17.3,13.8s-14.7-8.7-13.8-17.3s8.7-14.7,17.3-13.8
20
- C45.6,109,51.6,115.7,51.5,123.6z"/>
21
- <path class="st1" d="M29.5,64.8c-0.1-0.1-0.2-0.3-0.3-0.5L29.5,64.8z"/>
22
- <path class="st2" d="M59,113c-0.3-0.3-0.7-0.5-1-0.8c-5.4-3.6-12.6-2.1-16.1,3.3c-1,1.5-1.7,3.3-1.9,5.1c-0.1,0.5-0.1,0.9-0.1,1.4
23
- c0,2.8,1,5.4,2.8,7.5l0.2,0.2c4.5,4.6,11.8,4.7,16.5,0.3c4.6-4.5,4.7-11.8,0.3-16.5C59.4,113.4,59.2,113.2,59,113z M49,33.7
24
- c-1.2,0.7-43.2,25.2-35.1,63c0,0,12.7-7.1,22.4-3.3C36.4,93.4,26.7,53.7,49,33.7z M49,33.7c35.4-7.9,62.8,24,62.8,24
25
- c11-12.8,16.5-12.5,16.5-12.5C100,13.9,49.1,33.7,49,33.7L49,33.7z M123.3,77.2c0-0.3,0.1-0.6,0.1-1c0-0.2-0.1-0.4-0.2-0.6
26
- c-0.1-0.1-0.2-0.1-0.4-0.1H100c-0.3,0-0.6,0.3-0.6,0.6c0,0,0,0,0,0c0.1,3.2,1.1,17.6,7.5,27.4c0.2,0.3,0.4,0.6,0.6,0.9
27
- c3.5,4.9,8.5,8.5,15.6,8.6c0.5,0,1,0,1.5,0c0.2,0,0.4,0,0.6-0.1c2.5-0.4,4.7-2.9,6.4-4.8c0.7-1,1-2.2,0.9-3.3
28
- C132.5,104.8,121.9,89.9,123.3,77.2z M90.6,70.6c0,0-6.7,0.7-17.6,6.3l-0.9,0.5c-4.3,2.3-8.4,4.9-12.4,7.8
29
- c0,0-18.1-28.2-10.7-51.4C49.1,33.7,73.4,39,90.6,70.6z"/>
30
- <path class="st3" d="M60.7,119.8c0,6.4-5.2,11.6-11.6,11.6c0,0,0,0,0,0c-2.3,0-4.5-0.7-6.4-1.9c-4.2-4.9-3.5-12.3,1.4-16.4
31
- c3.9-3.3,9.6-3.7,13.9-0.8C59.7,114.4,60.7,117,60.7,119.8z"/>
32
- <path class="st4" d="M49.1,33.7c0,0,32-10.1,62.8,24c0,0-8.4,1-21.3,12.9C90.6,70.6,75.8,42.1,49.1,33.7z M36.4,93.4
33
- c8.8-8.7,23.4-8.3,23.4-8.3C43.3,54.9,49.1,33.7,49.1,33.7C24.5,53.3,36.4,93.4,36.4,93.4z M124.6,113.1h22.8
34
- c4.4-0.7,7.9-3.9,9-8.2h-23.9C131.1,110.2,123.9,113.3,124.6,113.1z M57.9,112.3c-1.9-1.2-4.1-1.9-6.4-1.9c-0.5,0-1,0-1.5,0.1
35
- c-1.5,2.1-2.3,4.6-2.5,7.2c3.2-2.8,7.2-4.5,11.4-4.7C58.7,112.7,58.3,112.5,57.9,112.3z M39.9,120.6L39.9,120.6
36
- c0,0.5-0.1,0.9-0.1,1.4c0,2.8,1,5.4,2.8,7.5c0,0.1,0.1,0.1,0.2,0.2c0.1-4.3,1.7-8.5,4.6-11.7C44.7,118.1,42.2,119.1,39.9,120.6
37
- L39.9,120.6z M47.6,118c-0.5,6.1,2.5,11.9,7.7,15c3.5-1.2,6.3-4,7.4-7.5C61,123.3,55.8,117.3,47.6,118z"/>
38
- <path class="st5" d="M158.7,120.3c-26.1,23.2-65.4,23.1-91.4-0.2C97.2,111.9,128.8,112,158.7,120.3z"/>
39
- <path class="st4" d="M95,118.3c-0.1,0-0.2,0.1-0.2,0.1c-0.2,0-0.4-0.1-0.4-0.3L72.1,77.3l0.9-0.5l22.2,40.8
40
- C95.3,117.9,95.2,118.2,95,118.3z"/>
41
- <path class="st4" d="M113.4,95.5L113.4,95.5l-13.1-19.6c-0.1-0.2-0.4-0.3-0.7-0.2c0,0,0,0,0,0c-0.2,0.2-0.3,0.5-0.1,0.7l12.9,19.3
42
- l-18,25.7c-0.2,0.2-0.1,0.5,0.1,0.7c0.1,0.1,0.2,0.1,0.3,0.1c0.2,0,0.3-0.1,0.4-0.2L113,96.6l10.6,15.8l-6.5,9
43
- c-0.2,0.2-0.1,0.5,0.1,0.7c0.1,0.1,0.2,0.1,0.3,0.1c0.2,0,0.3-0.1,0.4-0.2l6.3-8.7l6.1,9.1c0.1,0.1,0.2,0.2,0.4,0.2
44
- c0.1,0,0.2,0,0.3-0.1c0.2-0.2,0.3-0.5,0.1-0.7L113.4,95.5z"/>
45
- <path class="st4" d="M153.5,121.4l-29.9-45.5c-0.1-0.2-0.5-0.3-0.7-0.2c-0.2,0.2-0.3,0.5-0.1,0.7l12.6,19.3l-4.2,5.4
46
- c-0.2,0.2-0.1,0.5,0.1,0.7c0.1,0.1,0.2,0.1,0.3,0.1c0.2,0,0.3-0.1,0.4-0.2l4-5.1l16.6,25.4c0.1,0.1,0.3,0.2,0.4,0.2
47
- c0.1,0,0.2,0,0.3-0.1C153.5,122,153.6,121.7,153.5,121.4C153.5,121.4,153.5,121.4,153.5,121.4z"/>
48
- </g>
49
- </g>
50
- </svg>
@@ -1,46 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
- .st1{fill:#CED5DE;}
8
- .st2{fill:#788190;}
9
- .st3{fill:#FFFFFF;}
10
- .st4{opacity:0.8;}
11
- </style>
12
- <title>callHostory1</title>
13
- <g id="Layer_2_1_">
14
- <g id="Layer_1-2">
15
- <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
16
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
17
- <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
18
- <path class="st1" d="M144.8,72.5v33.8c0,4.9,4,8.9,8.9,8.9l0,0l0,0c4.9,0,8.9-4,8.9-8.9v0V72.5H144.8z"/>
19
- <path class="st1" d="M136.1,31.9c-4.9,0-8.9,4-8.9,8.9v61.4c0,0,1.2,13.7-8.7,13h-0.2c-4.9,0-8.9-4-8.9-8.9c0,0,0,0,0,0V93.7H59.9
20
- V31.9H136.1z"/>
21
- <path class="st2" d="M153.9,115.2h-35.4c9.8,0,8.7-13,8.7-13V40.8c0.2-4.9,4.3-8.8,9.2-8.6c4.7,0.2,8.4,3.9,8.6,8.6V102
22
- C144.4,114.9,153.9,115.2,153.9,115.2z M109.4,106.3V93.7H43.5v12.6c0,4.9,4,8.9,8.9,8.9c0,0,0,0,0,0h65.9
23
- C113.4,115.2,109.4,111.2,109.4,106.3C109.4,106.3,109.4,106.3,109.4,106.3z"/>
24
- <circle class="st3" cx="61" cy="30.5" r="20.9"/>
25
- <path class="st2" d="M81.9,30.2c0,3.4-0.8,6.9-2.4,9.9c-1.6,3-3.9,5.6-6.7,7.4c-5.6,3.7-12.6,4.4-18.8,1.8
26
- c-2.9-1.3-5.5-3.2-7.5-5.8c-0.3-0.3-0.5-0.6-0.7-1l-0.7-1l-0.6-1c-0.2-0.3-0.4-0.7-0.5-1l-0.5-1.1c-0.2-0.4-0.2-0.8-0.4-1.1
27
- c-0.2-0.7-0.4-1.5-0.5-2.3c-0.5-3-0.3-6.2,0.7-9.1c1-2.7,2.5-5.1,4.5-7.1l2.5,2.5c0.4,0.4,0.9,0.3,1.3,0c0.2-0.2,0.3-0.4,0.3-0.6
28
- V12c0-0.5-0.4-0.9-0.9-0.9l-9.4-0.6c-0.5,0-0.9,0.4-1,0.9c0,0.3,0.1,0.5,0.3,0.7l2.7,2.7c-2.5,2.8-4.3,6.2-5.3,9.8
29
- c-0.9,3.8-1,7.7-0.1,11.4c0.2,0.9,0.5,1.8,0.9,2.7c0.2,0.5,0.3,0.9,0.5,1.3l0.6,1.3c0.2,0.4,0.4,0.8,0.7,1.2l0.8,1.2l0.9,1.1
30
- c0.3,0.4,0.6,0.8,0.9,1.1c2.5,2.8,5.7,4.9,9.2,6.1c7,2.4,14.8,1.2,20.7-3.4C79.4,44.3,82.5,37.4,81.9,30.2z"/>
31
- <g class="st4">
32
- <path class="st2" d="M82.3,77.3c-3.7-3.8-5.8-8.3-6.2-11.5c-0.2-1.3,0.4-2.7,1.5-3.5l1.3-0.9c0.5-0.3,1.1-0.2,1.4,0.3l3.1,4.8
33
- c0.3,0.4,0.2,0.9-0.1,1.3l-0.7,0.8c-0.9,0.9-0.9,2.3-0.1,3.3c0.7,0.8,1.5,1.7,2.4,2.7l0.1,0.1c1,0.9,1.9,1.8,2.7,2.5
34
- c0.9,0.9,2.3,0.9,3.2,0l0.7-0.8c0.3-0.3,0.8-0.4,1.2-0.1l4.7,3.2c0.5,0.3,0.6,0.9,0.3,1.4c0,0,0,0,0,0L97,82.2
35
- c-0.7,1.1-2,1.7-3.4,1.6C90.6,83.4,86.1,81.1,82.3,77.3L82.3,77.3z"/>
36
- </g>
37
- <path class="st3" d="M102.5,45.4c-6.3,0-11.5,5.1-11.5,11.5c0,2.2,0.6,4.3,1.8,6.1l-1.1,3.6l4-0.5c5.1,3.8,12.3,2.7,16.1-2.5
38
- s2.7-12.3-2.5-16.1C107.3,46.2,104.9,45.4,102.5,45.4L102.5,45.4z"/>
39
- <path class="st2" d="M70.7,32.9H59.9c-0.6,0-1-0.4-1-1V21c0-0.6,0.4-1,1-1s1,0.4,1,1v10h9.8c0.6,0,1,0.4,1,1S71.2,33,70.7,32.9
40
- L70.7,32.9z"/>
41
- <circle class="st2" cx="102.5" cy="56.9" r="1"/>
42
- <circle class="st2" cx="98.5" cy="56.9" r="1"/>
43
- <circle class="st2" cx="106.5" cy="56.9" r="1"/>
44
- </g>
45
- </g>
46
- </svg>
@@ -1,38 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 298 123.5" style="enable-background:new 0 0 298 123.5;" xml:space="preserve">
5
- <title>cloudEmt</title>
6
- <g>
7
- <g id="Layer_1-2">
8
- <path style="opacity:0.35;fill:#E5E5E5;enable-background:new ;" d="M288.2,78.1H211c-1.9-2.6-2.1-5.1-0.7-7.7h44
9
- c5.3,0,9.6-4.3,9.6-9.6l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H134.7c-1.8-2.7-1.7-5.4,0.2-8.2h40.7c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0
10
- l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H9.6c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0C0,38.7,4.3,43,9.6,43c0,0,0,0,0,0h59.7
11
- c1.6,2.5,1.7,5.6,0.2,8.2H34.7c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0c0,5.3,4.3,9.6,9.6,9.6h111.2c1.2,2.5,1,5.4-0.6,7.7H63
12
- c-5.3,0-9.6,4.3-9.6,9.6l0,0c0,5.3,4.3,9.6,9.6,9.6h72c1.1,2.2,1.1,4.8,0,7h-32.6c-5.3,0-9.6,4.3-9.6,9.6c0,5.3,4.3,9.6,9.6,9.6
13
- l0,0h114.5c5.3,0,9.6-4.3,9.6-9.6c0-5.3-4.3-9.6-9.6-9.6h-17.2c-1.4-2.1-1.4-4.9,0-7h88.7c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0l0,0
14
- C297.9,82.3,293.6,78,288.2,78.1z"/>
15
-
16
- <polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
17
- 76.5,70.5 79.3,70.8 77.4,72.8 77.9,75.5 75.4,74.3 73,75.7 73.4,73 71.4,71.1 74.1,70.6 75.2,68.1 "/>
18
- <g style="opacity:0.7;">
19
-
20
- <circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:0.97,0.97;" cx="66.6" cy="22.8" r="4.3"/>
21
- </g>
22
- <g style="opacity:0.7;">
23
-
24
- <circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.03,1.03;" cx="192.3" cy="117.8" r="4.3"/>
25
- </g>
26
-
27
- <polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
28
- 139.2,17.3 141.2,17.5 139.8,18.9 140.2,20.9 138.5,20 136.7,21 137,19 135.6,17.7 137.5,17.4 138.3,15.6 "/>
29
-
30
- <polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
31
- 215.1,2.6 217.1,2.9 215.7,4.3 216.1,6.2 214.4,5.4 212.6,6.3 212.9,4.4 211.5,3 213.4,2.7 214.2,0.9 "/>
32
- <g style="opacity:0.7;">
33
-
34
- <circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.01,1.01;" cx="260.9" cy="54.3" r="8"/>
35
- </g>
36
- </g>
37
- </g>
38
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298 123.46"><defs><style>.cls-1{fill:#ffdddd;opacity:0.25;}.cls-1,.cls-2{isolation:isolate;}.cls-2,.cls-4,.cls-5,.cls-6{fill:none;stroke:#ffdddd;stroke-miterlimit:10;stroke-width:0.75px;}.cls-2,.cls-3{opacity:0.7;}.cls-4{stroke-dasharray:0.97 0.97;}.cls-5{stroke-dasharray:1.03 1.03;}.cls-6{stroke-dasharray:1.01 1.01;}</style></defs><title>empty screen</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1 mktSvgFill" d="M288.2,78.06H211c-1.9-2.6-2.1-5.1-.7-7.7h44a9.6,9.6,0,0,0,9.6-9.6h0a9.6,9.6,0,0,0-9.6-9.6H134.7c-1.8-2.7-1.7-5.4.2-8.2h40.7a9.6,9.6,0,0,0,9.6-9.6h0a9.6,9.6,0,0,0-9.6-9.6H9.6A9.6,9.6,0,0,0,0,33.36H0A9.6,9.6,0,0,0,9.6,43H69.3a7.81,7.81,0,0,1,.2,8.2H34.7a9.6,9.6,0,0,0-9.6,9.6h0a9.6,9.6,0,0,0,9.6,9.6H145.9a7.61,7.61,0,0,1-.6,7.7H63a9.6,9.6,0,0,0-9.6,9.6h0a9.6,9.6,0,0,0,9.6,9.6h72a7.84,7.84,0,0,1,0,7H102.4a9.6,9.6,0,0,0,0,19.2H216.9a9.6,9.6,0,0,0,0-19.2H199.7a6.36,6.36,0,0,1,0-7h88.7a9.6,9.6,0,0,0,9.6-9.6h0A9.77,9.77,0,0,0,288.2,78.06Z"></path><polygon class="cls-2 mktSvgStrk" points="76.5 70.46 79.3 70.76 77.4 72.76 77.9 75.46 75.4 74.26 73 75.66 73.4 72.96 71.4 71.06 74.1 70.56 75.2 68.06 76.5 70.46"></polygon><g class="cls-3"><circle class="cls-4 mktSvgStrk" cx="66.6" cy="22.76" r="4.3"></circle></g><g class="cls-3"><circle class="cls-5 mktSvgStrk" cx="192.3" cy="117.76" r="4.3"></circle></g><polygon class="cls-2 mktSvgStrk" points="139.2 17.26 141.2 17.46 139.8 18.86 140.2 20.86 138.5 19.96 136.7 20.96 137 18.96 135.6 17.66 137.5 17.36 138.3 15.56 139.2 17.26"></polygon><polygon class="cls-2 mktSvgStrk" points="215.1 2.56 217.1 2.86 215.7 4.26 216.1 6.16 214.4 5.36 212.6 6.26 212.9 4.36 211.5 2.96 213.4 2.66 214.2 0.86 215.1 2.56"></polygon><g class="cls-3"><circle class="cls-6 mktSvgStrk" cx="260.9" cy="54.26" r="8"></circle></g></g></g></svg>
@@ -1,33 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
- .st1{fill:none;stroke:#75B3FE;stroke-linecap:round;stroke-linejoin:round;}
8
- .st2{fill:#FFFFFF;}
9
- .st3{fill:#CED5DE;}
10
- .st4{fill:#788190;}
11
- </style>
12
- <title>emptyContact</title>
13
- <g>
14
- <g id="Layer_1-2">
15
- <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
16
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
17
- <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
18
- <line class="st1" x1="112.8" y1="55.7" x2="112.8" y2="55.8"/>
19
- <path class="st2" d="M51,25.7h82.9c1.5,0,2.7,1.2,2.7,2.7v82.9c0,1.5-1.2,2.7-2.7,2.7H51c-1.5,0-2.7-1.2-2.7-2.7V28.4
20
- C48.3,26.9,49.5,25.7,51,25.7z"/>
21
- <path class="st3" d="M109,62.7V66c0,9.4-7.6,17-17,17s-17-7.6-17-17v-7l2.9-12C77.9,47,82.5,59.8,109,62.7z M64.2,114l-0.2,8.6
22
- c0,1.5,1.3,2.8,2.8,2.8h77c2.8,0,5.1-2.3,5.1-5.1V43.5c0-1.6-1.3-2.9-2.9-2.9h-9.5v70.6c0,1.6-1.3,2.9-2.9,2.9c0,0,0,0,0,0
23
- L64.2,114z M107.2,92.7H78.1c-0.8,0-1.4-0.6-1.4-1.4l0,0l0,0c0-0.7,0.6-1.3,1.4-1.3h29.1c0.7,0,1.4,0.6,1.4,1.3l0,0
24
- C108.5,92.1,108,92.7,107.2,92.7C107.2,92.7,107.2,92.7,107.2,92.7L107.2,92.7z M97,102.9H78c-0.7,0-1.4-0.6-1.4-1.3l0,0
25
- c0-0.8,0.6-1.4,1.4-1.4l0,0h19c0.7,0,1.4,0.6,1.3,1.4l0,0C98.3,102.3,97.7,102.9,97,102.9z M19.9,48.2l4.3,4.2l-0.5,6
26
- c0,0.2,0.2,0.3,0.3,0.2l5.6-2.8l5.2,2.7c0.2,0.1,0.3,0,0.3-0.2l-1.2-5.9l4.8-4.3c0.2-0.2,0.1-0.4-0.1-0.4l-6.4-0.8l-2.7-5.5
27
- c-0.1-0.1-0.3-0.1-0.4,0l-3,5.4l-5.9,0.9C20,47.8,19.9,48,19.9,48.2z"/>
28
- <path class="st4" d="M112.8,51.7v11.4c-1.3-0.1-2.5-0.2-3.7-0.3c-26.5-2.9-31-15.8-31-15.8l-2.9,12v-7.2c0-6.8,3.7-13.1,9.6-16.4
29
- c0.2-0.1,0.4-0.2,0.7-0.4c9.3-4.7,20.6-1,25.3,8.3c1.1,2.1,1.7,4.4,2,6.8c0,0.3,0.1,0.7,0.1,1S112.8,51.5,112.8,51.7z"/>
30
- <path class="st4" d="M99.8,69.4c0.2,4.4-3.3,8.1-7.6,8.2c-4.4,0.2-8.1-3.3-8.2-7.6c0-0.2,0-0.4,0-0.6H99.8z"/>
31
- </g>
32
- </g>
33
- </svg>
@@ -1,27 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
5
- <title>emptyContact</title>
6
- <g>
7
- <g id="Layer_1-2">
8
- <circle style="opacity:3.000000e-02;fill:#1E2633;enable-background:new ;" cx="113.1" cy="68.8" r="68.8"/>
9
- <circle style="opacity:3.000000e-02;fill:#1E2633;enable-background:new ;" cx="42.7" cy="56.4" r="42.7"/>
10
- <circle style="opacity:3.000000e-02;fill:#1E2633;enable-background:new ;" cx="35.9" cy="123.6" r="15.6"/>
11
- <line style="fill:none;stroke:#75B3FE;stroke-linecap:round;stroke-linejoin:round;" x1="112.8" y1="55.7" x2="112.8" y2="55.8"/>
12
- <path style="fill:#FFFFFF;" d="M51,25.7h82.9c1.5,0,2.7,1.2,2.7,2.7v82.9c0,1.5-1.2,2.7-2.7,2.7H51c-1.5,0-2.7-1.2-2.7-2.7V28.4
13
- C48.3,26.9,49.5,25.7,51,25.7z"/>
14
- <path style="fill:#CED5DE;" d="M109,62.7V66c0,9.4-7.6,17-17,17s-17-7.6-17-17v-7l2.9-12C77.9,47,82.5,59.8,109,62.7z M64.2,114
15
- l-0.2,8.6c0,1.5,1.3,2.8,2.8,2.8h77c2.8,0,5.1-2.3,5.1-5.1V43.5c0-1.6-1.3-2.9-2.9-2.9h-9.5v70.6c0,1.6-1.3,2.9-2.9,2.9
16
- c0,0,0,0,0,0L64.2,114z M107.2,92.7H78.1c-0.8,0-1.4-0.6-1.4-1.4l0,0l0,0c0-0.7,0.6-1.3,1.4-1.3h29.1c0.7,0,1.4,0.6,1.4,1.3l0,0
17
- C108.5,92.1,108,92.7,107.2,92.7C107.2,92.7,107.2,92.7,107.2,92.7L107.2,92.7z M97,102.9H78c-0.7,0-1.4-0.6-1.4-1.3l0,0
18
- c0-0.8,0.6-1.4,1.4-1.4l0,0h19c0.7,0,1.4,0.6,1.3,1.4l0,0C98.3,102.3,97.7,102.9,97,102.9z M19.9,48.2l4.3,4.2l-0.5,6
19
- c0,0.2,0.2,0.3,0.3,0.2l5.6-2.8l5.2,2.7c0.2,0.1,0.3,0,0.3-0.2l-1.2-5.9l4.8-4.3c0.2-0.2,0.1-0.4-0.1-0.4l-6.4-0.8l-2.7-5.5
20
- c-0.1-0.1-0.3-0.1-0.4,0l-3,5.4l-5.9,0.9C20,47.8,19.9,48,19.9,48.2z"/>
21
- <path style="fill:#788190;" d="M112.8,51.7v11.4c-1.3-0.1-2.5-0.2-3.7-0.3c-26.5-2.9-31-15.8-31-15.8l-2.9,12v-7.2
22
- c0-6.8,3.7-13.1,9.6-16.4c0.2-0.1,0.4-0.2,0.7-0.4c9.3-4.7,20.6-1,25.3,8.3c1.1,2.1,1.7,4.4,2,6.8c0,0.3,0.1,0.7,0.1,1
23
- S112.8,51.5,112.8,51.7z"/>
24
- <path style="fill:#788190;" d="M99.8,69.4c0.2,4.4-3.3,8.1-7.6,8.2c-4.4,0.2-8.1-3.3-8.2-7.6c0-0.2,0-0.4,0-0.6H99.8z"/>
25
- </g>
26
- </g>
27
- </svg>
@@ -1,38 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
- .st1{fill:#CED5DE;}
8
- .st2{fill:#788190;}
9
- .st3{fill:#E7E9EC;}
10
- .st4{fill:#FFFFFF;}
11
- </style>
12
- <title>emptyConversation</title>
13
- <g id="Layer_2_1_">
14
- <g id="Layer_1-2">
15
- <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
16
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
17
- <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
18
- <path class="st1" d="M133.1,50v28.3c0,5.8-4.7,10.4-10.4,10.4h-21l-3.3,7.4c-0.3,0.6-1,0.9-1.6,0.6c-0.2-0.1-0.4-0.2-0.5-0.4
19
- l-5.3-7.6H69.8c-5.8,0-10.4-4.7-10.4-10.4c0,0,0,0,0,0V50c0-5.8,4.6-10.4,10.4-10.4c0,0,0,0,0,0h52.9
20
- C128.4,39.5,133.1,44.2,133.1,50C133.1,50,133.1,50,133.1,50z"/>
21
- <path class="st2" d="M69.6,26.2H40.3c-3.5,0-6.4,2.9-6.3,6.4v15.7c0,3.5,2.9,6.4,6.4,6.4h11.2L54,59c0.3,0.5,1,0.7,1.5,0.4
22
- c0.2-0.1,0.4-0.3,0.5-0.5l2-4.3h11.7c3.5,0,6.4-2.9,6.4-6.4c0,0,0,0,0-0.1V32.6C76,29,73.1,26.2,69.6,26.2
23
- C69.6,26.2,69.6,26.2,69.6,26.2z"/>
24
- <polygon class="st2" points="128.3,128.4 64.8,128.4 66.4,123.2 94.3,123.2 85.7,108.9 113.2,108.9 "/>
25
- <polygon class="st1" points="94.3,123.2 39.2,123.2 54.7,105.5 83.7,105.5 85.7,108.9 "/>
26
- <path class="st3" d="M133.1,50v28.3c0,5.8-4.7,10.4-10.4,10.4h-21l-3.3,7.4c-0.3,0.6-1,0.9-1.6,0.6c-0.2-0.1-0.4-0.2-0.5-0.4
27
- l-5.3-7.6H69.8c-3.8,0-7.3-2.1-9.2-5.4c6.2-6.6,16.4-12.6,31.9-9.8c26.6,4.8,29.8-16.7,27.6-34h2.6
28
- C128.4,39.5,133.1,44.2,133.1,50C133.1,50,133.1,50,133.1,50z"/>
29
- <path class="st4" d="M57.8,40.4c0,1.6-1.3,2.9-2.9,2.9c-1.6,0-2.9-1.3-2.9-2.9c0-1.6,1.3-2.9,2.9-2.9c0,0,0,0,0,0
30
- C56.6,37.6,57.8,38.8,57.8,40.4z M65.3,37.5c-1.6,0-2.9,1.3-2.9,2.9c0,1.6,1.3,2.9,2.9,2.9c1.6,0,2.9-1.3,2.9-2.9
31
- S66.9,37.5,65.3,37.5L65.3,37.5z M44.6,37.5c-1.6,0-2.9,1.3-2.9,2.9c0,1.6,1.3,2.9,2.9,2.9c1.6,0,2.9-1.3,2.9-2.9
32
- S46.2,37.5,44.6,37.5z M96.5,60.2c-2.2,0-4.1,1.8-4.1,4.1c0,2.2,1.8,4.1,4.1,4.1c2.2,0,4.1-1.8,4.1-4.1c0,0,0,0,0,0
33
- C100.6,62.1,98.8,60.2,96.5,60.2z M114.7,60.2c-2.2,0-4.1,1.8-4.1,4c0,2.2,1.8,4.1,4,4.1c2.2,0,4.1-1.8,4.1-4c0,0,0,0,0-0.1
34
- C118.6,62.1,116.9,60.3,114.7,60.2z M78.4,60.2c-2.2,0-4.1,1.8-4.1,4c0,2.2,1.8,4.1,4,4.1c2.2,0,4.1-1.8,4.1-4c0,0,0,0,0-0.1
35
- C82.4,62.1,80.7,60.3,78.4,60.2z"/>
36
- </g>
37
- </g>
38
- </svg>
@@ -1,42 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
- .st1{fill:#CED5DE;}
8
- .st2{fill:#788190;}
9
- .st3{fill:#FFFFFF;}
10
- .st4{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
11
- </style>
12
- <title>dashboard11</title>
13
- <g id="Layer_2_1_">
14
- <g id="Layer_1-2">
15
- <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
16
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
17
- <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
18
- <path class="st1" d="M42.2,84.3h18.6c2.3,0,4.2,1.9,4.2,4.2v18.6c0,2.3-1.9,4.2-4.2,4.2H42.2c-2.3,0-4.2-1.9-4.2-4.2V88.5
19
- C38,86.2,39.9,84.3,42.2,84.3z"/>
20
- <path class="st1" d="M42.2,44.3h18.6c2.3,0,4.2,1.9,4.2,4.2v18.6c0,2.3-1.9,4.2-4.2,4.2H42.2c-2.3,0-4.2-1.9-4.2-4.2V48.5
21
- C38,46.2,39.9,44.3,42.2,44.3z"/>
22
- <path class="st1" d="M82.2,84.3h18.6c2.3,0,4.2,1.9,4.2,4.2v18.6c0,2.3-1.9,4.2-4.2,4.2H82.2c-2.3,0-4.2-1.9-4.2-4.2V88.5
23
- C78,86.2,79.9,84.3,82.2,84.3z"/>
24
- <path class="st2" d="M82.2,24.9h38c2.3,0,4.2,1.9,4.2,4.2v38c0,2.3-1.9,4.2-4.2,4.2h-38c-2.3,0-4.2-1.9-4.2-4.2v-38
25
- C78,26.7,79.9,24.9,82.2,24.9z"/>
26
- <path class="st3" d="M83.2,27.2h36.2c1.6,0,2.8,1.3,2.8,2.8v36.2c0,1.6-1.3,2.8-2.8,2.8H83.2c-1.6,0-2.8-1.3-2.8-2.8V30
27
- C80.3,28.4,81.6,27.2,83.2,27.2z"/>
28
- <path class="st1" d="M90,61.4L90,61.4c-1.5,0-2.6-1.2-2.6-2.6V48.4c0-1.5,1.2-2.6,2.6-2.6l0,0c1.5,0,2.6,1.2,2.6,2.6v10.3
29
- C92.6,60.2,91.5,61.4,90,61.4z M105,43.3L105,43.3c-1.5,0-2.6,1.2-2.6,2.6v12.8c0,1.5,1.2,2.6,2.6,2.6l0,0c1.5,0,2.6-1.2,2.6-2.6
30
- V45.9C107.6,44.5,106.5,43.3,105,43.3z"/>
31
- <path class="st2" d="M97.5,61.4L97.5,61.4c-1.5,0-2.6-1.2-2.6-2.6V43.2c0-1.5,1.2-2.6,2.6-2.6l0,0c1.5,0,2.6,1.2,2.6,2.6v15.5
32
- C100.2,60.2,99,61.4,97.5,61.4z M112.5,34.3L112.5,34.3c-1.5,0-2.6,1.2-2.6,2.6v21.8c0,1.5,1.2,2.6,2.6,2.6l0,0
33
- c1.5,0,2.6-1.2,2.6-2.6V36.9C115.2,35.5,114,34.3,112.5,34.3L112.5,34.3z"/>
34
- <path class="st4" d="M81.8,83.8h19.5c2.3,0,4.2,1.9,4.2,4.2v19.5c0,2.3-1.9,4.2-4.2,4.2H81.8c-2.3,0-4.2-1.9-4.2-4.2V88.1
35
- C77.6,85.7,79.4,83.8,81.8,83.8z"/>
36
- <path class="st4" d="M41.8,83.8h19.5c2.3,0,4.2,1.9,4.2,4.2v19.5c0,2.3-1.9,4.2-4.2,4.2H41.8c-2.3,0-4.2-1.9-4.2-4.2V88.1
37
- C37.5,85.7,39.4,83.8,41.8,83.8z"/>
38
- <path class="st4" d="M41.8,43.8h19.5c2.3,0,4.2,1.9,4.2,4.2v19.5c0,2.3-1.9,4.2-4.2,4.2H41.8c-2.3,0-4.2-1.9-4.2-4.2V48.1
39
- C37.5,45.7,39.4,43.8,41.8,43.8z"/>
40
- </g>
41
- </g>
42
- </svg>
@@ -1,76 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
- .st1{opacity:0.5;fill:#CED5DE;enable-background:new ;}
8
- .st2{fill:#788190;}
9
- .st3{fill:#CED5DE;}
10
- .st4{fill:#FFFFFF;}
11
- </style>
12
- <title>enterpriseEdition1</title>
13
- <g id="Layer_2_1_">
14
- <g id="Layer_1-2">
15
- <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
16
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
17
- <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
18
- <path class="st1" d="M23.3,38.6l50.2-9.8c2.6-0.5,5.2,1.2,5.7,3.8l13.7,69.8c0.5,2.6-1.2,5.2-3.8,5.7l-50.2,9.8
19
- c-2.6,0.5-5.2-1.2-5.7-3.8L19.4,44.3C18.9,41.7,20.6,39.1,23.3,38.6z"/>
20
- <path class="st1" d="M155.6,117.8l-50.2-9.8c-2.6-0.5-4.3-3.1-3.8-5.7l13.7-69.8c0.5-2.6,3.1-4.3,5.7-3.8l50.2,9.8
21
- c2.6,0.5,4.3,3.1,3.8,5.7L161.2,114C160.7,116.7,158.2,118.4,155.6,117.8z"/>
22
- <path class="st2" d="M67.1,30l-2.7,63.2c-0.2,3.6,2.7,6.7,6.3,6.9c0.1,0,0.2,0,0.3,0h52.6c3.6,0,6.6-3,6.6-6.6c0-0.1,0-0.2,0-0.2
23
- l-2.4-63.1L67.1,30z"/>
24
- <path class="st3" d="M71.9,17.1H123c2.7,0,4.8,2.2,4.8,4.8V93c0,2.7-2.2,4.8-4.8,4.8H71.9c-2.7,0-4.8-2.2-4.8-4.8V21.9
25
- C67.1,19.2,69.2,17.1,71.9,17.1z"/>
26
- <path class="st4" d="M60.1,88.8c0.1,0.6-0.3,1.2-0.9,1.3c0,0,0,0,0,0l-12.1,2.5H47c-0.6,0-1.1-0.5-1.2-1.1c0-0.6,0.4-1,0.9-1.1
27
- l12-2.5C59.4,87.8,60,88.2,60.1,88.8C60.1,88.8,60.1,88.8,60.1,88.8z M55.9,97.8l-7.3,1.5c-0.6,0.1-1,0.7-0.9,1.3
28
- c0.1,0.5,0.6,0.9,1.1,0.9H49l7.3-1.5c0.6-0.2,1-0.8,0.8-1.4C57,98.1,56.4,97.7,55.9,97.8L55.9,97.8z"/>
29
- <path class="st4" d="M143.9,90.7c-0.1,0.5-0.6,0.9-1.1,0.9h-0.2l-11.4-2.3c-0.6-0.1-1-0.7-1-1.3c0.1-0.6,0.7-1,1.3-1
30
- c0,0,0.1,0,0.1,0l11.4,2.3C143.7,89.5,144.1,90.1,143.9,90.7z M137.4,97.5l-3.9-0.8c-0.6-0.2-1.2,0.2-1.4,0.8
31
- c-0.2,0.6,0.2,1.2,0.8,1.4c0,0,0.1,0,0.1,0l3.9,0.8c0.1,0,0.2,0,0.2,0c0.6,0,1.1-0.5,1.1-1.2C138.2,98,137.9,97.6,137.4,97.5
32
- L137.4,97.5z"/>
33
- <path class="st1" d="M123,98.3H71.9c-2.9,0-5.3-2.4-5.3-5.3V21.9c0-2.9,2.4-5.3,5.3-5.3H123c2.9,0,5.3,2.4,5.3,5.3V93
34
- C128.3,95.9,125.9,98.3,123,98.3z M71.9,17.6c-2.4,0-4.3,1.9-4.3,4.3V93c0,2.4,1.9,4.3,4.3,4.3H123c2.4,0,4.3-1.9,4.3-4.3
35
- c0,0,0,0,0,0V21.9c0-2.4-1.9-4.3-4.3-4.3c0,0,0,0,0,0H71.9z"/>
36
- <circle class="st2" cx="97.5" cy="53.1" r="10.6"/>
37
- <path class="st4" d="M98.2,45.7v0.8c0.5,0,1,0.2,1.4,0.3c0.4,0.2,0.7,0.5,1,0.8c0.2,0.2,0.4,0.5,0.6,0.8c0.1,0.2,0.2,0.5,0.2,0.8
38
- c0,0.6-0.4,1-1,1c-0.5,0-0.9-0.3-1-0.8c-0.1-0.6-0.6-1.1-1.2-1.3v3.3c0.5,0.1,1,0.3,1.6,0.5c0.4,0.1,0.7,0.4,1,0.6
39
- c0.3,0.3,0.6,0.6,0.8,1c0.2,0.4,0.3,0.9,0.3,1.3c0,0.6-0.1,1.2-0.4,1.7c-0.3,0.5-0.7,1-1.2,1.3c-0.6,0.3-1.2,0.5-1.9,0.6v2
40
- c0,0.2,0,0.5-0.1,0.7c-0.1,0.2-0.2,0.2-0.4,0.2c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.2-0.1-0.3-0.1-0.5v-2.1c-0.6-0.1-1.1-0.2-1.6-0.4
41
- c-0.4-0.2-0.8-0.5-1.1-0.8c-0.3-0.3-0.5-0.6-0.7-1c-0.1-0.3-0.2-0.7-0.2-1c0-0.3,0.1-0.5,0.3-0.7c0.2-0.2,0.5-0.3,0.7-0.3
42
- c0.2,0,0.4,0,0.6,0.2c0.2,0.1,0.3,0.3,0.3,0.5c0.2,0.4,0.3,0.8,0.4,1c0.1,0.2,0.3,0.4,0.5,0.6c0.2,0.2,0.5,0.4,0.8,0.4v-3.7
43
- c-0.6-0.2-1.2-0.4-1.8-0.6c-0.5-0.2-0.9-0.6-1.2-1c-0.3-0.5-0.5-1.1-0.4-1.7c0-0.8,0.3-1.6,0.8-2.2c0.7-0.6,1.6-1,2.5-1v-0.8
44
- c0-0.4,0.2-0.7,0.5-0.7S98.2,45.2,98.2,45.7z M97.2,51v-3c-0.4,0.1-0.7,0.3-1,0.5c-0.3,0.3-0.4,0.6-0.4,1c0,0.3,0.1,0.7,0.3,0.9
45
- C96.5,50.7,96.9,50.9,97.2,51L97.2,51z M98.2,53.4v3.4c0.5-0.1,0.9-0.3,1.2-0.6c0.3-0.3,0.5-0.7,0.5-1.1c0-0.4-0.1-0.7-0.4-1
46
- C99.1,53.7,98.7,53.5,98.2,53.4L98.2,53.4z"/>
47
- <path class="st2" d="M98.8,33.1l-2.2,2.2c-0.3,0.3-0.7,0.3-1,0c-0.1-0.1-0.2-0.2-0.2-0.4l-0.4-3c0-0.2-0.2-0.4-0.4-0.5L92,30
48
- c-0.3-0.2-0.5-0.6-0.3-0.9c0.1-0.1,0.2-0.2,0.3-0.3l2.8-1.3c0.2-0.1,0.3-0.3,0.4-0.5l0.5-3c0.1-0.4,0.4-0.6,0.8-0.6
49
- c0.1,0,0.3,0.1,0.4,0.2l2.1,2.2C99,26,99.3,26,99.5,26l3-0.5c0.4-0.1,0.7,0.2,0.8,0.6c0,0.2,0,0.3-0.1,0.4l-1.4,2.7
50
- c-0.1,0.2-0.1,0.4,0,0.6l1.4,2.7c0.2,0.3,0.1,0.7-0.3,0.9c-0.1,0.1-0.3,0.1-0.5,0.1l-3-0.5C99.2,32.9,99,33,98.8,33.1z"/>
51
- <path class="st2" d="M85.4,38l-1.5,1.5c-0.2,0.2-0.5,0.2-0.7,0c-0.1-0.1-0.1-0.2-0.1-0.3l-0.3-2.1c0-0.2-0.1-0.3-0.3-0.4l-1.9-1
52
- c-0.2-0.1-0.3-0.4-0.2-0.7c0-0.1,0.1-0.2,0.2-0.2l2-0.9c0.1-0.1,0.2-0.2,0.3-0.4l0.3-2.1c0-0.3,0.3-0.4,0.5-0.4
53
- c0.1,0,0.2,0.1,0.3,0.2l1.5,1.6c0.1,0.1,0.3,0.2,0.4,0.1l2.1-0.3c0.3,0,0.5,0.2,0.6,0.4c0,0.1,0,0.2-0.1,0.3l-1,1.9
54
- c-0.1,0.1-0.1,0.3,0,0.5l1,1.9c0.1,0.2,0,0.5-0.2,0.7c-0.1,0-0.2,0.1-0.3,0l-2.1-0.4C85.7,37.8,85.5,37.9,85.4,38z"/>
55
- <path class="st2" d="M112,38l-1.5,1.5c-0.2,0.2-0.5,0.2-0.7,0c-0.1-0.1-0.1-0.2-0.1-0.3l-0.3-2.1c0-0.2-0.1-0.3-0.3-0.4l-1.9-1
56
- c-0.2-0.1-0.3-0.4-0.2-0.7c0-0.1,0.1-0.2,0.2-0.2l2-0.9c0.1-0.1,0.3-0.2,0.3-0.4l0.3-2.1c0-0.3,0.3-0.4,0.5-0.4
57
- c0.1,0,0.2,0.1,0.3,0.2l1.5,1.6c0.1,0.1,0.3,0.2,0.4,0.1l2.1-0.3c0.3,0,0.5,0.1,0.6,0.4c0,0.1,0,0.2-0.1,0.3l-1,1.9
58
- c-0.1,0.1-0.1,0.3,0,0.5l1,1.9c0.1,0.2,0,0.5-0.2,0.7c-0.1,0-0.2,0.1-0.3,0l-2.1-0.4C112.3,37.8,112.1,37.9,112,38z"/>
59
- <path class="st4" d="M53.4,56l-1.5,1.5c-0.2,0.2-0.5,0.2-0.7,0c-0.1-0.1-0.1-0.2-0.1-0.3l-0.3-2.1c0-0.2-0.1-0.3-0.3-0.4l-1.9-1
60
- c-0.2-0.1-0.3-0.4-0.2-0.6c0-0.1,0.1-0.2,0.2-0.2l2-0.9c0.1-0.1,0.2-0.2,0.3-0.4l0.3-2.1c0-0.3,0.2-0.5,0.5-0.5
61
- c0.2,0,0.3,0.1,0.4,0.2l1.5,1.6c0.1,0.1,0.3,0.2,0.4,0.1l2.1-0.3c0.3,0,0.5,0.1,0.6,0.4c0,0.1,0,0.2,0,0.3l-1,1.9
62
- c-0.1,0.1-0.1,0.3,0,0.5l1,1.9c0.1,0.2,0,0.5-0.2,0.7c-0.1,0.1-0.2,0.1-0.3,0l-2.1-0.4C53.7,55.8,53.5,55.9,53.4,56z"/>
63
- <path class="st4" d="M149.1,59.4l-1.5,1.6c-0.2,0.2-0.5,0.2-0.7,0c-0.1-0.1-0.1-0.2-0.1-0.3l-0.3-2.1c0-0.2-0.1-0.3-0.3-0.4
64
- l-1.9-1c-0.2-0.1-0.3-0.4-0.2-0.7c0-0.1,0.1-0.2,0.2-0.2l1.9-0.9c0.1-0.1,0.2-0.2,0.3-0.4l0.3-2.1c0-0.3,0.3-0.4,0.6-0.4
65
- c0.1,0,0.2,0.1,0.3,0.1l1.5,1.6c0.1,0.1,0.3,0.2,0.4,0.2l2.1-0.3c0.3,0,0.5,0.1,0.6,0.4c0,0.1,0,0.2,0,0.3l-1,1.9
66
- c-0.1,0.1-0.1,0.3,0,0.5l1,1.9c0.1,0.2,0,0.5-0.2,0.7c-0.1,0-0.2,0.1-0.3,0l-2.1-0.4C149.4,59.3,149.2,59.3,149.1,59.4z"/>
67
- <path class="st4" d="M135.2,56l-1.5,1.5c-0.2,0.2-0.5,0.2-0.7,0c-0.1-0.1-0.1-0.2-0.1-0.3l-0.3-2.1c0-0.2-0.1-0.3-0.3-0.4l-1.9-1
68
- c-0.2-0.1-0.3-0.4-0.2-0.7c0-0.1,0.1-0.2,0.2-0.2l1.9-0.9c0.1-0.1,0.3-0.2,0.3-0.4l0.3-2.1c0-0.3,0.3-0.4,0.5-0.4
69
- c0.1,0,0.2,0.1,0.3,0.2l1.5,1.6c0.1,0.1,0.3,0.2,0.4,0.1l2.1-0.3c0.3,0,0.5,0.1,0.6,0.4c0,0.1,0,0.2-0.1,0.3l-1,1.9
70
- c-0.1,0.1-0.1,0.3,0,0.5l1,1.9c0.1,0.2,0,0.5-0.2,0.7c-0.1,0-0.2,0.1-0.3,0l-2.1-0.4C135.6,55.8,135.4,55.9,135.2,56z"/>
71
- <path class="st4" d="M99.6,84.8c0,0.6-0.5,1.1-1.1,1.2c0,0,0,0,0,0H81.8c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1
72
- c0,0,0,0,0,0h16.7C99.1,83.7,99.6,84.2,99.6,84.8z M109.9,74.6H81.8c-0.6,0-1.1,0.5-1.1,1.1c0,0.6,0.5,1.1,1.1,1.1c0,0,0,0,0,0
73
- h28.1c0.6,0,1.1-0.5,1.1-1.1C111,75.1,110.5,74.6,109.9,74.6z"/>
74
- </g>
75
- </g>
76
- </svg>
@@ -1,62 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 298 123.5" style="enable-background:new 0 0 298 123.5;" xml:space="preserve">
5
- <title>filterEmt</title>
6
- <g>
7
- <g id="Layer_1-2">
8
- <path style="opacity:0.25;fill:#E5E5E5;enable-background:new ;" d="M288.2,78.1H211c-1.9-2.6-2.1-5.1-0.7-7.7h44
9
- c5.3,0,9.6-4.3,9.6-9.6l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H134.7c-1.8-2.7-1.7-5.4,0.2-8.2h40.7c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0
10
- l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H9.6c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0C0,38.7,4.3,43,9.6,43c0,0,0,0,0,0h59.7
11
- c1.6,2.5,1.7,5.6,0.2,8.2H34.7c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0c0,5.3,4.3,9.6,9.6,9.6h111.2c1.2,2.5,1,5.4-0.6,7.7H63
12
- c-5.3,0-9.6,4.3-9.6,9.6l0,0c0,5.3,4.3,9.6,9.6,9.6h72c1.1,2.2,1.1,4.8,0,7h-32.6c-5.3,0-9.6,4.3-9.6,9.6c0,5.3,4.3,9.6,9.6,9.6
13
- l0,0h114.5c5.3,0,9.6-4.3,9.6-9.6c0-5.3-4.3-9.6-9.6-9.6h-17.2c-1.4-2.1-1.4-4.9,0-7h88.7c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0l0,0
14
- C297.9,82.3,293.6,78,288.2,78.1z"/>
15
-
16
- <polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
17
- 76.5,70.5 79.3,70.8 77.4,72.8 77.9,75.5 75.4,74.3 73,75.7 73.4,73 71.4,71.1 74.1,70.6 75.2,68.1 "/>
18
- <g style="opacity:0.7;">
19
-
20
- <circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:0.97,0.97;" cx="66.6" cy="22.8" r="4.3"/>
21
- </g>
22
- <g style="opacity:0.7;">
23
-
24
- <circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.03,1.03;" cx="192.3" cy="117.8" r="4.3"/>
25
- </g>
26
-
27
- <polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
28
- 139.2,17.3 141.2,17.5 139.8,18.9 140.2,20.9 138.5,20 136.7,21 137,19 135.6,17.7 137.5,17.4 138.3,15.6 "/>
29
-
30
- <polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
31
- 215.1,2.6 217.1,2.9 215.7,4.3 216.1,6.2 214.4,5.4 212.6,6.3 212.9,4.4 211.5,3 213.4,2.7 214.2,0.9 "/>
32
- <g style="opacity:0.7;">
33
-
34
- <circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.01,1.01;" cx="260.9" cy="54.3" r="8"/>
35
- </g>
36
- <path style="opacity:0.4;fill:#808080;enable-background:new ;" d="M183.6,36.2h-76c-0.3,0-0.5,0.2-0.5,0.4c0,0,0,0,0,0.1v9.1
37
- c0,0.1,0,0.3,0.1,0.4l32.2,32.2v28.8c0,0.2,0.1,0.3,0.2,0.4l12,9.8c0.1,0.1,0.2,0.1,0.3,0.1h0.2c0.2-0.1,0.3-0.3,0.3-0.5V78.4
38
- l0.6-0.6c-0.2-0.3-0.3-0.7-0.4-1l-1,1.1c-0.1,0.1-0.1,0.2-0.1,0.3V116l-11-9V78.2c0-0.1-0.1-0.3-0.1-0.4l-32.2-32.2v-8.4h75v8.4
39
- l-2.2,2.3c0.3,0.1,0.7,0.2,1,0.4l2.1-2.2c0.1-0.1,0.1-0.2,0.1-0.3v-9.1C184.1,36.4,183.9,36.2,183.6,36.2z"/>
40
- <path style="opacity:0.4;fill:#D6D6D6;enable-background:new ;" d="M181.6,38.7V45l-2.3,2.4c-7.6-2.3-15.8-0.2-21.5,5.3
41
- c-6,5.8-8.2,14.5-5.7,22.5l-2.1,2.2v35.4l-8-6.5V77.4L109.6,45v-6.3L181.6,38.7z"/>
42
-
43
- <line style="opacity:0.4;fill:none;stroke:#808080;stroke-linecap:round;stroke-linejoin:round;enable-background:new ;" x1="137.7" y1="64.9" x2="138.9" y2="66.2"/>
44
-
45
- <line style="opacity:0.4;fill:none;stroke:#808080;stroke-linecap:round;stroke-linejoin:round;enable-background:new ;" x1="125" y1="52.3" x2="135" y2="62.3"/>
46
- <circle style="opacity:0.4;fill:#D6D6D6;enable-background:new ;" cx="173.3" cy="69.2" r="16.8"/>
47
- <path style="opacity:0.4;fill:#808080;enable-background:new ;" d="M199.7,89.3l-4.5-4.5c-1.2-1.1-3-1.1-4.2-0.1l-2.9-2.9
48
- c6.6-8.2,5.4-20.2-2.8-26.9s-20.2-5.4-26.9,2.8s-5.4,20.2,2.8,26.9c7.7,6.2,18.9,5.6,25.8-1.5l2.9,2.9c-1,1.2-1,3.1,0.2,4.2
49
- l4.5,4.5c1.2,1.2,3.1,1.2,4.2,0.1c0,0,0,0,0.1-0.1l0.8-0.8C200.9,92.5,200.9,90.5,199.7,89.3z M173.4,86.8
50
- c-9.8,0-17.7-7.9-17.7-17.7c0-9.8,7.9-17.7,17.7-17.7c9.8,0,17.7,7.9,17.7,17.7l0,0C191.1,78.8,183.2,86.7,173.4,86.8z
51
- M198.6,92.5l-0.8,0.8c-0.6,0.6-1.5,0.6-2.1,0.1c0,0,0,0-0.1-0.1l-4.5-4.5c-0.6-0.6-0.6-1.5-0.1-2.1c0,0,0,0,0.1,0l0.8-0.8
52
- c0.6-0.6,1.5-0.6,2.1-0.1c0,0,0,0,0.1,0.1l4.5,4.5C199.1,91,199.1,91.9,198.6,92.5L198.6,92.5z"/>
53
- <path style="opacity:0.4;fill:#808080;enable-background:new ;" d="M180.6,66.6c1-0.1,1.8-0.9,1.9-1.9c0-1-0.9-1.9-1.9-1.9
54
- h-0.1c-1,0.1-1.8,0.9-1.9,1.9C178.7,65.7,179.5,66.5,180.6,66.6z"/>
55
- <path style="opacity:0.4;fill:#808080;enable-background:new ;" d="M168.3,66.6c1,0,1.9-0.9,1.9-1.9c0-1-0.9-1.9-1.9-1.9h-0.1
56
- c-1,0-1.9,0.9-1.9,1.9C166.4,65.7,167.2,66.6,168.3,66.6z"/>
57
- <path style="opacity:0.4;fill:#808080;enable-background:new ;" d="M174.6,73.2c-3.1-0.1-6,1.6-7.3,4.4
58
- c-0.1,0.1-0.1,0.1-0.1,0.2c0,0.3,0.2,0.5,0.4,0.5c0,0,0,0,0.1,0l0.6-0.3c1.2-2.4,3.6-3.8,6.3-3.7c2.6-0.1,5.1,1.4,6.3,3.7
59
- c0,0.1,0,0.1,0.1,0.2c0.1,0.2,0.5,0.3,0.7,0.2s0.3-0.5,0.2-0.7C180.5,74.9,177.7,73.1,174.6,73.2z"/>
60
- </g>
61
- </g>
62
- </svg>
@@ -1,58 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
- .st1{fill:#CED5DE;}
8
- .st2{opacity:0.2;}
9
- .st3{fill:#2B2B2B;}
10
- .st4{fill:#FFFFFF;}
11
- .st5{opacity:0.5;fill:#C3E2FF;enable-background:new ;}
12
- </style>
13
- <title>emptyHappiness</title>
14
- <g>
15
- <g id="Layer_2_1_">
16
- <g id="Layer_1-2">
17
- <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
18
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
19
- <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
20
- <path class="st1" d="M39.3,9.2h31.4c6.7,0,12.1,5.4,12.1,12.1v31.4c0,6.7-5.4,12.1-12.1,12.1H39.3c-6.7,0-12.1-5.4-12.1-12.1
21
- V21.3C27.2,14.6,32.6,9.2,39.3,9.2z"/>
22
- <path class="st1" d="M105.3,24H165c6.7,0,12.1,5.4,12.1,12.1v59.7c0,6.7-5.4,12.1-12.1,12.1h-59.7c-6.7,0-12.1-5.4-12.1-12.1
23
- V36.1C93.2,29.4,98.7,24,105.3,24z"/>
24
- <path class="st1" d="M41,70.8h31.4c6.7,0,12.1,5.4,12.1,12.1v31.4c0,6.7-5.4,12.1-12.1,12.1H41c-6.7,0-12.1-5.4-12.1-12.1V82.9
25
- C28.9,76.3,34.3,70.8,41,70.8z"/>
26
- <g class="st2">
27
- <path class="st3" d="M136.2,39.6c-15.1,0-27.3,12.2-27.3,27.3c0,15.1,12.2,27.3,27.3,27.3c15.1,0,27.3-12.2,27.3-27.3
28
- C163.5,51.9,151.3,39.6,136.2,39.6C136.2,39.6,136.2,39.6,136.2,39.6z M143.1,59.2c1.4,0,2.6,1.1,2.6,2.6s-1.1,2.6-2.6,2.6
29
- c-1.4,0-2.6-1.1-2.6-2.6c0,0,0,0,0,0C140.5,60.4,141.7,59.2,143.1,59.2z M129.4,59.2c1.4,0,2.6,1.2,2.6,2.6
30
- c0,1.4-1.2,2.6-2.6,2.6c-1.4,0-2.6-1.2-2.6-2.6v0C126.8,60.4,127.9,59.2,129.4,59.2C129.4,59.2,129.4,59.2,129.4,59.2z
31
- M151.3,71.8c-3.7,8.4-13.5,12.2-21.8,8.5c-3.7-1.6-6.7-4.6-8.4-8.3c-0.3-0.8,0-1.7,0.8-2s1.7,0,2,0.8
32
- c3.1,6.8,11.1,9.8,17.9,6.7c3-1.4,5.4-3.8,6.8-6.9c0.3-0.8,1.2-1.1,2-0.8C151.3,70.2,151.7,71.1,151.3,71.8L151.3,71.8
33
- L151.3,71.8z"/>
34
- </g>
35
- <path class="st4" d="M135.2,38.6c-15.1,0-27.3,12.2-27.3,27.3c0,15.1,12.2,27.3,27.3,27.3c15.1,0,27.3-12.2,27.3-27.3
36
- C162.5,50.9,150.3,38.6,135.2,38.6C135.2,38.6,135.2,38.6,135.2,38.6z M142.1,58.2c1.4,0,2.6,1.1,2.6,2.6s-1.1,2.6-2.6,2.6
37
- c-1.4,0-2.6-1.1-2.6-2.6c0,0,0,0,0,0C139.5,59.4,140.7,58.2,142.1,58.2z M128.4,58.2c1.4,0,2.6,1.2,2.6,2.6
38
- c0,1.4-1.2,2.6-2.6,2.6c-1.4,0-2.6-1.2-2.6-2.6v0C125.8,59.4,126.9,58.2,128.4,58.2C128.4,58.2,128.4,58.2,128.4,58.2z
39
- M150.3,70.8c-3.7,8.4-13.5,12.2-21.8,8.5c-3.7-1.6-6.7-4.6-8.4-8.3c-0.3-0.8,0-1.7,0.8-2s1.7,0,2,0.8l0,0
40
- c3.1,6.8,11.1,9.8,17.9,6.7c3-1.4,5.4-3.8,6.8-6.9c0.3-0.8,1.2-1.1,2-0.8C150.3,69.2,150.7,70.1,150.3,70.8L150.3,70.8
41
- L150.3,70.8z"/>
42
- <circle class="st5" cx="55" cy="37" r="16.1"/>
43
- <path class="st4" d="M55,18.9C45,18.9,36.9,27,36.9,37s8.1,18.1,18.1,18.1S73,47,73.1,37c0,0,0,0,0,0C73.1,27,65,18.9,55,18.9z
44
- M59.6,31.9c0.9,0,1.7,0.8,1.7,1.7c0,0.9-0.8,1.7-1.7,1.7c-0.9,0-1.7-0.8-1.7-1.7C57.9,32.7,58.6,31.9,59.6,31.9L59.6,31.9z
45
- M50.5,31.9c0.9,0,1.7,0.8,1.7,1.7c0,0.9-0.8,1.7-1.7,1.7c-0.9,0-1.7-0.8-1.7-1.7c0,0,0,0,0,0C48.8,32.7,49.5,31.9,50.5,31.9
46
- L50.5,31.9z M64.5,46.6c-0.5,0.2-1.1,0-1.3-0.5c0,0,0,0,0,0c-2.1-4.5-7.5-6.4-12-4.3c-1.9,0.9-3.5,2.5-4.4,4.4
47
- c-0.2,0.4-0.5,0.6-0.9,0.6c-0.1,0-0.3,0-0.4-0.1c-0.5-0.2-0.7-0.8-0.5-1.3c0,0,0,0,0,0c2.5-5.5,9-8,14.6-5.5
48
- c2.4,1.1,4.3,3,5.4,5.4C65.2,45.7,65,46.3,64.5,46.6C64.5,46.5,64.5,46.5,64.5,46.6L64.5,46.6z"/>
49
- <circle class="st5" cx="56.7" cy="98.6" r="16.1"/>
50
- <path class="st4" d="M56.7,80.5c-10,0-18.1,8.1-18.1,18.1s8.1,18.1,18.1,18.1s18.1-8.1,18.1-18.1c0,0,0,0,0,0
51
- C74.7,88.6,66.6,80.5,56.7,80.5z M50.4,95.2c0-0.9,0.8-1.7,1.7-1.7s1.7,0.8,1.7,1.7c0,0.9-0.8,1.7-1.7,1.7S50.4,96.2,50.4,95.2
52
- L50.4,95.2z M61.2,106.6h-9.1c-0.6,0-1-0.4-1-1s0.4-1,1-1h9.1c0.6,0,1,0.4,1,1S61.8,106.6,61.2,106.6z M61.2,96.9
53
- c-0.9,0-1.7-0.8-1.7-1.7s0.8-1.7,1.7-1.7c0.9,0,1.7,0.8,1.7,1.7c0,0,0,0,0,0C62.9,96.2,62.2,96.9,61.2,96.9
54
- C61.2,96.9,61.2,96.9,61.2,96.9z"/>
55
- </g>
56
- </g>
57
- </g>
58
- </svg>