@zohodesk/svg 1.0.0-beta.5 → 1.0.0-beta.50

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 (577) hide show
  1. package/README.md +173 -1
  2. package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  3. package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  4. package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  5. package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  6. package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  8. package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  9. package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  10. package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  11. package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  12. package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  14. package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
  15. package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
  16. package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
  17. package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
  18. package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
  19. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
  20. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
  21. package/es/Loader/Loader.js +68 -0
  22. package/es/Loader/props/defaultProps.js +3 -0
  23. package/es/Loader/props/propTypes.js +4 -0
  24. package/es/Provider.js +74 -0
  25. package/es/SVG/SVG.js +56 -0
  26. package/es/{svg → SVG}/SVG.module.css +2 -3
  27. package/es/SVG/SvgLoader.js +28 -0
  28. package/es/SVG/props/defaultProps.js +11 -0
  29. package/es/SVG/props/propTypes.js +15 -0
  30. package/es/css/EmptyStateVariables.module.css +39 -0
  31. package/es/docs/Emptystate__version1.docs.js +29 -0
  32. package/es/docs/Emptystate__version2.docs.js +45 -0
  33. package/es/docs/Emptystate__version3.docs.js +180 -0
  34. package/es/docs/Errorstate__version1.docs.js +41 -0
  35. package/es/docs/Errorstate__version2.docs.js +33 -0
  36. package/es/docs/Errorstate__version3.docs.js +39 -0
  37. package/es/docs/SVG__common.docs.js +29 -0
  38. package/es/docs/SVGdocstyle.module.css +53 -0
  39. package/es/emptystate/props/defaultProps.js +8 -0
  40. package/es/emptystate/props/propTypes.js +9 -0
  41. package/es/emptystate/version1/EmptyCustomDomain.js +30 -0
  42. package/es/emptystate/version2/EmptyBusinessHoliday.js +30 -0
  43. package/es/emptystate/version2/EmptyBusinessHour.js +30 -0
  44. package/es/emptystate/version2/EmptyFromAddress.js +30 -0
  45. package/es/emptystate/version2/EmptyImportHistory.js +30 -0
  46. package/es/emptystate/version2/EmptyNetwork.js +30 -0
  47. package/es/emptystate/version2/EmptyRecycleBin.js +30 -0
  48. package/es/emptystate/version2/EmptyRoles.js +30 -0
  49. package/es/emptystate/version2/EmptyWebhook.js +30 -0
  50. package/es/emptystate/version2/FailureLog.js +30 -0
  51. package/es/emptystate/version3/AuditLog.js +80 -0
  52. package/es/emptystate/version3/CustomModule.js +59 -0
  53. package/es/emptystate/version3/EmptyAccounts.js +90 -0
  54. package/es/emptystate/version3/EmptyActiveCalls.js +61 -0
  55. package/es/emptystate/version3/EmptyActivity.js +61 -0
  56. package/es/emptystate/version3/EmptyAgent.js +61 -0
  57. package/es/emptystate/version3/EmptyAgentQueue.js +67 -0
  58. package/es/emptystate/version3/EmptyApplechat.js +74 -0
  59. package/es/emptystate/version3/EmptyApproval.js +67 -0
  60. package/es/emptystate/version3/EmptyArchived.js +69 -0
  61. package/es/emptystate/version3/EmptyArticle.js +75 -0
  62. package/es/emptystate/version3/EmptyAsapchat.js +69 -0
  63. package/es/emptystate/version3/EmptyAttach.js +61 -0
  64. package/es/emptystate/version3/EmptyBlueprint.js +76 -0
  65. package/es/emptystate/version3/EmptyCallHistory.js +63 -0
  66. package/es/emptystate/version3/EmptyCanned.js +79 -0
  67. package/es/emptystate/version3/EmptyChat.js +79 -0
  68. package/es/emptystate/version3/EmptyCollision.js +61 -0
  69. package/es/emptystate/version3/EmptyColumn.js +67 -0
  70. package/es/emptystate/version3/EmptyContact.js +61 -0
  71. package/es/emptystate/version3/EmptyContract.js +57 -0
  72. package/es/emptystate/version3/EmptyConversation.js +61 -0
  73. package/es/emptystate/version3/EmptyCrm.js +61 -0
  74. package/es/emptystate/version3/EmptyCrmNotes.js +72 -0
  75. package/es/emptystate/version3/EmptyCrmPotential.js +75 -0
  76. package/es/emptystate/version3/EmptyDashboard.js +67 -0
  77. package/es/emptystate/version3/EmptyDelete.js +52 -0
  78. package/es/emptystate/version3/EmptyDepartment.js +61 -0
  79. package/es/emptystate/version3/EmptyError.js +84 -0
  80. package/es/emptystate/version3/EmptyFeed.js +64 -0
  81. package/es/emptystate/version3/EmptyFollowers.js +62 -0
  82. package/es/emptystate/version3/EmptyFrame.js +60 -0
  83. package/es/emptystate/version3/EmptyHappiness.js +61 -0
  84. package/es/emptystate/version3/EmptyHistory.js +61 -0
  85. package/es/emptystate/version3/EmptyInstagram.js +75 -0
  86. package/es/emptystate/version3/EmptyInstantmessage.js +77 -0
  87. package/es/emptystate/version3/EmptyInvoice.js +66 -0
  88. package/es/emptystate/version3/EmptyLine.js +75 -0
  89. package/es/emptystate/version3/EmptyMessenger.js +62 -0
  90. package/es/emptystate/version3/EmptyNoData.js +80 -0
  91. package/es/emptystate/version3/EmptyNotification.js +61 -0
  92. package/es/emptystate/version3/EmptyProducts.js +64 -0
  93. package/es/emptystate/version3/EmptyReply.js +56 -0
  94. package/es/emptystate/version3/EmptyReports.js +67 -0
  95. package/es/emptystate/version3/EmptySchedule.js +103 -0
  96. package/es/emptystate/version3/EmptySearch.js +71 -0
  97. package/es/emptystate/version3/EmptySkills.js +109 -0
  98. package/es/emptystate/version3/EmptySla.js +56 -0
  99. package/es/emptystate/version3/EmptySnippet.js +71 -0
  100. package/es/emptystate/version3/EmptyTag.js +64 -0
  101. package/es/emptystate/version3/EmptyTask.js +77 -0
  102. package/es/emptystate/version3/EmptyTeams.js +61 -0
  103. package/es/emptystate/version3/EmptyTelegram.js +75 -0
  104. package/es/emptystate/version3/EmptyTemplate.js +73 -0
  105. package/es/emptystate/version3/EmptyTicket.js +64 -0
  106. package/es/emptystate/version3/EmptyTimeEntry.js +67 -0
  107. package/es/emptystate/version3/EmptyTimeline.js +61 -0
  108. package/es/emptystate/version3/EmptyTopic.js +67 -0
  109. package/es/emptystate/version3/EmptyTwilio.js +75 -0
  110. package/es/emptystate/version3/EmptyWechat.js +75 -0
  111. package/es/emptystate/version3/EmptyWhatsapp.js +75 -0
  112. package/es/emptystate/version3/Export.js +56 -0
  113. package/es/emptystate/version3/Extensions.js +62 -0
  114. package/es/emptystate/version3/Extractor.js +55 -0
  115. package/es/emptystate/version3/GCBot.js +53 -0
  116. package/es/emptystate/version3/GCConversation.js +55 -0
  117. package/es/emptystate/version3/Import.js +71 -0
  118. package/es/emptystate/version3/KBBot.js +68 -0
  119. package/es/emptystate/version3/Multilingual.js +61 -0
  120. package/es/emptystate/version3/NetworkError.js +64 -0
  121. package/es/emptystate/version3/Predictor.js +62 -0
  122. package/es/emptystate/version3/ReadRecipients.js +60 -0
  123. package/es/emptystate/version3/SupportPlan.js +77 -0
  124. package/es/emptystate/version3/Variable.js +59 -0
  125. package/es/emptystate/version3/ZiaAnamoly.js +56 -0
  126. package/es/errorstate/props/defaultProps.js +8 -0
  127. package/es/errorstate/props/propTypes.js +9 -0
  128. package/es/errorstate/version1/EmptyInconvenience.js +34 -0
  129. package/es/errorstate/version1/NoRequestFound.js +34 -0
  130. package/es/errorstate/version1/PageNotFound.js +35 -0
  131. package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
  132. package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
  133. package/es/errorstate/version1/UrlNotFound.js +35 -0
  134. package/es/errorstate/version1/WillBeRightBack.js +35 -0
  135. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +36 -0
  136. package/es/errorstate/version2/EmptyWillBeRightBack.js +31 -0
  137. package/es/errorstate/version2/NotImpossible.js +70 -0
  138. package/es/errorstate/version3/ErrorInconvenience.js +106 -0
  139. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +107 -0
  140. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +107 -0
  141. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +114 -0
  142. package/es/errorstate/version3/ErrorUrlNotFound.js +107 -0
  143. package/es/errorstate/version3/ErrorWillBeRightBack.js +106 -0
  144. package/es/index.js +9 -4
  145. package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
  146. package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
  147. package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
  148. package/images/EmptyCustomDomain.svg +85 -0
  149. package/{es/svg/images → images}/EmptyFilter.svg +0 -0
  150. package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
  151. package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
  152. package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
  153. package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
  154. package/{es/svg/images → images}/EmptyRoles.svg +0 -0
  155. package/images/EmptySkills.svg +83 -0
  156. package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
  157. package/{es/svg/images → images}/FailureLog.svg +0 -0
  158. package/{es/svg/images → images}/Inconvenience.svg +0 -0
  159. package/{es/svg/images → images}/NoRequestFound.svg +0 -0
  160. package/{es/svg/images → images}/PageNotFound.svg +0 -0
  161. package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
  162. package/{es/svg/images → images}/UnableToProcess.svg +0 -0
  163. package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
  164. package/{es/svg/images → images}/WillBack.svg +0 -0
  165. package/lib/Loader/Loader.js +117 -0
  166. package/lib/Loader/props/defaultProps.js +10 -0
  167. package/lib/Loader/props/propTypes.js +15 -0
  168. package/lib/Provider.js +139 -0
  169. package/lib/SVG/SVG.js +107 -0
  170. package/lib/{svg → SVG}/SVG.module.css +2 -3
  171. package/lib/SVG/SvgLoader.js +66 -0
  172. package/lib/SVG/props/defaultProps.js +18 -0
  173. package/lib/SVG/props/propTypes.js +26 -0
  174. package/lib/css/EmptyStateVariables.module.css +39 -0
  175. package/lib/docs/Emptystate__version1.docs.js +79 -0
  176. package/lib/docs/Emptystate__version2.docs.js +103 -0
  177. package/lib/docs/Emptystate__version3.docs.js +304 -0
  178. package/lib/docs/Errorstate__version1.docs.js +97 -0
  179. package/lib/docs/Errorstate__version2.docs.js +85 -0
  180. package/lib/docs/Errorstate__version3.docs.js +94 -0
  181. package/lib/docs/SVG__common.docs.js +79 -0
  182. package/lib/docs/SVGdocstyle.module.css +53 -0
  183. package/lib/emptystate/props/defaultProps.js +15 -0
  184. package/lib/emptystate/props/propTypes.js +20 -0
  185. package/lib/emptystate/version1/EmptyCustomDomain.js +88 -0
  186. package/lib/emptystate/version2/EmptyBusinessHoliday.js +88 -0
  187. package/lib/emptystate/version2/EmptyBusinessHour.js +88 -0
  188. package/lib/emptystate/version2/EmptyFromAddress.js +88 -0
  189. package/lib/emptystate/version2/EmptyImportHistory.js +88 -0
  190. package/lib/emptystate/version2/EmptyNetwork.js +88 -0
  191. package/lib/emptystate/version2/EmptyRecycleBin.js +88 -0
  192. package/lib/emptystate/version2/EmptyRoles.js +88 -0
  193. package/lib/emptystate/version2/EmptyWebhook.js +88 -0
  194. package/lib/emptystate/version2/FailureLog.js +88 -0
  195. package/lib/emptystate/version3/AuditLog.js +137 -0
  196. package/lib/emptystate/version3/CustomModule.js +116 -0
  197. package/lib/emptystate/version3/EmptyAccounts.js +147 -0
  198. package/lib/emptystate/version3/EmptyActiveCalls.js +118 -0
  199. package/lib/emptystate/version3/EmptyActivity.js +118 -0
  200. package/lib/emptystate/version3/EmptyAgent.js +118 -0
  201. package/lib/emptystate/version3/EmptyAgentQueue.js +124 -0
  202. package/lib/emptystate/version3/EmptyApplechat.js +131 -0
  203. package/lib/emptystate/version3/EmptyApproval.js +124 -0
  204. package/lib/emptystate/version3/EmptyArchived.js +126 -0
  205. package/lib/emptystate/version3/EmptyArticle.js +132 -0
  206. package/lib/emptystate/version3/EmptyAsapchat.js +126 -0
  207. package/lib/emptystate/version3/EmptyAttach.js +118 -0
  208. package/lib/emptystate/version3/EmptyBlueprint.js +133 -0
  209. package/lib/emptystate/version3/EmptyCallHistory.js +120 -0
  210. package/lib/emptystate/version3/EmptyCanned.js +136 -0
  211. package/lib/emptystate/version3/EmptyChat.js +136 -0
  212. package/lib/emptystate/version3/EmptyCollision.js +118 -0
  213. package/lib/emptystate/version3/EmptyColumn.js +124 -0
  214. package/lib/emptystate/version3/EmptyContact.js +118 -0
  215. package/lib/emptystate/version3/EmptyContract.js +114 -0
  216. package/lib/emptystate/version3/EmptyConversation.js +118 -0
  217. package/lib/emptystate/version3/EmptyCrm.js +118 -0
  218. package/lib/emptystate/version3/EmptyCrmNotes.js +129 -0
  219. package/lib/emptystate/version3/EmptyCrmPotential.js +132 -0
  220. package/lib/emptystate/version3/EmptyDashboard.js +124 -0
  221. package/lib/emptystate/version3/EmptyDelete.js +109 -0
  222. package/lib/emptystate/version3/EmptyDepartment.js +118 -0
  223. package/lib/emptystate/version3/EmptyError.js +141 -0
  224. package/lib/emptystate/version3/EmptyFeed.js +121 -0
  225. package/lib/emptystate/version3/EmptyFollowers.js +119 -0
  226. package/lib/emptystate/version3/EmptyFrame.js +117 -0
  227. package/lib/emptystate/version3/EmptyHappiness.js +118 -0
  228. package/lib/emptystate/version3/EmptyHistory.js +118 -0
  229. package/lib/emptystate/version3/EmptyInstagram.js +132 -0
  230. package/lib/emptystate/version3/EmptyInstantmessage.js +134 -0
  231. package/lib/emptystate/version3/EmptyInvoice.js +123 -0
  232. package/lib/emptystate/version3/EmptyLine.js +132 -0
  233. package/lib/emptystate/version3/EmptyMessenger.js +119 -0
  234. package/lib/emptystate/version3/EmptyNoData.js +137 -0
  235. package/lib/emptystate/version3/EmptyNotification.js +118 -0
  236. package/lib/emptystate/version3/EmptyProducts.js +121 -0
  237. package/lib/emptystate/version3/EmptyReply.js +113 -0
  238. package/lib/emptystate/version3/EmptyReports.js +124 -0
  239. package/lib/emptystate/version3/EmptySchedule.js +160 -0
  240. package/lib/emptystate/version3/EmptySearch.js +128 -0
  241. package/lib/emptystate/version3/EmptySkills.js +166 -0
  242. package/lib/emptystate/version3/EmptySla.js +113 -0
  243. package/lib/emptystate/version3/EmptySnippet.js +128 -0
  244. package/lib/emptystate/version3/EmptyTag.js +121 -0
  245. package/lib/emptystate/version3/EmptyTask.js +134 -0
  246. package/lib/emptystate/version3/EmptyTeams.js +118 -0
  247. package/lib/emptystate/version3/EmptyTelegram.js +132 -0
  248. package/lib/emptystate/version3/EmptyTemplate.js +130 -0
  249. package/lib/emptystate/version3/EmptyTicket.js +121 -0
  250. package/lib/emptystate/version3/EmptyTimeEntry.js +124 -0
  251. package/lib/emptystate/version3/EmptyTimeline.js +118 -0
  252. package/lib/emptystate/version3/EmptyTopic.js +124 -0
  253. package/lib/emptystate/version3/EmptyTwilio.js +132 -0
  254. package/lib/emptystate/version3/EmptyWechat.js +132 -0
  255. package/lib/emptystate/version3/EmptyWhatsapp.js +132 -0
  256. package/lib/emptystate/version3/Export.js +113 -0
  257. package/lib/emptystate/version3/Extensions.js +119 -0
  258. package/lib/emptystate/version3/Extractor.js +112 -0
  259. package/lib/emptystate/version3/GCBot.js +110 -0
  260. package/lib/emptystate/version3/GCConversation.js +112 -0
  261. package/lib/emptystate/version3/Import.js +128 -0
  262. package/lib/emptystate/version3/KBBot.js +125 -0
  263. package/lib/emptystate/version3/Multilingual.js +118 -0
  264. package/lib/emptystate/version3/NetworkError.js +121 -0
  265. package/lib/emptystate/version3/Predictor.js +119 -0
  266. package/lib/emptystate/version3/ReadRecipients.js +117 -0
  267. package/lib/emptystate/version3/SupportPlan.js +134 -0
  268. package/lib/emptystate/version3/Variable.js +116 -0
  269. package/lib/emptystate/version3/ZiaAnamoly.js +113 -0
  270. package/lib/errorstate/props/defaultProps.js +15 -0
  271. package/lib/errorstate/props/propTypes.js +20 -0
  272. package/lib/errorstate/version1/EmptyInconvenience.js +90 -0
  273. package/lib/errorstate/version1/NoRequestFound.js +90 -0
  274. package/lib/errorstate/version1/PageNotFound.js +91 -0
  275. package/lib/errorstate/version1/UnableToProcessRequest.js +91 -0
  276. package/lib/errorstate/version1/UnauthorizedLogin.js +91 -0
  277. package/lib/errorstate/version1/UrlNotFound.js +91 -0
  278. package/lib/errorstate/version1/WillBeRightBack.js +91 -0
  279. package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +93 -0
  280. package/lib/errorstate/version2/EmptyWillBeRightBack.js +88 -0
  281. package/lib/errorstate/version2/NotImpossible.js +127 -0
  282. package/lib/errorstate/version3/ErrorInconvenience.js +163 -0
  283. package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +164 -0
  284. package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +164 -0
  285. package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +171 -0
  286. package/lib/errorstate/version3/ErrorUrlNotFound.js +164 -0
  287. package/lib/errorstate/version3/ErrorWillBeRightBack.js +163 -0
  288. package/lib/index.js +71 -29
  289. package/package.json +29 -15
  290. package/.DS_Store +0 -0
  291. package/es/svg/EmptyAccounts.js +0 -57
  292. package/es/svg/EmptyActiveCalls.js +0 -64
  293. package/es/svg/EmptyActivity.js +0 -59
  294. package/es/svg/EmptyAgent.js +0 -56
  295. package/es/svg/EmptyArchived.js +0 -55
  296. package/es/svg/EmptyAttach.js +0 -56
  297. package/es/svg/EmptyBlueprint.js +0 -56
  298. package/es/svg/EmptyBusinessHoliday.js +0 -56
  299. package/es/svg/EmptyBusinessHour.js +0 -56
  300. package/es/svg/EmptyCallHistory.js +0 -64
  301. package/es/svg/EmptyCloud.js +0 -55
  302. package/es/svg/EmptyCloudDanger.js +0 -131
  303. package/es/svg/EmptyContact.js +0 -57
  304. package/es/svg/EmptyConversation.js +0 -56
  305. package/es/svg/EmptyDashboard.js +0 -56
  306. package/es/svg/EmptyEdition.js +0 -56
  307. package/es/svg/EmptyFromAddress.js +0 -56
  308. package/es/svg/EmptyHappiness.js +0 -56
  309. package/es/svg/EmptyHistory.js +0 -63
  310. package/es/svg/EmptyImportHistory.js +0 -56
  311. package/es/svg/EmptyInvoice.js +0 -56
  312. package/es/svg/EmptyNetwork.js +0 -56
  313. package/es/svg/EmptyNotification.js +0 -56
  314. package/es/svg/EmptyProducts.js +0 -56
  315. package/es/svg/EmptyRecycleBin.js +0 -56
  316. package/es/svg/EmptyReports.js +0 -56
  317. package/es/svg/EmptyRoles.js +0 -56
  318. package/es/svg/EmptySearch.js +0 -56
  319. package/es/svg/EmptySkills.js +0 -62
  320. package/es/svg/EmptySnippet.js +0 -62
  321. package/es/svg/EmptyTag.js +0 -56
  322. package/es/svg/EmptyTask.js +0 -56
  323. package/es/svg/EmptyTeams.js +0 -56
  324. package/es/svg/EmptyTemplate.js +0 -57
  325. package/es/svg/EmptyTicket.js +0 -56
  326. package/es/svg/EmptyTimeEntry.js +0 -56
  327. package/es/svg/EmptyTopic.js +0 -56
  328. package/es/svg/EmptyWebhook.js +0 -56
  329. package/es/svg/FailureLog.js +0 -56
  330. package/es/svg/Inconvenience.js +0 -65
  331. package/es/svg/InvalidUrl.js +0 -780
  332. package/es/svg/Loader.js +0 -49
  333. package/es/svg/NoRequestFound.js +0 -65
  334. package/es/svg/PageNotFound.js +0 -65
  335. package/es/svg/SVG.js +0 -102
  336. package/es/svg/SitBack.js +0 -54
  337. package/es/svg/UnableToProcessRequest.js +0 -65
  338. package/es/svg/UnauthorizedLogin.js +0 -65
  339. package/es/svg/UrlNotFound.js +0 -65
  340. package/es/svg/WillBeRightBack.js +0 -65
  341. package/es/svg/docs/SVG__default.docs.js +0 -605
  342. package/es/svg/images/EmptyAccounts.svg +0 -55
  343. package/es/svg/images/EmptyActiveCalls.svg +0 -57
  344. package/es/svg/images/EmptyActivity.svg +0 -85
  345. package/es/svg/images/EmptyAgent.svg +0 -52
  346. package/es/svg/images/EmptyArchived.svg +0 -38
  347. package/es/svg/images/EmptyAttach.svg +0 -39
  348. package/es/svg/images/EmptyBlueprint.svg +0 -78
  349. package/es/svg/images/EmptyCallHistory.svg +0 -46
  350. package/es/svg/images/EmptyCloud.svg +0 -38
  351. package/es/svg/images/EmptyContact.svg +0 -33
  352. package/es/svg/images/EmptyConversation.svg +0 -38
  353. package/es/svg/images/EmptyDashboard.svg +0 -42
  354. package/es/svg/images/EmptyEdition.svg +0 -76
  355. package/es/svg/images/EmptyHappiness.svg +0 -58
  356. package/es/svg/images/EmptyHistory.svg +0 -44
  357. package/es/svg/images/EmptyInvoice.svg +0 -45
  358. package/es/svg/images/EmptyNotification.svg +0 -38
  359. package/es/svg/images/EmptyProducts.svg +0 -57
  360. package/es/svg/images/EmptyReports.svg +0 -39
  361. package/es/svg/images/EmptySearch.svg +0 -37
  362. package/es/svg/images/EmptySkills.svg +0 -75
  363. package/es/svg/images/EmptySnippet.svg +0 -46
  364. package/es/svg/images/EmptyTag.svg +0 -43
  365. package/es/svg/images/EmptyTask.svg +0 -42
  366. package/es/svg/images/EmptyTeams.svg +0 -39
  367. package/es/svg/images/EmptyTemplate.svg +0 -39
  368. package/es/svg/images/EmptyTicket.svg +0 -33
  369. package/es/svg/images/EmptyTimeEntry.svg +0 -96
  370. package/es/svg/images/EmptyTopic.svg +0 -41
  371. package/es/svg/images/Loader.svg +0 -62
  372. package/es/svg/images/SitBack.svg +0 -464
  373. package/lib/svg/EmptyAccounts.js +0 -79
  374. package/lib/svg/EmptyActiveCalls.js +0 -86
  375. package/lib/svg/EmptyActivity.js +0 -81
  376. package/lib/svg/EmptyAgent.js +0 -78
  377. package/lib/svg/EmptyArchived.js +0 -77
  378. package/lib/svg/EmptyAttach.js +0 -78
  379. package/lib/svg/EmptyBlueprint.js +0 -78
  380. package/lib/svg/EmptyBusinessHoliday.js +0 -78
  381. package/lib/svg/EmptyBusinessHour.js +0 -78
  382. package/lib/svg/EmptyCallHistory.js +0 -86
  383. package/lib/svg/EmptyCloud.js +0 -77
  384. package/lib/svg/EmptyCloudDanger.js +0 -147
  385. package/lib/svg/EmptyContact.js +0 -79
  386. package/lib/svg/EmptyConversation.js +0 -78
  387. package/lib/svg/EmptyDashboard.js +0 -78
  388. package/lib/svg/EmptyEdition.js +0 -78
  389. package/lib/svg/EmptyFromAddress.js +0 -78
  390. package/lib/svg/EmptyHappiness.js +0 -78
  391. package/lib/svg/EmptyHistory.js +0 -85
  392. package/lib/svg/EmptyImportHistory.js +0 -78
  393. package/lib/svg/EmptyInvoice.js +0 -78
  394. package/lib/svg/EmptyNetwork.js +0 -78
  395. package/lib/svg/EmptyNotification.js +0 -78
  396. package/lib/svg/EmptyProducts.js +0 -78
  397. package/lib/svg/EmptyRecycleBin.js +0 -78
  398. package/lib/svg/EmptyReports.js +0 -78
  399. package/lib/svg/EmptyRoles.js +0 -78
  400. package/lib/svg/EmptySearch.js +0 -78
  401. package/lib/svg/EmptySkills.js +0 -84
  402. package/lib/svg/EmptySnippet.js +0 -84
  403. package/lib/svg/EmptyTag.js +0 -78
  404. package/lib/svg/EmptyTask.js +0 -78
  405. package/lib/svg/EmptyTeams.js +0 -78
  406. package/lib/svg/EmptyTemplate.js +0 -79
  407. package/lib/svg/EmptyTicket.js +0 -78
  408. package/lib/svg/EmptyTimeEntry.js +0 -78
  409. package/lib/svg/EmptyTopic.js +0 -78
  410. package/lib/svg/EmptyWebhook.js +0 -78
  411. package/lib/svg/FailureLog.js +0 -78
  412. package/lib/svg/Inconvenience.js +0 -87
  413. package/lib/svg/InvalidUrl.js +0 -799
  414. package/lib/svg/Loader.js +0 -71
  415. package/lib/svg/NoRequestFound.js +0 -87
  416. package/lib/svg/PageNotFound.js +0 -87
  417. package/lib/svg/SVG.js +0 -121
  418. package/lib/svg/SitBack.js +0 -76
  419. package/lib/svg/UnableToProcessRequest.js +0 -87
  420. package/lib/svg/UnauthorizedLogin.js +0 -87
  421. package/lib/svg/UrlNotFound.js +0 -87
  422. package/lib/svg/WillBeRightBack.js +0 -87
  423. package/lib/svg/docs/SVG__default.docs.js +0 -765
  424. package/lib/svg/images/EmptyAccounts.svg +0 -55
  425. package/lib/svg/images/EmptyActiveCalls.svg +0 -57
  426. package/lib/svg/images/EmptyActivity.svg +0 -85
  427. package/lib/svg/images/EmptyAgent.svg +0 -52
  428. package/lib/svg/images/EmptyArchived.svg +0 -38
  429. package/lib/svg/images/EmptyAttach.svg +0 -39
  430. package/lib/svg/images/EmptyBlueprint.svg +0 -78
  431. package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
  432. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  433. package/lib/svg/images/EmptyCallHistory.svg +0 -46
  434. package/lib/svg/images/EmptyCloud.svg +0 -38
  435. package/lib/svg/images/EmptyContact.svg +0 -33
  436. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  437. package/lib/svg/images/EmptyConversation.svg +0 -38
  438. package/lib/svg/images/EmptyDashboard.svg +0 -42
  439. package/lib/svg/images/EmptyEdition.svg +0 -76
  440. package/lib/svg/images/EmptyFilter.svg +0 -62
  441. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  442. package/lib/svg/images/EmptyHappiness.svg +0 -58
  443. package/lib/svg/images/EmptyHistory.svg +0 -44
  444. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  445. package/lib/svg/images/EmptyInvoice.svg +0 -45
  446. package/lib/svg/images/EmptyNetwork.svg +0 -50
  447. package/lib/svg/images/EmptyNotification.svg +0 -38
  448. package/lib/svg/images/EmptyProducts.svg +0 -57
  449. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  450. package/lib/svg/images/EmptyReports.svg +0 -39
  451. package/lib/svg/images/EmptyRoles.svg +0 -30
  452. package/lib/svg/images/EmptySearch.svg +0 -37
  453. package/lib/svg/images/EmptySkills.svg +0 -75
  454. package/lib/svg/images/EmptySnippet.svg +0 -46
  455. package/lib/svg/images/EmptyTag.svg +0 -43
  456. package/lib/svg/images/EmptyTask.svg +0 -42
  457. package/lib/svg/images/EmptyTeams.svg +0 -39
  458. package/lib/svg/images/EmptyTemplate.svg +0 -39
  459. package/lib/svg/images/EmptyTicket.svg +0 -33
  460. package/lib/svg/images/EmptyTimeEntry.svg +0 -96
  461. package/lib/svg/images/EmptyTopic.svg +0 -41
  462. package/lib/svg/images/EmptyWebhook.svg +0 -44
  463. package/lib/svg/images/FailureLog.svg +0 -46
  464. package/lib/svg/images/Inconvenience.svg +0 -719
  465. package/lib/svg/images/Loader.svg +0 -62
  466. package/lib/svg/images/NoRequestFound.svg +0 -247
  467. package/lib/svg/images/PageNotFound.svg +0 -405
  468. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  469. package/lib/svg/images/SitBack.svg +0 -464
  470. package/lib/svg/images/UnableToProcess.svg +0 -752
  471. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  472. package/lib/svg/images/WillBack.svg +0 -633
  473. package/src/.DS_Store +0 -0
  474. package/src/index.js +0 -7
  475. package/src/svg/.DS_Store +0 -0
  476. package/src/svg/EmptyAccounts.js +0 -30
  477. package/src/svg/EmptyActiveCalls.js +0 -36
  478. package/src/svg/EmptyActivity.js +0 -31
  479. package/src/svg/EmptyAgent.js +0 -29
  480. package/src/svg/EmptyArchived.js +0 -28
  481. package/src/svg/EmptyAttach.js +0 -29
  482. package/src/svg/EmptyBlueprint.js +0 -29
  483. package/src/svg/EmptyBusinessHoliday.js +0 -29
  484. package/src/svg/EmptyBusinessHour.js +0 -29
  485. package/src/svg/EmptyCallHistory.js +0 -36
  486. package/src/svg/EmptyCloud.js +0 -28
  487. package/src/svg/EmptyCloudDanger.js +0 -104
  488. package/src/svg/EmptyContact.js +0 -30
  489. package/src/svg/EmptyConversation.js +0 -29
  490. package/src/svg/EmptyDashboard.js +0 -29
  491. package/src/svg/EmptyEdition.js +0 -29
  492. package/src/svg/EmptyFromAddress.js +0 -29
  493. package/src/svg/EmptyHappiness.js +0 -29
  494. package/src/svg/EmptyHistory.js +0 -36
  495. package/src/svg/EmptyImportHistory.js +0 -29
  496. package/src/svg/EmptyInvoice.js +0 -29
  497. package/src/svg/EmptyNetwork.js +0 -29
  498. package/src/svg/EmptyNotification.js +0 -29
  499. package/src/svg/EmptyProducts.js +0 -29
  500. package/src/svg/EmptyRecycleBin.js +0 -29
  501. package/src/svg/EmptyReports.js +0 -29
  502. package/src/svg/EmptyRoles.js +0 -29
  503. package/src/svg/EmptySearch.js +0 -29
  504. package/src/svg/EmptySkills.js +0 -35
  505. package/src/svg/EmptySnippet.js +0 -35
  506. package/src/svg/EmptyTag.js +0 -29
  507. package/src/svg/EmptyTask.js +0 -29
  508. package/src/svg/EmptyTeams.js +0 -29
  509. package/src/svg/EmptyTemplate.js +0 -30
  510. package/src/svg/EmptyTicket.js +0 -29
  511. package/src/svg/EmptyTimeEntry.js +0 -29
  512. package/src/svg/EmptyTopic.js +0 -29
  513. package/src/svg/EmptyWebhook.js +0 -29
  514. package/src/svg/FailureLog.js +0 -29
  515. package/src/svg/Inconvenience.js +0 -38
  516. package/src/svg/InvalidUrl.js +0 -755
  517. package/src/svg/Loader.js +0 -25
  518. package/src/svg/NoRequestFound.js +0 -38
  519. package/src/svg/PageNotFound.js +0 -38
  520. package/src/svg/SVG.js +0 -88
  521. package/src/svg/SVG.module.css +0 -27
  522. package/src/svg/SitBack.js +0 -29
  523. package/src/svg/UnableToProcessRequest.js +0 -38
  524. package/src/svg/UnauthorizedLogin.js +0 -38
  525. package/src/svg/UrlNotFound.js +0 -38
  526. package/src/svg/WillBeRightBack.js +0 -38
  527. package/src/svg/docs/SVG__default.docs.js +0 -289
  528. package/src/svg/images/.DS_Store +0 -0
  529. package/src/svg/images/EmptyAccounts.svg +0 -55
  530. package/src/svg/images/EmptyActiveCalls.svg +0 -57
  531. package/src/svg/images/EmptyActivity.svg +0 -85
  532. package/src/svg/images/EmptyAgent.svg +0 -52
  533. package/src/svg/images/EmptyArchived.svg +0 -38
  534. package/src/svg/images/EmptyAttach.svg +0 -39
  535. package/src/svg/images/EmptyBlueprint.svg +0 -78
  536. package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
  537. package/src/svg/images/EmptyBusinessHour.svg +0 -42
  538. package/src/svg/images/EmptyCallHistory.svg +0 -46
  539. package/src/svg/images/EmptyCloud.svg +0 -38
  540. package/src/svg/images/EmptyContact.svg +0 -33
  541. package/src/svg/images/EmptyContactInfo.svg +0 -27
  542. package/src/svg/images/EmptyConversation.svg +0 -38
  543. package/src/svg/images/EmptyDashboard.svg +0 -42
  544. package/src/svg/images/EmptyEdition.svg +0 -76
  545. package/src/svg/images/EmptyFilter.svg +0 -62
  546. package/src/svg/images/EmptyFromAddress.svg +0 -41
  547. package/src/svg/images/EmptyHappiness.svg +0 -58
  548. package/src/svg/images/EmptyHistory.svg +0 -44
  549. package/src/svg/images/EmptyImportHistory.svg +0 -43
  550. package/src/svg/images/EmptyInvoice.svg +0 -45
  551. package/src/svg/images/EmptyNetwork.svg +0 -50
  552. package/src/svg/images/EmptyNotification.svg +0 -38
  553. package/src/svg/images/EmptyProducts.svg +0 -57
  554. package/src/svg/images/EmptyRecycleBin.svg +0 -58
  555. package/src/svg/images/EmptyReports.svg +0 -39
  556. package/src/svg/images/EmptyRoles.svg +0 -30
  557. package/src/svg/images/EmptySearch.svg +0 -37
  558. package/src/svg/images/EmptySkills.svg +0 -75
  559. package/src/svg/images/EmptySnippet.svg +0 -46
  560. package/src/svg/images/EmptyTag.svg +0 -43
  561. package/src/svg/images/EmptyTask.svg +0 -42
  562. package/src/svg/images/EmptyTeams.svg +0 -39
  563. package/src/svg/images/EmptyTemplate.svg +0 -39
  564. package/src/svg/images/EmptyTicket.svg +0 -33
  565. package/src/svg/images/EmptyTimeEntry.svg +0 -96
  566. package/src/svg/images/EmptyTopic.svg +0 -41
  567. package/src/svg/images/EmptyWebhook.svg +0 -44
  568. package/src/svg/images/FailureLog.svg +0 -46
  569. package/src/svg/images/Inconvenience.svg +0 -719
  570. package/src/svg/images/Loader.svg +0 -62
  571. package/src/svg/images/NoRequestFound.svg +0 -247
  572. package/src/svg/images/PageNotFound.svg +0 -405
  573. package/src/svg/images/ReguestUrlNotFound.svg +0 -267
  574. package/src/svg/images/SitBack.svg +0 -464
  575. package/src/svg/images/UnableToProcess.svg +0 -752
  576. package/src/svg/images/UnauthorizedLogin.svg +0 -1047
  577. package/src/svg/images/WillBack.svg +0 -633
