@zohodesk/svg 1.0.0-beta.4 → 1.0.0-beta.40

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 (359) hide show
  1. package/README.md +142 -1
  2. package/lib/Provider.js +213 -0
  3. package/lib/index.js +48 -27
  4. package/lib/svg/EmptyAccounts.js +108 -36
  5. package/lib/svg/EmptyActiveCalls.js +79 -43
  6. package/lib/svg/EmptyActivity.js +79 -38
  7. package/lib/svg/EmptyAgent.js +79 -35
  8. package/lib/svg/EmptyAgentQueue.js +128 -0
  9. package/lib/svg/EmptyApproval.js +128 -0
  10. package/lib/svg/EmptyArchived.js +88 -35
  11. package/lib/svg/EmptyAttach.js +79 -35
  12. package/lib/svg/EmptyBlueprint.js +94 -35
  13. package/lib/svg/EmptyBusinessHoliday.js +47 -35
  14. package/lib/svg/EmptyBusinessHour.js +47 -35
  15. package/lib/svg/EmptyCallHistory.js +81 -43
  16. package/lib/svg/EmptyCollision.js +122 -0
  17. package/lib/svg/EmptyColumn.js +128 -0
  18. package/lib/svg/EmptyContact.js +79 -36
  19. package/lib/svg/EmptyContract.js +118 -0
  20. package/lib/svg/EmptyConversation.js +79 -35
  21. package/lib/svg/EmptyCrm.js +122 -0
  22. package/lib/svg/EmptyCrmNotes.js +133 -0
  23. package/lib/svg/EmptyCrmPotential.js +136 -0
  24. package/lib/svg/EmptyCustomDomain.js +90 -0
  25. package/lib/svg/EmptyDashboard.js +86 -36
  26. package/lib/svg/EmptyDepartment.js +122 -0
  27. package/lib/svg/EmptyError.js +144 -0
  28. package/lib/svg/EmptyFeed.js +125 -0
  29. package/lib/svg/EmptyFollowers.js +123 -0
  30. package/lib/svg/EmptyFrame.js +121 -0
  31. package/lib/svg/EmptyFromAddress.js +47 -35
  32. package/lib/svg/EmptyHappiness.js +79 -35
  33. package/lib/svg/EmptyHistory.js +79 -42
  34. package/lib/svg/EmptyImportHistory.js +47 -35
  35. package/lib/svg/EmptyInconvenience.js +91 -0
  36. package/lib/svg/EmptyInvoice.js +84 -35
  37. package/lib/svg/EmptyNetwork.js +47 -35
  38. package/lib/svg/EmptyNotification.js +79 -35
  39. package/lib/svg/EmptyProducts.js +82 -35
  40. package/lib/svg/EmptyRecycleBin.js +47 -35
  41. package/lib/svg/EmptyReply.js +117 -0
  42. package/lib/svg/EmptyReports.js +85 -35
  43. package/lib/svg/EmptyRoles.js +47 -35
  44. package/lib/svg/EmptySchedule.js +164 -0
  45. package/lib/svg/EmptySearch.js +89 -35
  46. package/lib/svg/EmptySkills.js +127 -41
  47. package/lib/svg/EmptySla.js +117 -0
  48. package/lib/svg/EmptySnippet.js +98 -50
  49. package/lib/svg/EmptyStateVariables.module.css +39 -0
  50. package/lib/svg/EmptyTag.js +82 -35
  51. package/lib/svg/EmptyTask.js +95 -35
  52. package/lib/svg/EmptyTeams.js +79 -35
  53. package/lib/svg/EmptyTemplate.js +91 -36
  54. package/lib/svg/EmptyTicket.js +82 -35
  55. package/lib/svg/EmptyTimeEntry.js +85 -35
  56. package/lib/svg/EmptyTimeline.js +122 -0
  57. package/lib/svg/EmptyTopic.js +85 -35
  58. package/lib/svg/EmptyUnauthorizedLogin.js +97 -0
  59. package/lib/svg/EmptyWebhook.js +47 -35
  60. package/lib/svg/EmptyWillBeRightBack.js +92 -0
  61. package/lib/svg/ErrorInconvenience.js +163 -0
  62. package/lib/svg/ErrorOopsSomethingMiss.js +164 -0
  63. package/lib/svg/ErrorUnableToProcessRequest.js +164 -0
  64. package/lib/svg/ErrorUnauthorizedLogin.js +163 -0
  65. package/lib/svg/ErrorUrlNotFound.js +164 -0
  66. package/lib/svg/ErrorWillBeRightBack.js +163 -0
  67. package/lib/svg/Extractor.js +116 -0
  68. package/lib/svg/FailureLog.js +47 -35
  69. package/lib/svg/Import.js +132 -0
  70. package/lib/svg/Loader.js +77 -33
  71. package/lib/svg/NoRequestFound.js +47 -43
  72. package/lib/svg/NotImpossible.js +129 -0
  73. package/lib/svg/PageNotFound.js +49 -44
  74. package/lib/svg/Predictor.js +123 -0
  75. package/lib/svg/SVG.js +88 -81
  76. package/lib/svg/SVG.module.css +9 -2
  77. package/lib/svg/SvgLoader.js +66 -0
  78. package/lib/svg/UnableToProcessRequest.js +48 -43
  79. package/lib/svg/UnauthorizedLogin.js +48 -43
  80. package/lib/svg/UrlNotFound.js +49 -44
  81. package/lib/svg/WillBeRightBack.js +49 -44
  82. package/lib/svg/ZiaAnamoly.js +117 -0
  83. package/lib/svg/docs/SVG__common.docs.js +98 -0
  84. package/lib/svg/docs/SVG__default.docs.js +327 -657
  85. package/lib/svg/docs/SVG__errorstate.docs.js +129 -0
  86. package/lib/svg/docs/SVGdocstyle.module.css +8 -0
  87. package/lib/svg/images/EmptyCustomDomain.svg +85 -0
  88. package/lib/svg/images/EmptySkills.svg +75 -67
  89. package/lib/svg/utils.js +26 -0
  90. package/package.json +20 -6
  91. package/preprocess/index.js +2 -0
  92. package/preprocess/json/svgAppearanceVariableJson.js +151 -0
  93. package/preprocess/json/svgThemeVariableJson.js +71 -0
  94. package/preprocess/svgAppearanceColors.js +63 -0
  95. package/preprocess/svgThemeColors.js +92 -0
  96. package/src/Provider.js +141 -0
  97. package/src/index.js +5 -1
  98. package/src/svg/EmptyAccounts.js +100 -9
  99. package/src/svg/EmptyActiveCalls.js +63 -14
  100. package/src/svg/EmptyActivity.js +63 -9
  101. package/src/svg/EmptyAgent.js +65 -9
  102. package/src/svg/EmptyAgentQueue.js +94 -0
  103. package/src/svg/EmptyApproval.js +85 -0
  104. package/src/svg/EmptyArchived.js +74 -8
  105. package/src/svg/EmptyAttach.js +65 -9
  106. package/src/svg/EmptyBlueprint.js +85 -8
  107. package/src/svg/EmptyBusinessHoliday.js +11 -6
  108. package/src/svg/EmptyBusinessHour.js +11 -6
  109. package/src/svg/EmptyCallHistory.js +60 -14
  110. package/src/svg/EmptyCollision.js +85 -0
  111. package/src/svg/EmptyColumn.js +91 -0
  112. package/src/svg/EmptyContact.js +64 -9
  113. package/src/svg/EmptyContract.js +81 -0
  114. package/src/svg/EmptyConversation.js +65 -9
  115. package/src/svg/EmptyCrm.js +84 -0
  116. package/src/svg/EmptyCrmNotes.js +96 -0
  117. package/src/svg/EmptyCrmPotential.js +100 -0
  118. package/src/svg/EmptyCustomDomain.js +33 -0
  119. package/src/svg/EmptyDashboard.js +71 -10
  120. package/src/svg/EmptyDepartment.js +87 -0
  121. package/src/svg/EmptyError.js +42 -0
  122. package/src/svg/EmptyFeed.js +87 -0
  123. package/src/svg/EmptyFollowers.js +85 -0
  124. package/src/svg/EmptyFrame.js +83 -0
  125. package/src/svg/EmptyFromAddress.js +11 -8
  126. package/src/svg/EmptyHappiness.js +65 -9
  127. package/src/svg/EmptyHistory.js +63 -15
  128. package/src/svg/EmptyImportHistory.js +11 -8
  129. package/src/svg/{Inconvenience.js → EmptyInconvenience.js} +7 -8
  130. package/src/svg/EmptyInvoice.js +70 -9
  131. package/src/svg/EmptyNetwork.js +11 -8
  132. package/src/svg/EmptyNotification.js +65 -10
  133. package/src/svg/EmptyProducts.js +68 -9
  134. package/src/svg/EmptyRecycleBin.js +10 -7
  135. package/src/svg/EmptyReply.js +81 -0
  136. package/src/svg/EmptyReports.js +70 -9
  137. package/src/svg/EmptyRoles.js +11 -8
  138. package/src/svg/EmptySchedule.js +131 -0
  139. package/src/svg/EmptySearch.js +75 -9
  140. package/src/svg/EmptySkills.js +95 -14
  141. package/src/svg/EmptySla.js +81 -0
  142. package/src/svg/EmptySnippet.js +78 -17
  143. package/src/svg/EmptyStateVariables.module.css +39 -0
  144. package/src/svg/EmptyTag.js +67 -8
  145. package/src/svg/EmptyTask.js +78 -10
  146. package/src/svg/EmptyTeams.js +65 -9
  147. package/src/svg/EmptyTemplate.js +69 -11
  148. package/src/svg/EmptyTicket.js +69 -10
  149. package/src/svg/EmptyTimeEntry.js +72 -10
  150. package/src/svg/EmptyTimeline.js +85 -0
  151. package/src/svg/EmptyTopic.js +72 -9
  152. package/src/svg/EmptyUnauthorizedLogin.js +44 -0
  153. package/src/svg/EmptyWebhook.js +11 -8
  154. package/src/svg/EmptyWillBeRightBack.js +44 -0
  155. package/src/svg/ErrorInconvenience.js +128 -0
  156. package/src/svg/ErrorOopsSomethingMiss.js +128 -0
  157. package/src/svg/ErrorUnableToProcessRequest.js +128 -0
  158. package/src/svg/ErrorUnauthorizedLogin.js +127 -0
  159. package/src/svg/ErrorUrlNotFound.js +128 -0
  160. package/src/svg/ErrorWillBeRightBack.js +127 -0
  161. package/src/svg/Extractor.js +76 -0
  162. package/src/svg/FailureLog.js +11 -8
  163. package/src/svg/Import.js +85 -0
  164. package/src/svg/Loader.js +63 -9
  165. package/src/svg/NoRequestFound.js +7 -8
  166. package/src/svg/NotImpossible.js +80 -0
  167. package/src/svg/PageNotFound.js +8 -8
  168. package/src/svg/Predictor.js +78 -0
  169. package/src/svg/SVG.js +36 -17
  170. package/src/svg/SVG.module.css +9 -2
  171. package/src/svg/SvgLoader.js +21 -0
  172. package/src/svg/UnableToProcessRequest.js +8 -9
  173. package/src/svg/UnauthorizedLogin.js +7 -8
  174. package/src/svg/UrlNotFound.js +9 -10
  175. package/src/svg/WillBeRightBack.js +9 -10
  176. package/src/svg/ZiaAnamoly.js +76 -0
  177. package/src/svg/docs/SVG__common.docs.js +47 -0
  178. package/src/svg/docs/SVG__default.docs.js +172 -228
  179. package/src/svg/docs/SVG__errorstate.docs.js +75 -0
  180. package/src/svg/docs/SVGdocstyle.module.css +8 -0
  181. package/src/svg/images/EmptyCustomDomain.svg +85 -0
  182. package/src/svg/images/EmptySkills.svg +75 -67
  183. package/src/svg/utils.js +15 -0
  184. package/.DS_Store +0 -0
  185. package/es/index.js +0 -6
  186. package/es/svg/EmptyAccounts.js +0 -57
  187. package/es/svg/EmptyActiveCalls.js +0 -64
  188. package/es/svg/EmptyActivity.js +0 -59
  189. package/es/svg/EmptyAgent.js +0 -56
  190. package/es/svg/EmptyArchived.js +0 -55
  191. package/es/svg/EmptyAttach.js +0 -56
  192. package/es/svg/EmptyBlueprint.js +0 -56
  193. package/es/svg/EmptyBusinessHoliday.js +0 -56
  194. package/es/svg/EmptyBusinessHour.js +0 -56
  195. package/es/svg/EmptyCallHistory.js +0 -64
  196. package/es/svg/EmptyCloud.js +0 -55
  197. package/es/svg/EmptyCloudDanger.js +0 -131
  198. package/es/svg/EmptyContact.js +0 -57
  199. package/es/svg/EmptyConversation.js +0 -56
  200. package/es/svg/EmptyDashboard.js +0 -56
  201. package/es/svg/EmptyEdition.js +0 -56
  202. package/es/svg/EmptyFromAddress.js +0 -56
  203. package/es/svg/EmptyHappiness.js +0 -56
  204. package/es/svg/EmptyHistory.js +0 -63
  205. package/es/svg/EmptyImportHistory.js +0 -56
  206. package/es/svg/EmptyInvoice.js +0 -56
  207. package/es/svg/EmptyNetwork.js +0 -56
  208. package/es/svg/EmptyNotification.js +0 -56
  209. package/es/svg/EmptyProducts.js +0 -56
  210. package/es/svg/EmptyRecycleBin.js +0 -56
  211. package/es/svg/EmptyReports.js +0 -56
  212. package/es/svg/EmptyRoles.js +0 -56
  213. package/es/svg/EmptySearch.js +0 -56
  214. package/es/svg/EmptySkills.js +0 -62
  215. package/es/svg/EmptySnippet.js +0 -62
  216. package/es/svg/EmptyTag.js +0 -56
  217. package/es/svg/EmptyTask.js +0 -56
  218. package/es/svg/EmptyTeams.js +0 -56
  219. package/es/svg/EmptyTemplate.js +0 -57
  220. package/es/svg/EmptyTicket.js +0 -56
  221. package/es/svg/EmptyTimeEntry.js +0 -56
  222. package/es/svg/EmptyTopic.js +0 -56
  223. package/es/svg/EmptyWebhook.js +0 -56
  224. package/es/svg/FailureLog.js +0 -56
  225. package/es/svg/Inconvenience.js +0 -65
  226. package/es/svg/InvalidUrl.js +0 -780
  227. package/es/svg/Loader.js +0 -50
  228. package/es/svg/NoRequestFound.js +0 -65
  229. package/es/svg/PageNotFound.js +0 -65
  230. package/es/svg/SVG.js +0 -102
  231. package/es/svg/SVG.module.css +0 -19
  232. package/es/svg/SitBack.js +0 -54
  233. package/es/svg/UnableToProcessRequest.js +0 -65
  234. package/es/svg/UnauthorizedLogin.js +0 -65
  235. package/es/svg/UrlNotFound.js +0 -65
  236. package/es/svg/WillBeRightBack.js +0 -65
  237. package/es/svg/docs/SVG__default.docs.js +0 -605
  238. package/es/svg/images/EmptyAccounts.svg +0 -55
  239. package/es/svg/images/EmptyActiveCalls.svg +0 -57
  240. package/es/svg/images/EmptyActivity.svg +0 -85
  241. package/es/svg/images/EmptyAgent.svg +0 -52
  242. package/es/svg/images/EmptyArchived.svg +0 -38
  243. package/es/svg/images/EmptyAttach.svg +0 -39
  244. package/es/svg/images/EmptyBlueprint.svg +0 -78
  245. package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
  246. package/es/svg/images/EmptyBusinessHour.svg +0 -42
  247. package/es/svg/images/EmptyCallHistory.svg +0 -46
  248. package/es/svg/images/EmptyCloud.svg +0 -38
  249. package/es/svg/images/EmptyContact.svg +0 -33
  250. package/es/svg/images/EmptyContactInfo.svg +0 -27
  251. package/es/svg/images/EmptyConversation.svg +0 -38
  252. package/es/svg/images/EmptyDashboard.svg +0 -42
  253. package/es/svg/images/EmptyEdition.svg +0 -76
  254. package/es/svg/images/EmptyFilter.svg +0 -62
  255. package/es/svg/images/EmptyFromAddress.svg +0 -41
  256. package/es/svg/images/EmptyHappiness.svg +0 -58
  257. package/es/svg/images/EmptyHistory.svg +0 -44
  258. package/es/svg/images/EmptyImportHistory.svg +0 -43
  259. package/es/svg/images/EmptyInvoice.svg +0 -45
  260. package/es/svg/images/EmptyNetwork.svg +0 -50
  261. package/es/svg/images/EmptyNotification.svg +0 -38
  262. package/es/svg/images/EmptyProducts.svg +0 -57
  263. package/es/svg/images/EmptyRecycleBin.svg +0 -58
  264. package/es/svg/images/EmptyReports.svg +0 -39
  265. package/es/svg/images/EmptyRoles.svg +0 -30
  266. package/es/svg/images/EmptySearch.svg +0 -37
  267. package/es/svg/images/EmptySkills.svg +0 -75
  268. package/es/svg/images/EmptySnippet.svg +0 -46
  269. package/es/svg/images/EmptyTag.svg +0 -43
  270. package/es/svg/images/EmptyTask.svg +0 -42
  271. package/es/svg/images/EmptyTeams.svg +0 -39
  272. package/es/svg/images/EmptyTemplate.svg +0 -39
  273. package/es/svg/images/EmptyTicket.svg +0 -33
  274. package/es/svg/images/EmptyTimeEntry.svg +0 -96
  275. package/es/svg/images/EmptyTopic.svg +0 -41
  276. package/es/svg/images/EmptyWebhook.svg +0 -44
  277. package/es/svg/images/FailureLog.svg +0 -46
  278. package/es/svg/images/Inconvenience.svg +0 -719
  279. package/es/svg/images/Loader.svg +0 -62
  280. package/es/svg/images/NoRequestFound.svg +0 -247
  281. package/es/svg/images/PageNotFound.svg +0 -405
  282. package/es/svg/images/ReguestUrlNotFound.svg +0 -267
  283. package/es/svg/images/SitBack.svg +0 -464
  284. package/es/svg/images/UnableToProcess.svg +0 -752
  285. package/es/svg/images/UnauthorizedLogin.svg +0 -1047
  286. package/es/svg/images/WillBack.svg +0 -633
  287. package/lib/svg/EmptyCloud.js +0 -77
  288. package/lib/svg/EmptyCloudDanger.js +0 -147
  289. package/lib/svg/EmptyEdition.js +0 -78
  290. package/lib/svg/Inconvenience.js +0 -87
  291. package/lib/svg/InvalidUrl.js +0 -799
  292. package/lib/svg/SitBack.js +0 -76
  293. package/lib/svg/images/EmptyAccounts.svg +0 -55
  294. package/lib/svg/images/EmptyActiveCalls.svg +0 -57
  295. package/lib/svg/images/EmptyActivity.svg +0 -85
  296. package/lib/svg/images/EmptyAgent.svg +0 -52
  297. package/lib/svg/images/EmptyArchived.svg +0 -38
  298. package/lib/svg/images/EmptyAttach.svg +0 -39
  299. package/lib/svg/images/EmptyBlueprint.svg +0 -78
  300. package/lib/svg/images/EmptyCallHistory.svg +0 -46
  301. package/lib/svg/images/EmptyCloud.svg +0 -38
  302. package/lib/svg/images/EmptyContact.svg +0 -33
  303. package/lib/svg/images/EmptyConversation.svg +0 -38
  304. package/lib/svg/images/EmptyDashboard.svg +0 -42
  305. package/lib/svg/images/EmptyEdition.svg +0 -76
  306. package/lib/svg/images/EmptyHappiness.svg +0 -58
  307. package/lib/svg/images/EmptyHistory.svg +0 -44
  308. package/lib/svg/images/EmptyInvoice.svg +0 -45
  309. package/lib/svg/images/EmptyNotification.svg +0 -38
  310. package/lib/svg/images/EmptyProducts.svg +0 -57
  311. package/lib/svg/images/EmptyReports.svg +0 -39
  312. package/lib/svg/images/EmptySearch.svg +0 -37
  313. package/lib/svg/images/EmptySnippet.svg +0 -46
  314. package/lib/svg/images/EmptyTag.svg +0 -43
  315. package/lib/svg/images/EmptyTask.svg +0 -42
  316. package/lib/svg/images/EmptyTeams.svg +0 -39
  317. package/lib/svg/images/EmptyTemplate.svg +0 -39
  318. package/lib/svg/images/EmptyTicket.svg +0 -33
  319. package/lib/svg/images/EmptyTimeEntry.svg +0 -96
  320. package/lib/svg/images/EmptyTopic.svg +0 -41
  321. package/lib/svg/images/Loader.svg +0 -62
  322. package/lib/svg/images/SitBack.svg +0 -464
  323. package/src/.DS_Store +0 -0
  324. package/src/svg/.DS_Store +0 -0
  325. package/src/svg/EmptyCloud.js +0 -28
  326. package/src/svg/EmptyCloudDanger.js +0 -104
  327. package/src/svg/EmptyEdition.js +0 -29
  328. package/src/svg/InvalidUrl.js +0 -755
  329. package/src/svg/SitBack.js +0 -29
  330. package/src/svg/images/EmptyAccounts.svg +0 -55
  331. package/src/svg/images/EmptyActiveCalls.svg +0 -57
  332. package/src/svg/images/EmptyActivity.svg +0 -85
  333. package/src/svg/images/EmptyAgent.svg +0 -52
  334. package/src/svg/images/EmptyArchived.svg +0 -38
  335. package/src/svg/images/EmptyAttach.svg +0 -39
  336. package/src/svg/images/EmptyBlueprint.svg +0 -78
  337. package/src/svg/images/EmptyCallHistory.svg +0 -46
  338. package/src/svg/images/EmptyCloud.svg +0 -38
  339. package/src/svg/images/EmptyContact.svg +0 -33
  340. package/src/svg/images/EmptyConversation.svg +0 -38
  341. package/src/svg/images/EmptyDashboard.svg +0 -42
  342. package/src/svg/images/EmptyEdition.svg +0 -76
  343. package/src/svg/images/EmptyHappiness.svg +0 -58
  344. package/src/svg/images/EmptyHistory.svg +0 -44
  345. package/src/svg/images/EmptyInvoice.svg +0 -45
  346. package/src/svg/images/EmptyNotification.svg +0 -38
  347. package/src/svg/images/EmptyProducts.svg +0 -57
  348. package/src/svg/images/EmptyReports.svg +0 -39
  349. package/src/svg/images/EmptySearch.svg +0 -37
  350. package/src/svg/images/EmptySnippet.svg +0 -46
  351. package/src/svg/images/EmptyTag.svg +0 -43
  352. package/src/svg/images/EmptyTask.svg +0 -42
  353. package/src/svg/images/EmptyTeams.svg +0 -39
  354. package/src/svg/images/EmptyTemplate.svg +0 -39
  355. package/src/svg/images/EmptyTicket.svg +0 -33
  356. package/src/svg/images/EmptyTimeEntry.svg +0 -96
  357. package/src/svg/images/EmptyTopic.svg +0 -41
  358. package/src/svg/images/Loader.svg +0 -62
  359. package/src/svg/images/SitBack.svg +0 -464
