@zohodesk/svg 1.1.7 → 1.1.9

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 (299) hide show
  1. package/README.md +289 -281
  2. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -127
  3. package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -54
  4. package/es/SVG/SVG.module.css +34 -34
  5. package/es/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
  6. package/es/css/EmptyStateVariables.module.css +38 -38
  7. package/es/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
  8. package/es/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -208
  9. package/es/emptystate/version3/EmptyActiveCalls.js +0 -0
  10. package/es/emptystate/version3/EmptyCallHistory.js +0 -0
  11. package/es/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -5968
  12. package/es/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -162
  13. package/es/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -63
  14. package/es/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -698
  15. package/es/v1/SVG/SVG.js +2 -2
  16. package/es/v1/SVG/props/defaultProps.js +11 -0
  17. package/es/v1/SVG/props/propTypes.js +15 -0
  18. package/es/v1/emptystate/props/defaultProps.js +8 -0
  19. package/es/v1/emptystate/props/propTypes.js +9 -0
  20. package/es/v1/emptystate/version1/EmptyCustomDomain.js +2 -2
  21. package/es/v1/emptystate/version2/EmptyBusinessHoliday.js +2 -2
  22. package/es/v1/emptystate/version2/EmptyBusinessHour.js +2 -2
  23. package/es/v1/emptystate/version2/EmptyFromAddress.js +2 -2
  24. package/es/v1/emptystate/version2/EmptyImportHistory.js +2 -2
  25. package/es/v1/emptystate/version2/EmptyNetwork.js +2 -2
  26. package/es/v1/emptystate/version2/EmptyRecycleBin.js +2 -2
  27. package/es/v1/emptystate/version2/EmptyRoles.js +2 -2
  28. package/es/v1/emptystate/version2/EmptyWebhook.js +2 -2
  29. package/es/v1/emptystate/version2/FailureLog.js +2 -2
  30. package/es/v1/emptystate/version3/Alerts.js +2 -2
  31. package/es/v1/emptystate/version3/AuditLog.js +2 -2
  32. package/es/v1/emptystate/version3/Bot.js +2 -2
  33. package/es/v1/emptystate/version3/CustomModule.js +2 -2
  34. package/es/v1/emptystate/version3/DKIMAuthendication.js +2 -2
  35. package/es/v1/emptystate/version3/DomainMapping.js +2 -2
  36. package/es/v1/emptystate/version3/EmptyAPIAuthentication.js +2 -2
  37. package/es/v1/emptystate/version3/EmptyAPIConfiguration.js +2 -2
  38. package/es/v1/emptystate/version3/EmptyAPIs.js +2 -2
  39. package/es/v1/emptystate/version3/EmptyAccounts.js +2 -2
  40. package/es/v1/emptystate/version3/EmptyActiveCalls.js +2 -2
  41. package/es/v1/emptystate/version3/EmptyActivity.js +2 -2
  42. package/es/v1/emptystate/version3/EmptyAgent.js +2 -2
  43. package/es/v1/emptystate/version3/EmptyAgentQueue.js +2 -2
  44. package/es/v1/emptystate/version3/EmptyApplechat.js +2 -2
  45. package/es/v1/emptystate/version3/EmptyApproval.js +2 -2
  46. package/es/v1/emptystate/version3/EmptyArchived.js +2 -2
  47. package/es/v1/emptystate/version3/EmptyArticle.js +2 -2
  48. package/es/v1/emptystate/version3/EmptyAsapchat.js +2 -2
  49. package/es/v1/emptystate/version3/EmptyAttach.js +2 -2
  50. package/es/v1/emptystate/version3/EmptyAuthenticationPending.js +2 -2
  51. package/es/v1/emptystate/version3/EmptyBlueprint.js +2 -2
  52. package/es/v1/emptystate/version3/EmptyCallHistory.js +2 -2
  53. package/es/v1/emptystate/version3/EmptyCanned.js +2 -2
  54. package/es/v1/emptystate/version3/EmptyChat.js +2 -2
  55. package/es/v1/emptystate/version3/EmptyCollision.js +2 -2
  56. package/es/v1/emptystate/version3/EmptyColumn.js +2 -2
  57. package/es/v1/emptystate/version3/EmptyConfigurationPending.js +2 -2
  58. package/es/v1/emptystate/version3/EmptyContact.js +2 -2
  59. package/es/v1/emptystate/version3/EmptyContract.js +2 -2
  60. package/es/v1/emptystate/version3/EmptyConversation.js +2 -2
  61. package/es/v1/emptystate/version3/EmptyCrm.js +2 -2
  62. package/es/v1/emptystate/version3/EmptyCrmNotes.js +2 -2
  63. package/es/v1/emptystate/version3/EmptyCrmPotential.js +2 -2
  64. package/es/v1/emptystate/version3/EmptyCustomerHappiness.js +2 -2
  65. package/es/v1/emptystate/version3/EmptyDashboard.js +2 -2
  66. package/es/v1/emptystate/version3/EmptyDelete.js +2 -2
  67. package/es/v1/emptystate/version3/EmptyDepartment.js +2 -2
  68. package/es/v1/emptystate/version3/EmptyError.js +2 -2
  69. package/es/v1/emptystate/version3/EmptyFeed.js +2 -2
  70. package/es/v1/emptystate/version3/EmptyFollowers.js +2 -2
  71. package/es/v1/emptystate/version3/EmptyFrame.js +2 -2
  72. package/es/v1/emptystate/version3/EmptyHappiness.js +2 -2
  73. package/es/v1/emptystate/version3/EmptyHistory.js +2 -2
  74. package/es/v1/emptystate/version3/EmptyInstagram.js +2 -2
  75. package/es/v1/emptystate/version3/EmptyInstantmessage.js +2 -2
  76. package/es/v1/emptystate/version3/EmptyInvoice.js +2 -2
  77. package/es/v1/emptystate/version3/EmptyLine.js +2 -2
  78. package/es/v1/emptystate/version3/EmptyMessenger.js +2 -2
  79. package/es/v1/emptystate/version3/EmptyNoData.js +2 -2
  80. package/es/v1/emptystate/version3/EmptyNotification.js +2 -2
  81. package/es/v1/emptystate/version3/EmptyPreference.js +2 -2
  82. package/es/v1/emptystate/version3/EmptyProducts.js +2 -2
  83. package/es/v1/emptystate/version3/EmptyReply.js +2 -2
  84. package/es/v1/emptystate/version3/EmptyReports.js +2 -2
  85. package/es/v1/emptystate/version3/EmptySandbox.js +22 -19
  86. package/es/v1/emptystate/version3/EmptySchedule.js +2 -2
  87. package/es/v1/emptystate/version3/EmptySearch.js +2 -2
  88. package/es/v1/emptystate/version3/EmptySkills.js +2 -2
  89. package/es/v1/emptystate/version3/EmptySla.js +2 -2
  90. package/es/v1/emptystate/version3/EmptySnippet.js +2 -2
  91. package/es/v1/emptystate/version3/EmptyTag.js +2 -2
  92. package/es/v1/emptystate/version3/EmptyTask.js +2 -2
  93. package/es/v1/emptystate/version3/EmptyTeams.js +2 -2
  94. package/es/v1/emptystate/version3/EmptyTelegram.js +2 -2
  95. package/es/v1/emptystate/version3/EmptyTemplate.js +2 -2
  96. package/es/v1/emptystate/version3/EmptyTicket.js +2 -2
  97. package/es/v1/emptystate/version3/EmptyTimeEntry.js +2 -2
  98. package/es/v1/emptystate/version3/EmptyTimeline.js +2 -2
  99. package/es/v1/emptystate/version3/EmptyTopic.js +2 -2
  100. package/es/v1/emptystate/version3/EmptyTwilio.js +2 -2
  101. package/es/v1/emptystate/version3/EmptyWechat.js +2 -2
  102. package/es/v1/emptystate/version3/EmptyWhatsapp.js +2 -2
  103. package/es/v1/emptystate/version3/EmptyZSCKey.js +2 -2
  104. package/es/v1/emptystate/version3/Export.js +2 -2
  105. package/es/v1/emptystate/version3/Extensions.js +2 -2
  106. package/es/v1/emptystate/version3/Extractor.js +2 -2
  107. package/es/v1/emptystate/version3/FieldUpdate.js +2 -2
  108. package/es/v1/emptystate/version3/FromAddress.js +2 -2
  109. package/es/v1/emptystate/version3/GCConversation.js +2 -2
  110. package/es/v1/emptystate/version3/Import.js +2 -2
  111. package/es/v1/emptystate/version3/KBBot.js +2 -2
  112. package/es/v1/emptystate/version3/Multilingual.js +2 -2
  113. package/es/v1/emptystate/version3/NetworkError.js +2 -2
  114. package/es/v1/emptystate/version3/OtherConfiguration.js +2 -2
  115. package/es/v1/emptystate/version3/Predictor.js +2 -2
  116. package/es/v1/emptystate/version3/ReadRecipients.js +2 -2
  117. package/es/v1/emptystate/version3/SupportEmailAddress.js +2 -2
  118. package/es/v1/emptystate/version3/SupportPlan.js +2 -2
  119. package/es/v1/emptystate/version3/Variable.js +2 -2
  120. package/es/v1/errorstate/props/defaultProps.js +8 -0
  121. package/es/v1/errorstate/props/propTypes.js +9 -0
  122. package/es/v1/errorstate/version1/EmptyInconvenience.js +2 -2
  123. package/es/v1/errorstate/version1/NoRequestFound.js +2 -2
  124. package/es/v1/errorstate/version1/PageNotFound.js +2 -2
  125. package/es/v1/errorstate/version1/UnableToProcessRequest.js +2 -2
  126. package/es/v1/errorstate/version1/UnauthorizedLogin.js +2 -2
  127. package/es/v1/errorstate/version1/UrlNotFound.js +2 -2
  128. package/es/v1/errorstate/version1/WillBeRightBack.js +2 -2
  129. package/es/v1/errorstate/version2/EmptyUnauthorizedLogin.js +2 -2
  130. package/es/v1/errorstate/version2/EmptyWillBeRightBack.js +2 -2
  131. package/es/v1/errorstate/version2/NotImpossible.js +2 -2
  132. package/es/v1/errorstate/version3/ErrorInconvenience.js +2 -2
  133. package/es/v1/errorstate/version3/ErrorOopsSomethingMiss.js +2 -2
  134. package/es/v1/errorstate/version3/ErrorUnableToProcessRequest.js +2 -2
  135. package/es/v1/errorstate/version3/ErrorUnauthorizedLogin.js +2 -2
  136. package/es/v1/errorstate/version3/ErrorUrlNotFound.js +2 -2
  137. package/es/v1/errorstate/version3/ErrorWillBeRightBack.js +2 -2
  138. package/images/EmptyBusinessHoliday.svg +50 -50
  139. package/images/EmptyBusinessHour.svg +42 -42
  140. package/images/EmptyContactInfo.svg +27 -27
  141. package/images/EmptyCustomDomain.svg +85 -85
  142. package/images/EmptyFilter.svg +62 -62
  143. package/images/EmptyFromAddress.svg +41 -41
  144. package/images/EmptyImportHistory.svg +43 -43
  145. package/images/EmptyNetwork.svg +50 -50
  146. package/images/EmptyRecycleBin.svg +58 -58
  147. package/images/EmptyRoles.svg +30 -30
  148. package/images/EmptySkills.svg +83 -83
  149. package/images/EmptyWebhook.svg +44 -44
  150. package/images/FailureLog.svg +46 -46
  151. package/images/Inconvenience.svg +719 -719
  152. package/images/NoRequestFound.svg +247 -247
  153. package/images/PageNotFound.svg +405 -405
  154. package/images/ReguestUrlNotFound.svg +267 -267
  155. package/images/UnableToProcess.svg +752 -752
  156. package/images/UnauthorizedLogin.svg +1047 -1047
  157. package/images/WillBack.svg +633 -633
  158. package/install.md +11 -11
  159. package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -54
  160. package/lib/SVG/SVG.module.css +34 -34
  161. package/lib/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
  162. package/lib/css/EmptyStateVariables.module.css +38 -38
  163. package/lib/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
  164. package/lib/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -208
  165. package/lib/emptystate/version3/EmptyActiveCalls.js +0 -0
  166. package/lib/emptystate/version3/EmptyCallHistory.js +0 -0
  167. package/lib/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -5968
  168. package/lib/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -162
  169. package/lib/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -63
  170. package/lib/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -698
  171. package/lib/v1/SVG/SVG.js +2 -2
  172. package/lib/v1/SVG/props/defaultProps.js +18 -0
  173. package/lib/v1/SVG/props/propTypes.js +26 -0
  174. package/lib/v1/emptystate/props/defaultProps.js +15 -0
  175. package/lib/v1/emptystate/props/propTypes.js +20 -0
  176. package/lib/v1/emptystate/version1/EmptyCustomDomain.js +2 -2
  177. package/lib/v1/emptystate/version2/EmptyBusinessHoliday.js +2 -2
  178. package/lib/v1/emptystate/version2/EmptyBusinessHour.js +2 -2
  179. package/lib/v1/emptystate/version2/EmptyFromAddress.js +2 -2
  180. package/lib/v1/emptystate/version2/EmptyImportHistory.js +2 -2
  181. package/lib/v1/emptystate/version2/EmptyNetwork.js +2 -2
  182. package/lib/v1/emptystate/version2/EmptyRecycleBin.js +2 -2
  183. package/lib/v1/emptystate/version2/EmptyRoles.js +2 -2
  184. package/lib/v1/emptystate/version2/EmptyWebhook.js +2 -2
  185. package/lib/v1/emptystate/version2/FailureLog.js +2 -2
  186. package/lib/v1/emptystate/version3/Alerts.js +2 -2
  187. package/lib/v1/emptystate/version3/AuditLog.js +2 -2
  188. package/lib/v1/emptystate/version3/Bot.js +2 -2
  189. package/lib/v1/emptystate/version3/CustomModule.js +2 -2
  190. package/lib/v1/emptystate/version3/DKIMAuthendication.js +2 -2
  191. package/lib/v1/emptystate/version3/DomainMapping.js +2 -2
  192. package/lib/v1/emptystate/version3/EmptyAPIAuthentication.js +2 -2
  193. package/lib/v1/emptystate/version3/EmptyAPIConfiguration.js +2 -2
  194. package/lib/v1/emptystate/version3/EmptyAPIs.js +2 -2
  195. package/lib/v1/emptystate/version3/EmptyAccounts.js +2 -2
  196. package/lib/v1/emptystate/version3/EmptyActiveCalls.js +2 -2
  197. package/lib/v1/emptystate/version3/EmptyActivity.js +2 -2
  198. package/lib/v1/emptystate/version3/EmptyAgent.js +2 -2
  199. package/lib/v1/emptystate/version3/EmptyAgentQueue.js +2 -2
  200. package/lib/v1/emptystate/version3/EmptyApplechat.js +2 -2
  201. package/lib/v1/emptystate/version3/EmptyApproval.js +2 -2
  202. package/lib/v1/emptystate/version3/EmptyArchived.js +2 -2
  203. package/lib/v1/emptystate/version3/EmptyArticle.js +2 -2
  204. package/lib/v1/emptystate/version3/EmptyAsapchat.js +2 -2
  205. package/lib/v1/emptystate/version3/EmptyAttach.js +2 -2
  206. package/lib/v1/emptystate/version3/EmptyAuthenticationPending.js +2 -2
  207. package/lib/v1/emptystate/version3/EmptyBlueprint.js +2 -2
  208. package/lib/v1/emptystate/version3/EmptyCallHistory.js +2 -2
  209. package/lib/v1/emptystate/version3/EmptyCanned.js +2 -2
  210. package/lib/v1/emptystate/version3/EmptyChat.js +2 -2
  211. package/lib/v1/emptystate/version3/EmptyCollision.js +2 -2
  212. package/lib/v1/emptystate/version3/EmptyColumn.js +2 -2
  213. package/lib/v1/emptystate/version3/EmptyConfigurationPending.js +2 -2
  214. package/lib/v1/emptystate/version3/EmptyContact.js +2 -2
  215. package/lib/v1/emptystate/version3/EmptyContract.js +2 -2
  216. package/lib/v1/emptystate/version3/EmptyConversation.js +2 -2
  217. package/lib/v1/emptystate/version3/EmptyCrm.js +2 -2
  218. package/lib/v1/emptystate/version3/EmptyCrmNotes.js +2 -2
  219. package/lib/v1/emptystate/version3/EmptyCrmPotential.js +2 -2
  220. package/lib/v1/emptystate/version3/EmptyCustomerHappiness.js +2 -2
  221. package/lib/v1/emptystate/version3/EmptyDashboard.js +2 -2
  222. package/lib/v1/emptystate/version3/EmptyDelete.js +2 -2
  223. package/lib/v1/emptystate/version3/EmptyDepartment.js +2 -2
  224. package/lib/v1/emptystate/version3/EmptyError.js +2 -2
  225. package/lib/v1/emptystate/version3/EmptyFeed.js +2 -2
  226. package/lib/v1/emptystate/version3/EmptyFollowers.js +2 -2
  227. package/lib/v1/emptystate/version3/EmptyFrame.js +2 -2
  228. package/lib/v1/emptystate/version3/EmptyHappiness.js +2 -2
  229. package/lib/v1/emptystate/version3/EmptyHistory.js +2 -2
  230. package/lib/v1/emptystate/version3/EmptyInstagram.js +2 -2
  231. package/lib/v1/emptystate/version3/EmptyInstantmessage.js +2 -2
  232. package/lib/v1/emptystate/version3/EmptyInvoice.js +2 -2
  233. package/lib/v1/emptystate/version3/EmptyLine.js +2 -2
  234. package/lib/v1/emptystate/version3/EmptyMessenger.js +2 -2
  235. package/lib/v1/emptystate/version3/EmptyNoData.js +2 -2
  236. package/lib/v1/emptystate/version3/EmptyNotification.js +2 -2
  237. package/lib/v1/emptystate/version3/EmptyPreference.js +2 -2
  238. package/lib/v1/emptystate/version3/EmptyProducts.js +2 -2
  239. package/lib/v1/emptystate/version3/EmptyReply.js +2 -2
  240. package/lib/v1/emptystate/version3/EmptyReports.js +2 -2
  241. package/lib/v1/emptystate/version3/EmptySandbox.js +22 -19
  242. package/lib/v1/emptystate/version3/EmptySchedule.js +2 -2
  243. package/lib/v1/emptystate/version3/EmptySearch.js +2 -2
  244. package/lib/v1/emptystate/version3/EmptySkills.js +2 -2
  245. package/lib/v1/emptystate/version3/EmptySla.js +2 -2
  246. package/lib/v1/emptystate/version3/EmptySnippet.js +2 -2
  247. package/lib/v1/emptystate/version3/EmptyTag.js +2 -2
  248. package/lib/v1/emptystate/version3/EmptyTask.js +2 -2
  249. package/lib/v1/emptystate/version3/EmptyTeams.js +2 -2
  250. package/lib/v1/emptystate/version3/EmptyTelegram.js +2 -2
  251. package/lib/v1/emptystate/version3/EmptyTemplate.js +2 -2
  252. package/lib/v1/emptystate/version3/EmptyTicket.js +2 -2
  253. package/lib/v1/emptystate/version3/EmptyTimeEntry.js +2 -2
  254. package/lib/v1/emptystate/version3/EmptyTimeline.js +2 -2
  255. package/lib/v1/emptystate/version3/EmptyTopic.js +2 -2
  256. package/lib/v1/emptystate/version3/EmptyTwilio.js +2 -2
  257. package/lib/v1/emptystate/version3/EmptyWechat.js +2 -2
  258. package/lib/v1/emptystate/version3/EmptyWhatsapp.js +2 -2
  259. package/lib/v1/emptystate/version3/EmptyZSCKey.js +2 -2
  260. package/lib/v1/emptystate/version3/Export.js +2 -2
  261. package/lib/v1/emptystate/version3/Extensions.js +2 -2
  262. package/lib/v1/emptystate/version3/Extractor.js +2 -2
  263. package/lib/v1/emptystate/version3/FieldUpdate.js +2 -2
  264. package/lib/v1/emptystate/version3/FromAddress.js +2 -2
  265. package/lib/v1/emptystate/version3/GCConversation.js +2 -2
  266. package/lib/v1/emptystate/version3/Import.js +2 -2
  267. package/lib/v1/emptystate/version3/KBBot.js +2 -2
  268. package/lib/v1/emptystate/version3/Multilingual.js +2 -2
  269. package/lib/v1/emptystate/version3/NetworkError.js +2 -2
  270. package/lib/v1/emptystate/version3/OtherConfiguration.js +2 -2
  271. package/lib/v1/emptystate/version3/Predictor.js +2 -2
  272. package/lib/v1/emptystate/version3/ReadRecipients.js +2 -2
  273. package/lib/v1/emptystate/version3/SupportEmailAddress.js +2 -2
  274. package/lib/v1/emptystate/version3/SupportPlan.js +2 -2
  275. package/lib/v1/emptystate/version3/Variable.js +2 -2
  276. package/lib/v1/errorstate/props/defaultProps.js +15 -0
  277. package/lib/v1/errorstate/props/propTypes.js +20 -0
  278. package/lib/v1/errorstate/version1/EmptyInconvenience.js +2 -2
  279. package/lib/v1/errorstate/version1/NoRequestFound.js +2 -2
  280. package/lib/v1/errorstate/version1/PageNotFound.js +2 -2
  281. package/lib/v1/errorstate/version1/UnableToProcessRequest.js +2 -2
  282. package/lib/v1/errorstate/version1/UnauthorizedLogin.js +2 -2
  283. package/lib/v1/errorstate/version1/UrlNotFound.js +2 -2
  284. package/lib/v1/errorstate/version1/WillBeRightBack.js +2 -2
  285. package/lib/v1/errorstate/version2/EmptyUnauthorizedLogin.js +2 -2
  286. package/lib/v1/errorstate/version2/EmptyWillBeRightBack.js +2 -2
  287. package/lib/v1/errorstate/version2/NotImpossible.js +2 -2
  288. package/lib/v1/errorstate/version3/ErrorInconvenience.js +2 -2
  289. package/lib/v1/errorstate/version3/ErrorOopsSomethingMiss.js +2 -2
  290. package/lib/v1/errorstate/version3/ErrorUnableToProcessRequest.js +2 -2
  291. package/lib/v1/errorstate/version3/ErrorUnauthorizedLogin.js +2 -2
  292. package/lib/v1/errorstate/version3/ErrorUrlNotFound.js +2 -2
  293. package/lib/v1/errorstate/version3/ErrorWillBeRightBack.js +2 -2
  294. package/package.json +60 -60
  295. package/postPublish.js +8 -8
  296. package/prePublish.js +70 -70
  297. package/react-cli.config.js +19 -19
  298. package/result.json +1 -1
  299. package/unittest/index.html +1 -1
