@atlaskit/logo 13.8.0 → 13.9.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 (210) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/codemods/{utils.ts → utils.tsx} +0 -0
  3. package/dist/cjs/atlassian-logo/icon.js +14 -1
  4. package/dist/cjs/atlassian-logo/logo.js +14 -1
  5. package/dist/cjs/atlassian-logo/wordmark.js +10 -0
  6. package/dist/cjs/atlassian-start-logo/logo.js +14 -1
  7. package/dist/cjs/bitbucket-logo/icon.js +14 -1
  8. package/dist/cjs/bitbucket-logo/logo.js +14 -1
  9. package/dist/cjs/bitbucket-logo/wordmark.js +10 -0
  10. package/dist/cjs/compass-logo/icon.js +14 -1
  11. package/dist/cjs/compass-logo/logo.js +14 -1
  12. package/dist/cjs/compass-logo/wordmark.js +10 -0
  13. package/dist/cjs/confluence-logo/icon.js +14 -1
  14. package/dist/cjs/confluence-logo/logo.js +14 -1
  15. package/dist/cjs/confluence-logo/wordmark.js +10 -0
  16. package/dist/cjs/constants.js +1 -0
  17. package/dist/cjs/halp-logo/icon.js +14 -1
  18. package/dist/cjs/halp-logo/logo.js +14 -1
  19. package/dist/cjs/halp-logo/wordmark.js +10 -0
  20. package/dist/cjs/hipchat-logo/icon.js +3 -0
  21. package/dist/cjs/hipchat-logo/logo.js +3 -0
  22. package/dist/cjs/index.js +20 -0
  23. package/dist/cjs/jira-align-logo/icon.js +91 -0
  24. package/dist/cjs/jira-align-logo/index.js +29 -0
  25. package/dist/cjs/jira-align-logo/logo.js +94 -0
  26. package/dist/cjs/jira-align-logo/wordmark.js +65 -0
  27. package/dist/cjs/jira-core-logo/icon.js +3 -0
  28. package/dist/cjs/jira-core-logo/logo.js +3 -0
  29. package/dist/cjs/jira-logo/icon.js +14 -1
  30. package/dist/cjs/jira-logo/logo.js +14 -1
  31. package/dist/cjs/jira-logo/wordmark.js +10 -0
  32. package/dist/cjs/jira-service-desk-logo/icon.js +3 -0
  33. package/dist/cjs/jira-service-desk-logo/logo.js +3 -0
  34. package/dist/cjs/jira-service-management-logo/icon.js +14 -1
  35. package/dist/cjs/jira-service-management-logo/logo.js +14 -1
  36. package/dist/cjs/jira-service-management-logo/wordmark.js +10 -0
  37. package/dist/cjs/jira-software-logo/icon.js +14 -1
  38. package/dist/cjs/jira-software-logo/logo.js +14 -1
  39. package/dist/cjs/jira-software-logo/wordmark.js +10 -0
  40. package/dist/cjs/jira-work-management-logo/icon.js +14 -1
  41. package/dist/cjs/jira-work-management-logo/logo.js +14 -1
  42. package/dist/cjs/jira-work-management-logo/wordmark.js +10 -0
  43. package/dist/cjs/opsgenie-logo/new-icon.js +11 -2
  44. package/dist/cjs/opsgenie-logo/new-logo.js +11 -2
  45. package/dist/cjs/opsgenie-logo/new-wordmark.js +10 -0
  46. package/dist/cjs/opsgenie-logo/old-icon.js +3 -0
  47. package/dist/cjs/opsgenie-logo/old-logo.js +3 -0
  48. package/dist/cjs/statuspage-logo/icon.js +14 -1
  49. package/dist/cjs/statuspage-logo/logo.js +14 -1
  50. package/dist/cjs/statuspage-logo/wordmark.js +10 -0
  51. package/dist/cjs/stride-logo/icon.js +3 -0
  52. package/dist/cjs/stride-logo/logo.js +3 -0
  53. package/dist/cjs/trello-logo/icon.js +14 -1
  54. package/dist/cjs/trello-logo/logo.js +14 -1
  55. package/dist/cjs/trello-logo/wordmark.js +10 -0
  56. package/dist/cjs/version.json +1 -1
  57. package/dist/cjs/wrapper.js +4 -1
  58. package/dist/es2019/atlassian-logo/icon.js +14 -1
  59. package/dist/es2019/atlassian-logo/logo.js +14 -1
  60. package/dist/es2019/atlassian-logo/wordmark.js +10 -0
  61. package/dist/es2019/atlassian-start-logo/logo.js +14 -1
  62. package/dist/es2019/bitbucket-logo/icon.js +14 -1
  63. package/dist/es2019/bitbucket-logo/logo.js +14 -1
  64. package/dist/es2019/bitbucket-logo/wordmark.js +10 -0
  65. package/dist/es2019/compass-logo/icon.js +14 -1
  66. package/dist/es2019/compass-logo/logo.js +14 -1
  67. package/dist/es2019/compass-logo/wordmark.js +10 -0
  68. package/dist/es2019/confluence-logo/icon.js +14 -1
  69. package/dist/es2019/confluence-logo/logo.js +14 -1
  70. package/dist/es2019/confluence-logo/wordmark.js +10 -0
  71. package/dist/es2019/constants.js +1 -0
  72. package/dist/es2019/halp-logo/icon.js +14 -1
  73. package/dist/es2019/halp-logo/logo.js +14 -1
  74. package/dist/es2019/halp-logo/wordmark.js +10 -0
  75. package/dist/es2019/hipchat-logo/icon.js +3 -0
  76. package/dist/es2019/hipchat-logo/logo.js +3 -0
  77. package/dist/es2019/index.js +1 -0
  78. package/dist/es2019/jira-align-logo/icon.js +86 -0
  79. package/dist/es2019/jira-align-logo/index.js +3 -0
  80. package/dist/es2019/jira-align-logo/logo.js +101 -0
  81. package/dist/es2019/jira-align-logo/wordmark.js +64 -0
  82. package/dist/es2019/jira-core-logo/icon.js +3 -0
  83. package/dist/es2019/jira-core-logo/logo.js +3 -0
  84. package/dist/es2019/jira-logo/icon.js +14 -1
  85. package/dist/es2019/jira-logo/logo.js +14 -1
  86. package/dist/es2019/jira-logo/wordmark.js +10 -0
  87. package/dist/es2019/jira-service-desk-logo/icon.js +3 -0
  88. package/dist/es2019/jira-service-desk-logo/logo.js +3 -0
  89. package/dist/es2019/jira-service-management-logo/icon.js +14 -1
  90. package/dist/es2019/jira-service-management-logo/logo.js +14 -1
  91. package/dist/es2019/jira-service-management-logo/wordmark.js +10 -0
  92. package/dist/es2019/jira-software-logo/icon.js +14 -1
  93. package/dist/es2019/jira-software-logo/logo.js +14 -1
  94. package/dist/es2019/jira-software-logo/wordmark.js +10 -0
  95. package/dist/es2019/jira-work-management-logo/icon.js +14 -1
  96. package/dist/es2019/jira-work-management-logo/logo.js +14 -1
  97. package/dist/es2019/jira-work-management-logo/wordmark.js +10 -0
  98. package/dist/es2019/opsgenie-logo/new-icon.js +11 -2
  99. package/dist/es2019/opsgenie-logo/new-logo.js +11 -2
  100. package/dist/es2019/opsgenie-logo/new-wordmark.js +10 -0
  101. package/dist/es2019/opsgenie-logo/old-icon.js +3 -0
  102. package/dist/es2019/opsgenie-logo/old-logo.js +3 -0
  103. package/dist/es2019/statuspage-logo/icon.js +14 -1
  104. package/dist/es2019/statuspage-logo/logo.js +14 -1
  105. package/dist/es2019/statuspage-logo/wordmark.js +10 -0
  106. package/dist/es2019/stride-logo/icon.js +3 -0
  107. package/dist/es2019/stride-logo/logo.js +3 -0
  108. package/dist/es2019/trello-logo/icon.js +14 -1
  109. package/dist/es2019/trello-logo/logo.js +14 -1
  110. package/dist/es2019/trello-logo/wordmark.js +10 -0
  111. package/dist/es2019/version.json +1 -1
  112. package/dist/es2019/wrapper.js +4 -1
  113. package/dist/esm/atlassian-logo/icon.js +14 -1
  114. package/dist/esm/atlassian-logo/logo.js +14 -1
  115. package/dist/esm/atlassian-logo/wordmark.js +10 -0
  116. package/dist/esm/atlassian-start-logo/logo.js +14 -1
  117. package/dist/esm/bitbucket-logo/icon.js +14 -1
  118. package/dist/esm/bitbucket-logo/logo.js +14 -1
  119. package/dist/esm/bitbucket-logo/wordmark.js +10 -0
  120. package/dist/esm/compass-logo/icon.js +14 -1
  121. package/dist/esm/compass-logo/logo.js +14 -1
  122. package/dist/esm/compass-logo/wordmark.js +10 -0
  123. package/dist/esm/confluence-logo/icon.js +14 -1
  124. package/dist/esm/confluence-logo/logo.js +14 -1
  125. package/dist/esm/confluence-logo/wordmark.js +10 -0
  126. package/dist/esm/constants.js +1 -0
  127. package/dist/esm/halp-logo/icon.js +14 -1
  128. package/dist/esm/halp-logo/logo.js +14 -1
  129. package/dist/esm/halp-logo/wordmark.js +10 -0
  130. package/dist/esm/hipchat-logo/icon.js +3 -0
  131. package/dist/esm/hipchat-logo/logo.js +3 -0
  132. package/dist/esm/index.js +1 -0
  133. package/dist/esm/jira-align-logo/icon.js +76 -0
  134. package/dist/esm/jira-align-logo/index.js +3 -0
  135. package/dist/esm/jira-align-logo/logo.js +79 -0
  136. package/dist/esm/jira-align-logo/wordmark.js +51 -0
  137. package/dist/esm/jira-core-logo/icon.js +3 -0
  138. package/dist/esm/jira-core-logo/logo.js +3 -0
  139. package/dist/esm/jira-logo/icon.js +14 -1
  140. package/dist/esm/jira-logo/logo.js +14 -1
  141. package/dist/esm/jira-logo/wordmark.js +10 -0
  142. package/dist/esm/jira-service-desk-logo/icon.js +3 -0
  143. package/dist/esm/jira-service-desk-logo/logo.js +3 -0
  144. package/dist/esm/jira-service-management-logo/icon.js +14 -1
  145. package/dist/esm/jira-service-management-logo/logo.js +14 -1
  146. package/dist/esm/jira-service-management-logo/wordmark.js +10 -0
  147. package/dist/esm/jira-software-logo/icon.js +14 -1
  148. package/dist/esm/jira-software-logo/logo.js +14 -1
  149. package/dist/esm/jira-software-logo/wordmark.js +10 -0
  150. package/dist/esm/jira-work-management-logo/icon.js +14 -1
  151. package/dist/esm/jira-work-management-logo/logo.js +14 -1
  152. package/dist/esm/jira-work-management-logo/wordmark.js +10 -0
  153. package/dist/esm/opsgenie-logo/new-icon.js +11 -2
  154. package/dist/esm/opsgenie-logo/new-logo.js +11 -2
  155. package/dist/esm/opsgenie-logo/new-wordmark.js +10 -0
  156. package/dist/esm/opsgenie-logo/old-icon.js +3 -0
  157. package/dist/esm/opsgenie-logo/old-logo.js +3 -0
  158. package/dist/esm/statuspage-logo/icon.js +14 -1
  159. package/dist/esm/statuspage-logo/logo.js +14 -1
  160. package/dist/esm/statuspage-logo/wordmark.js +10 -0
  161. package/dist/esm/stride-logo/icon.js +3 -0
  162. package/dist/esm/stride-logo/logo.js +3 -0
  163. package/dist/esm/trello-logo/icon.js +14 -1
  164. package/dist/esm/trello-logo/logo.js +14 -1
  165. package/dist/esm/trello-logo/wordmark.js +10 -0
  166. package/dist/esm/version.json +1 -1
  167. package/dist/esm/wrapper.js +4 -1
  168. package/dist/types/atlassian-logo/icon.d.ts +9 -0
  169. package/dist/types/atlassian-logo/logo.d.ts +9 -0
  170. package/dist/types/atlassian-logo/wordmark.d.ts +9 -0
  171. package/dist/types/atlassian-start-logo/logo.d.ts +9 -0
  172. package/dist/types/bitbucket-logo/icon.d.ts +9 -0
  173. package/dist/types/bitbucket-logo/logo.d.ts +9 -0
  174. package/dist/types/bitbucket-logo/wordmark.d.ts +9 -0
  175. package/dist/types/compass-logo/icon.d.ts +9 -0
  176. package/dist/types/compass-logo/logo.d.ts +9 -0
  177. package/dist/types/compass-logo/wordmark.d.ts +9 -0
  178. package/dist/types/confluence-logo/icon.d.ts +9 -0
  179. package/dist/types/confluence-logo/logo.d.ts +9 -0
  180. package/dist/types/confluence-logo/wordmark.d.ts +9 -0
  181. package/dist/types/halp-logo/icon.d.ts +9 -0
  182. package/dist/types/halp-logo/logo.d.ts +9 -0
  183. package/dist/types/halp-logo/wordmark.d.ts +9 -0
  184. package/dist/types/index.d.ts +1 -0
  185. package/dist/types/jira-align-logo/icon.d.ts +12 -0
  186. package/dist/types/jira-align-logo/index.d.ts +3 -0
  187. package/dist/types/jira-align-logo/logo.d.ts +12 -0
  188. package/dist/types/jira-align-logo/wordmark.d.ts +12 -0
  189. package/dist/types/jira-logo/icon.d.ts +9 -0
  190. package/dist/types/jira-logo/logo.d.ts +9 -0
  191. package/dist/types/jira-logo/wordmark.d.ts +9 -0
  192. package/dist/types/jira-service-management-logo/icon.d.ts +9 -0
  193. package/dist/types/jira-service-management-logo/logo.d.ts +9 -0
  194. package/dist/types/jira-service-management-logo/wordmark.d.ts +9 -0
  195. package/dist/types/jira-software-logo/icon.d.ts +9 -0
  196. package/dist/types/jira-software-logo/logo.d.ts +9 -0
  197. package/dist/types/jira-software-logo/wordmark.d.ts +9 -0
  198. package/dist/types/jira-work-management-logo/icon.d.ts +9 -0
  199. package/dist/types/jira-work-management-logo/logo.d.ts +9 -0
  200. package/dist/types/jira-work-management-logo/wordmark.d.ts +9 -0
  201. package/dist/types/opsgenie-logo/new-icon.d.ts +7 -1
  202. package/dist/types/opsgenie-logo/new-logo.d.ts +7 -1
  203. package/dist/types/opsgenie-logo/new-wordmark.d.ts +9 -0
  204. package/dist/types/statuspage-logo/icon.d.ts +9 -0
  205. package/dist/types/statuspage-logo/logo.d.ts +9 -0
  206. package/dist/types/statuspage-logo/wordmark.d.ts +9 -0
  207. package/dist/types/trello-logo/icon.d.ts +9 -0
  208. package/dist/types/trello-logo/logo.d.ts +9 -0
  209. package/dist/types/trello-logo/wordmark.d.ts +9 -0
  210. package/package.json +8 -7