@@ -1,605 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- import React from 'react';
7
- import EmptyActivity from '../EmptyActivity';
8
- import EmptyAccounts from '../EmptyAccounts';
9
- import EmptyAgent from '../EmptyAgent';
10
- import EmptyArchived from '../EmptyArchived';
11
- import EmptyBusinessHoliday from '../EmptyBusinessHoliday';
12
- import EmptyBusinessHour from '../EmptyBusinessHour';
13
- import EmptyBlueprint from '../EmptyBlueprint';
14
- import EmptyCloud from '../EmptyCloud';
15
- import EmptyCloudDanger from '../EmptyCloudDanger';
16
- import EmptyContact from '../EmptyContact';
17
- import EmptyDashboard from '../EmptyDashboard';
18
- import EmptyImportHistory from '../EmptyImportHistory';
19
- import EmptyInvoice from '../EmptyInvoice';
20
- import EmptyProducts from '../EmptyProducts';
21
- import EmptyRecycleBin from '../EmptyRecycleBin';
22
- import EmptyReports from '../EmptyReports';
23
- import EmptyRoles from '../EmptyRoles';
24
- import EmptySearch from '../EmptySearch';
25
- import EmptyTag from '../EmptyTag';
26
- import EmptyTask from '../EmptyTask';
27
- import EmptyTicket from '../EmptyTicket';
28
- import EmptyAttach from '../EmptyAttach';
29
- import EmptyNetwork from '../EmptyNetwork';
30
- import EmptyHappiness from '../EmptyHappiness';
31
- import EmptyConversation from '../EmptyConversation';
32
- import EmptyNotification from '../EmptyNotification';
33
- import EmptyTimeEntry from '../EmptyTimeEntry';
34
- import EmptyTeams from '../EmptyTeams';
35
- import EmptyTopic from '../EmptyTopic';
36
- import FailureLog from '../FailureLog';
37
- import InvalidUrl from '../InvalidUrl';
38
- import Inconvenience from '../Inconvenience';
39
- import NoRequestFound from '../NoRequestFound';
40
- import PageNotFound from '../PageNotFound';
41
- import UnableToProcessRequest from '../UnableToProcessRequest';
42
- import UnauthorizedLogin from '../UnauthorizedLogin';
43
- import UrlNotFound from '../UrlNotFound';
44
- import WillBeRightBack from '../WillBeRightBack';
45
- import EmptyActiveCalls from '../EmptyActiveCalls';
46
- import EmptyCallHistory from '../EmptyCallHistory';
47
- import EmptyHistory from '../EmptyHistory';
48
- import EmptyFromAddress from '../EmptyFromAddress';
49
- import EmptyWebhook from '../EmptyWebhook';
50
- import EmptyTemplate from '../EmptyTemplate';
51
- import EmptyEdition from '../EmptyEdition';
52
- import EmptySkills from '../EmptySkills';
53
- import EmptySnippet from '../EmptySnippet';
54
- import SitBack from '../SitBack';
55
- import Loader from '../Loader';
56
-
57
- var SVG__default = function (_React$Component) {
58
- _inherits(SVG__default, _React$Component);
59
-
60
- function SVG__default() {
61
- _classCallCheck(this, SVG__default);
62
-
63
- return _possibleConstructorReturn(this, (SVG__default.__proto__ || _Object$getPrototypeOf(SVG__default)).apply(this, arguments));
64
- }
65
-
66
- _createClass(SVG__default, [{
67
- key: 'render',
68
- value: function render() {
69
- var boxStyle = {
70
- minWidth: '15%',
71
- border: '1px solid #dcdcdc',
72
- padding: '5px',
73
- margin: '5px',
74
- flex: '1'
75
- };
76
- var textStyle = {
77
- textAlign: 'center',
78
- padding: '10px 0',
79
- background: ' #f9f9f9',
80
- marginTop: '10px',
81
- color: '#000'
82
- };
83
- return React.createElement(
84
- React.Fragment,
85
- null,
86
- React.createElement(
87
- 'div',
88
- {
89
- style: {
90
- display: 'flex',
91
- flexDirection: 'row',
92
- alignItems: 'center',
93
- justifyContent: 'center',
94
- flexWrap: 'wrap'
95
- }
96
- },
97
- React.createElement(
98
- 'div',
99
- { style: boxStyle },
100
- React.createElement(EmptyTeams, null),
101
- React.createElement(
102
- 'div',
103
- { style: textStyle },
104
- 'EmptyTeams'
105
- )
106
- ),
107
- React.createElement(
108
- 'div',
109
- { style: boxStyle },
110
- React.createElement(EmptyAgent, null),
111
- React.createElement(
112
- 'div',
113
- { style: textStyle },
114
- 'EmptyAgent'
115
- )
116
- ),
117
- React.createElement(
118
- 'div',
119
- { style: boxStyle },
120
- React.createElement(EmptyTicket, null),
121
- React.createElement(
122
- 'div',
123
- { style: textStyle },
124
- 'EmptyTicket'
125
- )
126
- ),
127
- React.createElement(
128
- 'div',
129
- { style: boxStyle },
130
- React.createElement(EmptyTask, null),
131
- React.createElement(
132
- 'div',
133
- { style: textStyle },
134
- 'EmptyTask'
135
- )
136
- ),
137
- React.createElement(
138
- 'div',
139
- { style: boxStyle },
140
- React.createElement(EmptyContact, null),
141
- React.createElement(
142
- 'div',
143
- { style: textStyle },
144
- 'EmptyContact'
145
- )
146
- ),
147
- React.createElement(
148
- 'div',
149
- { style: boxStyle },
150
- React.createElement(EmptyAccounts, null),
151
- React.createElement(
152
- 'div',
153
- { style: textStyle },
154
- 'EmptyAccounts'
155
- )
156
- ),
157
- React.createElement(
158
- 'div',
159
- { style: boxStyle },
160
- React.createElement(EmptyActivity, null),
161
- React.createElement(
162
- 'div',
163
- { style: textStyle },
164
- 'EmptyActivity'
165
- )
166
- ),
167
- React.createElement(
168
- 'div',
169
- { style: boxStyle },
170
- React.createElement(EmptyProducts, null),
171
- React.createElement(
172
- 'div',
173
- { style: textStyle },
174
- 'EmptyProducts'
175
- )
176
- ),
177
- React.createElement(
178
- 'div',
179
- { style: boxStyle },
180
- React.createElement(EmptyDashboard, null),
181
- React.createElement(
182
- 'div',
183
- { style: textStyle },
184
- 'EmptyDashboard'
185
- )
186
- ),
187
- React.createElement(
188
- 'div',
189
- { style: boxStyle },
190
- React.createElement(EmptyReports, null),
191
- React.createElement(
192
- 'div',
193
- { style: textStyle },
194
- 'EmptyReports'
195
- )
196
- ),
197
- React.createElement(
198
- 'div',
199
- { style: boxStyle },
200
- React.createElement(EmptyTopic, null),
201
- React.createElement(
202
- 'div',
203
- { style: textStyle },
204
- 'EmptyTopic'
205
- )
206
- ),
207
- React.createElement(
208
- 'div',
209
- { style: boxStyle },
210
- React.createElement(EmptyArchived, null),
211
- React.createElement(
212
- 'div',
213
- { style: textStyle },
214
- 'EmptyArchived'
215
- )
216
- ),
217
- React.createElement(
218
- 'div',
219
- { style: boxStyle },
220
- React.createElement(EmptyBusinessHour, null),
221
- React.createElement(
222
- 'div',
223
- { style: textStyle },
224
- 'EmptyBusinessHour'
225
- )
226
- ),
227
- React.createElement(
228
- 'div',
229
- { style: boxStyle },
230
- React.createElement(EmptyBusinessHoliday, null),
231
- React.createElement(
232
- 'div',
233
- { style: textStyle },
234
- 'EmptyBusinessHoliday'
235
- )
236
- ),
237
- React.createElement(
238
- 'div',
239
- { style: boxStyle },
240
- React.createElement(EmptyBlueprint, null),
241
- React.createElement(
242
- 'div',
243
- { style: textStyle },
244
- 'EmptyBlueprint'
245
- )
246
- ),
247
- React.createElement(
248
- 'div',
249
- { style: boxStyle },
250
- React.createElement(EmptyImportHistory, null),
251
- React.createElement(
252
- 'div',
253
- { style: textStyle },
254
- 'EmptyImportHistory'
255
- )
256
- ),
257
- React.createElement(
258
- 'div',
259
- { style: boxStyle },
260
- React.createElement(EmptyInvoice, null),
261
- React.createElement(
262
- 'div',
263
- { style: textStyle },
264
- 'EmptyInvoice'
265
- )
266
- ),
267
- React.createElement(
268
- 'div',
269
- { style: boxStyle },
270
- React.createElement(EmptyRecycleBin, null),
271
- React.createElement(
272
- 'div',
273
- { style: textStyle },
274
- 'EmptyRecycleBin'
275
- )
276
- ),
277
- React.createElement(
278
- 'div',
279
- { style: boxStyle },
280
- React.createElement(EmptyRoles, null),
281
- React.createElement(
282
- 'div',
283
- { style: textStyle },
284
- 'EmptyRoles'
285
- )
286
- ),
287
- React.createElement(
288
- 'div',
289
- { style: boxStyle },
290
- React.createElement(EmptySearch, null),
291
- React.createElement(
292
- 'div',
293
- { style: textStyle },
294
- 'EmptySearch'
295
- )
296
- ),
297
- React.createElement(
298
- 'div',
299
- { style: boxStyle },
300
- React.createElement(EmptyTag, null),
301
- React.createElement(
302
- 'div',
303
- { style: textStyle },
304
- 'EmptyTag'
305
- )
306
- ),
307
- React.createElement(
308
- 'div',
309
- { style: boxStyle },
310
- React.createElement(FailureLog, null),
311
- React.createElement(
312
- 'div',
313
- { style: textStyle },
314
- 'FailureLog'
315
- )
316
- ),
317
- React.createElement(
318
- 'div',
319
- { style: boxStyle },
320
- React.createElement(EmptyActiveCalls, null),
321
- React.createElement(
322
- 'div',
323
- { style: textStyle },
324
- 'EmptyActiveCalls'
325
- )
326
- ),
327
- React.createElement(
328
- 'div',
329
- { style: boxStyle },
330
- React.createElement(EmptyCallHistory, null),
331
- React.createElement(
332
- 'div',
333
- { style: textStyle },
334
- 'EmptyCallHistory'
335
- )
336
- ),
337
- React.createElement(
338
- 'div',
339
- { style: boxStyle },
340
- React.createElement(EmptyHistory, null),
341
- React.createElement(
342
- 'div',
343
- { style: textStyle },
344
- 'EmptyHistory'
345
- )
346
- ),
347
- React.createElement(
348
- 'div',
349
- { style: boxStyle },
350
- React.createElement(EmptyFromAddress, null),
351
- React.createElement(
352
- 'div',
353
- { style: textStyle },
354
- 'EmptyFromAddress'
355
- )
356
- ),
357
- React.createElement(
358
- 'div',
359
- { style: boxStyle },
360
- React.createElement(EmptyWebhook, null),
361
- React.createElement(
362
- 'div',
363
- { style: textStyle },
364
- 'EmptyWebhook'
365
- )
366
- ),
367
- React.createElement(
368
- 'div',
369
- { style: boxStyle },
370
- React.createElement(EmptyTemplate, null),
371
- React.createElement(
372
- 'div',
373
- { style: textStyle },
374
- 'EmptyTemplate'
375
- )
376
- ),
377
- React.createElement(
378
- 'div',
379
- { style: boxStyle },
380
- React.createElement(EmptyEdition, null),
381
- React.createElement(
382
- 'div',
383
- { style: textStyle },
384
- 'EmptyEdition'
385
- )
386
- ),
387
- React.createElement(
388
- 'div',
389
- { style: boxStyle },
390
- React.createElement(EmptyTimeEntry, null),
391
- React.createElement(
392
- 'div',
393
- { style: textStyle },
394
- 'EmptyTimeEntry'
395
- )
396
- ),
397
- React.createElement(
398
- 'div',
399
- { style: boxStyle },
400
- React.createElement(EmptyNotification, null),
401
- React.createElement(
402
- 'div',
403
- { style: textStyle },
404
- 'EmptyNotification'
405
- )
406
- ),
407
- React.createElement(
408
- 'div',
409
- { style: boxStyle },
410
- React.createElement(EmptyNetwork, null),
411
- React.createElement(
412
- 'div',
413
- { style: textStyle },
414
- 'EmptyNetwork'
415
- )
416
- ),
417
- React.createElement(
418
- 'div',
419
- { style: boxStyle },
420
- React.createElement(EmptyHappiness, null),
421
- React.createElement(
422
- 'div',
423
- { style: textStyle },
424
- 'EmptyHappiness'
425
- )
426
- ),
427
- React.createElement(
428
- 'div',
429
- { style: boxStyle },
430
- React.createElement(EmptyConversation, null),
431
- React.createElement(
432
- 'div',
433
- { style: textStyle },
434
- 'EmptyConversation'
435
- )
436
- ),
437
- React.createElement(
438
- 'div',
439
- { style: boxStyle },
440
- React.createElement(EmptySnippet, null),
441
- React.createElement(
442
- 'div',
443
- { style: textStyle },
444
- 'EmptySnippet'
445
- )
446
- ),
447
- React.createElement(
448
- 'div',
449
- { style: boxStyle },
450
- React.createElement(EmptySkills, null),
451
- React.createElement(
452
- 'div',
453
- { style: textStyle },
454
- 'EmptySkills'
455
- )
456
- ),
457
- React.createElement(
458
- 'div',
459
- { style: boxStyle },
460
- React.createElement(EmptyAttach, null),
461
- React.createElement(
462
- 'div',
463
- { style: textStyle },
464
- 'EmptyAttach'
465
- )
466
- ),
467
- React.createElement(
468
- 'div',
469
- { style: boxStyle },
470
- React.createElement(EmptyCloud, null),
471
- React.createElement(
472
- 'div',
473
- { style: textStyle },
474
- 'EmptyCloud'
475
- )
476
- ),
477
- React.createElement(
478
- 'div',
479
- { style: boxStyle },
480
- React.createElement(EmptyCloudDanger, null),
481
- React.createElement(
482
- 'div',
483
- { style: textStyle },
484
- 'EmptyCloudDanger'
485
- )
486
- ),
487
- React.createElement(
488
- 'div',
489
- { style: boxStyle },
490
- React.createElement(Inconvenience, null),
491
- React.createElement(
492
- 'div',
493
- { style: textStyle },
494
- 'Inconvenience'
495
- )
496
- ),
497
- React.createElement(
498
- 'div',
499
- { style: boxStyle },
500
- React.createElement(InvalidUrl, null),
501
- React.createElement(
502
- 'div',
503
- { style: textStyle },
504
- 'InvalidUrl'
505
- )
506
- ),
507
- React.createElement(
508
- 'div',
509
- { style: boxStyle },
510
- React.createElement(NoRequestFound, null),
511
- React.createElement(
512
- 'div',
513
- { style: textStyle },
514
- 'NoRequestFound'
515
- )
516
- ),
517
- React.createElement(
518
- 'div',
519
- { style: boxStyle },
520
- React.createElement(PageNotFound, null),
521
- React.createElement(
522
- 'div',
523
- { style: textStyle },
524
- 'PageNotFound'
525
- )
526
- ),
527
- React.createElement(
528
- 'div',
529
- { style: boxStyle },
530
- React.createElement(UnableToProcessRequest, null),
531
- React.createElement(
532
- 'div',
533
- { style: textStyle },
534
- 'UnableToProcessRequest'
535
- )
536
- ),
537
- React.createElement(
538
- 'div',
539
- { style: boxStyle },
540
- React.createElement(UnauthorizedLogin, null),
541
- React.createElement(
542
- 'div',
543
- { style: textStyle },
544
- 'UnathorizedLogin'
545
- )
546
- ),
547
- React.createElement(
548
- 'div',
549
- { style: boxStyle },
550
- React.createElement(UrlNotFound, null),
551
- React.createElement(
552
- 'div',
553
- { style: textStyle },
554
- 'UrlNotFound'
555
- )
556
- ),
557
- React.createElement(
558
- 'div',
559
- { style: boxStyle },
560
- React.createElement(WillBeRightBack, null),
561
- React.createElement(
562
- 'div',
563
- { style: textStyle },
564
- 'WillBeRightBack'
565
- )
566
- ),
567
- React.createElement(
568
- 'div',
569
- { style: boxStyle },
570
- React.createElement(SitBack, null),
571
- React.createElement(
572
- 'div',
573
- { style: textStyle },
574
- 'SitBack'
575
- )
576
- ),
577
- React.createElement(
578
- 'div',
579
- { style: boxStyle },
580
- React.createElement(
581
- 'div',
582
- { style: { height: '40px', width: '40px', margin: 'auto' } },
583
- React.createElement(Loader, null)
584
- ),
585
- React.createElement(
586
- 'div',
587
- { style: textStyle },
588
- 'Loader'
589
- )
590
- )
591
- )
592
- );
593
- }
594
- }]);
595
-
596
- return SVG__default;
597
- }(React.Component);
598
-
599
- export default SVG__default;
600
-
601
- if (false) {
602
- SVG__default.docs = {
603
- componentGroup: 'SVG'
604
- };
605
- }
@@ -1,55 +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:#FFFFFF;}
8
- .st2{opacity:0.2;fill:#788190;enable-background:new ;}
9
- .st3{fill:#788190;}
10
- .st4{fill:#F1F2F4;}
11
- .st5{fill:#CED5DE;}
12
- </style>
13
- <title>emptyAccount</title>
14
- <g>
15
- <g id="Layer_1-2">
16
- <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
17
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
18
- <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
19
- <path class="st1" d="M61.5,38.1h-2C60.2,38,60.9,38,61.5,38.1z"/>
20
- <path class="st1" d="M116.7,38.2h-3.3C114.5,38,115.6,38,116.7,38.2z"/>
21
- <path class="st2" d="M59.2,38.1l-2.3,53.6c-0.3,6.8,5,12.5,11.8,12.8c0.2,0,0.4,0,0.5,0h37.3c6.8,0,12.3-5.5,12.3-12.3
22
- c0-0.2,0-0.3,0-0.5l-2-53.6L59.2,38.1z"/>
23
- <path class="st1" d="M82.2,104.5c-1,4.5-4.6,8-9.2,8.9l-33.7,6.6c-6.3,1.2-12.4-2.9-13.7-9.2L15.4,58.5
24
- c-1.2-6.3,2.9-12.4,9.2-13.7c0,0,0,0,0,0l33.7-6.6c0.3-0.1,0.6-0.1,0.9-0.2l-2.3,53.6c-0.3,6.8,5,12.5,11.8,12.8
25
- c0.2,0,0.3,0,0.5,0H82.2z M151,44.9l-33.7-6.6l-0.6-0.1l2.1,53.6c0.3,6.8-5,12.5-11.8,12.8c-0.2,0-0.3,0-0.5,0H93.4
26
- c1,4.5,4.6,8,9.1,8.9l33.7,6.6c6.3,1.2,12.4-2.9,13.7-9.2l10.3-52.3C161.4,52.2,157.3,46.1,151,44.9C151,44.9,151,44.9,151,44.9z
27
- M116.9,91V37.1c0-6.3-5.1-11.4-11.4-11.4l0,0h-35c-6.3,0-11.4,5.1-11.4,11.4V91c0,6.3,5.1,11.4,11.3,11.4c0,0,0,0,0,0h35
28
- C111.8,102.4,116.9,97.3,116.9,91z"/>
29
- <path class="st3" d="M88,33.6c-7.4,0-13.6,5.5-14.7,12.8l0,0c-0.1,0.7-0.1,1.4-0.1,2.1v5.7l2.3-9.5c0,0,3.6,10.2,24.5,12.5
30
- c0.9,0.1,1.9,0.2,2.9,0.3v-9C102.9,40.2,96.3,33.6,88,33.6C88,33.6,88,33.6,88,33.6z M57.2,54c-0.9-5-5.6-8.3-10.6-7.4
31
- c0,0,0,0,0,0L38.2,48c-5,0.9-8.3,5.6-7.5,10.6l1.6,9.2l0.1,0.5c0,0-0.4-11.3,3.6-12.5l0.6-0.2l0.5-0.1l0.5,0H38c0.1,0,0.2,0,0.3,0
32
- c1.7,0.1,2.7,0.9,4.2,1c0.2,0,0.4,0,0.5,0h0.1c0.1,0,0.2,0,0.4,0h0.1l0,0h0.3h0.2h0.2h0.1l0,0l0,0c2.5-0.5,3-2.5,5.9-3l0.6-0.1
33
- h0.4h0.1c3.2-0.3,5.7,5.5,6.9,8.7l0.1-1.7L57.2,54z M133.7,47.5c0,0-10.7-2.8-15.6,9.2c-0.2,0.5-0.4,1-0.6,1.4l1.1,26.6
34
- c1.6,0.8,3.2,1.5,4.9,2c16.4,3.6,18.7-8.7,18.8-15.5c0-2.7,0.2-5.4,0.5-8.1C144.4,50.2,133.7,47.5,133.7,47.5L133.7,47.5z"/>
35
- <path class="st4" d="M99.8,82.5H73.2c-0.6,0-1.1-0.5-1.1-1.1s0.5-1.1,1.1-1.1h26.7c0.6,0,1.1,0.5,1.1,1.1S100.4,82.5,99.8,82.5z
36
- M90.1,90.1c0-0.6-0.5-1.1-1.1-1.1c0,0,0,0,0,0H73.2c-0.6,0.1-1,0.6-1,1.2c0,0.5,0.5,0.9,1,1H89C89.6,91.2,90.1,90.7,90.1,90.1
37
- C90.1,90.1,90.1,90.1,90.1,90.1z M40.3,97.5l11.4-2.3c0.6-0.1,1-0.7,0.9-1.3c-0.1-0.6-0.7-1-1.3-0.9l0,0l-11.4,2.4
38
- c-0.6,0.1-0.9,0.7-0.8,1.3c0.1,0.5,0.5,0.8,1,0.8L40.3,97.5z M42.1,106l6.9-1.4c0.6-0.1,1-0.7,0.8-1.3c-0.1-0.6-0.7-1-1.3-0.8l0,0
39
- l-6.9,1.4c-0.6,0.1-1,0.7-0.9,1.3c0.1,0.5,0.5,0.9,1.1,0.9H42.1z M132.1,95.7c0.1-0.6-0.3-1.2-0.8-1.3c0,0,0,0,0,0l-10.8-2.2
40
- c-0.6-0.1-1.2,0.3-1.3,0.8c-0.1,0.6,0.3,1.2,0.8,1.3l0,0l10.8,2.2h0.2C131.6,96.5,132,96.2,132.1,95.7L132.1,95.7z M126.7,103.4
41
- c0.1-0.6-0.3-1.2-0.8-1.3l-3.7-0.8c-0.6-0.1-1.2,0.3-1.3,0.8c-0.1,0.6,0.3,1.2,0.8,1.3l0,0l3.7,0.8h0.2
42
- C126.2,104.2,126.6,103.9,126.7,103.4L126.7,103.4z"/>
43
- <path class="st5" d="M75.5,44.7l-2.3,9.5v7c0,6.6,5.4,12,12,12H88c6.6,0,12-5.4,12-12v-3.9C79.1,54.9,75.5,44.7,75.5,44.7z
44
- M73.2,47.4v1.1c0-0.7,0-1.4,0.1-2.1C73.2,46.7,73.2,47,73.2,47.4z M122.9,53l-3.4,13.2c-1.3,4.8,1.6,9.7,6.4,11c0,0,0,0,0.1,0
45
- c0.7,0.2,1.5,0.3,2.3,0.3c4.1,0,7.7-2.8,8.8-6.8l2.3-9C127.7,60,122.9,53,122.9,53z M51.2,53.1h-0.4l-0.6,0.1
46
- c-3,0.5-3.5,2.5-5.9,3h-0.1l0,0l-0.2,0h-0.2h-0.3h-0.1l0,0l0,0c-0.1,0-0.2,0-0.4,0h-0.1c-0.2,0-0.4,0-0.5,0
47
- c-1.5-0.1-2.6-0.9-4.2-1H38h-0.5l-0.5,0l-0.5,0.1c-0.2,0-0.4,0.1-0.7,0.2c-3.4,1-3.7,8.8-3.7,11.6v0.4c0,0.3,0,0.5,0,0.5l0.3,1.5
48
- l1,5.4c1,6.7,7,11.6,13.8,11.3H48l0.6-0.1l0.5-0.1h0.1c0.4-0.1,0.8-0.1,1.1-0.2l0.5-0.2c2.6-0.8,4.9-2.4,6.6-4.6l0.3-7.6L58.2,62
49
- C57,58.9,54.4,52.9,51.2,53.1L51.2,53.1z"/>
50
- <path class="st4" d="M57.7,73.6l-0.3,7.6v0.1c-1.7,2.1-4,3.7-6.5,4.5l-0.5,0.2c-0.4,0.1-0.7,0.2-1.1,0.2l-0.6,0.1L48,86.3h-0.7
51
- C42,86.5,37,83.5,34.7,78.7C41.1,73.4,49.7,71.5,57.7,73.6L57.7,73.6z"/>
52
- <path class="st2" d="M59.5,38.1h-0.3l0,0H59.5z"/>
53
- </g>
54
- </g>
55
- </svg>