@@ -1,42 +1,42 @@
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:#F1F2F4;}
8
- .st2{fill:#788190;}
9
- .st3{fill:#CED5DE;}
10
- .st4{fill:#FFFFFF;}
11
- </style>
12
- <title>businessHourNew</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="M168,87c0-3.3,1.5-6.4,4.2-8.4c0.6-0.5,0.8-1.3,0.4-2l-2.3-4l-2.4-4.1c-0.4-0.7-1.2-0.9-1.9-0.6
19
- c-5.4,2.3-11.6-0.3-13.8-5.7c-0.4-0.9-0.6-1.8-0.7-2.7c-0.1-0.8-0.7-1.4-1.5-1.4h-9.3c-0.8,0-1.4,0.6-1.5,1.4
20
- c-0.7,5.3-5.2,9.2-10.5,9.2c-1.4,0-2.8-0.3-4.1-0.8c-0.7-0.3-1.5,0-1.9,0.6l-4.7,8.1c-0.4,0.7-0.2,1.5,0.4,2
21
- c4.7,3.5,5.6,10.2,2.1,14.8c-0.6,0.8-1.3,1.5-2.1,2.1c-0.6,0.5-0.8,1.3-0.4,2l2.1,3.6l0,0l0.3,0.6l0,0l0.4,0.6l0,0l0,0l1.9,3.2
22
- c0.4,0.7,1.2,0.9,1.9,0.6c1.3-0.5,2.7-0.8,4.1-0.8c5.3,0,9.8,4,10.5,9.2c0.1,0.8,0.7,1.4,1.5,1.4h9.2c0.8,0,1.4-0.6,1.5-1.4
23
- c0.7-5.3,5.2-9.3,10.5-9.2c1.4,0,2.8,0.3,4.1,0.8c0.7,0.3,1.5,0,1.9-0.6l4.7-8.1c0.4-0.7,0.2-1.5-0.4-2
24
- C169.5,93.4,168,90.3,168,87z"/>
25
- <path class="st2" d="M102.7,48.9c-9.4-12.2-26.8-14.4-39-5.1s-14.4,26.8-5.1,39s26.8,14.4,39,5.1c6.8-5.2,10.8-13.4,10.8-22
26
- C108.5,59.7,106.5,53.8,102.7,48.9z M80.7,89c-9.8,0-18.5-6.2-21.8-15.4c-0.9-2.5-1.3-5.1-1.3-7.8c0-12.8,10.4-23.2,23.1-23.2
27
- c12.8,0,23.2,10.4,23.2,23.2S93.5,89,80.7,89C80.7,89,80.7,89,80.7,89z"/>
28
- <path class="st3" d="M116.1,65.8c0-5.2,2.4-10,6.5-13.1c1-0.7,1.3-2.1,0.7-3.1l-3.6-6.2L116,37c-0.6-1.1-1.9-1.5-3-1
29
- c-2,0.8-4.1,1.3-6.3,1.3c-8.3,0-15.3-6.2-16.4-14.4c-0.1-1.2-1.1-2.1-2.3-2.1H73.5c-1.2,0-2.2,0.9-2.4,2.1
30
- c-1.2,9-9.5,15.4-18.5,14.3c-1.5-0.2-2.9-0.6-4.2-1.1c-1.1-0.5-2.4-0.1-3,1l-7.2,12.6c-0.6,1.1-0.3,2.4,0.7,3.1
31
- c7.3,5.5,8.7,15.9,3.2,23.1c-0.9,1.2-2,2.3-3.2,3.2c-1,0.7-1.3,2.1-0.7,3.1l3.2,5.6l0,0l0.5,0.9l0,0l0.6,1l0,0l0,0l2.9,5.1
32
- c0.6,1,1.9,1.5,3,1c2-0.8,4.2-1.2,6.3-1.2c8.3,0,15.3,6.2,16.4,14.4c0.2,1.2,1.2,2.1,2.4,2.1h14.4c1.2,0,2.2-0.9,2.4-2.1
33
- c1.2-9.1,9.5-15.4,18.6-14.2c1.4,0.2,2.8,0.6,4.1,1.1c1.1,0.5,2.4,0.1,3-1l7.3-12.6c0.6-1.1,0.3-2.4-0.7-3.1
34
- C118.5,75.9,116.1,71,116.1,65.8z M102.1,87.7C82.3,102.5,61,94.1,53.8,78l0,0c0,0,0-0.1,0-0.1l0,0l0,0c-0.1-0.2-0.2-0.4-0.3-0.7
35
- c-0.2-0.6-0.5-1.3-0.6-1.5c-3.2-9.2-2.1-20.4,6.1-31.2c0.1-0.2,0.3-0.4,0.5-0.5c17.3-13,35.8-8,45,4.3c7.4,10,8.7,24.9-1.9,39
36
- C102.5,87.5,102.3,87.6,102.1,87.7L102.1,87.7z"/>
37
- <circle class="st4" cx="145.3" cy="87" r="10.2"/>
38
- <path class="st2" d="M97.4,65.7H83.8c-0.3-0.6-0.9-1-1.6-1.1l-3.5-10C78.6,54,78,53.8,77.5,54s-0.8,0.8-0.6,1.3l0,0l3.5,10
39
- c-0.4,0.4-0.6,0.9-0.6,1.4c0,1.2,1,2.1,2.1,2.1c0.8,0,1.5-0.4,1.9-1.1h13.6c0.6,0,1-0.4,1-1S98,65.7,97.4,65.7z"/>
40
- </g>
41
- </g>
42
- </svg>
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:#F1F2F4;}
8
+ .st2{fill:#788190;}
9
+ .st3{fill:#CED5DE;}
10
+ .st4{fill:#FFFFFF;}
11
+ </style>
12
+ <title>businessHourNew</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="M168,87c0-3.3,1.5-6.4,4.2-8.4c0.6-0.5,0.8-1.3,0.4-2l-2.3-4l-2.4-4.1c-0.4-0.7-1.2-0.9-1.9-0.6
19
+ c-5.4,2.3-11.6-0.3-13.8-5.7c-0.4-0.9-0.6-1.8-0.7-2.7c-0.1-0.8-0.7-1.4-1.5-1.4h-9.3c-0.8,0-1.4,0.6-1.5,1.4
20
+ c-0.7,5.3-5.2,9.2-10.5,9.2c-1.4,0-2.8-0.3-4.1-0.8c-0.7-0.3-1.5,0-1.9,0.6l-4.7,8.1c-0.4,0.7-0.2,1.5,0.4,2
21
+ c4.7,3.5,5.6,10.2,2.1,14.8c-0.6,0.8-1.3,1.5-2.1,2.1c-0.6,0.5-0.8,1.3-0.4,2l2.1,3.6l0,0l0.3,0.6l0,0l0.4,0.6l0,0l0,0l1.9,3.2
22
+ c0.4,0.7,1.2,0.9,1.9,0.6c1.3-0.5,2.7-0.8,4.1-0.8c5.3,0,9.8,4,10.5,9.2c0.1,0.8,0.7,1.4,1.5,1.4h9.2c0.8,0,1.4-0.6,1.5-1.4
23
+ c0.7-5.3,5.2-9.3,10.5-9.2c1.4,0,2.8,0.3,4.1,0.8c0.7,0.3,1.5,0,1.9-0.6l4.7-8.1c0.4-0.7,0.2-1.5-0.4-2
24
+ C169.5,93.4,168,90.3,168,87z"/>
25
+ <path class="st2" d="M102.7,48.9c-9.4-12.2-26.8-14.4-39-5.1s-14.4,26.8-5.1,39s26.8,14.4,39,5.1c6.8-5.2,10.8-13.4,10.8-22
26
+ C108.5,59.7,106.5,53.8,102.7,48.9z M80.7,89c-9.8,0-18.5-6.2-21.8-15.4c-0.9-2.5-1.3-5.1-1.3-7.8c0-12.8,10.4-23.2,23.1-23.2
27
+ c12.8,0,23.2,10.4,23.2,23.2S93.5,89,80.7,89C80.7,89,80.7,89,80.7,89z"/>
28
+ <path class="st3" d="M116.1,65.8c0-5.2,2.4-10,6.5-13.1c1-0.7,1.3-2.1,0.7-3.1l-3.6-6.2L116,37c-0.6-1.1-1.9-1.5-3-1
29
+ c-2,0.8-4.1,1.3-6.3,1.3c-8.3,0-15.3-6.2-16.4-14.4c-0.1-1.2-1.1-2.1-2.3-2.1H73.5c-1.2,0-2.2,0.9-2.4,2.1
30
+ c-1.2,9-9.5,15.4-18.5,14.3c-1.5-0.2-2.9-0.6-4.2-1.1c-1.1-0.5-2.4-0.1-3,1l-7.2,12.6c-0.6,1.1-0.3,2.4,0.7,3.1
31
+ c7.3,5.5,8.7,15.9,3.2,23.1c-0.9,1.2-2,2.3-3.2,3.2c-1,0.7-1.3,2.1-0.7,3.1l3.2,5.6l0,0l0.5,0.9l0,0l0.6,1l0,0l0,0l2.9,5.1
32
+ c0.6,1,1.9,1.5,3,1c2-0.8,4.2-1.2,6.3-1.2c8.3,0,15.3,6.2,16.4,14.4c0.2,1.2,1.2,2.1,2.4,2.1h14.4c1.2,0,2.2-0.9,2.4-2.1
33
+ c1.2-9.1,9.5-15.4,18.6-14.2c1.4,0.2,2.8,0.6,4.1,1.1c1.1,0.5,2.4,0.1,3-1l7.3-12.6c0.6-1.1,0.3-2.4-0.7-3.1
34
+ C118.5,75.9,116.1,71,116.1,65.8z M102.1,87.7C82.3,102.5,61,94.1,53.8,78l0,0c0,0,0-0.1,0-0.1l0,0l0,0c-0.1-0.2-0.2-0.4-0.3-0.7
35
+ c-0.2-0.6-0.5-1.3-0.6-1.5c-3.2-9.2-2.1-20.4,6.1-31.2c0.1-0.2,0.3-0.4,0.5-0.5c17.3-13,35.8-8,45,4.3c7.4,10,8.7,24.9-1.9,39
36
+ C102.5,87.5,102.3,87.6,102.1,87.7L102.1,87.7z"/>
37
+ <circle class="st4" cx="145.3" cy="87" r="10.2"/>
38
+ <path class="st2" d="M97.4,65.7H83.8c-0.3-0.6-0.9-1-1.6-1.1l-3.5-10C78.6,54,78,53.8,77.5,54s-0.8,0.8-0.6,1.3l0,0l3.5,10
39
+ c-0.4,0.4-0.6,0.9-0.6,1.4c0,1.2,1,2.1,2.1,2.1c0.8,0,1.5-0.4,1.9-1.1h13.6c0.6,0,1-0.4,1-1S98,65.7,97.4,65.7z"/>
40
+ </g>
41
+ </g>
42
+ </svg>
@@ -1,27 +1,27 @@
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
+ <?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,85 +1,85 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.1.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
- <style type="text/css">
6
- .st0{opacity:0.35;fill:#E5E5E5;enable-background:new ;}
7
- .st1{opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;}
8
- .st2{opacity:0.7;}
9
- .st3{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:0.97,0.97;}
10
- .st4{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.03,1.03;}
11
- .st5{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.01,1.01;}
12
- .st6{opacity:0.5;fill:#DCF6FF;enable-background:new ;}
13
- .st7{opacity:0.2;enable-background:new ;}
14
- .st8{fill:#FFFFFF;}
15
- .st9{fill:#BBEAFF;}
16
- .st10{fill:none;stroke:#5A5C5D;stroke-miterlimit:10;}
17
- .st11{fill:#5A5C5D;}
18
- .st12{opacity:5.000000e-02;enable-background:new ;}
19
- .st13{fill:#EB4A62;}
20
- </style>
21
- <g id="Layer_2_1_">
22
- <g id="Layer_1-2">
23
- <path class="st0" d="M288.2,78.1h-75.1c-1.5,0-2.9-1-3.4-2.4c-0.2-0.5-0.3-1-0.3-1.5c-0.1-2,1.4-3.7,3.4-3.7c0.1,0,0.1,0,0.2,0
24
- h41.3c5.3,0,9.6-4.3,9.6-9.6l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H137.1c-1.8,0-3.3-1.3-3.6-3.1c-0.1-0.8,0-1.7,0.2-2.5
25
- c0.5-1.5,1.9-2.6,3.5-2.5h38.5c5.3,0,9.6-4.3,9.6-9.6v0l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H9.6c-5.3,0-9.6,4.3-9.6,9.6l0,0
26
- C0,38.7,4.3,43,9.6,43c0,0,0,0,0,0h57.3c1.8,0,3.3,1.3,3.6,3c0.1,0.6,0.1,1.3,0.1,1.9c-0.2,1.8-1.8,3.2-3.6,3.2H34.7
27
- c-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.6H143c2,0,3.6,1.6,3.6,3.6c0,0.1,0,0.1,0,0.2c0,0.4-0.1,0.7-0.1,1.1
28
- c-0.3,1.7-1.8,2.9-3.5,2.9H63c-5.3,0-9.6,4.3-9.6,9.6l0,0c0,5.3,4.3,9.6,9.6,9.6h69.2c2,0,3.6,1.5,3.6,3.5v0.1
29
- c-0.1,2-1.7,3.5-3.6,3.5h-29.5c-5.1-0.1-9.5,3.8-9.9,8.9c-0.4,5.3,3.7,9.9,8.9,10.2c0.2,0,0.4,0,0.6,0h114.2
30
- c5.2,0.1,9.5-3.9,9.9-9c0.3-5.3-3.7-9.9-9-10.2c-0.2,0-0.4,0-0.6,0h-14.6c-2,0-3.6-1.5-3.6-3.5v-0.1c0.1-1.9,1.7-3.5,3.6-3.4h86.1
31
- c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0l0,0C297.9,82.3,293.5,78,288.2,78.1z"/>
32
- <polygon class="st1" points="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
33
- "/>
34
- <g class="st2">
35
- <circle class="st3" cx="66.6" cy="22.8" r="4.3"/>
36
- </g>
37
- <g class="st2">
38
- <circle class="st4" cx="192.3" cy="117.8" r="4.3"/>
39
- </g>
40
- <polygon class="st1" points="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
41
- 138.3,15.6 "/>
42
- <polygon class="st1" points="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
43
- 214.2,0.9 "/>
44
- <g class="st2">
45
- <circle class="st5" cx="260.9" cy="54.3" r="8"/>
46
- </g>
47
- <circle class="st6" cx="140.3" cy="72.2" r="45.1"/>
48
- <path class="st7" d="M182.2,64.4L168,57.2c1.1-10.5-0.9-19.3-5.5-24.6c10.5,7.1,17.4,18.3,19.2,30.8c0,0.3,0.3,0.3,0.4,0.3
49
- s0.3-0.3,0.3-0.4C178.9,38.4,155.9,21,131,24.5c-5.8,0.8-11.4,2.7-16.5,5.7c-0.1,0-0.1,0.1-0.1,0.1c-7.6,4.4-13.7,10.9-17.6,18.7
50
- c-3.9,7.8-5.5,16.5-4.6,25.2v0.3c2.4,23.1,21.9,40.6,45.1,40.6h0.4c0.2,0,0.4-0.2,0.4-0.4s-0.2-0.4-0.4-0.4l0,0
51
- c-5.2,0.1-10.4-0.8-15.3-2.6c0.6,0.1,1.1,0.2,1.7,0.2c2.2,0,4.3-0.3,6.3-1c0.1-0.1,0.3-0.3,0.3-0.4s-0.3-0.3-0.4-0.3
52
- c-4.8,1.4-9.1,1.3-12.7-0.4l8.9-17.7l1,0.4c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3,0-0.4
53
- c0,0-0.1,0-0.1,0l-1-0.4l4.9-9.5c0.1-0.1,0.1-0.3-0.1-0.4c0,0,0,0-0.1,0c-0.1-0.1-0.4,0-0.4,0.1l-4.9,9.5l-18.6-9.5
54
- c1-8,3.5-15.7,7.2-22.9l16,8.1c0.1,0,0.1,0.1,0.1,0.1c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3-0.1-0.4c0,0-0.1,0-0.1,0l-16-8.1
55
- c3.6-7.2,8.4-13.8,14.3-19.5l18.6,9.3l-3,5.9c-0.1,0.1-0.1,0.3,0.1,0.4c0,0,0.1,0,0.1,0c0.1,0,0.1,0.1,0.1,0.1
56
- c0.2,0,0.3-0.1,0.3-0.3l3-5.9l18.6,9.4c-0.3,1.9-0.6,3.7-1,5.8c-0.1,0.3,0.1,0.4,0.3,0.4c0.3,0.2,0.4-0.1,0.4-0.3
57
- c0.4-1.9,0.7-3.8,1-5.5l14,7.1c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3C182.5,64.7,182.4,64.4,182.2,64.4z
58
- M93,75l13.8,6.9c-0.3,2.6-0.4,5.3-0.3,7.9c0.3,7.1,2.3,12.8,5.8,16.7C101.6,99.3,94.6,87.8,93,75z M125.8,91.7l-9.1,17.6
59
- c-5.8-3.2-9.2-9.9-9.7-19.4c-0.1-2.6,0-5.1,0.3-7.6L125.8,91.7z M106.8,81.3l-14-7.1c-0.8-8.4,0.7-16.8,4.4-24.4l16.7,8.5
60
- C110.4,65.6,108,73.4,106.8,81.3L106.8,81.3z M114.5,57.7l-16.7-8.5c3.9-7.5,9.8-13.7,17-18l4.9,2.5c0.1,0,0.1,0.1,0.1,0.1
61
- c0.2,0,0.3-0.1,0.3-0.3c0.1-0.2,0-0.4-0.1-0.4l-4.5-2.3c11.2-6.4,24.6-7.5,36.7-3.2c-5.1-0.4-10.8,1.3-16.7,5.3
62
- c-2.2,1.5-4.2,3.1-6.2,4.9l-3.3-1.6c-0.2-0.1-0.4,0-0.4,0.1c-0.1,0.2,0,0.4,0.1,0.4l2.9,1.6C122.8,44,118.1,50.5,114.5,57.7
63
- L114.5,57.7z M130,38.1c1.8-1.7,3.8-3.3,6-4.6c7.9-5.3,15.4-6.5,21.3-3.8l-8.9,17.6L130,38.1z M149,47.6l9-17.6
64
- c7.2,3.9,10.8,14.1,9.4,26.9L149,47.6z"/>
65
- <path class="st7" d="M143.8,57.1c-0.1-0.1-0.3-0.1-0.4,0c0,0,0,0.1-0.1,0.1l-3,5.9c-0.1,0.2,0,0.4,0.1,0.4c0.1,0,0.1,0.1,0.1,0.1
66
- c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3l3-5.9C144,57.5,143.9,57.2,143.8,57.1z"/>
67
- <rect x="134.2" y="74.7" class="st8" width="62.5" height="38.3"/>
68
- <rect x="134.5" y="65.3" class="st9" width="62.2" height="8.4"/>
69
- <polyline class="st10" points="195.5,106.1 195.5,65.8 132.5,65.8 132.5,114.7 195.5,114.7 195.5,112.1 "/>
70
- <line class="st10" x1="132.5" y1="74.7" x2="195.5" y2="74.7"/>
71
- <circle class="st11" cx="137.8" cy="70.4" r="1.1"/>
72
- <circle class="st11" cx="141.9" cy="70.4" r="1.1"/>
73
- <path class="st12" d="M134.5,75.3L134.5,75.3V77l0.9-1.7L134.5,75.3z M134.1,108.8v0.9c4.4-2,8.5-4.8,12-8.2l9.6,4.9
74
- c0.1,0,0.1,0.1,0.1,0.2c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3-0.1-0.4c0,0-0.1,0-0.1,0l-9.4-4.8c5.7-5.6,10.4-12.1,14-19.2
75
- l16.7,8.4c-5.8,11.3-16.1,19.5-28.4,22.8h2.6c11.5-3.8,21-12,26.5-22.8c2.4-4.7,4-9.9,4.6-15.1l-0.6,0.2l0,0
76
- c-0.6,5-2.1,9.9-4.3,14.4L161,81.2c1-1.9,1.9-3.9,2.6-5.9h-0.9c-0.9,1.9-1.6,3.7-2.6,5.6l-10.9-5.6h-1.7l12.4,6.2
77
- c-3.6,7.1-8.3,13.5-14,19l-11.7-5.9v0.9l11.2,5.6 M134.5,75.2L134.5,75.2V77l0.9-1.7L134.5,75.2z M134.5,75.2L134.5,75.2V77
78
- l0.9-1.7L134.5,75.2z"/>
79
- <path class="st13" d="M154.1,98.8l7.8-13.5c0.7-1.1,2.1-1.5,3.2-0.9c0.4,0.2,0.7,0.5,0.9,0.9l7.8,13.5c0.7,1.1,0.3,2.6-0.9,3.2
80
- c-0.3,0.2-0.7,0.3-1.1,0.3h-15.6c-1.3,0-2.4-1-2.4-2.3C153.8,99.6,153.9,99.2,154.1,98.8z"/>
81
- <path class="st8" d="M163.2,99.6c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.4,0.9-0.9,0.9S163.2,100.1,163.2,99.6z M165,91
82
- c0,0.6-0.2,2-0.4,4l-0.2,2.1h-0.5l-0.2-2.1c-0.2-2.1-0.4-3.5-0.4-4s0.3-0.9,0.8-0.9S165,90.4,165,91z"/>
83
- </g>
84
- </g>
85
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.1.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
+ <style type="text/css">
6
+ .st0{opacity:0.35;fill:#E5E5E5;enable-background:new ;}
7
+ .st1{opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;}
8
+ .st2{opacity:0.7;}
9
+ .st3{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:0.97,0.97;}
10
+ .st4{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.03,1.03;}
11
+ .st5{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.01,1.01;}
12
+ .st6{opacity:0.5;fill:#DCF6FF;enable-background:new ;}
13
+ .st7{opacity:0.2;enable-background:new ;}
14
+ .st8{fill:#FFFFFF;}
15
+ .st9{fill:#BBEAFF;}
16
+ .st10{fill:none;stroke:#5A5C5D;stroke-miterlimit:10;}
17
+ .st11{fill:#5A5C5D;}
18
+ .st12{opacity:5.000000e-02;enable-background:new ;}
19
+ .st13{fill:#EB4A62;}
20
+ </style>
21
+ <g id="Layer_2_1_">
22
+ <g id="Layer_1-2">
23
+ <path class="st0" d="M288.2,78.1h-75.1c-1.5,0-2.9-1-3.4-2.4c-0.2-0.5-0.3-1-0.3-1.5c-0.1-2,1.4-3.7,3.4-3.7c0.1,0,0.1,0,0.2,0
24
+ h41.3c5.3,0,9.6-4.3,9.6-9.6l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H137.1c-1.8,0-3.3-1.3-3.6-3.1c-0.1-0.8,0-1.7,0.2-2.5
25
+ c0.5-1.5,1.9-2.6,3.5-2.5h38.5c5.3,0,9.6-4.3,9.6-9.6v0l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H9.6c-5.3,0-9.6,4.3-9.6,9.6l0,0
26
+ C0,38.7,4.3,43,9.6,43c0,0,0,0,0,0h57.3c1.8,0,3.3,1.3,3.6,3c0.1,0.6,0.1,1.3,0.1,1.9c-0.2,1.8-1.8,3.2-3.6,3.2H34.7
27
+ c-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.6H143c2,0,3.6,1.6,3.6,3.6c0,0.1,0,0.1,0,0.2c0,0.4-0.1,0.7-0.1,1.1
28
+ c-0.3,1.7-1.8,2.9-3.5,2.9H63c-5.3,0-9.6,4.3-9.6,9.6l0,0c0,5.3,4.3,9.6,9.6,9.6h69.2c2,0,3.6,1.5,3.6,3.5v0.1
29
+ c-0.1,2-1.7,3.5-3.6,3.5h-29.5c-5.1-0.1-9.5,3.8-9.9,8.9c-0.4,5.3,3.7,9.9,8.9,10.2c0.2,0,0.4,0,0.6,0h114.2
30
+ c5.2,0.1,9.5-3.9,9.9-9c0.3-5.3-3.7-9.9-9-10.2c-0.2,0-0.4,0-0.6,0h-14.6c-2,0-3.6-1.5-3.6-3.5v-0.1c0.1-1.9,1.7-3.5,3.6-3.4h86.1
31
+ c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0l0,0C297.9,82.3,293.5,78,288.2,78.1z"/>
32
+ <polygon class="st1" points="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
33
+ "/>
34
+ <g class="st2">
35
+ <circle class="st3" cx="66.6" cy="22.8" r="4.3"/>
36
+ </g>
37
+ <g class="st2">
38
+ <circle class="st4" cx="192.3" cy="117.8" r="4.3"/>
39
+ </g>
40
+ <polygon class="st1" points="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
41
+ 138.3,15.6 "/>
42
+ <polygon class="st1" points="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
43
+ 214.2,0.9 "/>
44
+ <g class="st2">
45
+ <circle class="st5" cx="260.9" cy="54.3" r="8"/>
46
+ </g>
47
+ <circle class="st6" cx="140.3" cy="72.2" r="45.1"/>
48
+ <path class="st7" d="M182.2,64.4L168,57.2c1.1-10.5-0.9-19.3-5.5-24.6c10.5,7.1,17.4,18.3,19.2,30.8c0,0.3,0.3,0.3,0.4,0.3
49
+ s0.3-0.3,0.3-0.4C178.9,38.4,155.9,21,131,24.5c-5.8,0.8-11.4,2.7-16.5,5.7c-0.1,0-0.1,0.1-0.1,0.1c-7.6,4.4-13.7,10.9-17.6,18.7
50
+ c-3.9,7.8-5.5,16.5-4.6,25.2v0.3c2.4,23.1,21.9,40.6,45.1,40.6h0.4c0.2,0,0.4-0.2,0.4-0.4s-0.2-0.4-0.4-0.4l0,0
51
+ c-5.2,0.1-10.4-0.8-15.3-2.6c0.6,0.1,1.1,0.2,1.7,0.2c2.2,0,4.3-0.3,6.3-1c0.1-0.1,0.3-0.3,0.3-0.4s-0.3-0.3-0.4-0.3
52
+ c-4.8,1.4-9.1,1.3-12.7-0.4l8.9-17.7l1,0.4c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3,0-0.4
53
+ c0,0-0.1,0-0.1,0l-1-0.4l4.9-9.5c0.1-0.1,0.1-0.3-0.1-0.4c0,0,0,0-0.1,0c-0.1-0.1-0.4,0-0.4,0.1l-4.9,9.5l-18.6-9.5
54
+ c1-8,3.5-15.7,7.2-22.9l16,8.1c0.1,0,0.1,0.1,0.1,0.1c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3-0.1-0.4c0,0-0.1,0-0.1,0l-16-8.1
55
+ c3.6-7.2,8.4-13.8,14.3-19.5l18.6,9.3l-3,5.9c-0.1,0.1-0.1,0.3,0.1,0.4c0,0,0.1,0,0.1,0c0.1,0,0.1,0.1,0.1,0.1
56
+ c0.2,0,0.3-0.1,0.3-0.3l3-5.9l18.6,9.4c-0.3,1.9-0.6,3.7-1,5.8c-0.1,0.3,0.1,0.4,0.3,0.4c0.3,0.2,0.4-0.1,0.4-0.3
57
+ c0.4-1.9,0.7-3.8,1-5.5l14,7.1c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3C182.5,64.7,182.4,64.4,182.2,64.4z
58
+ M93,75l13.8,6.9c-0.3,2.6-0.4,5.3-0.3,7.9c0.3,7.1,2.3,12.8,5.8,16.7C101.6,99.3,94.6,87.8,93,75z M125.8,91.7l-9.1,17.6
59
+ c-5.8-3.2-9.2-9.9-9.7-19.4c-0.1-2.6,0-5.1,0.3-7.6L125.8,91.7z M106.8,81.3l-14-7.1c-0.8-8.4,0.7-16.8,4.4-24.4l16.7,8.5
60
+ C110.4,65.6,108,73.4,106.8,81.3L106.8,81.3z M114.5,57.7l-16.7-8.5c3.9-7.5,9.8-13.7,17-18l4.9,2.5c0.1,0,0.1,0.1,0.1,0.1
61
+ c0.2,0,0.3-0.1,0.3-0.3c0.1-0.2,0-0.4-0.1-0.4l-4.5-2.3c11.2-6.4,24.6-7.5,36.7-3.2c-5.1-0.4-10.8,1.3-16.7,5.3
62
+ c-2.2,1.5-4.2,3.1-6.2,4.9l-3.3-1.6c-0.2-0.1-0.4,0-0.4,0.1c-0.1,0.2,0,0.4,0.1,0.4l2.9,1.6C122.8,44,118.1,50.5,114.5,57.7
63
+ L114.5,57.7z M130,38.1c1.8-1.7,3.8-3.3,6-4.6c7.9-5.3,15.4-6.5,21.3-3.8l-8.9,17.6L130,38.1z M149,47.6l9-17.6
64
+ c7.2,3.9,10.8,14.1,9.4,26.9L149,47.6z"/>
65
+ <path class="st7" d="M143.8,57.1c-0.1-0.1-0.3-0.1-0.4,0c0,0,0,0.1-0.1,0.1l-3,5.9c-0.1,0.2,0,0.4,0.1,0.4c0.1,0,0.1,0.1,0.1,0.1
66
+ c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3l3-5.9C144,57.5,143.9,57.2,143.8,57.1z"/>
67
+ <rect x="134.2" y="74.7" class="st8" width="62.5" height="38.3"/>
68
+ <rect x="134.5" y="65.3" class="st9" width="62.2" height="8.4"/>
69
+ <polyline class="st10" points="195.5,106.1 195.5,65.8 132.5,65.8 132.5,114.7 195.5,114.7 195.5,112.1 "/>
70
+ <line class="st10" x1="132.5" y1="74.7" x2="195.5" y2="74.7"/>
71
+ <circle class="st11" cx="137.8" cy="70.4" r="1.1"/>
72
+ <circle class="st11" cx="141.9" cy="70.4" r="1.1"/>
73
+ <path class="st12" d="M134.5,75.3L134.5,75.3V77l0.9-1.7L134.5,75.3z M134.1,108.8v0.9c4.4-2,8.5-4.8,12-8.2l9.6,4.9
74
+ c0.1,0,0.1,0.1,0.1,0.2c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3-0.1-0.4c0,0-0.1,0-0.1,0l-9.4-4.8c5.7-5.6,10.4-12.1,14-19.2
75
+ l16.7,8.4c-5.8,11.3-16.1,19.5-28.4,22.8h2.6c11.5-3.8,21-12,26.5-22.8c2.4-4.7,4-9.9,4.6-15.1l-0.6,0.2l0,0
76
+ c-0.6,5-2.1,9.9-4.3,14.4L161,81.2c1-1.9,1.9-3.9,2.6-5.9h-0.9c-0.9,1.9-1.6,3.7-2.6,5.6l-10.9-5.6h-1.7l12.4,6.2
77
+ c-3.6,7.1-8.3,13.5-14,19l-11.7-5.9v0.9l11.2,5.6 M134.5,75.2L134.5,75.2V77l0.9-1.7L134.5,75.2z M134.5,75.2L134.5,75.2V77
78
+ l0.9-1.7L134.5,75.2z"/>
79
+ <path class="st13" d="M154.1,98.8l7.8-13.5c0.7-1.1,2.1-1.5,3.2-0.9c0.4,0.2,0.7,0.5,0.9,0.9l7.8,13.5c0.7,1.1,0.3,2.6-0.9,3.2
80
+ c-0.3,0.2-0.7,0.3-1.1,0.3h-15.6c-1.3,0-2.4-1-2.4-2.3C153.8,99.6,153.9,99.2,154.1,98.8z"/>
81
+ <path class="st8" d="M163.2,99.6c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.4,0.9-0.9,0.9S163.2,100.1,163.2,99.6z M165,91
82
+ c0,0.6-0.2,2-0.4,4l-0.2,2.1h-0.5l-0.2-2.1c-0.2-2.1-0.4-3.5-0.4-4s0.3-0.9,0.8-0.9S165,90.4,165,91z"/>
83
+ </g>
84
+ </g>
85
+ </svg>
@@ -1,62 +1,62 @@
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
+ <?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,41 +1,41 @@
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:#C9C9C9;}
8
- .st2{font-family:'ArialMT';}
9
- .st3{font-size:15.78px;}
10
- .st4{fill:#FFFFFF;}
11
- .st5{fill:#CED5DE;}
12
- .st6{fill:#788190;}
13
- .st7{opacity:0.5;fill:#CED5DE;enable-background:new ;}
14
- </style>
15
- <title>fromMailAddress1</title>
16
- <g id="Layer_2_1_">
17
- <g id="Layer_1-2">
18
- <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
19
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
20
- <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
21
- <text transform="matrix(1 0 0 1 21.17 52.49)" class="st1 st2 st3">@</text>
22
- <text transform="matrix(1 0 0 1 161.02 37.87)" class="st1 st2 st3">@</text>
23
- <path class="st4" d="M74.7,65.8V33.8c0-5.2,4.2-9.3,9.3-9.3h52.2c5.2,0,9.3,4.2,9.3,9.3v31.3l-21.4,20.5l-9.9-9.9
24
- c-1.7-1.9-4.6-2.1-6.5-0.4c-0.1,0.1-0.3,0.3-0.4,0.4L96,87L74.7,65.8z"/>
25
- <path class="st5" d="M67.3,58.6l40.9-39.9c1-1,2.6-1,3.6,0c0,0,0,0,0,0L153,58.6L124.3,87H96L67.3,58.6z"/>
26
- <path class="st4" d="M96,87L74.7,65.8V33.8c0-5.2,4.2-9.3,9.3-9.3h52.2c5.2,0,9.3,4.2,9.3,9.3v31.5L124.3,87H96z"/>
27
- <polygon class="st6" points="67.3,58.6 97.7,85.4 123.2,85.4 153,58.6 124.3,87 96,87 "/>
28
- <path class="st5" d="M70.8,112.2l37.5-34c1.3-1.1,3.1-1.1,4.4,0l37.5,33.5c-1.2,0.8-2.5,1.2-3.9,1.3H73.9
29
- C73.9,113,71.6,113.1,70.8,112.2z"/>
30
- <path class="st5" d="M67.3,58.6v47.8c0,0,0.1,4.2,3.4,5.8L96,87L67.3,58.6z"/>
31
- <path class="st5" d="M153,58.6v47.8c0,0-0.1,4.2-3.4,5.8L124.3,87L153,58.6z"/>
32
- <path class="st6" d="M70.8,112.2l36.7-36.6c0,0,3.4-3.5,6.9,0l35.3,36.5l-36.9-34c-1.3-1.1-3.1-1.1-4.4,0L70.8,112.2z"/>
33
- <path class="st7" d="M89.7,59.8h42c0.9,0,1.5,0.7,1.5,1.5v0.8c0,0.9-0.7,1.5-1.5,1.5h-42c-0.9,0-1.5-0.7-1.5-1.5v-0.8
34
- C88.1,60.5,88.8,59.8,89.7,59.8z"/>
35
- <path class="st7" d="M89.3,48.4h42c0.9,0,1.5,0.7,1.5,1.5v0.8c0,0.9-0.7,1.5-1.5,1.5h-42c-0.9,0-1.5-0.7-1.5-1.5V50
36
- C87.7,49.1,88.4,48.4,89.3,48.4z"/>
37
- <path class="st7" d="M89.7,36h24.3c0.9,0,1.5,0.7,1.5,1.5v0.8c0,0.9-0.7,1.5-1.5,1.5H89.7c-0.9,0-1.5-0.7-1.5-1.5v-0.8
38
- C88.1,36.6,88.8,36,89.7,36z"/>
39
- </g>
40
- </g>
41
- </svg>
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:#C9C9C9;}
8
+ .st2{font-family:'ArialMT';}
9
+ .st3{font-size:15.78px;}
10
+ .st4{fill:#FFFFFF;}
11
+ .st5{fill:#CED5DE;}
12
+ .st6{fill:#788190;}
13
+ .st7{opacity:0.5;fill:#CED5DE;enable-background:new ;}
14
+ </style>
15
+ <title>fromMailAddress1</title>
16
+ <g id="Layer_2_1_">
17
+ <g id="Layer_1-2">
18
+ <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
19
+ <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
20
+ <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
21
+ <text transform="matrix(1 0 0 1 21.17 52.49)" class="st1 st2 st3">@</text>
22
+ <text transform="matrix(1 0 0 1 161.02 37.87)" class="st1 st2 st3">@</text>
23
+ <path class="st4" d="M74.7,65.8V33.8c0-5.2,4.2-9.3,9.3-9.3h52.2c5.2,0,9.3,4.2,9.3,9.3v31.3l-21.4,20.5l-9.9-9.9
24
+ c-1.7-1.9-4.6-2.1-6.5-0.4c-0.1,0.1-0.3,0.3-0.4,0.4L96,87L74.7,65.8z"/>
25
+ <path class="st5" d="M67.3,58.6l40.9-39.9c1-1,2.6-1,3.6,0c0,0,0,0,0,0L153,58.6L124.3,87H96L67.3,58.6z"/>
26
+ <path class="st4" d="M96,87L74.7,65.8V33.8c0-5.2,4.2-9.3,9.3-9.3h52.2c5.2,0,9.3,4.2,9.3,9.3v31.5L124.3,87H96z"/>
27
+ <polygon class="st6" points="67.3,58.6 97.7,85.4 123.2,85.4 153,58.6 124.3,87 96,87 "/>
28
+ <path class="st5" d="M70.8,112.2l37.5-34c1.3-1.1,3.1-1.1,4.4,0l37.5,33.5c-1.2,0.8-2.5,1.2-3.9,1.3H73.9
29
+ C73.9,113,71.6,113.1,70.8,112.2z"/>
30
+ <path class="st5" d="M67.3,58.6v47.8c0,0,0.1,4.2,3.4,5.8L96,87L67.3,58.6z"/>
31
+ <path class="st5" d="M153,58.6v47.8c0,0-0.1,4.2-3.4,5.8L124.3,87L153,58.6z"/>
32
+ <path class="st6" d="M70.8,112.2l36.7-36.6c0,0,3.4-3.5,6.9,0l35.3,36.5l-36.9-34c-1.3-1.1-3.1-1.1-4.4,0L70.8,112.2z"/>
33
+ <path class="st7" d="M89.7,59.8h42c0.9,0,1.5,0.7,1.5,1.5v0.8c0,0.9-0.7,1.5-1.5,1.5h-42c-0.9,0-1.5-0.7-1.5-1.5v-0.8
34
+ C88.1,60.5,88.8,59.8,89.7,59.8z"/>
35
+ <path class="st7" d="M89.3,48.4h42c0.9,0,1.5,0.7,1.5,1.5v0.8c0,0.9-0.7,1.5-1.5,1.5h-42c-0.9,0-1.5-0.7-1.5-1.5V50
36
+ C87.7,49.1,88.4,48.4,89.3,48.4z"/>
37
+ <path class="st7" d="M89.7,36h24.3c0.9,0,1.5,0.7,1.5,1.5v0.8c0,0.9-0.7,1.5-1.5,1.5H89.7c-0.9,0-1.5-0.7-1.5-1.5v-0.8
38
+ C88.1,36.6,88.8,36,89.7,36z"/>
39
+ </g>
40
+ </g>
41
+ </svg>