@atlaskit/logo 13.5.5 → 13.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (462) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/Wrapper/package.json +5 -4
  3. package/atlassian-icon/package.json +5 -4
  4. package/bitbucket-icon/package.json +5 -4
  5. package/confluence-icon/package.json +5 -4
  6. package/constants/package.json +1 -0
  7. package/dist/cjs/atlassian-logo/icon.js +52 -0
  8. package/dist/cjs/{AtlassianLogo → atlassian-logo}/index.js +6 -6
  9. package/dist/cjs/{AtlassianLogo/Logo.js → atlassian-logo/logo.js} +29 -54
  10. package/dist/{esm/AtlassianLogo/Wordmark.js → cjs/atlassian-logo/wordmark.js} +37 -39
  11. package/dist/cjs/{AtlassianStartLogo → atlassian-start-logo}/index.js +2 -2
  12. package/dist/cjs/{AtlassianStartLogo/Logo.js → atlassian-start-logo/logo.js} +28 -54
  13. package/dist/cjs/bitbucket-logo/icon.js +52 -0
  14. package/dist/cjs/{BitbucketLogo → bitbucket-logo}/index.js +6 -6
  15. package/dist/cjs/{BitbucketLogo/Logo.js → bitbucket-logo/logo.js} +29 -54
  16. package/dist/{esm/BitbucketLogo/Wordmark.js → cjs/bitbucket-logo/wordmark.js} +37 -39
  17. package/dist/cjs/compass-logo/icon.js +51 -0
  18. package/dist/cjs/{Compass → compass-logo}/index.js +6 -6
  19. package/dist/cjs/{Compass/Logo.js → compass-logo/logo.js} +28 -54
  20. package/dist/{esm/Compass/Wordmark.js → cjs/compass-logo/wordmark.js} +37 -39
  21. package/dist/cjs/confluence-logo/icon.js +52 -0
  22. package/dist/cjs/{ConfluenceLogo → confluence-logo}/index.js +6 -6
  23. package/dist/cjs/{ConfluenceLogo/Logo.js → confluence-logo/logo.js} +29 -54
  24. package/dist/{esm/ConfluenceLogo/Wordmark.js → cjs/confluence-logo/wordmark.js} +37 -39
  25. package/dist/cjs/constants.js +27 -6
  26. package/dist/cjs/halp-logo/icon.js +52 -0
  27. package/dist/cjs/{HalpLogo → halp-logo}/index.js +6 -6
  28. package/dist/cjs/{HalpLogo/Logo.js → halp-logo/logo.js} +29 -48
  29. package/dist/cjs/halp-logo/wordmark.js +45 -0
  30. package/dist/cjs/hipchat-logo/icon.js +59 -0
  31. package/dist/cjs/{HipchatLogo → hipchat-logo}/index.js +6 -6
  32. package/dist/cjs/{HipchatLogo/Logo.js → hipchat-logo/logo.js} +32 -50
  33. package/dist/cjs/hipchat-logo/wordmark.js +52 -0
  34. package/dist/cjs/index.js +69 -69
  35. package/dist/cjs/jira-core-logo/icon.js +59 -0
  36. package/dist/cjs/{JiraCoreLogo → jira-core-logo}/index.js +6 -6
  37. package/dist/cjs/{JiraCoreLogo/Logo.js → jira-core-logo/logo.js} +32 -50
  38. package/dist/cjs/jira-core-logo/wordmark.js +52 -0
  39. package/dist/cjs/jira-logo/icon.js +52 -0
  40. package/dist/cjs/{JiraLogo → jira-logo}/index.js +6 -6
  41. package/dist/cjs/jira-logo/logo.js +52 -0
  42. package/dist/cjs/jira-logo/wordmark.js +45 -0
  43. package/dist/cjs/jira-service-desk-logo/icon.js +59 -0
  44. package/dist/cjs/{JiraServiceDeskLogo → jira-service-desk-logo}/index.js +6 -6
  45. package/dist/cjs/{JiraServiceDeskLogo/Logo.js → jira-service-desk-logo/logo.js} +32 -50
  46. package/dist/cjs/{JiraServiceDeskLogo/Wordmark.js → jira-service-desk-logo/wordmark.js} +33 -51
  47. package/dist/cjs/jira-service-management-logo/icon.js +52 -0
  48. package/dist/cjs/{JiraServiceManagementLogo → jira-service-management-logo}/index.js +6 -6
  49. package/dist/cjs/jira-service-management-logo/logo.js +52 -0
  50. package/dist/{esm/JiraServiceManagementLogo/Wordmark.js → cjs/jira-service-management-logo/wordmark.js} +37 -39
  51. package/dist/cjs/jira-software-logo/icon.js +52 -0
  52. package/dist/cjs/{JiraSoftwareLogo → jira-software-logo}/index.js +6 -6
  53. package/dist/cjs/{JiraSoftwareLogo/Logo.js → jira-software-logo/logo.js} +29 -54
  54. package/dist/{esm/JiraSoftwareLogo/Wordmark.js → cjs/jira-software-logo/wordmark.js} +37 -39
  55. package/dist/cjs/jira-work-management-logo/icon.js +51 -0
  56. package/dist/cjs/{JiraWorkManagementLogo → jira-work-management-logo}/index.js +6 -6
  57. package/dist/cjs/{JiraWorkManagementLogo/Logo.js → jira-work-management-logo/logo.js} +28 -54
  58. package/dist/{esm/JiraWorkManagementLogo/Wordmark.js → cjs/jira-work-management-logo/wordmark.js} +37 -39
  59. package/dist/cjs/{OpsGenieLogo → opsgenie-logo}/index.js +15 -9
  60. package/dist/cjs/opsgenie-logo/new-icon.js +56 -0
  61. package/dist/cjs/opsgenie-logo/new-logo.js +56 -0
  62. package/dist/cjs/opsgenie-logo/new-wordmark.js +49 -0
  63. package/dist/cjs/opsgenie-logo/old-icon.js +61 -0
  64. package/dist/cjs/{OpsGenieLogo/Logo.js → opsgenie-logo/old-logo.js} +36 -82
  65. package/dist/cjs/opsgenie-logo/old-wordmark.js +49 -0
  66. package/dist/cjs/statuspage-logo/icon.js +52 -0
  67. package/dist/cjs/{StatuspageLogo → statuspage-logo}/index.js +6 -6
  68. package/dist/cjs/{StatuspageLogo/Logo.js → statuspage-logo/logo.js} +29 -54
  69. package/dist/{esm/StatuspageLogo/Wordmark.js → cjs/statuspage-logo/wordmark.js} +37 -39
  70. package/dist/cjs/stride-logo/icon.js +56 -0
  71. package/dist/cjs/{StrideLogo → stride-logo}/index.js +6 -6
  72. package/dist/cjs/{StrideLogo/Logo.js → stride-logo/logo.js} +29 -50
  73. package/dist/cjs/{StrideLogo/Wordmark.js → stride-logo/wordmark.js} +30 -51
  74. package/dist/cjs/trello-logo/icon.js +52 -0
  75. package/dist/cjs/{TrelloLogo → trello-logo}/index.js +6 -6
  76. package/dist/cjs/{TrelloLogo/Logo.js → trello-logo/logo.js} +29 -54
  77. package/dist/cjs/trello-logo/wordmark.js +45 -0
  78. package/dist/cjs/types.js +5 -0
  79. package/dist/cjs/version.json +1 -1
  80. package/dist/cjs/{Wrapper.js → wrapper.js} +4 -1
  81. package/dist/es2019/{AtlassianLogo/Icon.js → atlassian-logo/icon.js} +23 -18
  82. package/dist/es2019/atlassian-logo/index.js +3 -0
  83. package/dist/es2019/{AtlassianLogo/Logo.js → atlassian-logo/logo.js} +23 -18
  84. package/dist/es2019/{AtlassianLogo/Wordmark.js → atlassian-logo/wordmark.js} +23 -18
  85. package/dist/es2019/atlassian-start-logo/index.js +1 -0
  86. package/dist/es2019/{AtlassianStartLogo/Logo.js → atlassian-start-logo/logo.js} +23 -17
  87. package/dist/es2019/{BitbucketLogo/Icon.js → bitbucket-logo/icon.js} +23 -18
  88. package/dist/es2019/bitbucket-logo/index.js +3 -0
  89. package/dist/es2019/{BitbucketLogo/Logo.js → bitbucket-logo/logo.js} +23 -18
  90. package/dist/es2019/{BitbucketLogo/Wordmark.js → bitbucket-logo/wordmark.js} +23 -18
  91. package/dist/es2019/{Compass/Icon.js → compass-logo/icon.js} +23 -17
  92. package/dist/es2019/compass-logo/index.js +3 -0
  93. package/dist/es2019/{Compass/Logo.js → compass-logo/logo.js} +23 -17
  94. package/dist/es2019/{Compass/Wordmark.js → compass-logo/wordmark.js} +23 -17
  95. package/dist/es2019/{ConfluenceLogo/Icon.js → confluence-logo/icon.js} +23 -18
  96. package/dist/es2019/confluence-logo/index.js +3 -0
  97. package/dist/es2019/{ConfluenceLogo/Logo.js → confluence-logo/logo.js} +23 -18
  98. package/dist/es2019/{ConfluenceLogo/Wordmark.js → confluence-logo/wordmark.js} +23 -18
  99. package/dist/es2019/constants.js +23 -4
  100. package/dist/es2019/{HalpLogo/Icon.js → halp-logo/icon.js} +23 -16
  101. package/dist/es2019/halp-logo/index.js +3 -0
  102. package/dist/es2019/{HalpLogo/Logo.js → halp-logo/logo.js} +23 -16
  103. package/dist/es2019/{HalpLogo/Wordmark.js → halp-logo/wordmark.js} +23 -16
  104. package/dist/es2019/{HipchatLogo/Icon.js → hipchat-logo/icon.js} +25 -18
  105. package/dist/es2019/hipchat-logo/index.js +3 -0
  106. package/dist/es2019/{HipchatLogo/Logo.js → hipchat-logo/logo.js} +25 -18
  107. package/dist/es2019/{HipchatLogo/Wordmark.js → hipchat-logo/wordmark.js} +25 -18
  108. package/dist/es2019/index.js +17 -17
  109. package/dist/es2019/{JiraCoreLogo/Icon.js → jira-core-logo/icon.js} +25 -18
  110. package/dist/es2019/jira-core-logo/index.js +3 -0
  111. package/dist/es2019/{JiraCoreLogo/Logo.js → jira-core-logo/logo.js} +25 -18
  112. package/dist/es2019/{JiraCoreLogo/Wordmark.js → jira-core-logo/wordmark.js} +25 -18
  113. package/dist/es2019/{JiraLogo/Icon.js → jira-logo/icon.js} +23 -18
  114. package/dist/es2019/jira-logo/index.js +3 -0
  115. package/dist/es2019/{JiraLogo/Logo.js → jira-logo/logo.js} +23 -18
  116. package/dist/es2019/{JiraLogo/Wordmark.js → jira-logo/wordmark.js} +23 -18
  117. package/dist/es2019/{JiraServiceDeskLogo/Icon.js → jira-service-desk-logo/icon.js} +25 -18
  118. package/dist/es2019/jira-service-desk-logo/index.js +3 -0
  119. package/dist/es2019/{JiraServiceDeskLogo/Logo.js → jira-service-desk-logo/logo.js} +25 -18
  120. package/dist/es2019/{JiraServiceDeskLogo/Wordmark.js → jira-service-desk-logo/wordmark.js} +25 -18
  121. package/dist/es2019/{JiraServiceManagementLogo/Icon.js → jira-service-management-logo/icon.js} +23 -18
  122. package/dist/es2019/jira-service-management-logo/index.js +3 -0
  123. package/dist/es2019/{JiraServiceManagementLogo/Logo.js → jira-service-management-logo/logo.js} +24 -19
  124. package/dist/es2019/{JiraServiceManagementLogo/Wordmark.js → jira-service-management-logo/wordmark.js} +23 -18
  125. package/dist/es2019/{JiraSoftwareLogo/Icon.js → jira-software-logo/icon.js} +23 -18
  126. package/dist/es2019/jira-software-logo/index.js +3 -0
  127. package/dist/es2019/{JiraSoftwareLogo/Logo.js → jira-software-logo/logo.js} +23 -18
  128. package/dist/es2019/{JiraSoftwareLogo/Wordmark.js → jira-software-logo/wordmark.js} +23 -18
  129. package/dist/es2019/{JiraWorkManagementLogo/Icon.js → jira-work-management-logo/icon.js} +23 -17
  130. package/dist/es2019/jira-work-management-logo/index.js +3 -0
  131. package/dist/es2019/{JiraWorkManagementLogo/Logo.js → jira-work-management-logo/logo.js} +23 -17
  132. package/dist/es2019/{JiraWorkManagementLogo/Wordmark.js → jira-work-management-logo/wordmark.js} +23 -17
  133. package/dist/es2019/opsgenie-logo/index.js +6 -0
  134. package/dist/es2019/opsgenie-logo/new-icon.js +68 -0
  135. package/dist/es2019/opsgenie-logo/new-logo.js +69 -0
  136. package/dist/es2019/{OpsGenieLogo/Wordmark.js → opsgenie-logo/new-wordmark.js} +23 -31
  137. package/dist/es2019/{OpsGenieLogo/Icon.js → opsgenie-logo/old-icon.js} +27 -30
  138. package/dist/es2019/{OpsGenieLogo/Logo.js → opsgenie-logo/old-logo.js} +27 -30
  139. package/dist/es2019/opsgenie-logo/old-wordmark.js +33 -0
  140. package/dist/es2019/{StatuspageLogo/Icon.js → statuspage-logo/icon.js} +23 -18
  141. package/dist/es2019/statuspage-logo/index.js +3 -0
  142. package/dist/es2019/{StatuspageLogo/Logo.js → statuspage-logo/logo.js} +23 -18
  143. package/dist/es2019/{StatuspageLogo/Wordmark.js → statuspage-logo/wordmark.js} +23 -18
  144. package/dist/es2019/{StrideLogo/Icon.js → stride-logo/icon.js} +23 -18
  145. package/dist/es2019/stride-logo/index.js +3 -0
  146. package/dist/es2019/{StrideLogo/Logo.js → stride-logo/logo.js} +23 -18
  147. package/dist/es2019/{StrideLogo/Wordmark.js → stride-logo/wordmark.js} +23 -18
  148. package/dist/es2019/{TrelloLogo/Icon.js → trello-logo/icon.js} +23 -18
  149. package/dist/es2019/trello-logo/index.js +3 -0
  150. package/dist/es2019/{TrelloLogo/Logo.js → trello-logo/logo.js} +23 -18
  151. package/dist/es2019/{TrelloLogo/Wordmark.js → trello-logo/wordmark.js} +23 -18
  152. package/dist/es2019/types.js +1 -0
  153. package/dist/es2019/version.json +1 -1
  154. package/dist/es2019/{Wrapper.js → wrapper.js} +3 -0
  155. package/dist/esm/atlassian-logo/icon.js +38 -0
  156. package/dist/esm/atlassian-logo/index.js +3 -0
  157. package/dist/esm/{AtlassianLogo/Logo.js → atlassian-logo/logo.js} +28 -45
  158. package/dist/esm/atlassian-logo/wordmark.js +30 -0
  159. package/dist/esm/atlassian-start-logo/index.js +1 -0
  160. package/dist/esm/{AtlassianStartLogo/Logo.js → atlassian-start-logo/logo.js} +28 -45
  161. package/dist/esm/bitbucket-logo/icon.js +38 -0
  162. package/dist/esm/bitbucket-logo/index.js +3 -0
  163. package/dist/esm/{BitbucketLogo/Logo.js → bitbucket-logo/logo.js} +28 -45
  164. package/dist/esm/bitbucket-logo/wordmark.js +30 -0
  165. package/dist/esm/compass-logo/icon.js +37 -0
  166. package/dist/esm/compass-logo/index.js +3 -0
  167. package/dist/esm/{Compass/Logo.js → compass-logo/logo.js} +28 -45
  168. package/dist/esm/compass-logo/wordmark.js +29 -0
  169. package/dist/esm/{ConfluenceLogo/Icon.js → confluence-logo/icon.js} +28 -45
  170. package/dist/esm/confluence-logo/index.js +3 -0
  171. package/dist/esm/{ConfluenceLogo/Logo.js → confluence-logo/logo.js} +28 -45
  172. package/dist/esm/confluence-logo/wordmark.js +30 -0
  173. package/dist/esm/constants.js +23 -4
  174. package/dist/esm/{HalpLogo/Icon.js → halp-logo/icon.js} +28 -39
  175. package/dist/esm/halp-logo/index.js +3 -0
  176. package/dist/esm/{HalpLogo/Logo.js → halp-logo/logo.js} +28 -39
  177. package/dist/esm/halp-logo/wordmark.js +30 -0
  178. package/dist/esm/{HipchatLogo/Icon.js → hipchat-logo/icon.js} +31 -41
  179. package/dist/esm/hipchat-logo/index.js +3 -0
  180. package/dist/esm/{HipchatLogo/Logo.js → hipchat-logo/logo.js} +31 -41
  181. package/dist/esm/{HipchatLogo/Wordmark.js → hipchat-logo/wordmark.js} +31 -41
  182. package/dist/esm/index.js +17 -17
  183. package/dist/esm/jira-core-logo/icon.js +44 -0
  184. package/dist/esm/jira-core-logo/index.js +3 -0
  185. package/dist/esm/{JiraCoreLogo/Logo.js → jira-core-logo/logo.js} +31 -41
  186. package/dist/esm/{JiraCoreLogo/Wordmark.js → jira-core-logo/wordmark.js} +31 -41
  187. package/dist/esm/jira-logo/icon.js +38 -0
  188. package/dist/esm/jira-logo/index.js +3 -0
  189. package/dist/esm/{JiraLogo/Logo.js → jira-logo/logo.js} +28 -45
  190. package/dist/esm/jira-logo/wordmark.js +30 -0
  191. package/dist/esm/jira-service-desk-logo/icon.js +44 -0
  192. package/dist/esm/jira-service-desk-logo/index.js +3 -0
  193. package/dist/esm/{JiraServiceDeskLogo/Logo.js → jira-service-desk-logo/logo.js} +31 -41
  194. package/dist/esm/{JiraServiceDeskLogo/Wordmark.js → jira-service-desk-logo/wordmark.js} +31 -41
  195. package/dist/esm/jira-service-management-logo/icon.js +38 -0
  196. package/dist/esm/jira-service-management-logo/index.js +3 -0
  197. package/dist/esm/jira-service-management-logo/logo.js +38 -0
  198. package/dist/{cjs/JiraServiceManagementLogo/Wordmark.js → esm/jira-service-management-logo/wordmark.js} +29 -69
  199. package/dist/esm/jira-software-logo/icon.js +38 -0
  200. package/dist/esm/jira-software-logo/index.js +3 -0
  201. package/dist/esm/{JiraSoftwareLogo/Logo.js → jira-software-logo/logo.js} +28 -45
  202. package/dist/esm/jira-software-logo/wordmark.js +30 -0
  203. package/dist/esm/jira-work-management-logo/icon.js +37 -0
  204. package/dist/esm/jira-work-management-logo/index.js +3 -0
  205. package/dist/esm/{JiraWorkManagementLogo/Logo.js → jira-work-management-logo/logo.js} +28 -45
  206. package/dist/{cjs/JiraWorkManagementLogo/Wordmark.js → esm/jira-work-management-logo/wordmark.js} +28 -69
  207. package/dist/esm/opsgenie-logo/index.js +6 -0
  208. package/dist/esm/opsgenie-logo/new-icon.js +42 -0
  209. package/dist/esm/opsgenie-logo/new-logo.js +42 -0
  210. package/dist/esm/opsgenie-logo/new-wordmark.js +33 -0
  211. package/dist/esm/opsgenie-logo/old-icon.js +46 -0
  212. package/dist/esm/{OpsGenieLogo/Logo.js → opsgenie-logo/old-logo.js} +34 -73
  213. package/dist/esm/opsgenie-logo/old-wordmark.js +33 -0
  214. package/dist/esm/statuspage-logo/icon.js +38 -0
  215. package/dist/esm/statuspage-logo/index.js +3 -0
  216. package/dist/esm/{StatuspageLogo/Logo.js → statuspage-logo/logo.js} +28 -45
  217. package/dist/esm/statuspage-logo/wordmark.js +30 -0
  218. package/dist/esm/stride-logo/icon.js +41 -0
  219. package/dist/esm/stride-logo/index.js +3 -0
  220. package/dist/esm/{StrideLogo/Logo.js → stride-logo/logo.js} +28 -41
  221. package/dist/esm/{StrideLogo/Wordmark.js → stride-logo/wordmark.js} +28 -41
  222. package/dist/esm/trello-logo/icon.js +38 -0
  223. package/dist/esm/trello-logo/index.js +3 -0
  224. package/dist/esm/{TrelloLogo/Logo.js → trello-logo/logo.js} +28 -45
  225. package/dist/esm/trello-logo/wordmark.js +30 -0
  226. package/dist/esm/types.js +1 -0
  227. package/dist/esm/version.json +1 -1
  228. package/dist/esm/{Wrapper.js → wrapper.js} +4 -1
  229. package/dist/types/atlassian-logo/icon.d.ts +3 -0
  230. package/dist/types/atlassian-logo/index.d.ts +3 -0
  231. package/dist/types/atlassian-logo/logo.d.ts +3 -0
  232. package/dist/types/atlassian-logo/wordmark.d.ts +3 -0
  233. package/dist/types/atlassian-start-logo/index.d.ts +1 -0
  234. package/dist/types/atlassian-start-logo/logo.d.ts +3 -0
  235. package/dist/types/bitbucket-logo/icon.d.ts +3 -0
  236. package/dist/types/bitbucket-logo/index.d.ts +3 -0
  237. package/dist/types/bitbucket-logo/logo.d.ts +3 -0
  238. package/dist/types/bitbucket-logo/wordmark.d.ts +3 -0
  239. package/dist/types/compass-logo/icon.d.ts +3 -0
  240. package/dist/types/compass-logo/index.d.ts +3 -0
  241. package/dist/types/compass-logo/logo.d.ts +3 -0
  242. package/dist/types/compass-logo/wordmark.d.ts +3 -0
  243. package/dist/types/confluence-logo/icon.d.ts +3 -0
  244. package/dist/types/confluence-logo/index.d.ts +3 -0
  245. package/dist/types/confluence-logo/logo.d.ts +3 -0
  246. package/dist/types/confluence-logo/wordmark.d.ts +3 -0
  247. package/dist/types/constants.d.ts +21 -17
  248. package/dist/types/halp-logo/icon.d.ts +3 -0
  249. package/dist/types/halp-logo/index.d.ts +3 -0
  250. package/dist/types/halp-logo/logo.d.ts +3 -0
  251. package/dist/types/halp-logo/wordmark.d.ts +3 -0
  252. package/dist/types/hipchat-logo/icon.d.ts +3 -0
  253. package/dist/types/hipchat-logo/index.d.ts +3 -0
  254. package/dist/types/hipchat-logo/logo.d.ts +3 -0
  255. package/dist/types/hipchat-logo/wordmark.d.ts +3 -0
  256. package/dist/types/index.d.ts +18 -18
  257. package/dist/types/jira-core-logo/icon.d.ts +3 -0
  258. package/dist/types/jira-core-logo/index.d.ts +3 -0
  259. package/dist/types/jira-core-logo/logo.d.ts +3 -0
  260. package/dist/types/jira-core-logo/wordmark.d.ts +3 -0
  261. package/dist/types/jira-logo/icon.d.ts +3 -0
  262. package/dist/types/jira-logo/index.d.ts +3 -0
  263. package/dist/types/jira-logo/logo.d.ts +3 -0
  264. package/dist/types/jira-logo/wordmark.d.ts +3 -0
  265. package/dist/types/jira-service-desk-logo/icon.d.ts +3 -0
  266. package/dist/types/jira-service-desk-logo/index.d.ts +3 -0
  267. package/dist/types/jira-service-desk-logo/logo.d.ts +3 -0
  268. package/dist/types/jira-service-desk-logo/wordmark.d.ts +3 -0
  269. package/dist/types/jira-service-management-logo/icon.d.ts +3 -0
  270. package/dist/types/jira-service-management-logo/index.d.ts +3 -0
  271. package/dist/types/jira-service-management-logo/logo.d.ts +3 -0
  272. package/dist/types/jira-service-management-logo/wordmark.d.ts +3 -0
  273. package/dist/types/jira-software-logo/icon.d.ts +3 -0
  274. package/dist/types/jira-software-logo/index.d.ts +3 -0
  275. package/dist/types/jira-software-logo/logo.d.ts +3 -0
  276. package/dist/types/jira-software-logo/wordmark.d.ts +3 -0
  277. package/dist/types/jira-work-management-logo/icon.d.ts +3 -0
  278. package/dist/types/jira-work-management-logo/index.d.ts +3 -0
  279. package/dist/types/jira-work-management-logo/logo.d.ts +3 -0
  280. package/dist/types/jira-work-management-logo/wordmark.d.ts +3 -0
  281. package/dist/types/opsgenie-logo/index.d.ts +6 -0
  282. package/dist/types/opsgenie-logo/new-icon.d.ts +6 -0
  283. package/dist/types/opsgenie-logo/new-logo.d.ts +6 -0
  284. package/dist/types/opsgenie-logo/new-wordmark.d.ts +3 -0
  285. package/dist/types/opsgenie-logo/old-icon.d.ts +7 -0
  286. package/dist/types/opsgenie-logo/old-logo.d.ts +7 -0
  287. package/dist/types/opsgenie-logo/old-wordmark.d.ts +3 -0
  288. package/dist/types/statuspage-logo/icon.d.ts +3 -0
  289. package/dist/types/statuspage-logo/index.d.ts +3 -0
  290. package/dist/types/statuspage-logo/logo.d.ts +3 -0
  291. package/dist/types/statuspage-logo/wordmark.d.ts +3 -0
  292. package/dist/types/stride-logo/icon.d.ts +3 -0
  293. package/dist/types/stride-logo/index.d.ts +3 -0
  294. package/dist/types/stride-logo/logo.d.ts +3 -0
  295. package/dist/types/stride-logo/wordmark.d.ts +3 -0
  296. package/dist/types/trello-logo/icon.d.ts +3 -0
  297. package/dist/types/trello-logo/index.d.ts +3 -0
  298. package/dist/types/trello-logo/logo.d.ts +3 -0
  299. package/dist/types/trello-logo/wordmark.d.ts +3 -0
  300. package/dist/types/types.d.ts +32 -0
  301. package/dist/types/{Wrapper.d.ts → wrapper.d.ts} +1 -1
  302. package/extract-react-types/logo.tsx +5 -0
  303. package/hipchat-icon/package.json +5 -4
  304. package/jira-core-icon/package.json +5 -4
  305. package/jira-icon/package.json +5 -4
  306. package/jira-service-desk-icon/package.json +8 -0
  307. package/jira-service-management-icon/package.json +5 -4
  308. package/jira-software-icon/package.json +5 -4
  309. package/jra-service-desk-icon/package.json +5 -4
  310. package/ops-genie-icon/package.json +5 -4
  311. package/package.json +19 -18
  312. package/statuspage-icon/package.json +5 -4
  313. package/stride-icon/package.json +5 -4
  314. package/trello-icon/package.json +5 -4
  315. package/dist/cjs/AtlassianLogo/Icon.js +0 -77
  316. package/dist/cjs/AtlassianLogo/Wordmark.js +0 -70
  317. package/dist/cjs/BitbucketLogo/Icon.js +0 -77
  318. package/dist/cjs/BitbucketLogo/Wordmark.js +0 -70
  319. package/dist/cjs/Compass/Icon.js +0 -77
  320. package/dist/cjs/Compass/Wordmark.js +0 -70
  321. package/dist/cjs/ConfluenceLogo/Icon.js +0 -77
  322. package/dist/cjs/ConfluenceLogo/Wordmark.js +0 -70
  323. package/dist/cjs/HalpLogo/Icon.js +0 -71
  324. package/dist/cjs/HalpLogo/Wordmark.js +0 -64
  325. package/dist/cjs/HipchatLogo/Icon.js +0 -77
  326. package/dist/cjs/HipchatLogo/Wordmark.js +0 -70
  327. package/dist/cjs/JiraCoreLogo/Icon.js +0 -77
  328. package/dist/cjs/JiraCoreLogo/Wordmark.js +0 -70
  329. package/dist/cjs/JiraLogo/Icon.js +0 -77
  330. package/dist/cjs/JiraLogo/Logo.js +0 -77
  331. package/dist/cjs/JiraLogo/Wordmark.js +0 -70
  332. package/dist/cjs/JiraServiceDeskLogo/Icon.js +0 -77
  333. package/dist/cjs/JiraServiceManagementLogo/Icon.js +0 -77
  334. package/dist/cjs/JiraServiceManagementLogo/Logo.js +0 -77
  335. package/dist/cjs/JiraSoftwareLogo/Icon.js +0 -77
  336. package/dist/cjs/JiraSoftwareLogo/Wordmark.js +0 -70
  337. package/dist/cjs/JiraWorkManagementLogo/Icon.js +0 -77
  338. package/dist/cjs/OpsGenieLogo/Icon.js +0 -107
  339. package/dist/cjs/OpsGenieLogo/Wordmark.js +0 -100
  340. package/dist/cjs/StatuspageLogo/Icon.js +0 -77
  341. package/dist/cjs/StatuspageLogo/Wordmark.js +0 -70
  342. package/dist/cjs/StrideLogo/Icon.js +0 -77
  343. package/dist/cjs/TrelloLogo/Icon.js +0 -77
  344. package/dist/cjs/TrelloLogo/Wordmark.js +0 -70
  345. package/dist/es2019/AtlassianLogo/index.js +0 -3
  346. package/dist/es2019/AtlassianStartLogo/index.js +0 -1
  347. package/dist/es2019/BitbucketLogo/index.js +0 -3
  348. package/dist/es2019/Compass/index.js +0 -3
  349. package/dist/es2019/ConfluenceLogo/index.js +0 -3
  350. package/dist/es2019/HalpLogo/index.js +0 -3
  351. package/dist/es2019/HipchatLogo/index.js +0 -3
  352. package/dist/es2019/JiraCoreLogo/index.js +0 -3
  353. package/dist/es2019/JiraLogo/index.js +0 -3
  354. package/dist/es2019/JiraServiceDeskLogo/index.js +0 -3
  355. package/dist/es2019/JiraServiceManagementLogo/index.js +0 -3
  356. package/dist/es2019/JiraSoftwareLogo/index.js +0 -3
  357. package/dist/es2019/JiraWorkManagementLogo/index.js +0 -3
  358. package/dist/es2019/OpsGenieLogo/index.js +0 -3
  359. package/dist/es2019/StatuspageLogo/index.js +0 -3
  360. package/dist/es2019/StrideLogo/index.js +0 -3
  361. package/dist/es2019/TrelloLogo/index.js +0 -3
  362. package/dist/esm/AtlassianLogo/Icon.js +0 -55
  363. package/dist/esm/AtlassianLogo/index.js +0 -3
  364. package/dist/esm/AtlassianStartLogo/index.js +0 -1
  365. package/dist/esm/BitbucketLogo/Icon.js +0 -55
  366. package/dist/esm/BitbucketLogo/index.js +0 -3
  367. package/dist/esm/Compass/Icon.js +0 -54
  368. package/dist/esm/Compass/index.js +0 -3
  369. package/dist/esm/ConfluenceLogo/index.js +0 -3
  370. package/dist/esm/HalpLogo/Wordmark.js +0 -41
  371. package/dist/esm/HalpLogo/index.js +0 -3
  372. package/dist/esm/HipchatLogo/index.js +0 -3
  373. package/dist/esm/JiraCoreLogo/Icon.js +0 -54
  374. package/dist/esm/JiraCoreLogo/index.js +0 -3
  375. package/dist/esm/JiraLogo/Icon.js +0 -55
  376. package/dist/esm/JiraLogo/Wordmark.js +0 -47
  377. package/dist/esm/JiraLogo/index.js +0 -3
  378. package/dist/esm/JiraServiceDeskLogo/Icon.js +0 -54
  379. package/dist/esm/JiraServiceDeskLogo/index.js +0 -3
  380. package/dist/esm/JiraServiceManagementLogo/Icon.js +0 -55
  381. package/dist/esm/JiraServiceManagementLogo/Logo.js +0 -55
  382. package/dist/esm/JiraServiceManagementLogo/index.js +0 -3
  383. package/dist/esm/JiraSoftwareLogo/Icon.js +0 -55
  384. package/dist/esm/JiraSoftwareLogo/index.js +0 -3
  385. package/dist/esm/JiraWorkManagementLogo/Icon.js +0 -54
  386. package/dist/esm/JiraWorkManagementLogo/index.js +0 -3
  387. package/dist/esm/OpsGenieLogo/Icon.js +0 -85
  388. package/dist/esm/OpsGenieLogo/Wordmark.js +0 -77
  389. package/dist/esm/OpsGenieLogo/index.js +0 -3
  390. package/dist/esm/StatuspageLogo/Icon.js +0 -55
  391. package/dist/esm/StatuspageLogo/index.js +0 -3
  392. package/dist/esm/StrideLogo/Icon.js +0 -54
  393. package/dist/esm/StrideLogo/index.js +0 -3
  394. package/dist/esm/TrelloLogo/Icon.js +0 -55
  395. package/dist/esm/TrelloLogo/Wordmark.js +0 -47
  396. package/dist/esm/TrelloLogo/index.js +0 -3
  397. package/dist/types/AtlassianLogo/Icon.d.ts +0 -13
  398. package/dist/types/AtlassianLogo/Logo.d.ts +0 -13
  399. package/dist/types/AtlassianLogo/Wordmark.d.ts +0 -13
  400. package/dist/types/AtlassianLogo/index.d.ts +0 -3
  401. package/dist/types/AtlassianStartLogo/Logo.d.ts +0 -13
  402. package/dist/types/AtlassianStartLogo/index.d.ts +0 -1
  403. package/dist/types/BitbucketLogo/Icon.d.ts +0 -13
  404. package/dist/types/BitbucketLogo/Logo.d.ts +0 -13
  405. package/dist/types/BitbucketLogo/Wordmark.d.ts +0 -13
  406. package/dist/types/BitbucketLogo/index.d.ts +0 -3
  407. package/dist/types/Compass/Icon.d.ts +0 -13
  408. package/dist/types/Compass/Logo.d.ts +0 -13
  409. package/dist/types/Compass/Wordmark.d.ts +0 -13
  410. package/dist/types/Compass/index.d.ts +0 -3
  411. package/dist/types/ConfluenceLogo/Icon.d.ts +0 -13
  412. package/dist/types/ConfluenceLogo/Logo.d.ts +0 -13
  413. package/dist/types/ConfluenceLogo/Wordmark.d.ts +0 -13
  414. package/dist/types/ConfluenceLogo/index.d.ts +0 -3
  415. package/dist/types/HalpLogo/Icon.d.ts +0 -6
  416. package/dist/types/HalpLogo/Logo.d.ts +0 -6
  417. package/dist/types/HalpLogo/Wordmark.d.ts +0 -6
  418. package/dist/types/HalpLogo/index.d.ts +0 -3
  419. package/dist/types/HipchatLogo/Icon.d.ts +0 -6
  420. package/dist/types/HipchatLogo/Logo.d.ts +0 -6
  421. package/dist/types/HipchatLogo/Wordmark.d.ts +0 -6
  422. package/dist/types/HipchatLogo/index.d.ts +0 -3
  423. package/dist/types/JiraCoreLogo/Icon.d.ts +0 -6
  424. package/dist/types/JiraCoreLogo/Logo.d.ts +0 -6
  425. package/dist/types/JiraCoreLogo/Wordmark.d.ts +0 -6
  426. package/dist/types/JiraCoreLogo/index.d.ts +0 -3
  427. package/dist/types/JiraLogo/Icon.d.ts +0 -13
  428. package/dist/types/JiraLogo/Logo.d.ts +0 -13
  429. package/dist/types/JiraLogo/Wordmark.d.ts +0 -13
  430. package/dist/types/JiraLogo/index.d.ts +0 -3
  431. package/dist/types/JiraServiceDeskLogo/Icon.d.ts +0 -6
  432. package/dist/types/JiraServiceDeskLogo/Logo.d.ts +0 -6
  433. package/dist/types/JiraServiceDeskLogo/Wordmark.d.ts +0 -6
  434. package/dist/types/JiraServiceDeskLogo/index.d.ts +0 -3
  435. package/dist/types/JiraServiceManagementLogo/Icon.d.ts +0 -13
  436. package/dist/types/JiraServiceManagementLogo/Logo.d.ts +0 -13
  437. package/dist/types/JiraServiceManagementLogo/Wordmark.d.ts +0 -13
  438. package/dist/types/JiraServiceManagementLogo/index.d.ts +0 -3
  439. package/dist/types/JiraSoftwareLogo/Icon.d.ts +0 -13
  440. package/dist/types/JiraSoftwareLogo/Logo.d.ts +0 -13
  441. package/dist/types/JiraSoftwareLogo/Wordmark.d.ts +0 -13
  442. package/dist/types/JiraSoftwareLogo/index.d.ts +0 -3
  443. package/dist/types/JiraWorkManagementLogo/Icon.d.ts +0 -13
  444. package/dist/types/JiraWorkManagementLogo/Logo.d.ts +0 -13
  445. package/dist/types/JiraWorkManagementLogo/Wordmark.d.ts +0 -13
  446. package/dist/types/JiraWorkManagementLogo/index.d.ts +0 -3
  447. package/dist/types/OpsGenieLogo/Icon.d.ts +0 -17
  448. package/dist/types/OpsGenieLogo/Logo.d.ts +0 -17
  449. package/dist/types/OpsGenieLogo/Wordmark.d.ts +0 -17
  450. package/dist/types/OpsGenieLogo/index.d.ts +0 -3
  451. package/dist/types/StatuspageLogo/Icon.d.ts +0 -13
  452. package/dist/types/StatuspageLogo/Logo.d.ts +0 -13
  453. package/dist/types/StatuspageLogo/Wordmark.d.ts +0 -13
  454. package/dist/types/StatuspageLogo/index.d.ts +0 -3
  455. package/dist/types/StrideLogo/Icon.d.ts +0 -6
  456. package/dist/types/StrideLogo/Logo.d.ts +0 -6
  457. package/dist/types/StrideLogo/Wordmark.d.ts +0 -6
  458. package/dist/types/StrideLogo/index.d.ts +0 -3
  459. package/dist/types/TrelloLogo/Icon.d.ts +0 -13
  460. package/dist/types/TrelloLogo/Logo.d.ts +0 -13
  461. package/dist/types/TrelloLogo/Wordmark.d.ts +0 -13
  462. package/dist/types/TrelloLogo/index.d.ts +0 -3