package/src/.DS_Store DELETED
Binary file
package/src/index.js DELETED
@@ -1,7 +0,0 @@
1
- export { default as React } from 'react';
2
- export { default as ReactDOM } from 'react-dom';
3
- export { renderToStaticMarkup } from 'react-dom/server';
4
- import '@zohodesk/variables/lib/sizeVariables.module.css';
5
-
6
- export { default as SVG } from './svg/SVG';
7
- export { default as SVG__default } from './svg/docs/SVG__default.docs';
package/src/svg/.DS_Store DELETED
Binary file
@@ -1,30 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyAccounts.svg';
5
- export default class EmptyAccounts extends React.Component {
6
- render() {
7
- let { size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='accounts' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
-
16
- EmptyAccounts.propTypes = {
17
- size: PropTypes.oneOf('small','large'),
18
- className: PropTypes.string,
19
- alignHorizontal: PropTypes.bool
20
- };
21
- EmptyAccounts.defaultProps = {
22
- size: 'large',
23
- alignHorizontal: true
24
- }
25
-
26
- if (__DOCS__) {
27
- EmptyAccounts.docs = {
28
- componentGroup: 'SVG'
29
- };
30
- }
@@ -1,36 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyActiveCalls.svg';
5
- export default class EmptyActiveCalls extends React.Component {
6
- render() {
7
- let { isRender, size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG
10
- viewBox='0 0 181.9 139.3'
11
- name='ActiveCalls'
12
- isRender={isRender}
13
- size={size} className={className} alignHorizontal={alignHorizontal}
14
- >
15
- <image xlinkHref={image} height='100%' width='100%' />
16
- </SVG>
17
- );
18
- }
19
- }
20
- EmptyActiveCalls.propTypes = {
21
- isRender: PropTypes.bool,
22
- size: PropTypes.oneOf('small','large'),
23
- className: PropTypes.string,
24
- alignHorizontal: PropTypes.bool
25
- };
26
- EmptyActiveCalls.defaultProps = {
27
- isRender: true,
28
- size: 'large',
29
- alignHorizontal: true
30
- };
31
-
32
- if (__DOCS__) {
33
- EmptyActiveCalls.docs = {
34
- componentGroup: 'SVG'
35
- };
36
- }
@@ -1,31 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyActivity.svg';
5
- export default class EmptyActivity extends React.Component {
6
- render() {
7
- let { isRender, size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='EmptyActivity' isRender={isRender} size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
- EmptyActivity.propTypes = {
16
- isRender: PropTypes.bool,
17
- size: PropTypes.oneOf('small','large'),
18
- className: PropTypes.string,
19
- alignCenter: PropTypes.bool
20
- };
21
- EmptyActivity.defaultProps = {
22
- isRender: true,
23
- size: 'large',
24
- alignHorizontal: true
25
- };
26
-
27
- if (__DOCS__) {
28
- EmptyActivity.docs = {
29
- componentGroup: 'SVG'
30
- };
31
- }
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types'
3
- import SVG from './SVG';
4
- import image from './images/EmptyAgent.svg';
5
- export default class EmptyAgent extends React.Component {
6
- render() {
7
- let { size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='agent' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
- EmptyAgent.propTypes = {
16
- size: PropTypes.oneOf('small','large'),
17
- className: PropTypes.string,
18
- alignHorizontal: PropTypes.bool
19
- };
20
- EmptyAgent.defaultProps = {
21
- size: 'large',
22
- alignHorizontal: true
23
- }
24
-
25
- if (__DOCS__) {
26
- EmptyAgent.docs = {
27
- componentGroup: 'SVG'
28
- };
29
- }
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyArchived.svg';
5
- export default class EmptyArchived extends React.Component {
6
- render() {
7
- let { size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='archived' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
- EmptyArchived.propTypes = {
16
- size: PropTypes.oneOf('small','large'),
17
- className: PropTypes.string,
18
- alignHorizontal: PropTypes.bool
19
- };
20
- EmptyArchived.defaultProps = {
21
- size: 'large',
22
- alignHorizontal: true
23
- }
24
- if (__DOCS__) {
25
- EmptyArchived.docs = {
26
- componentGroup: 'SVG'
27
- };
28
- }
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyAttach.svg';
5
- export default class EmptyAttach extends React.Component {
6
- render() {
7
- let { size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='attach' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
- EmptyAttach.propTypes = {
16
- size: PropTypes.oneOf('small','large'),
17
- className: PropTypes.string,
18
- alignHorizontal: PropTypes.bool
19
- };
20
- EmptyAttach.defaultProps = {
21
- size: 'large',
22
- alignHorizontal: true
23
- }
24
-
25
- if (__DOCS__) {
26
- EmptyAttach.docs = {
27
- componentGroup: 'SVG'
28
- };
29
- }
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyBlueprint.svg';
5
- export default class EmptyBlueprint extends React.Component {
6
- render() {
7
- let { size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 298 123.5' name='blueprint' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
- EmptyBlueprint.propTypes = {
16
- size: PropTypes.oneOf('small','large'),
17
- className: PropTypes.string,
18
- alignHorizontal: PropTypes.bool
19
- };
20
- EmptyBlueprint.defaultProps = {
21
- size: 'large',
22
- alignHorizontal: true
23
- }
24
-
25
- if (__DOCS__) {
26
- EmptyBlueprint.docs = {
27
- componentGroup: 'SVG'
28
- };
29
- }
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyBusinessHoliday.svg';
5
- export default class EmptyBusinessHoliday extends React.Component {
6
- render() {
7
- let { size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='businessholiday' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
- EmptyBusinessHoliday.propTypes = {
16
- size: PropTypes.oneOf('small','large'),
17
- className: PropTypes.string,
18
- alignHorizontal: PropTypes.bool
19
- };
20
- EmptyBusinessHoliday.defaultProps = {
21
- size: 'large',
22
- alignHorizontal: true
23
- }
24
-
25
- if (__DOCS__) {
26
- EmptyBusinessHoliday.docs = {
27
- componentGroup: 'SVG'
28
- };
29
- }
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyBusinessHour.svg';
5
- export default class EmptyBusinessHour extends React.Component {
6
- render() {
7
- let { size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='businesshour' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
- EmptyBusinessHour.propTypes = {
16
- size: PropTypes.oneOf('small','large'),
17
- className: PropTypes.string,
18
- alignHorizontal: PropTypes.bool
19
- };
20
- EmptyBusinessHour.defaultProps = {
21
- size: 'large',
22
- alignHorizontal: true
23
- }
24
-
25
- if (__DOCS__) {
26
- EmptyBusinessHour.docs = {
27
- componentGroup: 'SVG'
28
- };
29
- }
@@ -1,36 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyCallHistory.svg';
5
- export default class EmptyCallHistory extends React.Component {
6
- render() {
7
- let { isRender, size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG
10
- viewBox='0 0 181.9 139.3'
11
- name='CallHistoryEmpty'
12
- alignHorizontal={alignHorizontal}
13
- isRender={isRender}
14
- size={size} className={className}>
15
- <image xlinkHref={image} height='100%' width='100%' />
16
- </SVG>
17
- );
18
- }
19
- }
20
- EmptyCallHistory.propTypes = {
21
- isRender: PropTypes.bool,
22
- size: PropTypes.oneOf('small','large'),
23
- className: PropTypes.string,
24
- alignHorizontal: PropTypes.bool
25
- };
26
- EmptyCallHistory.defaultProps = {
27
- isRender: true,
28
- size: 'large',
29
- alignHorizontal: true
30
- };
31
-
32
- if (__DOCS__) {
33
- EmptyCallHistory.docs = {
34
- componentGroup: 'SVG'
35
- };
36
- }
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyCloud.svg';
5
- export default class EmptyCloud extends React.Component {
6
- render() {
7
- let { className='', size, alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 298 123.5' name='cloud' className={className} size={size} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
- EmptyCloud.propTypes = {
16
- className: PropTypes.string,
17
- size: PropTypes.oneOf('small', 'large'),
18
- alignHorizontal: PropTypes.bool
19
- }
20
- EmptyCloud.defaultProps = {
21
- alignHorizontal: true
22
- }
23
-
24
- if (__DOCS__) {
25
- EmptyCloud.docs = {
26
- componentGroup: 'SVG'
27
- };
28
- }
@@ -1,104 +0,0 @@
1
- import React from 'react';
2
- import SVG from './SVG';
3
- export default class EmptyCloudDanger extends React.Component {
4
- render() {
5
- return (
6
- <SVG viewBox='0 0 298 123.5' name='cloudDanger'>
7
- <g>
8
- <path
9
- style={{
10
- opacity: '0.25',
11
- fill: '#FFDDDD',
12
- enableBackground: 'new'
13
- }}
14
- d='M288.2 78.1H211c-1.9-2.6-2.1-5.1-.7-7.7h44c5.3 0 9.6-4.3 9.6-9.6s-4.3-9.6-9.6-9.6H134.7c-1.8-2.7-1.7-5.4.2-8.2h40.7c5.3 0 9.6-4.3 9.6-9.6s-4.3-9.6-9.6-9.6H9.6c-5.3 0-9.6 4.3-9.6 9.6S4.3 43 9.6 43h59.7c1.6 2.5 1.7 5.6.2 8.2H34.7c-5.3 0-9.6 4.3-9.6 9.6s4.3 9.6 9.6 9.6h111.2c1.2 2.5 1 5.4-.6 7.7H63c-5.3 0-9.6 4.3-9.6 9.6s4.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.6s4.3 9.6 9.6 9.6h114.5c5.3 0 9.6-4.3 9.6-9.6s-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.6-.1-5.4-4.4-9.7-9.8-9.6z'
15
- />
16
- <polygon
17
- style={{
18
- opacity: '0.7',
19
- fill: 'none',
20
- stroke: '#FFDDDD',
21
- strokeWidth: '0.75',
22
- strokeMiterlimit: 10,
23
- enableBackground: 'new'
24
- }}
25
- points='
26
- 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 '
27
- />
28
- <g style={{ opacity: '0.7' }}>
29
- <circle
30
- style={{
31
- fill: 'none',
32
- stroke: '#FFDDDD',
33
- strokeWidth: '0.75',
34
- strokeMiterlimit: 10,
35
- strokeDasharray: '0.97,0.97'
36
- }}
37
- cx='66.6'
38
- cy='22.8'
39
- r='4.3'
40
- />
41
- </g>
42
- <g style={{ opacity: '0.7' }}>
43
- <circle
44
- style={{
45
- fill: 'none',
46
- stroke: '#FFDDDD',
47
- strokeWidth: '0.75',
48
- strokeMiterlimit: 10,
49
- strokeDasharray: '1.03,1.03'
50
- }}
51
- cx='192.3'
52
- cy='117.8'
53
- r='4.3'
54
- />
55
- </g>
56
- <polygon
57
- style={{
58
- opacity: '0.7',
59
- fill: 'none',
60
- stroke: '#FFDDDD',
61
- strokeWidth: '0.75',
62
- strokeMiterlimit: 10,
63
- enableBackground: 'new'
64
- }}
65
- points='
66
- 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 '
67
- />
68
- <polygon
69
- style={{
70
- opacity: '0.7',
71
- fill: 'none',
72
- stroke: '#FFDDDD',
73
- strokeWidth: '0.75',
74
- strokeMiterlimit: 10,
75
- enableBackground: 'new'
76
- }}
77
- points='
78
- 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 '
79
- />
80
- <g style={{ opacity: '0.7' }}>
81
- <circle
82
- style={{
83
- fill: 'none',
84
- stroke: '#FFDDDD',
85
- strokeWidth: '0.75',
86
- strokeMiterlimit: 10,
87
- strokeDasharray: '1.01,1.01'
88
- }}
89
- cx='260.9'
90
- cy='54.3'
91
- r={8}
92
- />
93
- </g>
94
- </g>
95
- </SVG>
96
- );
97
- }
98
- }
99
-
100
- if (__DOCS__) {
101
- EmptyCloudDanger.docs = {
102
- componentGroup: 'SVG'
103
- };
104
- }
@@ -1,30 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyContact.svg';
5
- export default class EmptyContact extends React.Component {
6
- render() {
7
- let { size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='contact' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
-
16
- EmptyContact.propTypes = {
17
- size: PropTypes.oneOf('small','large'),
18
- className: PropTypes.string,
19
- alignHorizontal: PropTypes.bool
20
- };
21
- EmptyContact.defaultProps = {
22
- size: 'large',
23
- alignHorizontal: true
24
- }
25
-
26
- if (__DOCS__) {
27
- EmptyContact.docs = {
28
- componentGroup: 'SVG'
29
- };
30
- }
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyConversation.svg';
5
- export default class EmptyConversation extends React.Component {
6
- render() {
7
- let { size, className='',alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='conversation' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
- EmptyConversation.propTypes = {
16
- size: PropTypes.oneOf('small','large'),
17
- className: PropTypes.string,
18
- alignHorizontal: PropTypes.bool
19
- };
20
- EmptyConversation.defaultProps = {
21
- size: 'large',
22
- alignHorizontal: true
23
- }
24
-
25
- if (__DOCS__) {
26
- EmptyConversation.docs = {
27
- componentGroup: 'SVG'
28
- };
29
- }
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyDashboard.svg';
5
- export default class EmptyDashboard extends React.Component {
6
- render() {
7
- let { size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='dashboard' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- )
13
- }
14
- }
15
-
16
- EmptyDashboard.propTypes = {
17
- size: PropTypes.oneOf('small','large'),
18
- className: PropTypes.string,
19
- alignHorizontal: PropTypes.bool
20
- };
21
- EmptyDashboard.defaultProps = {
22
- size: 'large',
23
- alignHorizontal: true
24
- }
25
- if (__DOCS__) {
26
- EmptyDashboard.docs = {
27
- componentGroup: 'SVG'
28
- };
29
- }
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types'
3
- import SVG from './SVG';
4
- import image from './images/EmptyEdition.svg';
5
- export default class EmptyEdition extends React.Component {
6
- render() {
7
- let { size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='edition' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
- EmptyEdition.propTypes = {
16
- size: PropTypes.oneOf('small','large'),
17
- className: PropTypes.string,
18
- alignHorizontal: PropTypes.bool
19
- };
20
- EmptyEdition.defaultProps = {
21
- size: 'large',
22
- alignHorizontal: true
23
- }
24
-
25
- if (__DOCS__) {
26
- EmptyEdition.docs = {
27
- componentGroup: 'SVG'
28
- };
29
- }
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types'
3
- import SVG from './SVG';
4
- import image from './images/EmptyFromAddress.svg';
5
- export default class EmptyFromAddress extends React.Component {
6
- render() {
7
- let { size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='fromAddress' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
- EmptyFromAddress.propTypes = {
16
- size: PropTypes.oneOf('small','large'),
17
- className: PropTypes.string,
18
- alignHorizontal: PropTypes.bool
19
- };
20
- EmptyFromAddress.defaultProps = {
21
- size: 'large',
22
- alignHorizontal: true
23
- }
24
-
25
- if (__DOCS__) {
26
- EmptyFromAddress.docs = {
27
- componentGroup: 'SVG'
28
- };
29
- }
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyHappiness.svg';
5
- export default class EmptyHappiness extends React.Component {
6
- render() {
7
- let { size, className='', alignHorizontal } = this.props;
8
- return (
9
- <SVG viewBox='0 0 181.9 139.3' name='happiness' size={size} className={className} alignHorizontal={alignHorizontal}>
10
- <image xlinkHref={image} height='100%' width='100%' />
11
- </SVG>
12
- );
13
- }
14
- }
15
- EmptyHappiness.propTypes = {
16
- size: PropTypes.oneOf('small','large'),
17
- className: PropTypes.string,
18
- alignHorizontal: PropTypes.bool
19
- };
20
- EmptyHappiness.defaultProps = {
21
- size: 'large',
22
- alignHorizontal: true
23
- }
24
-
25
- if (__DOCS__) {
26
- EmptyHappiness.docs = {
27
- componentGroup: 'SVG'
28
- };
29
- }
@@ -1,36 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/EmptyHistory.svg';
5
- export default class EmptyHistory extends React.Component {
6
- render() {
7
- let { size, className = '', alignHorizontal } = this.props;
8
- return (
9
- <SVG
10
- viewBox='0 0 181.9 139.3'
11
- name='accounts'
12
- size={size}
13
- className={className}
14
- alignHorizontal={alignHorizontal}
15
- >
16
- <image xlinkHref={image} height='100%' width='100%' />
17
- </SVG>
18
- );
19
- }
20
- }
21
-
22
- EmptyHistory.propTypes = {
23
- size: PropTypes.oneOf('small', 'large'),
24
- className: PropTypes.string,
25
- alignHorizontal: PropTypes.bool
26
- };
27
- EmptyHistory.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true
30
- };
31
-
32
- if (__DOCS__) {
33
- EmptyHistory.docs = {
34
- componentGroup: 'SVG'
35
- };
36
- }