@@ -10,6 +10,9 @@ const svg = ({
10
10
  iconGradientStop,
11
11
  size
12
12
  }) => {
13
+ // Will be fixed upon removal of deprecated iconGradientStart and
14
+ // iconGradientStop props, or with React 18's useId() hook when we update.
15
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
13
16
  let id = uid({
14
17
  iconGradientStart: iconGradientStop
15
18
  });
@@ -16,7 +16,10 @@ const svg = ({
16
16
  iconGradientStart,
17
17
  iconGradientStop,
18
18
  iconColor
19
- };
19
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
20
+ // iconGradientStop props, or with React 18's useId() hook when we update.
21
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
22
+
20
23
  let id = uid({
21
24
  iconGradientStart: iconGradientStop
22
25
  });
@@ -40,6 +43,16 @@ const svg = ({
40
43
  </g>
41
44
  </svg>`;
42
45
  };
46
+ /**
47
+ * __Jira Service Management icon__
48
+ *
49
+ * The Jira Service Management icon without an accompanying wordmark.
50
+ *
51
+ * - [Examples](https://atlassian.design/components/logo/examples)
52
+ * - [Code](https://atlassian.design/components/logo/code)
53
+ * - [Usage](https://atlassian.design/components/logo/usage)
54
+ */
55
+
43
56
 
44
57
  export const JiraServiceManagementIcon = ({
45
58
  appearance,
@@ -17,7 +17,10 @@ const svg = ({
17
17
  iconGradientStop,
18
18
  iconColor,
19
19
  textColor
20
- };
20
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
21
+ // iconGradientStop props, or with React 18's useId() hook when we update.
22
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
23
+
21
24
  let id = uid({
22
25
  iconGradientStart: iconGradientStop
23
26
  });
@@ -42,6 +45,16 @@ const svg = ({
42
45
  </g>
43
46
  </svg>`;
44
47
  };
48
+ /**
49
+ * __Jira Service Management logo__
50
+ *
51
+ * The Jira Service Management logo with both the wordmark and the icon combined.
52
+ *
53
+ * - [Examples](https://atlassian.design/components/logo/examples)
54
+ * - [Code](https://atlassian.design/components/logo/code)
55
+ * - [Usage](https://atlassian.design/components/logo/usage)
56
+ */
57
+
45
58
 
46
59
  export const JiraServiceManagementLogo = ({
47
60
  appearance,
@@ -22,6 +22,16 @@ const svg = ({
22
22
  </svg>
23
23
  `;
24
24
  };
25
+ /**
26
+ * __Jira Service Management wordmark__
27
+ *
28
+ * The Jira Service Management brand/product name styled as a logo, without an accompanying icon.
29
+ *
30
+ * - [Examples](https://atlassian.design/components/logo/examples)
31
+ * - [Code](https://atlassian.design/components/logo/code)
32
+ * - [Usage](https://atlassian.design/components/logo/usage)
33
+ */
34
+
25
35
 
26
36
  export const JiraServiceManagementWordmark = ({
27
37
  appearance,
@@ -15,7 +15,10 @@ const svg = ({
15
15
  iconGradientStart,
16
16
  iconGradientStop,
17
17
  iconColor
18
- };
18
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
19
+ // iconGradientStop props, or with React 18's useId() hook when we update.
20
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
21
+
19
22
  let id = uid({
20
23
  iconGradientStart: iconGradientStop
21
24
  });
@@ -44,6 +47,16 @@ const svg = ({
44
47
  </g>
45
48
  </svg>`;
46
49
  };
50
+ /**
51
+ * __Jira software icon__
52
+ *
53
+ * The Jira Software icon without an accompanying wordmark.
54
+ *
55
+ * - [Examples](https://atlassian.design/components/logo/examples)
56
+ * - [Code](https://atlassian.design/components/logo/code)
57
+ * - [Usage](https://atlassian.design/components/logo/usage)
58
+ */
59
+
47
60
 
48
61
  export const JiraSoftwareIcon = ({
49
62
  appearance,
@@ -17,7 +17,10 @@ const svg = ({
17
17
  iconGradientStop,
18
18
  iconColor,
19
19
  textColor
20
- };
20
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
21
+ // iconGradientStop props, or with React 18's useId() hook when we update.
22
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
23
+
21
24
  let id = uid({
22
25
  iconGradientStart: iconGradientStop
23
26
  });
@@ -48,6 +51,16 @@ const svg = ({
48
51
  </g>
49
52
  </svg>`;
50
53
  };
54
+ /**
55
+ * __Jira Software logo__
56
+ *
57
+ * The Jira Software logo with both the wordmark and the icon combined.
58
+ *
59
+ * - [Examples](https://atlassian.design/components/logo/examples)
60
+ * - [Code](https://atlassian.design/components/logo/code)
61
+ * - [Usage](https://atlassian.design/components/logo/usage)
62
+ */
63
+
51
64
 
52
65
  export const JiraSoftwareLogo = ({
53
66
  appearance,
@@ -23,6 +23,16 @@ const svg = ({
23
23
  </g>
24
24
  </svg>`;
25
25
  };
26
+ /**
27
+ * __Jira Software wordmark__
28
+ *
29
+ * The Jira Software brand/product name styled as a logo, without an accompanying icon.
30
+ *
31
+ * - [Examples](https://atlassian.design/components/logo/examples)
32
+ * - [Code](https://atlassian.design/components/logo/code)
33
+ * - [Usage](https://atlassian.design/components/logo/usage)
34
+ */
35
+
26
36
 
27
37
  export const JiraSoftwareWordmark = ({
28
38
  appearance,
@@ -15,7 +15,10 @@ const svg = ({
15
15
  iconGradientStart,
16
16
  iconGradientStop,
17
17
  iconColor
18
- };
18
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
19
+ // iconGradientStop props, or with React 18's useId() hook when we update.
20
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
21
+
19
22
  let id = uid({
20
23
  iconGradientStart: iconGradientStop
21
24
  });
@@ -53,6 +56,16 @@ const svg = ({
53
56
  />
54
57
  </svg>`;
55
58
  };
59
+ /**
60
+ * __Jira Work Management icon__
61
+ *
62
+ * The Jira Work Management icon without an accompanying wordmark.
63
+ *
64
+ * - [Examples](https://atlassian.design/components/logo/examples)
65
+ * - [Code](https://atlassian.design/components/logo/code)
66
+ * - [Usage](https://atlassian.design/components/logo/usage)
67
+ */
68
+
56
69
 
57
70
  export const JiraWorkManagementIcon = ({
58
71
  appearance,
@@ -17,7 +17,10 @@ const svg = ({
17
17
  iconGradientStop,
18
18
  iconColor,
19
19
  textColor
20
- };
20
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
21
+ // iconGradientStop props, or with React 18's useId() hook when we update.
22
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
23
+
21
24
  let id = uid({
22
25
  iconGradientStart: iconGradientStop
23
26
  });
@@ -59,6 +62,16 @@ const svg = ({
59
62
  </g>
60
63
  </svg>`;
61
64
  };
65
+ /**
66
+ * __Jira Work Management logo__
67
+ *
68
+ * The Jira Work Management logo with both the wordmark and the icon combined.
69
+ *
70
+ * - [Examples](https://atlassian.design/components/logo/examples)
71
+ * - [Code](https://atlassian.design/components/logo/code)
72
+ * - [Usage](https://atlassian.design/components/logo/usage)
73
+ */
74
+
62
75
 
63
76
  export const JiraWorkManagementLogo = ({
64
77
  appearance,
@@ -30,6 +30,16 @@ const svg = ({
30
30
  />
31
31
  </svg>`;
32
32
  };
33
+ /**
34
+ * __Jira Work Management wordmark__
35
+ *
36
+ * The Jira Work Management brand/product name styled as a logo, without an accompanying icon.
37
+ *
38
+ * - [Examples](https://atlassian.design/components/logo/examples)
39
+ * - [Code](https://atlassian.design/components/logo/code)
40
+ * - [Usage](https://atlassian.design/components/logo/usage)
41
+ */
42
+
33
43
 
34
44
  export const JiraWorkManagementWordmark = ({
35
45
  appearance,
@@ -16,7 +16,10 @@ const svg = ({
16
16
  iconGradientStart,
17
17
  iconGradientStop,
18
18
  iconColor
19
- };
19
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
20
+ // iconGradientStop props, or with React 18's useId() hook when we update.
21
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
22
+
20
23
  let id = uid({
21
24
  iconGradientStart: iconGradientStop
22
25
  });
@@ -60,7 +63,13 @@ const svg = ({
60
63
  </svg>`;
61
64
  };
62
65
  /**
63
- * This is the correct seplling of Opsgenie and the icon we are moving towards after OpsGenie is deprecated correctly.
66
+ * __Opsgenie icon__
67
+ *
68
+ * The Opsgenie icon without an accompanying wordmark.
69
+ *
70
+ * - [Examples](https://atlassian.design/components/logo/examples)
71
+ * - [Code](https://atlassian.design/components/logo/code)
72
+ * - [Usage](https://atlassian.design/components/logo/usage)
64
73
  */
65
74
 
66
75
 
@@ -18,7 +18,10 @@ const svg = ({
18
18
  iconGradientStop,
19
19
  iconColor,
20
20
  textColor
21
- };
21
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
22
+ // iconGradientStop props, or with React 18's useId() hook when we update.
23
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
24
+
22
25
  let id = uid({
23
26
  iconGradientStart: iconGradientStop
24
27
  });
@@ -63,7 +66,13 @@ const svg = ({
63
66
  </svg>`;
64
67
  };
65
68
  /**
66
- * This is the correct logo as it has the correct casing. Please do not use old-logo.tsx.
69
+ * __Opsgenie logo__
70
+ *
71
+ * The Opsgenie logo with both the wordmark and the icon combined.
72
+ *
73
+ * - [Examples](https://atlassian.design/components/logo/examples)
74
+ * - [Code](https://atlassian.design/components/logo/code)
75
+ * - [Usage](https://atlassian.design/components/logo/usage)
67
76
  */
68
77
 
69
78
 
@@ -23,6 +23,16 @@ const svg = ({
23
23
  </g>
24
24
  </svg>`;
25
25
  };
26
+ /**
27
+ * __Opsgenie wordmark__
28
+ *
29
+ * The Opsgenie brand/product name styled as a logo, without an accompanying icon.
30
+ *
31
+ * - [Examples](https://atlassian.design/components/logo/examples)
32
+ * - [Code](https://atlassian.design/components/logo/code)
33
+ * - [Usage](https://atlassian.design/components/logo/usage)
34
+ */
35
+
26
36
 
27
37
  export const OpsgenieWordmark = ({
28
38
  appearance,
@@ -10,6 +10,9 @@ const svg = ({
10
10
  iconGradientStop,
11
11
  size
12
12
  }) => {
13
+ // Will be fixed upon removal of deprecated iconGradientStart and
14
+ // iconGradientStop props, or with React 18's useId() hook when we update.
15
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
13
16
  let id = uid({
14
17
  iconGradientStart: iconGradientStop
15
18
  });
@@ -10,6 +10,9 @@ const svg = ({
10
10
  iconGradientStop,
11
11
  size
12
12
  }) => {
13
+ // Will be fixed upon removal of deprecated iconGradientStart and
14
+ // iconGradientStop props, or with React 18's useId() hook when we update.
15
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
13
16
  let id = uid({
14
17
  iconGradientStart: iconGradientStop
15
18
  });
@@ -15,7 +15,10 @@ const svg = ({
15
15
  iconGradientStart,
16
16
  iconGradientStop,
17
17
  iconColor
18
- };
18
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
19
+ // iconGradientStop props, or with React 18's useId() hook when we update.
20
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
21
+
19
22
  let id = uid({
20
23
  iconGradientStart: iconGradientStop
21
24
  });
@@ -39,6 +42,16 @@ const svg = ({
39
42
  </g>
40
43
  </svg>`;
41
44
  };
45
+ /**
46
+ * __Statuspage icon__
47
+ *
48
+ * The Statuspage icon without an accompanying wordmark.
49
+ *
50
+ * - [Examples](https://atlassian.design/components/logo/examples)
51
+ * - [Code](https://atlassian.design/components/logo/code)
52
+ * - [Usage](https://atlassian.design/components/logo/usage)
53
+ */
54
+
42
55
 
43
56
  export const StatuspageIcon = ({
44
57
  appearance,
@@ -17,7 +17,10 @@ const svg = ({
17
17
  iconGradientStop,
18
18
  iconColor,
19
19
  textColor
20
- };
20
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
21
+ // iconGradientStop props, or with React 18's useId() hook when we update.
22
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
23
+
21
24
  let id = uid({
22
25
  iconGradientStart: iconGradientStop
23
26
  });
@@ -42,6 +45,16 @@ const svg = ({
42
45
  </g>
43
46
  </svg>`;
44
47
  };
48
+ /**
49
+ * __Statuspage logo__
50
+ *
51
+ * The Statuspage logo with both the wordmark and the icon combined.
52
+ *
53
+ * - [Examples](https://atlassian.design/components/logo/examples)
54
+ * - [Code](https://atlassian.design/components/logo/code)
55
+ * - [Usage](https://atlassian.design/components/logo/usage)
56
+ */
57
+
45
58
 
46
59
  export const StatuspageLogo = ({
47
60
  appearance,
@@ -23,6 +23,16 @@ const svg = ({
23
23
  </g>
24
24
  </svg>`;
25
25
  };
26
+ /**
27
+ * __Statuspage wordmark__
28
+ *
29
+ * The Statuspage brand/product name styled as a logo, without an accompanying icon.
30
+ *
31
+ * - [Examples](https://atlassian.design/components/logo/examples)
32
+ * - [Code](https://atlassian.design/components/logo/code)
33
+ * - [Usage](https://atlassian.design/components/logo/usage)
34
+ */
35
+
26
36
 
27
37
  export const StatuspageWordmark = ({
28
38
  appearance,
@@ -9,6 +9,9 @@ const svg = ({
9
9
  iconGradientStart,
10
10
  iconGradientStop
11
11
  }) => {
12
+ // Will be fixed upon removal of deprecated iconGradientStart and
13
+ // iconGradientStop props, or with React 18's useId() hook when we update.
14
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
12
15
  let id = uid({
13
16
  iconGradientStart: iconGradientStop
14
17
  });
@@ -9,6 +9,9 @@ const svg = ({
9
9
  iconGradientStart,
10
10
  iconGradientStop
11
11
  }) => {
12
+ // Will be fixed upon removal of deprecated iconGradientStart and
13
+ // iconGradientStop props, or with React 18's useId() hook when we update.
14
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
12
15
  let id = uid({
13
16
  iconGradientStart: iconGradientStop
14
17
  });
@@ -13,7 +13,10 @@ const svg = ({
13
13
  let colors = {
14
14
  iconGradientStart,
15
15
  iconGradientStop
16
- };
16
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
17
+ // iconGradientStop props, or with React 18's useId() hook when we update.
18
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
19
+
17
20
  let id = uid({
18
21
  iconGradientStart: iconGradientStop
19
22
  });
@@ -40,6 +43,16 @@ const svg = ({
40
43
  </svg>
41
44
  `;
42
45
  };
46
+ /**
47
+ * __Trello logo__
48
+ *
49
+ * The Trello icon without an accompanying wordmark.
50
+ *
51
+ * - [Examples](https://atlassian.design/components/logo/examples)
52
+ * - [Code](https://atlassian.design/components/logo/code)
53
+ * - [Usage](https://atlassian.design/components/logo/usage)
54
+ */
55
+
43
56
 
44
57
  export const TrelloIcon = ({
45
58
  appearance,
@@ -15,7 +15,10 @@ const svg = ({
15
15
  iconGradientStart,
16
16
  iconGradientStop,
17
17
  textColor
18
- };
18
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
19
+ // iconGradientStop props, or with React 18's useId() hook when we update.
20
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
21
+
19
22
  let id = uid({
20
23
  iconGradientStart: iconGradientStop
21
24
  });
@@ -61,6 +64,16 @@ const svg = ({
61
64
  />
62
65
  </svg>`;
63
66
  };
67
+ /**
68
+ * __Trello logo__
69
+ *
70
+ * The Trello logo with both the wordmark and the icon combined.
71
+ *
72
+ * - [Examples](https://atlassian.design/components/logo/examples)
73
+ * - [Code](https://atlassian.design/components/logo/code)
74
+ * - [Usage](https://atlassian.design/components/logo/usage)
75
+ */
76
+
64
77
 
65
78
  export const TrelloLogo = ({
66
79
  appearance,
@@ -22,6 +22,16 @@ const svg = ({
22
22
  </svg>
23
23
  `;
24
24
  };
25
+ /**
26
+ * __Trello wordmark__
27
+ *
28
+ * The Trello brand/product name styled as a logo, without an accompanying icon.
29
+ *
30
+ * - [Examples](https://atlassian.design/components/logo/examples)
31
+ * - [Code](https://atlassian.design/components/logo/code)
32
+ * - [Usage](https://atlassian.design/components/logo/usage)
33
+ */
34
+
25
35
 
26
36
  export const TrelloWordmark = ({
27
37
  appearance,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/logo",
3
- "version": "13.8.0",
3
+ "version": "13.9.0",
4
4
  "sideEffects": false
5
5
  }
@@ -10,7 +10,9 @@ const baseWrapperStyles = css({
10
10
  position: 'relative',
11
11
  color: `var(${CSS_VAR_COLOR})`,
12
12
  fill: `var(${CSS_VAR_FILL})`,
13
+ lineHeight: 1,
13
14
  userSelect: 'none',
15
+ whiteSpace: 'normal',
14
16
  // eslint-disable-next-line @repo/internal/styles/no-nested-styles
15
17
  '> svg': {
16
18
  height: '100%',
@@ -60,7 +62,8 @@ const Wrapper = ({
60
62
  role: label ? 'img' : 'presentation',
61
63
  dangerouslySetInnerHTML: {
62
64
  __html: svg
63
- }
65
+ } // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
66
+
64
67
  }, rest));
65
68
  };
66
69
 
@@ -14,7 +14,10 @@ var svg = function svg(_ref) {
14
14
  iconGradientStart: iconGradientStart,
15
15
  iconGradientStop: iconGradientStop,
16
16
  iconColor: iconColor
17
- };
17
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
18
+ // iconGradientStop props, or with React 18's useId() hook when we update.
19
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
20
+
18
21
  var id = uid({
19
22
  iconGradientStart: iconGradientStop
20
23
  });
@@ -26,6 +29,16 @@ var svg = function svg(_ref) {
26
29
 
27
30
  return "\n <svg viewBox=\"0 0 32 32\" height=\"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(colors.iconGradientStart, "\" ").concat(colors.iconGradientStart === 'inherit' ? 'stop-opacity="0.4"' : '', " offset=\"0%\"></stop>\n <stop stop-color=\"").concat(colors.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=\"").concat(colors.iconColor, "\" 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
31
  };
32
+ /**
33
+ * __Atlassian icon__
34
+ *
35
+ * The Atlassian icon without an accompanying wordmark.
36
+ *
37
+ * - [Examples](https://atlassian.design/components/logo/examples)
38
+ * - [Code](https://atlassian.design/components/logo/code)
39
+ * - [Usage](https://atlassian.design/components/logo/usage)
40
+ */
41
+
29
42
 
30
43
  export var AtlassianIcon = function AtlassianIcon(_ref2) {
31
44
  var appearance = _ref2.appearance,
@@ -18,7 +18,10 @@ var svg = function svg(_ref) {
18
18
  textColor: textColor,
19
19
  // We treat the word "Atlassian" differently to normal product logos, it has a bold brand look
20
20
  atlassianLogoTextColor: textColor
21
- };
21
+ }; // Will be fixed upon removal of deprecated iconGradientStart and
22
+ // iconGradientStop props, or with React 18's useId() hook when we update.
23
+ // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
24
+
22
25
  var id = uid({
23
26
  iconGradientStart: iconGradientStop
24
27
  });
@@ -30,6 +33,16 @@ var svg = function svg(_ref) {
30
33
 
31
34
  return "\n <svg viewBox=\"0 0 190 32\" height=\"32\" xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" aria-hidden=\"true\">\n <defs>\n <linearGradient x1=\"99.684716%\" y1=\"15.8138128%\" x2=\"39.8444399%\" y2=\"97.4388388%\" id=\"".concat(id, "\">\n <stop stop-color=\"").concat(colors.iconGradientStart, "\" ").concat(colors.iconGradientStart === 'inherit' ? 'stop-opacity="0.4"' : '', " offset=\"0%\"></stop>\n <stop stop-color=\"").concat(colors.iconGradientStop, "\" offset=\"100%\"></stop>\n </linearGradient>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill=\"").concat(colors.atlassianLogoTextColor, "\" >\n <path fill=\"url(#").concat(id, ")\" d=\"M6.90502605,15.6123193 C6.76436383,15.4302139 6.53773035,15.3340846 6.30742588,15.35884 C6.0771214,15.3835955 5.876643,15.525635 5.7787929,15.7333781 L0.0719979599,27.0218487 C-0.0337056449,27.2310259 -0.0224063827,27.4794358 0.101860917,27.6783741 C0.226128216,27.8773125 0.445645594,27.9984148 0.68202605,27.9984369 L8.62844459,27.9984369 C8.88847261,28.0044096 9.12761649,27.8581627 9.23847268,27.6253781 C10.9526159,24.1210252 9.91378448,18.7926722 6.90502605,15.6123193 Z\"></path>\n <path fill=\"").concat(colors.iconColor, "\" d=\"M11.0859556,5.33713587 C8.19309829,9.74089822 7.85921851,15.3267488 10.2073011,20.0371359 L14.0383488,27.6176065 C14.1538739,27.8462194 14.3900332,27.9906411 14.6483769,27.9906653 L22.5933685,27.9906653 C22.829749,27.9906431 23.0492663,27.8695408 23.1735336,27.6706025 C23.2978009,27.4716641 23.3091002,27.2232543 23.2033966,27.014077 C23.2033966,27.014077 12.5147056,5.8619594 12.2460792,5.33290058 C12.1377032,5.11315026 11.9118188,4.97410225 11.6646746,4.97500451 C11.4175304,4.97590676 11.1926893,5.11660025 11.0859556,5.33713587 L11.0859556,5.33713587 Z\"></path>\n <path d=\"M104.2774,14.3919316 C104.2774,17.1872257 105.588069,19.4065198 110.714802,20.3862846 C113.773504,21.0215787 114.414212,21.5100493 114.414212,22.5187551 C114.414212,23.4985198 113.772077,24.1327551 111.617715,24.1327551 C109.013896,24.0864379 106.462135,23.403307 104.189999,22.1442846 L104.189999,26.6972257 C105.733976,27.4465198 107.772754,28.2822846 111.559566,28.2822846 C116.919251,28.2822846 119.045788,25.9175787 119.045788,22.4033434 M119.045788,22.4033434 C119.045788,19.0892257 117.268858,17.5327551 112.25878,16.4668728 C109.491535,15.8615787 108.821574,15.2566375 108.821574,14.3919316 C108.821574,13.297814 109.811889,12.835814 111.646968,12.835814 C113.860906,12.835814 116.045591,13.4986375 118.113622,14.4208728 L118.113622,10.0691081 C116.130615,9.17615406 113.970906,8.73311319 111.792518,8.7724022 C106.840589,8.7724022 104.2774,10.9048728 104.2774,14.3919316\" fill=\"inherit\"></path>\n <polygon fill=\"inherit\" points=\"173.129997 9.07000017 173.129997 28.0038825 177.20791 28.0038825 177.20791 13.5657649 178.926691 17.3983531 184.694132 28.0038825 189.820865 28.0038825 189.820865 9.07000017 185.742952 9.07000017 185.742952 21.2891766 184.198975 17.7442355 179.567399 9.07000017\"></polygon>\n <rect fill=\"inherit\" x=\"142.740005\" y=\"9.07000017\" width=\"4.45677247\" height=\"18.9338824\"></rect>\n <path d=\"M137.600792,22.4033434 C137.600792,19.0892257 135.823862,17.5327551 130.813784,16.4668728 C128.046539,15.8615787 127.376579,15.2566375 127.376579,14.3919316 C127.376579,13.297814 128.366893,12.835814 130.201972,12.835814 C132.41591,12.835814 134.600595,13.4986375 136.668626,14.4208728 L136.668626,10.0691081 C134.685619,9.17615406 132.52591,8.73311319 130.347522,8.7724022 C125.395593,8.7724022 122.832404,10.9048728 122.832404,14.3919316 C122.832404,17.1872257 124.143073,19.4065198 129.269806,20.3862846 C132.328508,21.0215787 132.969216,21.5100493 132.969216,22.5187551 C132.969216,23.4985198 132.327081,24.1327551 130.172719,24.1327551 C127.568901,24.0864379 125.017139,23.403307 122.745003,22.1442846 L122.745003,26.6972257 C124.28898,27.4465198 126.327758,28.2822846 130.11457,28.2822846 C135.474256,28.2822846 137.600792,25.9175787 137.600792,22.4033434\" fill=\"inherit\"></path>\n <polygon fill=\"inherit\" points=\"69.6599979 9.07000017 69.6599979 28.0038825 78.8204081 28.0038825 80.2627142 23.9115296 74.1456665 23.9115296 74.1456665 9.07000017\"></polygon>\n <polygon fill=\"inherit\" points=\"51.5549984 9.07000017 51.5549984 13.1620002 56.5069282 13.1620002 56.5069282 28.0038825 60.9925967 28.0038825 60.9925967 13.1620002 66.2941332 13.1620002 66.2941332 9.07000017\"></polygon>\n <path d=\"M45.0573091,9.07000017 L39.1785647,9.07000017 L32.5050001,28.0038825 L37.6014102,28.0038825 L38.5474889,24.815059 C40.877531,25.4919503 43.3551322,25.4919503 45.6851743,24.815059 L46.6312529,28.0038825 L51.7287333,28.0038825 L45.0573091,9.07000017 Z M42.1177585,21.4007061 C41.287584,21.4006584 40.4616854,21.2831148 39.6651602,21.0516472 L42.1177585,12.7889413 L44.5703569,21.0544708 C43.7736914,21.2849831 42.9477956,21.4015755 42.1177585,21.4007061 L42.1177585,21.4007061 Z\" fill=\"inherit\"></path>\n <path d=\"M94.6019534,9.07000017 L88.7235658,9.07000017 L82.0500011,28.0038825 L87.1474815,28.0038825 L88.0935601,24.815059 C90.4236023,25.4919503 92.9012034,25.4919503 95.2312455,24.815059 L96.1773242,28.0038825 L101.274805,28.0038825 L94.6019534,9.07000017 Z M91.6627596,21.4007061 C90.8325851,21.4006584 90.0066865,21.2831148 89.2101613,21.0516472 L91.6627596,12.7889413 L94.1153579,21.0544708 C93.3186924,21.2849831 92.4927966,21.4015755 91.6627596,21.4007061 L91.6627596,21.4007061 Z\" fill=\"inherit\"></path>\n <path d=\"M163.256954,9.07000017 L157.378566,9.07000017 L150.705002,28.0038825 L155.802482,28.0038825 L156.748561,24.815059 C159.078603,25.4919503 161.556204,25.4919503 163.886246,24.815059 L164.832325,28.0038825 L169.930162,28.0038825 L163.256954,9.07000017 Z M160.315977,21.4007061 C159.485802,21.4006584 158.659903,21.2831148 157.863378,21.0516472 L160.315977,12.7889413 L162.768575,21.0544708 C161.971909,21.2849831 161.146014,21.4015755 160.315977,21.4007061 L160.315977,21.4007061 Z\" fill=\"inherit\"></path>\n </g>\n </svg>");
32
35
  };
36
+ /**
37
+ * __Atlassian logo__
38
+ *
39
+ * The Atlassian logo with both the wordmark and the icon combined.
40
+ *
41
+ * - [Examples](https://atlassian.design/components/logo/examples)
42
+ * - [Code](https://atlassian.design/components/logo/code)
43
+ * - [Usage](https://atlassian.design/components/logo/usage)
44
+ */
45
+
33
46
 
34
47
  export var AtlassianLogo = function AtlassianLogo(_ref2) {
35
48
  var appearance = _ref2.appearance,
@@ -19,6 +19,16 @@ var svg = function svg(_ref) {
19
19
 
20
20
  return "\n <svg viewBox=\"0 0 158 32\" height=\"32\" xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" aria-hidden=\"true\">>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"nonzero\" fill=\"".concat(colors.atlassianLogoTextColor, "\">\n <path d=\"M72.2774003,14.3919316 C72.2774003,17.1872257 73.5880689,19.4065198 78.714802,20.3862846 C81.7735042,21.0215787 82.4142121,21.5100493 82.4142121,22.5187551 C82.4142121,23.4985198 81.7720773,24.1327551 79.6177149,24.1327551 C77.0138964,24.0864379 74.4621351,23.403307 72.1899986,22.1442846 L72.1899986,26.6972257 C73.7339762,27.4465198 75.7727542,28.2822846 79.559566,28.2822846 C84.9192514,28.2822846 87.045788,25.9175787 87.045788,22.4033434 M87.045788,22.4033434 C87.045788,19.0892257 85.2688582,17.5327551 80.2587795,16.4668728 C77.4915351,15.8615787 76.8215745,15.2566375 76.8215745,14.3919316 C76.8215745,13.297814 77.8118891,12.835814 79.6469677,12.835814 C81.8609059,12.835814 84.0455913,13.4986375 86.1136222,14.4208728 L86.1136222,10.0691081 C84.1306149,9.17615406 81.9709058,8.73311319 79.7925183,8.7724022 C74.8405885,8.7724022 72.2774003,10.9048728 72.2774003,14.3919316\"></path>\n <polygon points=\"141.129997 9.07000017 141.129997 28.0038825 145.20791 28.0038825 145.20791 13.5657649 146.926691 17.3983531 152.694132 28.0038825 157.820865 28.0038825 157.820865 9.07000017 153.742952 9.07000017 153.742952 21.2891766 152.198975 17.7442355 147.567399 9.07000017\"></polygon>\n <rect x=\"110.740005\" y=\"9.07000017\" width=\"4.45677247\" height=\"18.9338824\"></rect>\n <path d=\"M105.600792,22.4033434 C105.600792,19.0892257 103.823862,17.5327551 98.8137836,16.4668728 C96.0465393,15.8615787 95.3765786,15.2566375 95.3765786,14.3919316 C95.3765786,13.297814 96.3668932,12.835814 98.2019718,12.835814 C100.41591,12.835814 102.600595,13.4986375 104.668626,14.4208728 L104.668626,10.0691081 C102.685619,9.17615406 100.52591,8.73311319 98.3475224,8.7724022 C93.3955926,8.7724022 90.8324044,10.9048728 90.8324044,14.3919316 C90.8324044,17.1872257 92.143073,19.4065198 97.2698061,20.3862846 C100.328508,21.0215787 100.969216,21.5100493 100.969216,22.5187551 C100.969216,23.4985198 100.327081,24.1327551 98.172719,24.1327551 C95.5689006,24.0864379 93.0171392,23.403307 90.7450027,22.1442846 L90.7450027,26.6972257 C92.2889803,27.4465198 94.3277584,28.2822846 98.1145702,28.2822846 C103.474256,28.2822846 105.600792,25.9175787 105.600792,22.4033434\"></path>\n <polygon points=\"37.6599979 9.07000017 37.6599979 28.0038825 46.8204081 28.0038825 48.2627142 23.9115296 42.1456665 23.9115296 42.1456665 9.07000017\"></polygon>\n <polygon points=\"19.5549984 9.07000017 19.5549984 13.1620002 24.5069282 13.1620002 24.5069282 28.0038825 28.9925967 28.0038825 28.9925967 13.1620002 34.2941332 13.1620002 34.2941332 9.07000017\"></polygon>\n <path d=\"M13.0573091,9.07000017 L7.17856472,9.07000017 L0.505000114,28.0038825 L5.60141023,28.0038825 L6.54748888,24.815059 C8.877531,25.4919503 11.3551322,25.4919503 13.6851743,24.815059 L14.6312529,28.0038825 L19.7287333,28.0038825 L13.0573091,9.07000017 Z M10.1177585,21.4007061 C9.28758405,21.4006584 8.46168544,21.2831148 7.66516023,21.0516472 L10.1177585,12.7889413 L12.5703569,21.0544708 C11.7736914,21.2849831 10.9477956,21.4015755 10.1177585,21.4007061 L10.1177585,21.4007061 Z\"></path>\n <path d=\"M62.6019534,9.07000017 L56.7235658,9.07000017 L50.0500011,28.0038825 L55.1474815,28.0038825 L56.0935601,24.815059 C58.4236023,25.4919503 60.9012034,25.4919503 63.2312455,24.815059 L64.1773242,28.0038825 L69.2748045,28.0038825 L62.6019534,9.07000017 Z M59.6627596,21.4007061 C58.8325851,21.4006584 58.0066865,21.2831148 57.2101613,21.0516472 L59.6627596,12.7889413 L62.1153579,21.0544708 C61.3186924,21.2849831 60.4927966,21.4015755 59.6627596,21.4007061 L59.6627596,21.4007061 Z\"></path>\n <path d=\"M131.256954,9.07000017 L125.378566,9.07000017 L118.705002,28.0038825 L123.802482,28.0038825 L124.748561,24.815059 C127.078603,25.4919503 129.556204,25.4919503 131.886246,24.815059 L132.832325,28.0038825 L137.930162,28.0038825 L131.256954,9.07000017 Z M128.315977,21.4007061 C127.485802,21.4006584 126.659903,21.2831148 125.863378,21.0516472 L128.315977,12.7889413 L130.768575,21.0544708 C129.971909,21.2849831 129.146014,21.4015755 128.315977,21.4007061 L128.315977,21.4007061 Z\"></path>\n </g>\n </svg>");
21
21
  };
22
+ /**
23
+ * __Atlassian wordmark__
24
+ *
25
+ * The Atlassian brand name styled as a logo, without an accompanying icon.
26
+ *
27
+ * - [Examples](https://atlassian.design/components/logo/examples)
28
+ * - [Code](https://atlassian.design/components/logo/code)
29
+ * - [Usage](https://atlassian.design/components/logo/usage)
30
+ */
31
+
22
32
 
23
33
  export var AtlassianWordmark = function AtlassianWordmark(_ref2) {
24
34
  var appearance = _ref2.appearance,