@@ -1,55 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
3
- import _createClass from "@babel/runtime/helpers/createClass";
4
- import _inherits from "@babel/runtime/helpers/inherits";
5
- import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
6
- import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
7
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
8
-
9
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
10
-
11
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
12
-
13
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
14
-
15
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
16
-
17
- /* eslint-disable max-len */
18
- import React, { Component } from 'react';
19
- import { uid } from 'react-uid';
20
- import { DefaultProps } from '../constants';
21
- import Wrapper from '../Wrapper';
22
-
23
- var svg = function svg(iconGradientStart, iconGradientStop) {
24
- var id = uid({
25
- iconGradientStart: iconGradientStop
26
- });
27
- return "<canvas height=\"32\" width=\"32\" aria-hidden=\"true\"></canvas>\n <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" aria-hidden=\"true\">\n <defs>\n <linearGradient id=\"".concat(id, "\" x1=\"14.8402\" y1=\"15.8324\" x2=\"8.6599\" y2=\"26.5369\" gradientUnits=\"userSpaceOnUse\">\n <stop stop-color=\"").concat(iconGradientStart, "\" ").concat(iconGradientStart === 'inherit' ? 'stop-opacity="0.4"' : '', " offset=\"0%\"></stop>\n <stop stop-color=\"").concat(iconGradientStop, "\" offset=\"0.9228\"></stop>\n </linearGradient>\n </defs>\n <path fill=\"url(#").concat(id, ")\" d=\"M11.6397 14.0398C11.2789 13.643 10.7378 13.679 10.4852 14.148L4.64091 25.8728C4.42446 26.3418 4.74912 26.8829 5.25419 26.8829H13.4074C13.6599 26.8829 13.9125 26.7386 14.0207 26.4861C15.7885 22.8424 14.7061 17.3227 11.6397 14.0398Z\" />\n <path fill=\"inherit\" d=\"M15.9343 3.36124C12.6513 8.55622 12.8678 14.2923 15.0324 18.6215C17.1969 22.9506 18.8565 26.2336 18.9647 26.4861C19.0729 26.7386 19.3254 26.8829 19.578 26.8829H27.7312C28.2363 26.8829 28.597 26.3418 28.3445 25.8728C28.3445 25.8728 17.3774 3.93846 17.0887 3.39732C16.8723 2.89225 16.259 2.85618 15.9343 3.36124Z\" />\n </svg>");
28
- };
29
-
30
- export var AtlassianIcon = /*#__PURE__*/function (_Component) {
31
- _inherits(AtlassianIcon, _Component);
32
-
33
- var _super = _createSuper(AtlassianIcon);
34
-
35
- function AtlassianIcon() {
36
- _classCallCheck(this, AtlassianIcon);
37
-
38
- return _super.apply(this, arguments);
39
- }
40
-
41
- _createClass(AtlassianIcon, [{
42
- key: "render",
43
- value: function render() {
44
- return /*#__PURE__*/React.createElement(Wrapper, _extends({}, this.props, {
45
- svg: svg
46
- }));
47
- }
48
- }]);
49
-
50
- return AtlassianIcon;
51
- }(Component);
52
-
53
- _defineProperty(AtlassianIcon, "defaultProps", _objectSpread(_objectSpread({}, DefaultProps), {}, {
54
- label: 'Atlassian'
55
- }));
@@ -1,3 +0,0 @@
1
- export { AtlassianIcon } from './Icon';
2
- export { AtlassianLogo } from './Logo';
3
- export { AtlassianWordmark } from './Wordmark';
@@ -1 +0,0 @@
1
- export { AtlassianStartLogo } from './Logo';
@@ -1,55 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
3
- import _createClass from "@babel/runtime/helpers/createClass";
4
- import _inherits from "@babel/runtime/helpers/inherits";
5
- import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
6
- import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
7
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
8
-
9
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
10
-
11
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
12
-
13
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
14
-
15
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
16
-
17
- /* eslint-disable max-len */
18
- import React, { Component } from 'react';
19
- import { uid } from 'react-uid';
20
- import { DefaultProps } from '../constants';
21
- import Wrapper from '../Wrapper';
22
-
23
- var svg = function svg(iconGradientStart, iconGradientStop) {
24
- var id = uid({
25
- iconGradientStart: iconGradientStop
26
- });
27
- return "<canvas height=\"32\" width=\"32\" aria-hidden=\"true\"></canvas>\n <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" aria-hidden=\"true\">\n <defs>\n <linearGradient x1=\"100%\" x2=\"45.339%\" y1=\"29.23%\" y2=\"75.038%\" id=\"".concat(id, "\">\n <stop stop-color=\"").concat(iconGradientStart, "\" ").concat(iconGradientStart === 'inherit' ? 'stop-opacity="0.4"' : '', " offset=\"0%\"></stop>\n <stop stop-color=\"").concat(iconGradientStop, "\" offset=\"100%\"></stop>\n </linearGradient>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"nonzero\">\n <path d=\"M4.78580435,5 C4.55423538,4.99701333 4.33319771,5.09657765 4.18198458,5.27198488 C4.03077145,5.44739211 3.96486141,5.68068714 4.00193478,5.9092887 L7.32946109,26.1096074 C7.3703589,26.355373 7.49665951,26.578828 7.68612174,26.7406224 C7.87680866,26.9055104 8.11992598,26.9972003 8.37200761,26.9992993 L14.5488998,19.5995707 L13.6827239,19.5995707 L12.3227102,12.3958093 L27.3886833,12.3958093 L28.4469072,5.91712739 C28.4862006,5.68935393 28.4229655,5.45584955 28.2741046,5.27903 C28.1252437,5.10221045 27.9059335,5.00010264 27.6747957,5 L4.78580435,5 Z\" fill=\"currentColor\"/>\n <path fill=\"url(#").concat(id, ")\" d=\"M27.3886833,12.3958093 L20.0320674,12.3958093 L18.7974728,19.5995707 L13.7023207,19.5995707 L7.68612174,26.7445417 C7.87680866,26.9094297 8.11992598,27.0011197 8.37200761,27.0032187 L24.3394307,27.0032187 C24.727754,27.0082167 25.0611955,26.7281258 25.1233002,26.3447683 L27.3886833,12.3958093 Z\"/>\n </g>\n </svg>");
28
- };
29
-
30
- export var BitbucketIcon = /*#__PURE__*/function (_Component) {
31
- _inherits(BitbucketIcon, _Component);
32
-
33
- var _super = _createSuper(BitbucketIcon);
34
-
35
- function BitbucketIcon() {
36
- _classCallCheck(this, BitbucketIcon);
37
-
38
- return _super.apply(this, arguments);
39
- }
40
-
41
- _createClass(BitbucketIcon, [{
42
- key: "render",
43
- value: function render() {
44
- return /*#__PURE__*/React.createElement(Wrapper, _extends({}, this.props, {
45
- svg: svg
46
- }));
47
- }
48
- }]);
49
-
50
- return BitbucketIcon;
51
- }(Component);
52
-
53
- _defineProperty(BitbucketIcon, "defaultProps", _objectSpread(_objectSpread({}, DefaultProps), {}, {
54
- label: 'Bitbucket'
55
- }));
@@ -1,3 +0,0 @@
1
- export { BitbucketIcon } from './Icon';
2
- export { BitbucketLogo } from './Logo';
3
- export { BitbucketWordmark } from './Wordmark';
@@ -1,54 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
3
- import _createClass from "@babel/runtime/helpers/createClass";
4
- import _inherits from "@babel/runtime/helpers/inherits";
5
- import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
6
- import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
7
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
8
-
9
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
10
-
11
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
12
-
13
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
14
-
15
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
16
-
17
- import React, { Component } from 'react';
18
- import { uid } from 'react-uid';
19
- import { DefaultProps } from '../constants';
20
- import Wrapper from '../Wrapper';
21
-
22
- var svg = function svg(iconGradientStart, iconGradientStop) {
23
- var id = uid({
24
- iconGradientStart: iconGradientStop
25
- });
26
- return "<canvas height=\"32\" width=\"32\" aria-hidden=\"true\"></canvas>\n <svg\n fill=\"none\"\n viewBox=\"0 0 32 32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n focusable=\"false\"\n aria-hidden=\"true\"\n>\n <linearGradient\n id=\"".concat(id, "\"\n gradientUnits=\"userSpaceOnUse\"\n x1=\"20.8536\"\n x2=\"11.8744\"\n y1=\"11.2763\"\n y2=\"20.2556\"\n >\n <stop offset=\"20%\" stop-color=\"").concat(iconGradientStart, "\" ").concat(iconGradientStart === 'inherit' ? 'stop-opacity="0.4"' : '', " />\n <stop offset=\"100%\" stop-color=\"").concat(iconGradientStop, "\" />\n </linearGradient>\n <path\n d=\"m16.4644 15.6278v5.309h-5.2337v-5.309h5.2337v-5.3059h-9.54745c-.12228.0008-.24319.0259-.3557.0738-.1125.048-.21436.1178-.29966.2054-.08529.0876-.15233.1914-.1972.3051-.04487.1138-.0667.2353-.0642.3576v14.0653c-.0025.1223.01933.2438.0642.3576.04487.1137.11191.2175.1972.3051.0853.0876.18716.1574.29966.2054.11251.0479.23342.073.3557.0738h13.85185c.1223-.0008.2432-.0259.3557-.0738.1125-.048.2144-.1178.2997-.2054s.1523-.1914.1972-.3051c.0449-.1138.0667-.2353.0642-.3576v-9.7013z\"\n fill=\"url(#").concat(id, ")\"\n />\n <path\n d=\"m16.4636 5.01256v5.30904h5.2463v5.3059h5.218v-9.68562c.0025-.12227-.0194-.24381-.0642-.35757-.0449-.11376-.1119-.21747-.1972-.3051s-.1872-.15744-.2997-.20537c-.1125-.04794-.2334-.07303-.3557-.07384z\"\n fill=\"").concat(iconGradientStop, "\"\n />\n</svg>");
27
- };
28
-
29
- export var CompassIcon = /*#__PURE__*/function (_Component) {
30
- _inherits(CompassIcon, _Component);
31
-
32
- var _super = _createSuper(CompassIcon);
33
-
34
- function CompassIcon() {
35
- _classCallCheck(this, CompassIcon);
36
-
37
- return _super.apply(this, arguments);
38
- }
39
-
40
- _createClass(CompassIcon, [{
41
- key: "render",
42
- value: function render() {
43
- return /*#__PURE__*/React.createElement(Wrapper, _extends({}, this.props, {
44
- svg: svg
45
- }));
46
- }
47
- }]);
48
-
49
- return CompassIcon;
50
- }(Component);
51
-
52
- _defineProperty(CompassIcon, "defaultProps", _objectSpread(_objectSpread({}, DefaultProps), {}, {
53
- label: 'Compass'
54
- }));
@@ -1,3 +0,0 @@
1
- export { CompassIcon } from './Icon';
2
- export { CompassLogo } from './Logo';
3
- export { CompassWordmark } from './Wordmark';
@@ -1,3 +0,0 @@
1
- export { ConfluenceIcon } from './Icon';
2
- export { ConfluenceLogo } from './Logo';
3
- export { ConfluenceWordmark } from './Wordmark';
@@ -1,41 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
3
- import _createClass from "@babel/runtime/helpers/createClass";
4
- import _inherits from "@babel/runtime/helpers/inherits";
5
- import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
6
- import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
7
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
8
-
9
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
10
-
11
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
12
-
13
- /* eslint-disable max-len */
14
- import React, { Component } from 'react';
15
- import { DefaultProps } from '../constants';
16
- import Wrapper from '../Wrapper';
17
- var svg = "\n <canvas height=\"32\" width=\"54\" aria-hidden=\"true\"></canvas>\n <svg\n fill=\"none\"\n height=\"32\"\n viewBox=\"0 0 54 32\"\n width=\"54\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n clip-rule=\"evenodd\"\n d=\"m37.364 24.0872c-2.2526 0-3.6836-1.0771-3.6836-3.6103v-16.01007h2.3652v15.73457c0 1.2525.8248 1.6815 1.8433 1.6815.2295.0041.459-.0053.6874-.0282v2.1198c-.3979.0875-.8051.1254-1.2123.1127zm-22.9014-.0845v-18.10176h-2.4745v7.90646h-9.51362v-7.90646h-2.47448v18.10176h2.47448v-7.8281h9.51362v7.8281zm8.6324.2756c2.1184 0 3.768-.9363 4.646-2.7555l.0031 2.4799h2.3651v-13.7775h-2.3651v2.4267c-.828-1.7911-2.3652-2.70225-4.3741-2.70225-3.8492 0-5.7738 3.28155-5.7738 7.16425 0 4.0519 1.8434 7.1644 5.4988 7.1644zm4.646-6.6132c0 3.0592-1.8965 4.4088-4.0117 4.4088-2.4495 0-3.7805-1.6533-3.7805-4.96 0-3.1938 1.3747-4.9599 4.0429-4.9599 2.0184 0 3.7493 1.3527 3.7493 4.4088zm15.4811 11.7108v-7.7968c.8248 1.7911 2.362 2.6991 4.3709 2.6991 3.8492 0 5.7738-3.2784 5.7738-7.1643 0-4.033-1.8434-7.16425-5.4988-7.16425-2.1183 0-3.768.93935-4.6459 2.75545v-2.4799h-2.3652v19.1507zm0-12.8131c0-3.0561 1.8964-4.4088 4.0116-4.4088 2.4495 0 3.768 1.6533 3.7805 4.9599 0 3.1971-1.3747 4.96-4.0429 4.96-2.0183 0-3.7492-1.3496-3.7492-4.4089z\"\n fill=\"inherit\"\n fill-rule=\"evenodd\"\n />\n </svg>";
18
- export var HalpWordmark = /*#__PURE__*/function (_Component) {
19
- _inherits(HalpWordmark, _Component);
20
-
21
- var _super = _createSuper(HalpWordmark);
22
-
23
- function HalpWordmark() {
24
- _classCallCheck(this, HalpWordmark);
25
-
26
- return _super.apply(this, arguments);
27
- }
28
-
29
- _createClass(HalpWordmark, [{
30
- key: "render",
31
- value: function render() {
32
- return /*#__PURE__*/React.createElement(Wrapper, _extends({}, this.props, {
33
- svg: svg
34
- }));
35
- }
36
- }]);
37
-
38
- return HalpWordmark;
39
- }(Component);
40
-
41
- _defineProperty(HalpWordmark, "defaultProps", DefaultProps);
@@ -1,3 +0,0 @@
1
- export { HalpIcon } from './Icon';
2
- export { HalpLogo } from './Logo';
3
- export { HalpWordmark } from './Wordmark';
@@ -1,3 +0,0 @@
1
- export { HipchatIcon } from './Icon';
2
- export { HipchatLogo } from './Logo';
3
- export { HipchatWordmark } from './Wordmark';
@@ -1,54 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
3
- import _createClass from "@babel/runtime/helpers/createClass";
4
- import _inherits from "@babel/runtime/helpers/inherits";
5
- import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
6
- import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
7
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
8
-
9
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
10
-
11
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
12
-
13
- /* eslint-disable max-len */
14
- import React, { Component } from 'react';
15
- import { uid } from 'react-uid';
16
- import warnOnce from '@atlaskit/ds-lib/warn-once';
17
- import { DefaultProps } from '../constants';
18
- import Wrapper from '../Wrapper';
19
-
20
- var svg = function svg(iconGradientStart, iconGradientStop) {
21
- var id = uid({
22
- iconGradientStart: iconGradientStop
23
- });
24
- return "<canvas height=\"32\" width=\"32\" aria-hidden=\"true\"></canvas>\n <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" aria-hidden=\"true\">\n <defs>\n <linearGradient x1=\"26.51%\" y1=\"20.831%\" y2=\"63.912%\" id=\"".concat(id, "\">\n <stop stop-color=\"").concat(iconGradientStart, "\" ").concat(iconGradientStart === 'inherit' ? 'stop-opacity="0.4"' : '', " offset=\"17%\"></stop>\n <stop stop-color=\"").concat(iconGradientStop, "\" offset=\"100%\"></stop>\n </linearGradient>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"nonzero\">\n <path d=\"M15.52,20.5269517 C15.52,25.2103264 19.3166253,29.0069517 24,29.0069517 L24,12.11 L15.52,17.9183271 L15.52,20.5269517 Z\" fill=\"url(#").concat(id, ")\"></path>\n <path d=\"M23.9969697,12.1078788 L23.9969697,4.26454545 C23.9961315,3.79791901 23.7375983,3.36992522 23.3249582,3.15205124 C22.912318,2.93417725 22.4130783,2.9620669 22.0272727,3.22454545 L2.35,16.6578788 C4.98320643,20.5274016 10.2540962,21.5307928 14.1248485,18.8993939 L23.9969697,12.1078788 Z\" fill=\"currentColor\"></path>\n </g>\n </svg>");
25
- };
26
-
27
- export var JiraCoreIcon = /*#__PURE__*/function (_Component) {
28
- _inherits(JiraCoreIcon, _Component);
29
-
30
- var _super = _createSuper(JiraCoreIcon);
31
-
32
- function JiraCoreIcon() {
33
- _classCallCheck(this, JiraCoreIcon);
34
-
35
- return _super.apply(this, arguments);
36
- }
37
-
38
- _createClass(JiraCoreIcon, [{
39
- key: "render",
40
- value: function render() {
41
- if (process.env.NODE_ENV !== 'production') {
42
- warnOnce('JiraCoreIcon has been deprecated and will be removed from @atlaskit/logo after June 30 2021. Please use JiraWorkManagementIcon instead.');
43
- }
44
-
45
- return /*#__PURE__*/React.createElement(Wrapper, _extends({}, this.props, {
46
- svg: svg
47
- }));
48
- }
49
- }]);
50
-
51
- return JiraCoreIcon;
52
- }(Component);
53
-
54
- _defineProperty(JiraCoreIcon, "defaultProps", DefaultProps);
@@ -1,3 +0,0 @@
1
- export { JiraCoreIcon } from './Icon';
2
- export { JiraCoreLogo } from './Logo';
3
- export { JiraCoreWordmark } from './Wordmark';
@@ -1,55 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
3
- import _createClass from "@babel/runtime/helpers/createClass";
4
- import _inherits from "@babel/runtime/helpers/inherits";
5
- import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
6
- import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
7
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
8
-
9
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
10
-
11
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
12
-
13
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
14
-
15
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
16
-
17
- /* eslint-disable max-len */
18
- import React, { Component } from 'react';
19
- import { uid } from 'react-uid';
20
- import { DefaultProps } from '../constants';
21
- import Wrapper from '../Wrapper';
22
-
23
- var svg = function svg(iconGradientStart, iconGradientStop) {
24
- var id = uid({
25
- iconGradientStart: iconGradientStop
26
- });
27
- return "<canvas height=\"32\" width=\"32\" aria-hidden=\"true\"></canvas>\n <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" aria-hidden=\"true\">\n <defs>\n <linearGradient x1=\"94.092%\" x2=\"56.535%\" y1=\"6.033%\" y2=\"43.087%\" id=\"".concat(id, "\">\n <stop stop-color=\"").concat(iconGradientStart, "\" ").concat(iconGradientStart === 'inherit' ? 'stop-opacity="0.4"' : '', " offset=\"18%\"></stop>\n <stop stop-color=\"").concat(iconGradientStop, "\" offset=\"100%\"></stop>\n </linearGradient>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"nonzero\">\n <path d=\"M26.0406546,5 L14.9983562,5 C14.9983562,6.32163748 15.5233746,7.58914413 16.4579134,8.52368295 C17.3924523,9.45822178 18.6599589,9.98324022 19.9815964,9.98324022 L22.0151159,9.98324022 L22.0151159,11.9465283 C22.0168782,14.6974491 24.2474348,16.9265768 26.9983562,16.9265762 L26.9983562,5.95770152 C26.9983562,5.42877757 26.5695786,5 26.0406546,5 Z\" fill=\"currentColor\"></path>\n <path d=\"M20.0420436,11 L9,11 C9.00176139,13.7504065 11.2309666,15.9796117 13.9813731,15.9813731 L16.0154337,15.9813731 L16.0154337,17.9451836 C16.0154337,19.2671728 16.5405919,20.5350167 17.4753794,21.4698042 C18.4101669,22.4045917 19.6780108,22.9297499 21,22.9297499 L21,11.9579564 C21,11.4288917 20.5711083,11 20.0420436,11 Z\" fill=\"url(#").concat(id, ")\"></path>\n <path d=\"M14.0420436,17 L3,17 C3.00176275,19.7516528 5.23291286,21.9813736 7.98456626,21.9813731 L10.0250133,21.9813731 L10.0250133,23.9451836 C10.0250082,26.6943468 12.2508419,28.9244664 15,28.9297499 L15,17.9579564 C15,17.4288917 14.5711083,17 14.0420436,17 Z\" fill=\"url(#").concat(id, ")\"></path>\n </g>\n </svg>");
28
- };
29
-
30
- export var JiraIcon = /*#__PURE__*/function (_Component) {
31
- _inherits(JiraIcon, _Component);
32
-
33
- var _super = _createSuper(JiraIcon);
34
-
35
- function JiraIcon() {
36
- _classCallCheck(this, JiraIcon);
37
-
38
- return _super.apply(this, arguments);
39
- }
40
-
41
- _createClass(JiraIcon, [{
42
- key: "render",
43
- value: function render() {
44
- return /*#__PURE__*/React.createElement(Wrapper, _extends({}, this.props, {
45
- svg: svg
46
- }));
47
- }
48
- }]);
49
-
50
- return JiraIcon;
51
- }(Component);
52
-
53
- _defineProperty(JiraIcon, "defaultProps", _objectSpread(_objectSpread({}, DefaultProps), {}, {
54
- label: 'Jira'
55
- }));
@@ -1,47 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
3
- import _createClass from "@babel/runtime/helpers/createClass";
4
- import _inherits from "@babel/runtime/helpers/inherits";
5
- import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
6
- import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
7
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
8
-
9
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
10
-
11
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
12
-
13
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
14
-
15
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
16
-
17
- /* eslint-disable max-len */
18
- import React, { Component } from 'react';
19
- import { DefaultProps } from '../constants';
20
- import Wrapper from '../Wrapper';
21
- var svg = "<canvas height=\"32\" width=\"37\" aria-hidden=\"true\"></canvas>\n<svg viewBox=\"0 0 37 32\" xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" aria-hidden=\"true\">\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"nonzero\" fill=\"inherit\">\n <path d=\"M5.07,18.956 C5.07,20.646 4.394,21.842 2.418,21.842 C1.56,21.842 0.702,21.686 -5.10702591e-15,21.4 L-5.10702591e-15,23.662 C0.65,23.896 1.586,24.104 2.808,24.104 C6.032,24.104 7.41,21.946 7.41,18.8 L7.41,6.918 L5.07,6.918 L5.07,18.956 Z M10.894,7.568 C10.894,8.556 11.544,9.128 12.454,9.128 C13.364,9.128 14.014,8.556 14.014,7.568 C14.014,6.58 13.364,6.008 12.454,6.008 C11.544,6.008 10.894,6.58 10.894,7.568 Z M11.31,24 L13.546,24 L13.546,11 L11.31,11 L11.31,24 Z M16.926,24 L19.11,24 L19.11,16.33 C19.11,13.574 20.852,12.716 23.712,13.002 L23.712,10.818 C21.164,10.662 19.864,11.754 19.11,13.288 L19.11,11 L16.926,11 L16.926,24 Z M34.45,24 L34.45,21.66 C33.618,23.376 32.058,24.26 30.056,24.26 C26.598,24.26 24.856,21.322 24.856,17.5 C24.856,13.834 26.676,10.74 30.316,10.74 C32.214,10.74 33.67,11.598 34.45,13.288 L34.45,11 L36.686,11 L36.686,24 L34.45,24 Z M27.092,17.5 C27.092,20.62 28.34,22.18 30.654,22.18 C32.656,22.18 34.45,20.906 34.45,18.02 L34.45,16.98 C34.45,14.094 32.812,12.82 30.914,12.82 C28.392,12.82 27.092,14.484 27.092,17.5 Z\"></path>\n </g>\n</svg>";
22
- export var JiraWordmark = /*#__PURE__*/function (_Component) {
23
- _inherits(JiraWordmark, _Component);
24
-
25
- var _super = _createSuper(JiraWordmark);
26
-
27
- function JiraWordmark() {
28
- _classCallCheck(this, JiraWordmark);
29
-
30
- return _super.apply(this, arguments);
31
- }
32
-
33
- _createClass(JiraWordmark, [{
34
- key: "render",
35
- value: function render() {
36
- return /*#__PURE__*/React.createElement(Wrapper, _extends({}, this.props, {
37
- svg: svg
38
- }));
39
- }
40
- }]);
41
-
42
- return JiraWordmark;
43
- }(Component);
44
-
45
- _defineProperty(JiraWordmark, "defaultProps", _objectSpread(_objectSpread({}, DefaultProps), {}, {
46
- label: 'Jira'
47
- }));
@@ -1,3 +0,0 @@
1
- export { JiraIcon } from './Icon';
2
- export { JiraLogo } from './Logo';
3
- export { JiraWordmark } from './Wordmark';
@@ -1,54 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
3
- import _createClass from "@babel/runtime/helpers/createClass";
4
- import _inherits from "@babel/runtime/helpers/inherits";
5
- import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
6
- import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
7
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
8
-
9
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
10
-
11
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
12
-
13
- /* eslint-disable max-len */
14
- import React, { Component } from 'react';
15
- import { uid } from 'react-uid';
16
- import warnOnce from '@atlaskit/ds-lib/warn-once';
17
- import { DefaultProps } from '../constants';
18
- import Wrapper from '../Wrapper';
19
-
20
- var svg = function svg(iconGradientStart, iconGradientStop) {
21
- var id = uid({
22
- iconGradientStart: iconGradientStop
23
- });
24
- return "<canvas height=\"32\" width=\"32\" aria-hidden=\"true\"></canvas>\n <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" aria-hidden=\"true\">\n <defs>\n <linearGradient x1=\"40.063%\" x2=\"69.955%\" y1=\"0%\" y2=\"50%\" id=\"".concat(id, "\">\n <stop stop-color=\"").concat(iconGradientStart, "\" ").concat(iconGradientStart === 'inherit' ? 'stop-opacity="0.4"' : '', " offset=\"0%\"></stop>\n <stop stop-color=\"").concat(iconGradientStop, "\" offset=\"100%\"></stop>\n </linearGradient>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"nonzero\">\n <path d=\"M18.4838727,13.07 L26.3504842,13.1005351 C26.8138769,13.102696 27.2364009,13.3661074 27.4423455,13.781227 C27.64829,14.1963467 27.6024124,14.6921363 27.3237913,15.0624169 L15.7128101,30.5666265 C13.9597489,29.2574035 12.7986975,27.3052951 12.485161,25.1398891 C12.1716246,22.974483 12.731296,20.7732253 14.041012,19.0205325 L18.4838727,13.07 Z\" fill=\"url(#").concat(id, ")\"></path>\n <path d=\"M14.0396053,19.0156579 L6.22105263,18.9660526 C5.75779361,18.9638923 5.33539149,18.700557 5.12950634,18.2855571 C4.92362119,17.8705572 4.96948557,17.3749106 5.24802632,17.0047368 L16.7411842,1.65 C18.4937397,2.9588453 19.6544561,4.91039056 19.9679021,7.0751719 C20.2813481,9.23995324 19.7218382,11.4405759 18.4125,13.1927632 L14.0396053,19.0156579 Z\" fill=\"currentColor\"></path>\n </g>\n </svg>");
25
- };
26
-
27
- export var JiraServiceDeskIcon = /*#__PURE__*/function (_Component) {
28
- _inherits(JiraServiceDeskIcon, _Component);
29
-
30
- var _super = _createSuper(JiraServiceDeskIcon);
31
-
32
- function JiraServiceDeskIcon() {
33
- _classCallCheck(this, JiraServiceDeskIcon);
34
-
35
- return _super.apply(this, arguments);
36
- }
37
-
38
- _createClass(JiraServiceDeskIcon, [{
39
- key: "render",
40
- value: function render() {
41
- if (process.env.NODE_ENV !== 'production') {
42
- warnOnce('JiraServiceDeskIcon has been deprecated and will be removed from @atlaskit/logo after June 30 2021, Please use JiraServiceManagementIcon instead.');
43
- }
44
-
45
- return /*#__PURE__*/React.createElement(Wrapper, _extends({}, this.props, {
46
- svg: svg
47
- }));
48
- }
49
- }]);
50
-
51
- return JiraServiceDeskIcon;
52
- }(Component);
53
-
54
- _defineProperty(JiraServiceDeskIcon, "defaultProps", DefaultProps);
@@ -1,3 +0,0 @@
1
- export { JiraServiceDeskIcon } from './Icon';
2
- export { JiraServiceDeskLogo } from './Logo';
3
- export { JiraServiceDeskWordmark } from './Wordmark';
@@ -1,55 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
3
- import _createClass from "@babel/runtime/helpers/createClass";
4
- import _inherits from "@babel/runtime/helpers/inherits";
5
- import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
6
- import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
7
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
8
-
9
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
10
-
11
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
12
-
13
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
14
-
15
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
16
-
17
- /* eslint-disable max-len */
18
- import React, { Component } from 'react';
19
- import { uid } from 'react-uid';
20
- import { DefaultProps } from '../constants';
21
- import Wrapper from '../Wrapper';
22
-
23
- var svg = function svg(iconGradientStart, iconGradientStop) {
24
- var id = uid({
25
- iconGradientStart: iconGradientStop
26
- });
27
- return "<canvas height=\"32\" width=\"32\" aria-hidden=\"true\"></canvas>\n <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" aria-hidden=\"true\">\n <defs>\n <linearGradient x1=\"40.063%\" x2=\"69.955%\" y1=\"0%\" y2=\"50%\" id=\"".concat(id, "\">\n <stop stop-color=\"").concat(iconGradientStart, "\" ").concat(iconGradientStart === 'inherit' ? 'stop-opacity="0.4"' : '', " offset=\"0%\"></stop>\n <stop stop-color=\"").concat(iconGradientStop, "\" offset=\"100%\"></stop>\n </linearGradient>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"nonzero\">\n <path d=\"M18.4838727,13.07 L26.3504842,13.1005351 C26.8138769,13.102696 27.2364009,13.3661074 27.4423455,13.781227 C27.64829,14.1963467 27.6024124,14.6921363 27.3237913,15.0624169 L15.7128101,30.5666265 C13.9597489,29.2574035 12.7986975,27.3052951 12.485161,25.1398891 C12.1716246,22.974483 12.731296,20.7732253 14.041012,19.0205325 L18.4838727,13.07 Z\" fill=\"url(#").concat(id, ")\"></path>\n <path d=\"M14.0396053,19.0156579 L6.22105263,18.9660526 C5.75779361,18.9638923 5.33539149,18.700557 5.12950634,18.2855571 C4.92362119,17.8705572 4.96948557,17.3749106 5.24802632,17.0047368 L16.7411842,1.65 C18.4937397,2.9588453 19.6544561,4.91039056 19.9679021,7.0751719 C20.2813481,9.23995324 19.7218382,11.4405759 18.4125,13.1927632 L14.0396053,19.0156579 Z\" fill=\"currentColor\"></path>\n </g>\n </svg>");
28
- };
29
-
30
- export var JiraServiceManagementIcon = /*#__PURE__*/function (_Component) {
31
- _inherits(JiraServiceManagementIcon, _Component);
32
-
33
- var _super = _createSuper(JiraServiceManagementIcon);
34
-
35
- function JiraServiceManagementIcon() {
36
- _classCallCheck(this, JiraServiceManagementIcon);
37
-
38
- return _super.apply(this, arguments);
39
- }
40
-
41
- _createClass(JiraServiceManagementIcon, [{
42
- key: "render",
43
- value: function render() {
44
- return /*#__PURE__*/React.createElement(Wrapper, _extends({}, this.props, {
45
- svg: svg
46
- }));
47
- }
48
- }]);
49
-
50
- return JiraServiceManagementIcon;
51
- }(Component);
52
-
53
- _defineProperty(JiraServiceManagementIcon, "defaultProps", _objectSpread(_objectSpread({}, DefaultProps), {}, {
54
- label: 'Jira Service Management'
55
- }));
@@ -1,55 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
3
- import _createClass from "@babel/runtime/helpers/createClass";
4
- import _inherits from "@babel/runtime/helpers/inherits";
5
- import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
6
- import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
7
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
8
-
9
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
10
-
11
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
12
-
13
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
14
-
15
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
16
-
17
- /* eslint-disable max-len */
18
- import React, { Component } from 'react';
19
- import { uid } from 'react-uid';
20
- import { DefaultProps } from '../constants';
21
- import Wrapper from '../Wrapper';
22
-
23
- var svg = function svg(iconGradientStart, iconGradientStop) {
24
- var id = uid({
25
- iconGradientStart: iconGradientStop
26
- });
27
- return "<canvas height=\"32\" width=\"305\" aria-hidden=\"true\"></canvas>\n <svg viewBox=\"0 0 305 32\" xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" aria-hidden=\"true\">\n <defs>\n <linearGradient x1=\"38.0412357%\" y1=\"6.63683429%\" x2=\"59.8560262%\" y2=\"63.7778713%\" id=\"".concat(id, "\">\n <stop stop-color=\"").concat(iconGradientStart, "\" ").concat(iconGradientStart === 'inherit' ? 'stop-opacity="0.4"' : '', " offset=\"0%\"></stop>\n <stop stop-color=\"").concat(iconGradientStop, "\" offset=\"100%\"></stop>\n </linearGradient>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"nonzero\">\n <path fill=\"url(#").concat(id, ")\" d=\"M11.191 13.448l6.527.026a1.011 1.011 0 01.807 1.623L8.892 27.924a6.81 6.81 0 01-1.387-9.553l3.686-4.923z\"/>\n <path fill=\"currentColor\"\u2029 d=\"M7.502 18.372l-6.489-.041a1.011 1.011 0 01-.807-1.623L9.744 4a6.81 6.81 0 011.387 9.553L7.5 18.372z\"/>\n <path fill=\"inherit\" fill-rule=\"evenodd\" d=\"M38.565 6.004a1.443 1.443 0 011.546 1.545 1.545 1.545 0 11-3.091 0 1.448 1.448 0 011.545-1.545zm-1.133 4.944h2.216v12.88h-2.216v-12.88zm-5.409-4.043h2.318v11.77c0 3.118-1.364 5.27-4.557 5.27a8.253 8.253 0 01-2.784-.44v-2.254a6.496 6.496 0 002.397.44c1.959 0 2.635-1.186 2.635-2.86l-.009-11.926zm10.974 16.922h2.163v-7.599c0-2.728 1.727-3.589 4.56-3.296V10.77c-2.526-.155-3.813.928-4.56 2.447v-2.268h-2.163v12.879zM60.1 21.509c-.822 1.7-2.368 2.576-4.352 2.576-3.425 0-5.152-2.91-5.152-6.698 0-3.63 1.803-6.697 5.41-6.697 1.878 0 3.322.852 4.097 2.526v-2.268h2.216v12.88h-2.216l-.003-2.32zm-3.761.515c1.985 0 3.761-1.262 3.761-4.121v-1.03c0-2.858-1.621-4.122-3.512-4.122-2.497 0-3.785 1.65-3.785 4.636.009 3.089 1.244 4.637 3.536 4.637zm12.985.75c1.311.667 2.83 1.311 6.103 1.311 4.197 0 5.95-1.982 5.986-4.918 0-3.053-2.011-4.2-5.591-5.102-2.989-.746-4.069-1.443-4.069-2.833 0-1.546 1.3-2.318 3.513-2.318a10.4 10.4 0 015.269 1.288V7.883c-1.16-.65-2.728-1.235-5.175-1.235-3.943 0-5.951 1.95-5.951 4.584 0 2.784 1.706 4.095 5.511 5.023 3.22.773 4.148 1.569 4.148 3.065 0 1.495-.963 2.5-3.512 2.5-2.243 0-4.663-.592-6.232-1.417v2.37zm20.94 1.311c-4.817 0-6.928-2.78-6.928-6.733 0-3.89 2.163-6.673 6.077-6.673 3.966 0 5.561 2.757 5.561 6.673v1.016h-9.399c.31 2.19 1.727 3.607 4.766 3.607 1.336-.001 2.662-.237 3.916-.697v2.049c-1.056.553-2.678.758-3.992.758zm-4.715-7.61h7.189c-.129-2.398-1.212-3.762-3.428-3.762-2.344-.012-3.527 1.507-3.761 3.75v.011zm12.057 7.352h2.163v-7.599c0-2.728 1.727-3.589 4.561-3.296V10.77c-2.527-.155-3.815.928-4.56 2.447v-2.268h-2.164v12.879zm12.183 0l-4.997-12.879h2.318l4.172 10.991 4.147-11h2.319l-4.997 12.88-2.962.009zm11.608-17.736a1.441 1.441 0 00-.608-.087 1.45 1.45 0 00-1.458.937 1.45 1.45 0 00-.088.608 1.556 1.556 0 00.428 1.136 1.544 1.544 0 002.233 0 1.557 1.557 0 00.428-1.136 1.449 1.449 0 00-.935-1.458zm.472 4.857h-2.216v12.88h2.216v-12.88zm12.441 12.546c-.773.412-1.956.585-3.141.585-4.584 0-6.733-2.78-6.733-6.733 0-3.89 2.14-6.673 6.733-6.673a6.777 6.777 0 013.064.62v2.05a6.49 6.49 0 00-2.909-.621c-3.349 0-4.716 2.113-4.716 4.613 0 2.5 1.393 4.61 4.766 4.61a8.102 8.102 0 002.927-.465l.009 2.014zm1.762-6.142c0 3.952 2.11 6.733 6.928 6.733 1.306 0 2.927-.205 3.999-.758v-2.05c-1.255.46-2.581.697-3.917.697-3.038 0-4.455-1.416-4.765-3.606h9.396v-1.015c0-3.917-1.595-6.674-5.562-6.674-3.916 0-6.079 2.783-6.079 6.673zm9.402-.878h-7.187l-.008-.011c.231-2.243 1.416-3.762 3.767-3.75 2.216 0 3.299 1.364 3.428 3.761zm12.302-8.178v15.531h-2.318V6.905h4.019l3.838 9.71 1.572 4.663 1.571-4.663 3.861-9.71h3.735v16.922h-2.318V8.474l-1.982 6.106-3.735 9.247h-2.236l-3.688-9.247-2.319-6.284zm24.369 15.789c1.982 0 3.527-.875 4.353-2.576v2.318h2.218v-12.88h-2.215v2.27c-.776-1.675-2.219-2.527-4.098-2.527-3.607 0-5.41 3.068-5.41 6.697 0 3.788 1.724 6.698 5.152 6.698zm4.353-6.182c0 2.86-1.777 4.121-3.762 4.121-2.292 0-3.527-1.548-3.536-4.637 0-2.985 1.288-4.636 3.785-4.636 1.891 0 3.513 1.264 3.513 4.121v1.03zm16.509 5.924h-2.216V16.05c0-2.319-.928-3.349-3.038-3.349-2.049 0-3.478 1.364-3.478 3.966v7.16h-2.216v-12.88h2.216v2.114a4.513 4.513 0 014.069-2.37c2.962 0 4.663 2.048 4.663 5.59v7.546zm7.473.258c1.982 0 3.527-.875 4.353-2.576v2.318h2.224v-12.88h-2.221v2.27c-.776-1.675-2.219-2.527-4.098-2.527-3.607 0-5.41 3.068-5.41 6.697 0 3.788 1.724 6.698 5.152 6.698zm4.353-6.182c0 2.86-1.777 4.121-3.762 4.121-2.292 0-3.527-1.548-3.536-4.637 0-2.985 1.288-4.636 3.785-4.636 1.888 0 3.513 1.264 3.513 4.121v1.03zm14.243 3.606c-.822 1.7-2.368 2.576-4.353 2.576-3.398 0-5.099-2.91-5.099-6.698 0-3.63 1.777-6.697 5.357-6.697 1.882 0 3.322.852 4.098 2.526v-2.268h2.163v11.708c0 3.788-1.777 6.338-6.387 6.338a12.944 12.944 0 01-4.578-.685v-2.164c1.44.496 2.95.756 4.473.77 3.22 0 4.326-1.724 4.326-4.121v-1.285zm-3.758.515c1.981 0 3.758-1.262 3.758-4.121v-1.03c0-2.858-1.622-4.122-3.512-4.122-2.5 0-3.788 1.65-3.788 4.636.011 3.089 1.247 4.637 3.542 4.637zm8.5-4.672c0 3.952 2.111 6.733 6.929 6.733 1.311 0 2.947-.205 3.992-.758v-2.05a11.41 11.41 0 01-3.916.697c-3.039 0-4.455-1.416-4.766-3.606h9.399v-1.015c0-3.917-1.595-6.674-5.561-6.674-3.914 0-6.077 2.783-6.077 6.673zm9.399-.878h-7.186v-.011c.231-2.243 1.417-3.762 3.761-3.75 2.216 0 3.296 1.364 3.425 3.761zm15.819 7.353h-2.216V16.05c0-2.319-.928-3.349-3.042-3.349-2.049 0-3.477 1.364-3.477 3.966v7.16h-2.216v-12.88h2.213v2.114a4.521 4.521 0 014.072-2.37c2.189 0 3.682 1.109 4.326 3.143.72-1.985 2.447-3.144 4.587-3.144 2.883 0 4.481 1.959 4.481 5.591v7.546h-2.216V16.67c0-2.652-.927-3.966-3.041-3.966-2.049 0-3.474 1.364-3.474 3.966l.003 7.157zm11.05-6.475c0 3.952 2.11 6.733 6.928 6.733 1.314 0 2.936-.205 3.993-.758v-2.05a11.4 11.4 0 01-3.917.697c-3.038 0-4.455-1.416-4.765-3.606h9.402v-1.015c0-3.917-1.595-6.674-5.562-6.674-3.916 0-6.079 2.783-6.079 6.673zm9.402-.878h-7.19v-.011c.235-2.243 1.417-3.762 3.762-3.75 2.216 0 3.299 1.364 3.428 3.761zm15.815 7.353h-2.216V16.05c0-2.319-.928-3.349-3.041-3.349-2.049 0-3.475 1.364-3.475 3.966v7.16h-2.216v-12.88h2.216v2.114a4.513 4.513 0 014.069-2.37c2.962 0 4.663 2.048 4.663 5.59v7.546zm9.581-2.265a7.12 7.12 0 01-1.391.181c-1.364 0-2.034-.773-2.046-1.908v-6.838h3.425v-2.05h-3.399V8.22h-2.163v2.74h-2.104v2.049h2.087v6.875c0 2.395 1.34 4.02 4.098 4.02a5.213 5.213 0 001.493-.208v-2.134z\" clip-rule=\"evenodd\"/>\n </g>\n </svg>");
28
- };
29
-
30
- export var JiraServiceManagementLogo = /*#__PURE__*/function (_Component) {
31
- _inherits(JiraServiceManagementLogo, _Component);
32
-
33
- var _super = _createSuper(JiraServiceManagementLogo);
34
-
35
- function JiraServiceManagementLogo() {
36
- _classCallCheck(this, JiraServiceManagementLogo);
37
-
38
- return _super.apply(this, arguments);
39
- }
40
-
41
- _createClass(JiraServiceManagementLogo, [{
42
- key: "render",
43
- value: function render() {
44
- return /*#__PURE__*/React.createElement(Wrapper, _extends({}, this.props, {
45
- svg: svg
46
- }));
47
- }
48
- }]);
49
-
50
- return JiraServiceManagementLogo;
51
- }(Component);
52
-
53
- _defineProperty(JiraServiceManagementLogo, "defaultProps", _objectSpread(_objectSpread({}, DefaultProps), {}, {
54
- label: 'Jira Service Management'
55
- }));