@atlaskit/logo 19.1.0 → 19.3.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.
- package/CHANGELOG.md +24 -0
- package/dist/cjs/index.js +280 -128
- package/dist/cjs/logo-config.js +3 -3
- package/dist/es2019/index.js +277 -101
- package/dist/es2019/logo-config.js +3 -3
- package/dist/esm/index.js +277 -101
- package/dist/esm/logo-config.js +3 -3
- package/dist/types/index.d.ts +258 -100
- package/dist/types-ts4.5/index.d.ts +258 -100
- package/package.json +4 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -2,251 +2,389 @@
|
|
|
2
2
|
export { AtlasIcon, AtlasLogo } from './legacy-logos/atlas';
|
|
3
3
|
export { AtlassianMarketplaceIcon, AtlassianMarketplaceLogo, } from './legacy-logos/atlassian-marketplace';
|
|
4
4
|
export { AtlassianAccessIcon, AtlassianAccessLogo } from './legacy-logos/atlassian-access';
|
|
5
|
-
export { AtlassianAdministrationIcon, AtlassianAdministrationLogo, } from './legacy-logos/atlassian-administration';
|
|
6
|
-
export { AtlassianAdminIcon, AtlassianAdminLogo } from './legacy-logos/atlassian-admin';
|
|
7
5
|
export { JiraWorkManagementLogo, JiraWorkManagementIcon, } from './legacy-logos/jira-work-management';
|
|
8
6
|
export { LoomAttributionIcon, LoomAttributionLogo } from './legacy-logos/loom-attribution';
|
|
9
7
|
export { AtlassianIcon, AtlassianLogo } from './legacy-logos/atlassian';
|
|
10
8
|
export { JiraSoftwareIcon, JiraSoftwareLogo } from './legacy-logos/jira-software';
|
|
9
|
+
/**
|
|
10
|
+
* __Admin icon__
|
|
11
|
+
*
|
|
12
|
+
* The Admin icon without an accompanying wordmark.
|
|
13
|
+
*
|
|
14
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
15
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
16
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
17
|
+
*/
|
|
18
|
+
export declare const AdminIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
19
|
+
/**
|
|
20
|
+
* __Admin logo__
|
|
21
|
+
*
|
|
22
|
+
* The Admin logo with both the wordmark and the icon combined.
|
|
23
|
+
*
|
|
24
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
25
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
26
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
27
|
+
*/
|
|
28
|
+
export declare const AdminLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
29
|
+
/**
|
|
30
|
+
* __Analytics icon__
|
|
31
|
+
*
|
|
32
|
+
* The Analytics icon without an accompanying wordmark.
|
|
33
|
+
*
|
|
34
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
35
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
36
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
37
|
+
*/
|
|
38
|
+
export declare const AnalyticsIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
39
|
+
/**
|
|
40
|
+
* __Analytics logo__
|
|
41
|
+
*
|
|
42
|
+
* The Analytics logo with both the wordmark and the icon combined.
|
|
43
|
+
*
|
|
44
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
45
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
46
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
47
|
+
*/
|
|
48
|
+
export declare const AnalyticsLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
11
49
|
/**
|
|
12
50
|
* __Assets icon__
|
|
13
51
|
*
|
|
14
|
-
*
|
|
52
|
+
* The Assets icon without an accompanying wordmark.
|
|
15
53
|
*
|
|
16
|
-
* - [Examples](https://atlassian.design/components/
|
|
17
|
-
* - [Code](https://atlassian.design/components/
|
|
18
|
-
* - [Usage](https://atlassian.design/components/
|
|
54
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
55
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
56
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
19
57
|
*/
|
|
20
58
|
export declare const AssetsIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
21
59
|
/**
|
|
22
60
|
* __Assets logo__
|
|
23
61
|
*
|
|
24
|
-
*
|
|
62
|
+
* The Assets logo with both the wordmark and the icon combined.
|
|
25
63
|
*
|
|
26
|
-
* - [Examples](https://atlassian.design/components/
|
|
27
|
-
* - [Code](https://atlassian.design/components/
|
|
28
|
-
* - [Usage](https://atlassian.design/components/
|
|
64
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
65
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
66
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
29
67
|
*/
|
|
30
68
|
export declare const AssetsLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
31
69
|
/**
|
|
32
70
|
* __Chat icon__
|
|
33
71
|
*
|
|
34
|
-
*
|
|
72
|
+
* The Chat icon without an accompanying wordmark.
|
|
35
73
|
*
|
|
36
|
-
* - [Examples](https://atlassian.design/components/
|
|
37
|
-
* - [Code](https://atlassian.design/components/
|
|
38
|
-
* - [Usage](https://atlassian.design/components/
|
|
74
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
75
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
76
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
39
77
|
*/
|
|
40
78
|
export declare const ChatIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
41
79
|
/**
|
|
42
80
|
* __Chat logo__
|
|
43
81
|
*
|
|
44
|
-
*
|
|
82
|
+
* The Chat logo with both the wordmark and the icon combined.
|
|
45
83
|
*
|
|
46
|
-
* - [Examples](https://atlassian.design/components/
|
|
47
|
-
* - [Code](https://atlassian.design/components/
|
|
48
|
-
* - [Usage](https://atlassian.design/components/
|
|
84
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
85
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
86
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
49
87
|
*/
|
|
50
88
|
export declare const ChatLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
51
89
|
/**
|
|
52
90
|
* __Customer Service Management icon__
|
|
53
91
|
*
|
|
54
|
-
*
|
|
92
|
+
* The Customer service management icon without an accompanying wordmark.
|
|
55
93
|
*
|
|
56
|
-
* - [Examples](https://atlassian.design/components/
|
|
57
|
-
* - [Code](https://atlassian.design/components/
|
|
58
|
-
* - [Usage](https://atlassian.design/components/
|
|
94
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
95
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
96
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
59
97
|
*/
|
|
60
98
|
export declare const CustomerServiceManagementIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
61
99
|
/**
|
|
62
100
|
* __Customer Service Management logo__
|
|
63
101
|
*
|
|
64
|
-
*
|
|
102
|
+
* The Customer service management logo with both the wordmark and the icon combined.
|
|
65
103
|
*
|
|
66
|
-
* - [Examples](https://atlassian.design/components/
|
|
67
|
-
* - [Code](https://atlassian.design/components/
|
|
68
|
-
* - [Usage](https://atlassian.design/components/
|
|
104
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
105
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
106
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
69
107
|
*/
|
|
70
108
|
export declare const CustomerServiceManagementLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
71
109
|
/**
|
|
72
110
|
* __Goals icon__
|
|
73
111
|
*
|
|
74
|
-
*
|
|
112
|
+
* The Goals icon without an accompanying wordmark.
|
|
75
113
|
*
|
|
76
|
-
* - [Examples](https://atlassian.design/components/
|
|
77
|
-
* - [Code](https://atlassian.design/components/
|
|
78
|
-
* - [Usage](https://atlassian.design/components/
|
|
114
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
115
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
116
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
79
117
|
*/
|
|
80
118
|
export declare const GoalsIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
81
119
|
/**
|
|
82
120
|
* __Goals logo__
|
|
83
121
|
*
|
|
84
|
-
*
|
|
122
|
+
* The Goals logo with both the wordmark and the icon combined.
|
|
85
123
|
*
|
|
86
|
-
* - [Examples](https://atlassian.design/components/
|
|
87
|
-
* - [Code](https://atlassian.design/components/
|
|
88
|
-
* - [Usage](https://atlassian.design/components/
|
|
124
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
125
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
126
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
89
127
|
*/
|
|
90
128
|
export declare const GoalsLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
91
129
|
/**
|
|
92
130
|
* __Home icon__
|
|
93
131
|
*
|
|
94
|
-
*
|
|
132
|
+
* The Home icon without an accompanying wordmark.
|
|
95
133
|
*
|
|
96
|
-
* - [Examples](https://atlassian.design/components/
|
|
97
|
-
* - [Code](https://atlassian.design/components/
|
|
98
|
-
* - [Usage](https://atlassian.design/components/
|
|
134
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
135
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
136
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
99
137
|
*/
|
|
100
138
|
export declare const HomeIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
101
139
|
/**
|
|
102
140
|
* __Home logo__
|
|
103
141
|
*
|
|
104
|
-
*
|
|
142
|
+
* The Home logo with both the wordmark and the icon combined.
|
|
105
143
|
*
|
|
106
|
-
* - [Examples](https://atlassian.design/components/
|
|
107
|
-
* - [Code](https://atlassian.design/components/
|
|
108
|
-
* - [Usage](https://atlassian.design/components/
|
|
144
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
145
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
146
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
109
147
|
*/
|
|
110
148
|
export declare const HomeLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
111
149
|
/**
|
|
112
150
|
* __Hub icon
|
|
113
151
|
*
|
|
114
|
-
*
|
|
152
|
+
* The Hub icon without an accompanying wordmark.
|
|
115
153
|
*
|
|
116
|
-
* - [Examples](https://atlassian.design/components/
|
|
117
|
-
* - [Code](https://atlassian.design/components/
|
|
118
|
-
* - [Usage](https://atlassian.design/components/
|
|
154
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
155
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
156
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
119
157
|
*/
|
|
120
158
|
export declare const HubIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
121
159
|
/**
|
|
122
160
|
* Hub logo__
|
|
123
161
|
*
|
|
124
|
-
*
|
|
162
|
+
* The Hub logo with both the wordmark and the icon combined.
|
|
125
163
|
*
|
|
126
|
-
* - [Examples](https://atlassian.design/components/
|
|
127
|
-
* - [Code](https://atlassian.design/components/
|
|
128
|
-
* - [Usage](https://atlassian.design/components/
|
|
164
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
165
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
166
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
129
167
|
*/
|
|
130
168
|
export declare const HubLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
131
169
|
/**
|
|
132
170
|
* __Projects icon__
|
|
133
171
|
*
|
|
134
|
-
*
|
|
172
|
+
* The Projects icon without an accompanying wordmark.
|
|
135
173
|
*
|
|
136
|
-
* - [Examples](https://atlassian.design/components/
|
|
137
|
-
* - [Code](https://atlassian.design/components/
|
|
138
|
-
* - [Usage](https://atlassian.design/components/
|
|
174
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
175
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
176
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
139
177
|
*/
|
|
140
178
|
export declare const ProjectsIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
141
179
|
/**
|
|
142
180
|
* __Projects logo__
|
|
143
181
|
*
|
|
144
|
-
*
|
|
182
|
+
* The Projects logo with both the wordmark and the icon combined.
|
|
145
183
|
*
|
|
146
|
-
* - [Examples](https://atlassian.design/components/
|
|
147
|
-
* - [Code](https://atlassian.design/components/
|
|
148
|
-
* - [Usage](https://atlassian.design/components/
|
|
184
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
185
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
186
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
149
187
|
*/
|
|
150
188
|
export declare const ProjectsLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
151
189
|
/**
|
|
152
190
|
* __Search icon__
|
|
153
191
|
*
|
|
154
|
-
*
|
|
192
|
+
* The Search icon without an accompanying wordmark.
|
|
155
193
|
*
|
|
156
|
-
* - [Examples](https://atlassian.design/components/
|
|
157
|
-
* - [Code](https://atlassian.design/components/
|
|
158
|
-
* - [Usage](https://atlassian.design/components/
|
|
194
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
195
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
196
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
159
197
|
*/
|
|
160
198
|
export declare const SearchIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
161
199
|
/**
|
|
162
200
|
* __Search logo__
|
|
163
201
|
*
|
|
164
|
-
*
|
|
202
|
+
* The Search logo with both the wordmark and the icon combined.
|
|
165
203
|
*
|
|
166
|
-
* - [Examples](https://atlassian.design/components/
|
|
167
|
-
* - [Code](https://atlassian.design/components/
|
|
168
|
-
* - [Usage](https://atlassian.design/components/
|
|
204
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
205
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
206
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
169
207
|
*/
|
|
170
208
|
export declare const SearchLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
171
209
|
/**
|
|
172
210
|
* __Studio icon__
|
|
173
211
|
*
|
|
174
|
-
*
|
|
212
|
+
* The Studio icon without an accompanying wordmark.
|
|
175
213
|
*
|
|
176
|
-
* - [Examples](https://atlassian.design/components/
|
|
177
|
-
* - [Code](https://atlassian.design/components/
|
|
178
|
-
* - [Usage](https://atlassian.design/components/
|
|
214
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
215
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
216
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
179
217
|
*/
|
|
180
218
|
export declare const StudioIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
181
219
|
/**
|
|
182
220
|
* __Studio logo__
|
|
183
221
|
*
|
|
184
|
-
*
|
|
222
|
+
* The Studio logo with both the wordmark and the icon combined.
|
|
185
223
|
*
|
|
186
|
-
* - [Examples](https://atlassian.design/components/
|
|
187
|
-
* - [Code](https://atlassian.design/components/
|
|
188
|
-
* - [Usage](https://atlassian.design/components/
|
|
224
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
225
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
226
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
189
227
|
*/
|
|
190
228
|
export declare const StudioLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
191
229
|
/**
|
|
192
230
|
* __Talent icon__
|
|
193
231
|
*
|
|
194
|
-
*
|
|
232
|
+
* The Talent icon without an accompanying wordmark.
|
|
233
|
+
*
|
|
234
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
235
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
236
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
237
|
+
*/
|
|
238
|
+
export declare const TalentIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
239
|
+
/**
|
|
240
|
+
* __Talent logo__
|
|
241
|
+
*
|
|
242
|
+
* The Talent logo with both the wordmark and the icon combined.
|
|
243
|
+
*
|
|
244
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
245
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
246
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
247
|
+
*/
|
|
248
|
+
export declare const TalentLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
249
|
+
/**
|
|
250
|
+
* __Teams icon__
|
|
251
|
+
*
|
|
252
|
+
* The Teams icon without an accompanying wordmark.
|
|
253
|
+
*
|
|
254
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
255
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
256
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
257
|
+
*/
|
|
258
|
+
export declare const TeamsIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
259
|
+
/**
|
|
260
|
+
* __Teams logo__
|
|
261
|
+
*
|
|
262
|
+
* The Teams logo with both the wordmark and the icon combined.
|
|
263
|
+
*
|
|
264
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
265
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
266
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
267
|
+
*/
|
|
268
|
+
export declare const TeamsLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
269
|
+
/**
|
|
270
|
+
* __Bitbucket Data Center icon__
|
|
271
|
+
*
|
|
272
|
+
* The Bitbucket Data Center icon without an accompanying wordmark.
|
|
195
273
|
*
|
|
196
274
|
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
197
275
|
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
198
276
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
199
277
|
*/
|
|
200
|
-
export declare const
|
|
278
|
+
export declare const BitbucketDataCenterIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
201
279
|
/**
|
|
202
|
-
*
|
|
280
|
+
* __Bitbucket Data Center logo__
|
|
203
281
|
*
|
|
204
|
-
*
|
|
282
|
+
* The Bitbucket Data Center logo with both the wordmark and the icon combined.
|
|
205
283
|
*
|
|
206
284
|
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
207
285
|
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
208
286
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
209
287
|
*/
|
|
210
|
-
export declare const
|
|
288
|
+
export declare const BitbucketDataCenterLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
211
289
|
/**
|
|
212
|
-
*
|
|
290
|
+
* __Confluence Data Center icon__
|
|
213
291
|
*
|
|
214
|
-
*
|
|
292
|
+
* The Confluence Data Center icon without an accompanying wordmark.
|
|
215
293
|
*
|
|
216
294
|
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
217
295
|
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
218
296
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
219
297
|
*/
|
|
220
|
-
export declare const
|
|
298
|
+
export declare const ConfluenceDataCenterIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
221
299
|
/**
|
|
222
|
-
*
|
|
300
|
+
* __Confluence Data Center logo__
|
|
223
301
|
*
|
|
224
|
-
*
|
|
302
|
+
* The Confluence Data Center logo with both the wordmark and the icon combined.
|
|
225
303
|
*
|
|
226
304
|
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
227
305
|
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
228
306
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
229
307
|
*/
|
|
230
|
-
export declare const
|
|
308
|
+
export declare const ConfluenceDataCenterLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
231
309
|
/**
|
|
232
|
-
*
|
|
310
|
+
* __Jira Data Center icon__
|
|
233
311
|
*
|
|
234
|
-
*
|
|
312
|
+
* The Jira Data Center icon without an accompanying wordmark.
|
|
235
313
|
*
|
|
236
314
|
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
237
315
|
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
238
316
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
239
317
|
*/
|
|
240
|
-
export declare const
|
|
318
|
+
export declare const JiraDataCenterIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
241
319
|
/**
|
|
242
|
-
*
|
|
320
|
+
* __Jira Data Center logo__
|
|
243
321
|
*
|
|
244
|
-
*
|
|
322
|
+
* The Jira Data Center logo with both the wordmark and the icon combined.
|
|
245
323
|
*
|
|
246
324
|
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
247
325
|
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
248
326
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
249
327
|
*/
|
|
328
|
+
export declare const JiraDataCenterLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
329
|
+
/**
|
|
330
|
+
* __Atlassian Administration icon__
|
|
331
|
+
*
|
|
332
|
+
* The Atlassian Administration icon without an accompanying wordmark.
|
|
333
|
+
*
|
|
334
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
335
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
336
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
337
|
+
*/
|
|
338
|
+
export declare const AtlassianAdministrationIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
339
|
+
/**
|
|
340
|
+
* __Atlassian Administration logo__
|
|
341
|
+
*
|
|
342
|
+
* The Atlassian Administration logo with both the wordmark and the icon combined.
|
|
343
|
+
*
|
|
344
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
345
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
346
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
347
|
+
*/
|
|
348
|
+
export declare const AtlassianAdministrationLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
349
|
+
/**
|
|
350
|
+
* __Atlassian Admin icon__
|
|
351
|
+
*
|
|
352
|
+
* The Atlassian Admin icon without an accompanying wordmark.
|
|
353
|
+
*
|
|
354
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
355
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
356
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
357
|
+
*/
|
|
358
|
+
export declare const AtlassianAdminIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
359
|
+
/**
|
|
360
|
+
* __Atlassian Admin logo__
|
|
361
|
+
*
|
|
362
|
+
* The Atlassian Admin logo with both the wordmark and the icon combined.
|
|
363
|
+
*
|
|
364
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
365
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
366
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
367
|
+
*/
|
|
368
|
+
export declare const AtlassianAdminLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
369
|
+
/**
|
|
370
|
+
* __Atlassian Analytics icon__
|
|
371
|
+
*
|
|
372
|
+
* The Atlassian Analytics icon without an accompanying wordmark.
|
|
373
|
+
*
|
|
374
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
375
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
376
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
377
|
+
*/
|
|
378
|
+
export declare const AtlassianAnalyticsIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
379
|
+
/**
|
|
380
|
+
* __Atlassian Analytics logo__
|
|
381
|
+
*
|
|
382
|
+
* The Atlassian Analytics logo with both the wordmark and the icon combined.
|
|
383
|
+
*
|
|
384
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
385
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
386
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
387
|
+
*/
|
|
250
388
|
export declare const AtlassianAnalyticsLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
251
389
|
/**
|
|
252
390
|
* __Bitbucket icon__
|
|
@@ -311,21 +449,41 @@ export declare const ConfluenceLogo: ({ size, shouldUseNewLogoDesign, ...props }
|
|
|
311
449
|
/**
|
|
312
450
|
* __Align icon__
|
|
313
451
|
*
|
|
314
|
-
*
|
|
452
|
+
* The Align icon without an accompanying wordmark.
|
|
315
453
|
*
|
|
316
|
-
* - [Examples](https://atlassian.design/components/
|
|
317
|
-
* - [Code](https://atlassian.design/components/
|
|
318
|
-
* - [Usage](https://atlassian.design/components/
|
|
454
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
455
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
456
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
319
457
|
*/
|
|
320
|
-
export declare const
|
|
458
|
+
export declare const AlignIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
321
459
|
/**
|
|
322
460
|
* __Align logo__
|
|
323
461
|
*
|
|
324
|
-
*
|
|
462
|
+
* The Align logo with both the wordmark and the icon combined.
|
|
325
463
|
*
|
|
326
|
-
* - [Examples](https://atlassian.design/components/
|
|
327
|
-
* - [Code](https://atlassian.design/components/
|
|
328
|
-
* - [Usage](https://atlassian.design/components/
|
|
464
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
465
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
466
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
467
|
+
*/
|
|
468
|
+
export declare const AlignLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
469
|
+
/**
|
|
470
|
+
* __Jira Align icon__
|
|
471
|
+
*
|
|
472
|
+
* The Jira Align icon without an accompanying wordmark.
|
|
473
|
+
*
|
|
474
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
475
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
476
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
477
|
+
*/
|
|
478
|
+
export declare const JiraAlignIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
479
|
+
/**
|
|
480
|
+
* __Jira Align logo__
|
|
481
|
+
*
|
|
482
|
+
* The Jira Align logo with both the wordmark and the icon combined.
|
|
483
|
+
*
|
|
484
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
485
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
486
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
329
487
|
*/
|
|
330
488
|
export declare const JiraAlignLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
331
489
|
/**
|
|
@@ -391,7 +549,7 @@ export declare const JiraServiceManagementLogo: ({ size, shouldUseNewLogoDesign,
|
|
|
391
549
|
/**
|
|
392
550
|
* __Loom icon__
|
|
393
551
|
*
|
|
394
|
-
*
|
|
552
|
+
* The Loom icon {description}.
|
|
395
553
|
*
|
|
396
554
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
397
555
|
* - [Code](https://atlassian.design/components/logo/code)
|