@atlaskit/icon 22.23.0 → 22.24.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 +11 -0
- package/dist/cjs/metadata.js +2518 -360
- package/dist/es2019/metadata.js +1078 -359
- package/dist/esm/metadata.js +1799 -359
- package/dist/types/metadata.d.ts +13 -2
- package/dist/types/types.d.ts +9 -0
- package/dist/types-ts4.5/metadata.d.ts +13 -2
- package/dist/types-ts4.5/types.d.ts +9 -0
- package/package.json +2 -2
package/dist/es2019/metadata.js
CHANGED
|
@@ -3,1795 +3,2514 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::505188bcbfbd2bedd523b7a93366dd82>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
|
+
/* eslint-disable import/no-extraneous-dependencies -- This import is within the same package, hence self-referential. */
|
|
9
10
|
|
|
10
|
-
const
|
|
11
|
+
export const metaDataWithPackageLoader = {
|
|
11
12
|
activity: {
|
|
12
13
|
keywords: ['activity', 'window', 'icon', 'core'],
|
|
13
14
|
componentName: 'ActivityIcon',
|
|
14
|
-
package: '@atlaskit/icon/glyph/activity'
|
|
15
|
+
package: '@atlaskit/icon/glyph/activity',
|
|
16
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
17
|
+
'@atlaskit/icon/glyph/activity')
|
|
15
18
|
},
|
|
16
19
|
add: {
|
|
17
20
|
keywords: ['add', 'plus', 'create', 'new', 'icon', 'core'],
|
|
18
21
|
componentName: 'AddIcon',
|
|
19
|
-
package: '@atlaskit/icon/glyph/add'
|
|
22
|
+
package: '@atlaskit/icon/glyph/add',
|
|
23
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
24
|
+
'@atlaskit/icon/glyph/add')
|
|
20
25
|
},
|
|
21
26
|
'add-circle': {
|
|
22
27
|
keywords: ['add-circle', 'addcircle', 'plus', 'create', 'new', 'icon', 'core'],
|
|
23
28
|
componentName: 'AddCircleIcon',
|
|
24
|
-
package: '@atlaskit/icon/glyph/add-circle'
|
|
29
|
+
package: '@atlaskit/icon/glyph/add-circle',
|
|
30
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
31
|
+
'@atlaskit/icon/glyph/add-circle')
|
|
25
32
|
},
|
|
26
33
|
'add-item': {
|
|
27
34
|
keywords: ['add-item', 'additem', 'plus', 'create', 'new', 'icon', 'core'],
|
|
28
35
|
componentName: 'AddItemIcon',
|
|
29
|
-
package: '@atlaskit/icon/glyph/add-item'
|
|
36
|
+
package: '@atlaskit/icon/glyph/add-item',
|
|
37
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
38
|
+
'@atlaskit/icon/glyph/add-item')
|
|
30
39
|
},
|
|
31
40
|
addon: {
|
|
32
41
|
keywords: ['addon', 'icon', 'core'],
|
|
33
42
|
componentName: 'AddonIcon',
|
|
34
|
-
package: '@atlaskit/icon/glyph/addon'
|
|
43
|
+
package: '@atlaskit/icon/glyph/addon',
|
|
44
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
45
|
+
'@atlaskit/icon/glyph/addon')
|
|
35
46
|
},
|
|
36
47
|
'app-access': {
|
|
37
48
|
keywords: ['app-access', 'appaccess', 'icon', 'core'],
|
|
38
49
|
componentName: 'AppAccessIcon',
|
|
39
|
-
package: '@atlaskit/icon/glyph/app-access'
|
|
50
|
+
package: '@atlaskit/icon/glyph/app-access',
|
|
51
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
52
|
+
'@atlaskit/icon/glyph/app-access')
|
|
40
53
|
},
|
|
41
54
|
'app-switcher': {
|
|
42
55
|
keywords: ['app-switcher', 'appswitcher', 'icon', 'core'],
|
|
43
56
|
componentName: 'AppSwitcherIcon',
|
|
44
|
-
package: '@atlaskit/icon/glyph/app-switcher'
|
|
57
|
+
package: '@atlaskit/icon/glyph/app-switcher',
|
|
58
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
59
|
+
'@atlaskit/icon/glyph/app-switcher')
|
|
45
60
|
},
|
|
46
61
|
archive: {
|
|
47
62
|
keywords: ['archive', 'icon', 'core'],
|
|
48
63
|
componentName: 'ArchiveIcon',
|
|
49
|
-
package: '@atlaskit/icon/glyph/archive'
|
|
64
|
+
package: '@atlaskit/icon/glyph/archive',
|
|
65
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
66
|
+
'@atlaskit/icon/glyph/archive')
|
|
50
67
|
},
|
|
51
68
|
'arrow-down': {
|
|
52
69
|
keywords: ['arrow-down', 'arrowdown', 'icon', 'core'],
|
|
53
70
|
componentName: 'ArrowDownIcon',
|
|
54
|
-
package: '@atlaskit/icon/glyph/arrow-down'
|
|
71
|
+
package: '@atlaskit/icon/glyph/arrow-down',
|
|
72
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
73
|
+
'@atlaskit/icon/glyph/arrow-down')
|
|
55
74
|
},
|
|
56
75
|
'arrow-down-circle': {
|
|
57
76
|
keywords: ['arrow-down-circle', 'arrowdowncircle', 'icon', 'core'],
|
|
58
77
|
componentName: 'ArrowDownCircleIcon',
|
|
59
|
-
package: '@atlaskit/icon/glyph/arrow-down-circle'
|
|
78
|
+
package: '@atlaskit/icon/glyph/arrow-down-circle',
|
|
79
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
80
|
+
'@atlaskit/icon/glyph/arrow-down-circle')
|
|
60
81
|
},
|
|
61
82
|
'arrow-left': {
|
|
62
83
|
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'core'],
|
|
63
84
|
componentName: 'ArrowLeftIcon',
|
|
64
|
-
package: '@atlaskit/icon/glyph/arrow-left'
|
|
85
|
+
package: '@atlaskit/icon/glyph/arrow-left',
|
|
86
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
87
|
+
'@atlaskit/icon/glyph/arrow-left')
|
|
65
88
|
},
|
|
66
89
|
'arrow-left-circle': {
|
|
67
90
|
keywords: ['arrow-left-circle', 'arrowleftcircle', 'back', 'previous', 'icon', 'core'],
|
|
68
91
|
componentName: 'ArrowLeftCircleIcon',
|
|
69
|
-
package: '@atlaskit/icon/glyph/arrow-left-circle'
|
|
92
|
+
package: '@atlaskit/icon/glyph/arrow-left-circle',
|
|
93
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
94
|
+
'@atlaskit/icon/glyph/arrow-left-circle')
|
|
70
95
|
},
|
|
71
96
|
'arrow-right': {
|
|
72
97
|
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'core'],
|
|
73
98
|
componentName: 'ArrowRightIcon',
|
|
74
|
-
package: '@atlaskit/icon/glyph/arrow-right'
|
|
99
|
+
package: '@atlaskit/icon/glyph/arrow-right',
|
|
100
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
101
|
+
'@atlaskit/icon/glyph/arrow-right')
|
|
75
102
|
},
|
|
76
103
|
'arrow-right-circle': {
|
|
77
104
|
keywords: ['arrow-right-circle', 'arrowrightcircle', 'forward', 'next', 'icon', 'core'],
|
|
78
105
|
componentName: 'ArrowRightCircleIcon',
|
|
79
|
-
package: '@atlaskit/icon/glyph/arrow-right-circle'
|
|
106
|
+
package: '@atlaskit/icon/glyph/arrow-right-circle',
|
|
107
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
108
|
+
'@atlaskit/icon/glyph/arrow-right-circle')
|
|
80
109
|
},
|
|
81
110
|
'arrow-up': {
|
|
82
111
|
keywords: ['arrow-up', 'arrowup', 'icon', 'core'],
|
|
83
112
|
componentName: 'ArrowUpIcon',
|
|
84
|
-
package: '@atlaskit/icon/glyph/arrow-up'
|
|
113
|
+
package: '@atlaskit/icon/glyph/arrow-up',
|
|
114
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
115
|
+
'@atlaskit/icon/glyph/arrow-up')
|
|
85
116
|
},
|
|
86
117
|
'arrow-up-circle': {
|
|
87
118
|
keywords: ['arrow-up-circle', 'arrowupcircle', 'icon', 'core'],
|
|
88
119
|
componentName: 'ArrowUpCircleIcon',
|
|
89
|
-
package: '@atlaskit/icon/glyph/arrow-up-circle'
|
|
120
|
+
package: '@atlaskit/icon/glyph/arrow-up-circle',
|
|
121
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
122
|
+
'@atlaskit/icon/glyph/arrow-up-circle')
|
|
90
123
|
},
|
|
91
124
|
attachment: {
|
|
92
125
|
keywords: ['attachment', 'paperclip', 'icon', 'core'],
|
|
93
126
|
componentName: 'AttachmentIcon',
|
|
94
|
-
package: '@atlaskit/icon/glyph/attachment'
|
|
127
|
+
package: '@atlaskit/icon/glyph/attachment',
|
|
128
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
129
|
+
'@atlaskit/icon/glyph/attachment')
|
|
95
130
|
},
|
|
96
131
|
audio: {
|
|
97
132
|
keywords: ['audio', 'music', 'note', 'sound', 'icon', 'core'],
|
|
98
133
|
componentName: 'AudioIcon',
|
|
99
|
-
package: '@atlaskit/icon/glyph/audio'
|
|
134
|
+
package: '@atlaskit/icon/glyph/audio',
|
|
135
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
136
|
+
'@atlaskit/icon/glyph/audio')
|
|
100
137
|
},
|
|
101
138
|
'audio-circle': {
|
|
102
139
|
keywords: ['audio-circle', 'audiocircle', 'music', 'note', 'sound', 'icon', 'core'],
|
|
103
140
|
componentName: 'AudioCircleIcon',
|
|
104
|
-
package: '@atlaskit/icon/glyph/audio-circle'
|
|
141
|
+
package: '@atlaskit/icon/glyph/audio-circle',
|
|
142
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
143
|
+
'@atlaskit/icon/glyph/audio-circle')
|
|
105
144
|
},
|
|
106
145
|
backlog: {
|
|
107
146
|
keywords: ['backlog', 'icon', 'core'],
|
|
108
147
|
componentName: 'BacklogIcon',
|
|
109
|
-
package: '@atlaskit/icon/glyph/backlog'
|
|
148
|
+
package: '@atlaskit/icon/glyph/backlog',
|
|
149
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
150
|
+
'@atlaskit/icon/glyph/backlog')
|
|
110
151
|
},
|
|
111
152
|
billing: {
|
|
112
153
|
keywords: ['billing', 'invoice', 'receipt', 'icon', 'core'],
|
|
113
154
|
componentName: 'BillingIcon',
|
|
114
|
-
package: '@atlaskit/icon/glyph/billing'
|
|
155
|
+
package: '@atlaskit/icon/glyph/billing',
|
|
156
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
157
|
+
'@atlaskit/icon/glyph/billing')
|
|
115
158
|
},
|
|
116
159
|
'billing-filled': {
|
|
117
160
|
keywords: ['billing-filled', 'billingfilled', 'invoice', 'receipt', 'icon', 'core'],
|
|
118
161
|
componentName: 'BillingFilledIcon',
|
|
119
|
-
package: '@atlaskit/icon/glyph/billing-filled'
|
|
162
|
+
package: '@atlaskit/icon/glyph/billing-filled',
|
|
163
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
164
|
+
'@atlaskit/icon/glyph/billing-filled')
|
|
120
165
|
},
|
|
121
166
|
'bitbucket/branches': {
|
|
122
167
|
keywords: ['bitbucket/branches', 'bitbucketbranches', 'icon', 'core'],
|
|
123
168
|
componentName: 'BitbucketBranchesIcon',
|
|
124
|
-
package: '@atlaskit/icon/glyph/bitbucket/branches'
|
|
169
|
+
package: '@atlaskit/icon/glyph/bitbucket/branches',
|
|
170
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
171
|
+
'@atlaskit/icon/glyph/bitbucket/branches')
|
|
125
172
|
},
|
|
126
173
|
'bitbucket/builds': {
|
|
127
174
|
keywords: ['bitbucket/builds', 'bitbucketbuilds', 'icon', 'core'],
|
|
128
175
|
componentName: 'BitbucketBuildsIcon',
|
|
129
|
-
package: '@atlaskit/icon/glyph/bitbucket/builds'
|
|
176
|
+
package: '@atlaskit/icon/glyph/bitbucket/builds',
|
|
177
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
178
|
+
'@atlaskit/icon/glyph/bitbucket/builds')
|
|
130
179
|
},
|
|
131
180
|
'bitbucket/clone': {
|
|
132
181
|
keywords: ['bitbucket/clone', 'bitbucketclone', 'icon', 'core'],
|
|
133
182
|
componentName: 'BitbucketCloneIcon',
|
|
134
|
-
package: '@atlaskit/icon/glyph/bitbucket/clone'
|
|
183
|
+
package: '@atlaskit/icon/glyph/bitbucket/clone',
|
|
184
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
185
|
+
'@atlaskit/icon/glyph/bitbucket/clone')
|
|
135
186
|
},
|
|
136
187
|
'bitbucket/commits': {
|
|
137
188
|
keywords: ['bitbucket/commits', 'bitbucketcommits', 'icon', 'core'],
|
|
138
189
|
componentName: 'BitbucketCommitsIcon',
|
|
139
|
-
package: '@atlaskit/icon/glyph/bitbucket/commits'
|
|
190
|
+
package: '@atlaskit/icon/glyph/bitbucket/commits',
|
|
191
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
192
|
+
'@atlaskit/icon/glyph/bitbucket/commits')
|
|
140
193
|
},
|
|
141
194
|
'bitbucket/compare': {
|
|
142
195
|
keywords: ['bitbucket/compare', 'bitbucketcompare', 'icon', 'core'],
|
|
143
196
|
componentName: 'BitbucketCompareIcon',
|
|
144
|
-
package: '@atlaskit/icon/glyph/bitbucket/compare'
|
|
197
|
+
package: '@atlaskit/icon/glyph/bitbucket/compare',
|
|
198
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
199
|
+
'@atlaskit/icon/glyph/bitbucket/compare')
|
|
145
200
|
},
|
|
146
201
|
'bitbucket/forks': {
|
|
147
202
|
keywords: ['bitbucket/forks', 'bitbucketforks', 'icon', 'core'],
|
|
148
203
|
componentName: 'BitbucketForksIcon',
|
|
149
|
-
package: '@atlaskit/icon/glyph/bitbucket/forks'
|
|
204
|
+
package: '@atlaskit/icon/glyph/bitbucket/forks',
|
|
205
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
206
|
+
'@atlaskit/icon/glyph/bitbucket/forks')
|
|
150
207
|
},
|
|
151
208
|
'bitbucket/output': {
|
|
152
209
|
keywords: ['bitbucket/output', 'bitbucketoutput', 'icon', 'core'],
|
|
153
210
|
componentName: 'BitbucketOutputIcon',
|
|
154
|
-
package: '@atlaskit/icon/glyph/bitbucket/output'
|
|
211
|
+
package: '@atlaskit/icon/glyph/bitbucket/output',
|
|
212
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
213
|
+
'@atlaskit/icon/glyph/bitbucket/output')
|
|
155
214
|
},
|
|
156
215
|
'bitbucket/pipelines': {
|
|
157
216
|
keywords: ['bitbucket/pipelines', 'bitbucketpipelines', 'icon', 'core'],
|
|
158
217
|
componentName: 'BitbucketPipelinesIcon',
|
|
159
|
-
package: '@atlaskit/icon/glyph/bitbucket/pipelines'
|
|
218
|
+
package: '@atlaskit/icon/glyph/bitbucket/pipelines',
|
|
219
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
220
|
+
'@atlaskit/icon/glyph/bitbucket/pipelines')
|
|
160
221
|
},
|
|
161
222
|
'bitbucket/pullrequests': {
|
|
162
223
|
keywords: ['bitbucket/pullrequests', 'bitbucketpullrequests', 'icon', 'core'],
|
|
163
224
|
componentName: 'BitbucketPullrequestsIcon',
|
|
164
|
-
package: '@atlaskit/icon/glyph/bitbucket/pullrequests'
|
|
225
|
+
package: '@atlaskit/icon/glyph/bitbucket/pullrequests',
|
|
226
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
227
|
+
'@atlaskit/icon/glyph/bitbucket/pullrequests')
|
|
165
228
|
},
|
|
166
229
|
'bitbucket/repos': {
|
|
167
230
|
keywords: ['bitbucket/repos', 'bitbucketrepos', 'icon', 'core'],
|
|
168
231
|
componentName: 'BitbucketReposIcon',
|
|
169
|
-
package: '@atlaskit/icon/glyph/bitbucket/repos'
|
|
232
|
+
package: '@atlaskit/icon/glyph/bitbucket/repos',
|
|
233
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
234
|
+
'@atlaskit/icon/glyph/bitbucket/repos')
|
|
170
235
|
},
|
|
171
236
|
'bitbucket/snippets': {
|
|
172
237
|
keywords: ['bitbucket/snippets', 'bitbucketsnippets', 'scissors', 'icon', 'core'],
|
|
173
238
|
componentName: 'BitbucketSnippetsIcon',
|
|
174
|
-
package: '@atlaskit/icon/glyph/bitbucket/snippets'
|
|
239
|
+
package: '@atlaskit/icon/glyph/bitbucket/snippets',
|
|
240
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
241
|
+
'@atlaskit/icon/glyph/bitbucket/snippets')
|
|
175
242
|
},
|
|
176
243
|
'bitbucket/source': {
|
|
177
244
|
keywords: ['bitbucket/source', 'bitbucketsource', 'code', 'icon', 'core'],
|
|
178
245
|
componentName: 'BitbucketSourceIcon',
|
|
179
|
-
package: '@atlaskit/icon/glyph/bitbucket/source'
|
|
246
|
+
package: '@atlaskit/icon/glyph/bitbucket/source',
|
|
247
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
248
|
+
'@atlaskit/icon/glyph/bitbucket/source')
|
|
180
249
|
},
|
|
181
250
|
board: {
|
|
182
251
|
keywords: ['board', 'icon', 'core'],
|
|
183
252
|
componentName: 'BoardIcon',
|
|
184
|
-
package: '@atlaskit/icon/glyph/board'
|
|
253
|
+
package: '@atlaskit/icon/glyph/board',
|
|
254
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
255
|
+
'@atlaskit/icon/glyph/board')
|
|
185
256
|
},
|
|
186
257
|
book: {
|
|
187
258
|
keywords: ['book', 'icon', 'core'],
|
|
188
259
|
componentName: 'BookIcon',
|
|
189
|
-
package: '@atlaskit/icon/glyph/book'
|
|
260
|
+
package: '@atlaskit/icon/glyph/book',
|
|
261
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
262
|
+
'@atlaskit/icon/glyph/book')
|
|
190
263
|
},
|
|
191
264
|
'bullet-list': {
|
|
192
265
|
keywords: ['bullet-list', 'bulletlist', 'ul', 'icon', 'core'],
|
|
193
266
|
componentName: 'BulletListIcon',
|
|
194
|
-
package: '@atlaskit/icon/glyph/bullet-list'
|
|
267
|
+
package: '@atlaskit/icon/glyph/bullet-list',
|
|
268
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
269
|
+
'@atlaskit/icon/glyph/bullet-list')
|
|
195
270
|
},
|
|
196
271
|
calendar: {
|
|
197
272
|
keywords: ['calendar', 'date', 'icon', 'core'],
|
|
198
273
|
componentName: 'CalendarIcon',
|
|
199
|
-
package: '@atlaskit/icon/glyph/calendar'
|
|
274
|
+
package: '@atlaskit/icon/glyph/calendar',
|
|
275
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
276
|
+
'@atlaskit/icon/glyph/calendar')
|
|
200
277
|
},
|
|
201
278
|
'calendar-filled': {
|
|
202
279
|
keywords: ['calendar-filled', 'calendarfilled', 'date', 'icon', 'core'],
|
|
203
280
|
componentName: 'CalendarFilledIcon',
|
|
204
|
-
package: '@atlaskit/icon/glyph/calendar-filled'
|
|
281
|
+
package: '@atlaskit/icon/glyph/calendar-filled',
|
|
282
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
283
|
+
'@atlaskit/icon/glyph/calendar-filled')
|
|
205
284
|
},
|
|
206
285
|
camera: {
|
|
207
286
|
keywords: ['camera', 'photo', 'icon', 'core'],
|
|
208
287
|
componentName: 'CameraIcon',
|
|
209
|
-
package: '@atlaskit/icon/glyph/camera'
|
|
288
|
+
package: '@atlaskit/icon/glyph/camera',
|
|
289
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
290
|
+
'@atlaskit/icon/glyph/camera')
|
|
210
291
|
},
|
|
211
292
|
'camera-filled': {
|
|
212
293
|
keywords: ['camera-filled', 'camerafilled', 'photo', 'icon', 'core'],
|
|
213
294
|
componentName: 'CameraFilledIcon',
|
|
214
|
-
package: '@atlaskit/icon/glyph/camera-filled'
|
|
295
|
+
package: '@atlaskit/icon/glyph/camera-filled',
|
|
296
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
297
|
+
'@atlaskit/icon/glyph/camera-filled')
|
|
215
298
|
},
|
|
216
299
|
'camera-rotate': {
|
|
217
300
|
keywords: ['camera-rotate', 'camerarotate', 'photo', 'icon', 'core'],
|
|
218
301
|
componentName: 'CameraRotateIcon',
|
|
219
|
-
package: '@atlaskit/icon/glyph/camera-rotate'
|
|
302
|
+
package: '@atlaskit/icon/glyph/camera-rotate',
|
|
303
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
304
|
+
'@atlaskit/icon/glyph/camera-rotate')
|
|
220
305
|
},
|
|
221
306
|
'camera-take-picture': {
|
|
222
307
|
keywords: ['camera-take-picture', 'cameratakepicture', 'photo', 'icon', 'core'],
|
|
223
308
|
componentName: 'CameraTakePictureIcon',
|
|
224
|
-
package: '@atlaskit/icon/glyph/camera-take-picture'
|
|
309
|
+
package: '@atlaskit/icon/glyph/camera-take-picture',
|
|
310
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
311
|
+
'@atlaskit/icon/glyph/camera-take-picture')
|
|
225
312
|
},
|
|
226
313
|
canvas: {
|
|
227
314
|
keywords: ['canvas', 'easel', 'icon', 'core'],
|
|
228
315
|
componentName: 'CanvasIcon',
|
|
229
|
-
package: '@atlaskit/icon/glyph/canvas'
|
|
316
|
+
package: '@atlaskit/icon/glyph/canvas',
|
|
317
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
318
|
+
'@atlaskit/icon/glyph/canvas')
|
|
230
319
|
},
|
|
231
320
|
check: {
|
|
232
321
|
keywords: ['check', 'tick', 'confirm', 'icon', 'core'],
|
|
233
322
|
componentName: 'CheckIcon',
|
|
234
|
-
package: '@atlaskit/icon/glyph/check'
|
|
323
|
+
package: '@atlaskit/icon/glyph/check',
|
|
324
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
325
|
+
'@atlaskit/icon/glyph/check')
|
|
235
326
|
},
|
|
236
327
|
'check-circle': {
|
|
237
328
|
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'core'],
|
|
238
329
|
componentName: 'CheckCircleIcon',
|
|
239
|
-
package: '@atlaskit/icon/glyph/check-circle'
|
|
330
|
+
package: '@atlaskit/icon/glyph/check-circle',
|
|
331
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
332
|
+
'@atlaskit/icon/glyph/check-circle')
|
|
240
333
|
},
|
|
241
334
|
'check-circle-outline': {
|
|
242
335
|
keywords: ['check-circle-outline', 'checkcircleoutline', 'tick', 'icon', 'core'],
|
|
243
336
|
componentName: 'CheckCircleOutlineIcon',
|
|
244
|
-
package: '@atlaskit/icon/glyph/check-circle-outline'
|
|
337
|
+
package: '@atlaskit/icon/glyph/check-circle-outline',
|
|
338
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
339
|
+
'@atlaskit/icon/glyph/check-circle-outline')
|
|
245
340
|
},
|
|
246
341
|
checkbox: {
|
|
247
342
|
keywords: ['checkbox', 'tick', 'icon', 'core'],
|
|
248
343
|
componentName: 'CheckboxIcon',
|
|
249
|
-
package: '@atlaskit/icon/glyph/checkbox'
|
|
344
|
+
package: '@atlaskit/icon/glyph/checkbox',
|
|
345
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
346
|
+
'@atlaskit/icon/glyph/checkbox')
|
|
250
347
|
},
|
|
251
348
|
'checkbox-indeterminate': {
|
|
252
349
|
keywords: ['checkbox-indeterminate', 'checkboxindeterminate', 'icon', 'core'],
|
|
253
350
|
componentName: 'CheckboxIndeterminateIcon',
|
|
254
|
-
package: '@atlaskit/icon/glyph/checkbox-indeterminate'
|
|
351
|
+
package: '@atlaskit/icon/glyph/checkbox-indeterminate',
|
|
352
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
353
|
+
'@atlaskit/icon/glyph/checkbox-indeterminate')
|
|
255
354
|
},
|
|
256
355
|
'chevron-down': {
|
|
257
356
|
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'core'],
|
|
258
357
|
componentName: 'ChevronDownIcon',
|
|
259
|
-
package: '@atlaskit/icon/glyph/chevron-down'
|
|
358
|
+
package: '@atlaskit/icon/glyph/chevron-down',
|
|
359
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
360
|
+
'@atlaskit/icon/glyph/chevron-down')
|
|
260
361
|
},
|
|
261
362
|
'chevron-down-circle': {
|
|
262
363
|
keywords: ['chevron-down-circle', 'chevrondowncircle', 'expand', 'collapse', 'icon', 'core'],
|
|
263
364
|
componentName: 'ChevronDownCircleIcon',
|
|
264
|
-
package: '@atlaskit/icon/glyph/chevron-down-circle'
|
|
365
|
+
package: '@atlaskit/icon/glyph/chevron-down-circle',
|
|
366
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
367
|
+
'@atlaskit/icon/glyph/chevron-down-circle')
|
|
265
368
|
},
|
|
266
369
|
'chevron-left': {
|
|
267
370
|
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core'],
|
|
268
371
|
componentName: 'ChevronLeftIcon',
|
|
269
|
-
package: '@atlaskit/icon/glyph/chevron-left'
|
|
372
|
+
package: '@atlaskit/icon/glyph/chevron-left',
|
|
373
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
374
|
+
'@atlaskit/icon/glyph/chevron-left')
|
|
270
375
|
},
|
|
271
376
|
'chevron-left-circle': {
|
|
272
377
|
keywords: ['chevron-left-circle', 'chevronleftcircle', 'back', 'previous', 'icon', 'core'],
|
|
273
378
|
componentName: 'ChevronLeftCircleIcon',
|
|
274
|
-
package: '@atlaskit/icon/glyph/chevron-left-circle'
|
|
379
|
+
package: '@atlaskit/icon/glyph/chevron-left-circle',
|
|
380
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
381
|
+
'@atlaskit/icon/glyph/chevron-left-circle')
|
|
275
382
|
},
|
|
276
383
|
'chevron-left-large': {
|
|
277
384
|
keywords: ['chevron-left-large', 'chevronleftlarge', 'icon', 'core'],
|
|
278
385
|
componentName: 'ChevronLeftLargeIcon',
|
|
279
|
-
package: '@atlaskit/icon/glyph/chevron-left-large'
|
|
386
|
+
package: '@atlaskit/icon/glyph/chevron-left-large',
|
|
387
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
388
|
+
'@atlaskit/icon/glyph/chevron-left-large')
|
|
280
389
|
},
|
|
281
390
|
'chevron-right': {
|
|
282
391
|
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'core'],
|
|
283
392
|
componentName: 'ChevronRightIcon',
|
|
284
|
-
package: '@atlaskit/icon/glyph/chevron-right'
|
|
393
|
+
package: '@atlaskit/icon/glyph/chevron-right',
|
|
394
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
395
|
+
'@atlaskit/icon/glyph/chevron-right')
|
|
285
396
|
},
|
|
286
397
|
'chevron-right-circle': {
|
|
287
398
|
keywords: ['chevron-right-circle', 'chevronrightcircle', 'forward', 'next', 'icon', 'core'],
|
|
288
399
|
componentName: 'ChevronRightCircleIcon',
|
|
289
|
-
package: '@atlaskit/icon/glyph/chevron-right-circle'
|
|
400
|
+
package: '@atlaskit/icon/glyph/chevron-right-circle',
|
|
401
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
402
|
+
'@atlaskit/icon/glyph/chevron-right-circle')
|
|
290
403
|
},
|
|
291
404
|
'chevron-right-large': {
|
|
292
405
|
keywords: ['chevron-right-large', 'chevronrightlarge', 'icon', 'core'],
|
|
293
406
|
componentName: 'ChevronRightLargeIcon',
|
|
294
|
-
package: '@atlaskit/icon/glyph/chevron-right-large'
|
|
407
|
+
package: '@atlaskit/icon/glyph/chevron-right-large',
|
|
408
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
409
|
+
'@atlaskit/icon/glyph/chevron-right-large')
|
|
295
410
|
},
|
|
296
411
|
'chevron-up': {
|
|
297
412
|
keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'core'],
|
|
298
413
|
componentName: 'ChevronUpIcon',
|
|
299
|
-
package: '@atlaskit/icon/glyph/chevron-up'
|
|
414
|
+
package: '@atlaskit/icon/glyph/chevron-up',
|
|
415
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
416
|
+
'@atlaskit/icon/glyph/chevron-up')
|
|
300
417
|
},
|
|
301
418
|
'chevron-up-circle': {
|
|
302
419
|
keywords: ['chevron-up-circle', 'chevronupcircle', 'expand', 'collapse', 'icon', 'core'],
|
|
303
420
|
componentName: 'ChevronUpCircleIcon',
|
|
304
|
-
package: '@atlaskit/icon/glyph/chevron-up-circle'
|
|
421
|
+
package: '@atlaskit/icon/glyph/chevron-up-circle',
|
|
422
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
423
|
+
'@atlaskit/icon/glyph/chevron-up-circle')
|
|
305
424
|
},
|
|
306
425
|
'child-issues': {
|
|
307
426
|
keywords: ['child-issues', 'childissues', 'icon', 'core'],
|
|
308
427
|
componentName: 'ChildIssuesIcon',
|
|
309
|
-
package: '@atlaskit/icon/glyph/child-issues'
|
|
428
|
+
package: '@atlaskit/icon/glyph/child-issues',
|
|
429
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
430
|
+
'@atlaskit/icon/glyph/child-issues')
|
|
310
431
|
},
|
|
311
432
|
code: {
|
|
312
433
|
keywords: ['code', 'source', 'icon', 'core'],
|
|
313
434
|
componentName: 'CodeIcon',
|
|
314
|
-
package: '@atlaskit/icon/glyph/code'
|
|
435
|
+
package: '@atlaskit/icon/glyph/code',
|
|
436
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
437
|
+
'@atlaskit/icon/glyph/code')
|
|
315
438
|
},
|
|
316
439
|
comment: {
|
|
317
440
|
keywords: ['comment', 'chat', 'speech', 'icon', 'core'],
|
|
318
441
|
componentName: 'CommentIcon',
|
|
319
|
-
package: '@atlaskit/icon/glyph/comment'
|
|
442
|
+
package: '@atlaskit/icon/glyph/comment',
|
|
443
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
444
|
+
'@atlaskit/icon/glyph/comment')
|
|
320
445
|
},
|
|
321
446
|
component: {
|
|
322
447
|
keywords: ['component', 'block', 'lego', 'icon', 'core'],
|
|
323
448
|
componentName: 'ComponentIcon',
|
|
324
|
-
package: '@atlaskit/icon/glyph/component'
|
|
449
|
+
package: '@atlaskit/icon/glyph/component',
|
|
450
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
451
|
+
'@atlaskit/icon/glyph/component')
|
|
325
452
|
},
|
|
326
453
|
copy: {
|
|
327
454
|
keywords: ['copy', 'duplicate', 'icon', 'core'],
|
|
328
455
|
componentName: 'CopyIcon',
|
|
329
|
-
package: '@atlaskit/icon/glyph/copy'
|
|
456
|
+
package: '@atlaskit/icon/glyph/copy',
|
|
457
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
458
|
+
'@atlaskit/icon/glyph/copy')
|
|
330
459
|
},
|
|
331
460
|
creditcard: {
|
|
332
461
|
keywords: ['creditcard', 'buy', 'pay', 'purchase', 'icon', 'core'],
|
|
333
462
|
componentName: 'CreditcardIcon',
|
|
334
|
-
package: '@atlaskit/icon/glyph/creditcard'
|
|
463
|
+
package: '@atlaskit/icon/glyph/creditcard',
|
|
464
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
465
|
+
'@atlaskit/icon/glyph/creditcard')
|
|
335
466
|
},
|
|
336
467
|
'creditcard-filled': {
|
|
337
468
|
keywords: ['creditcard-filled', 'creditcardfilled', 'buy', 'pay', 'purchase', 'icon', 'core'],
|
|
338
469
|
componentName: 'CreditcardFilledIcon',
|
|
339
|
-
package: '@atlaskit/icon/glyph/creditcard-filled'
|
|
470
|
+
package: '@atlaskit/icon/glyph/creditcard-filled',
|
|
471
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
472
|
+
'@atlaskit/icon/glyph/creditcard-filled')
|
|
340
473
|
},
|
|
341
474
|
cross: {
|
|
342
475
|
keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'core'],
|
|
343
476
|
componentName: 'CrossIcon',
|
|
344
|
-
package: '@atlaskit/icon/glyph/cross'
|
|
477
|
+
package: '@atlaskit/icon/glyph/cross',
|
|
478
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
479
|
+
'@atlaskit/icon/glyph/cross')
|
|
345
480
|
},
|
|
346
481
|
'cross-circle': {
|
|
347
482
|
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'core'],
|
|
348
483
|
componentName: 'CrossCircleIcon',
|
|
349
|
-
package: '@atlaskit/icon/glyph/cross-circle'
|
|
484
|
+
package: '@atlaskit/icon/glyph/cross-circle',
|
|
485
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
486
|
+
'@atlaskit/icon/glyph/cross-circle')
|
|
350
487
|
},
|
|
351
488
|
dashboard: {
|
|
352
489
|
keywords: ['dashboard', 'window', 'grid', 'icon', 'core'],
|
|
353
490
|
componentName: 'DashboardIcon',
|
|
354
|
-
package: '@atlaskit/icon/glyph/dashboard'
|
|
491
|
+
package: '@atlaskit/icon/glyph/dashboard',
|
|
492
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
493
|
+
'@atlaskit/icon/glyph/dashboard')
|
|
355
494
|
},
|
|
356
495
|
decision: {
|
|
357
496
|
keywords: ['decision', 'icon', 'core'],
|
|
358
497
|
componentName: 'DecisionIcon',
|
|
359
|
-
package: '@atlaskit/icon/glyph/decision'
|
|
498
|
+
package: '@atlaskit/icon/glyph/decision',
|
|
499
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
500
|
+
'@atlaskit/icon/glyph/decision')
|
|
360
501
|
},
|
|
361
502
|
department: {
|
|
362
503
|
keywords: ['department', 'icon', 'core'],
|
|
363
504
|
componentName: 'DepartmentIcon',
|
|
364
|
-
package: '@atlaskit/icon/glyph/department'
|
|
505
|
+
package: '@atlaskit/icon/glyph/department',
|
|
506
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
507
|
+
'@atlaskit/icon/glyph/department')
|
|
365
508
|
},
|
|
366
509
|
'detail-view': {
|
|
367
510
|
keywords: ['detail-view', 'detailview', 'icon', 'core'],
|
|
368
511
|
componentName: 'DetailViewIcon',
|
|
369
|
-
package: '@atlaskit/icon/glyph/detail-view'
|
|
512
|
+
package: '@atlaskit/icon/glyph/detail-view',
|
|
513
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
514
|
+
'@atlaskit/icon/glyph/detail-view')
|
|
370
515
|
},
|
|
371
516
|
discover: {
|
|
372
517
|
keywords: ['discover', 'compass', 'navigate', 'icon', 'core'],
|
|
373
518
|
componentName: 'DiscoverIcon',
|
|
374
|
-
package: '@atlaskit/icon/glyph/discover'
|
|
519
|
+
package: '@atlaskit/icon/glyph/discover',
|
|
520
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
521
|
+
'@atlaskit/icon/glyph/discover')
|
|
375
522
|
},
|
|
376
523
|
'discover-filled': {
|
|
377
524
|
keywords: ['discover-filled', 'discoverfilled', 'compass', 'navigate', 'icon', 'core'],
|
|
378
525
|
componentName: 'DiscoverFilledIcon',
|
|
379
|
-
package: '@atlaskit/icon/glyph/discover-filled'
|
|
526
|
+
package: '@atlaskit/icon/glyph/discover-filled',
|
|
527
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
528
|
+
'@atlaskit/icon/glyph/discover-filled')
|
|
380
529
|
},
|
|
381
530
|
document: {
|
|
382
531
|
keywords: ['document', 'page', 'paper', 'sheet', 'file', 'icon', 'core'],
|
|
383
532
|
componentName: 'DocumentIcon',
|
|
384
|
-
package: '@atlaskit/icon/glyph/document'
|
|
533
|
+
package: '@atlaskit/icon/glyph/document',
|
|
534
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
535
|
+
'@atlaskit/icon/glyph/document')
|
|
385
536
|
},
|
|
386
537
|
'document-filled': {
|
|
387
538
|
keywords: ['document-filled', 'documentfilled', 'page', 'paper', 'sheet', 'file', 'icon', 'core'],
|
|
388
539
|
componentName: 'DocumentFilledIcon',
|
|
389
|
-
package: '@atlaskit/icon/glyph/document-filled'
|
|
540
|
+
package: '@atlaskit/icon/glyph/document-filled',
|
|
541
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
542
|
+
'@atlaskit/icon/glyph/document-filled')
|
|
390
543
|
},
|
|
391
544
|
documents: {
|
|
392
545
|
keywords: ['documents', 'page', 'paper', 'sheet', 'file', 'icon', 'core'],
|
|
393
546
|
componentName: 'DocumentsIcon',
|
|
394
|
-
package: '@atlaskit/icon/glyph/documents'
|
|
547
|
+
package: '@atlaskit/icon/glyph/documents',
|
|
548
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
549
|
+
'@atlaskit/icon/glyph/documents')
|
|
395
550
|
},
|
|
396
551
|
download: {
|
|
397
552
|
keywords: ['download', 'cloud', 'icon', 'core'],
|
|
398
553
|
componentName: 'DownloadIcon',
|
|
399
|
-
package: '@atlaskit/icon/glyph/download'
|
|
554
|
+
package: '@atlaskit/icon/glyph/download',
|
|
555
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
556
|
+
'@atlaskit/icon/glyph/download')
|
|
400
557
|
},
|
|
401
558
|
'drag-handler': {
|
|
402
559
|
keywords: ['drag-handler', 'draghandler', 'icon', 'core'],
|
|
403
560
|
componentName: 'DragHandlerIcon',
|
|
404
|
-
package: '@atlaskit/icon/glyph/drag-handler'
|
|
561
|
+
package: '@atlaskit/icon/glyph/drag-handler',
|
|
562
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
563
|
+
'@atlaskit/icon/glyph/drag-handler')
|
|
405
564
|
},
|
|
406
565
|
dropbox: {
|
|
407
566
|
keywords: ['dropbox', 'icon', 'core'],
|
|
408
567
|
componentName: 'DropboxIcon',
|
|
409
|
-
package: '@atlaskit/icon/glyph/dropbox'
|
|
568
|
+
package: '@atlaskit/icon/glyph/dropbox',
|
|
569
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
570
|
+
'@atlaskit/icon/glyph/dropbox')
|
|
410
571
|
},
|
|
411
572
|
edit: {
|
|
412
573
|
keywords: ['edit', 'pencil', 'write', 'icon', 'core'],
|
|
413
574
|
componentName: 'EditIcon',
|
|
414
|
-
package: '@atlaskit/icon/glyph/edit'
|
|
575
|
+
package: '@atlaskit/icon/glyph/edit',
|
|
576
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
577
|
+
'@atlaskit/icon/glyph/edit')
|
|
415
578
|
},
|
|
416
579
|
'edit-filled': {
|
|
417
580
|
keywords: ['edit-filled', 'editfilled', 'pencil', 'write', 'icon', 'core'],
|
|
418
581
|
componentName: 'EditFilledIcon',
|
|
419
|
-
package: '@atlaskit/icon/glyph/edit-filled'
|
|
582
|
+
package: '@atlaskit/icon/glyph/edit-filled',
|
|
583
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
584
|
+
'@atlaskit/icon/glyph/edit-filled')
|
|
420
585
|
},
|
|
421
586
|
'editor/add': {
|
|
422
587
|
keywords: ['editor/add', 'editoradd', 'plus', 'create', 'new', 'icon', 'core'],
|
|
423
588
|
componentName: 'EditorAddIcon',
|
|
424
|
-
package: '@atlaskit/icon/glyph/editor/add'
|
|
589
|
+
package: '@atlaskit/icon/glyph/editor/add',
|
|
590
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
591
|
+
'@atlaskit/icon/glyph/editor/add')
|
|
425
592
|
},
|
|
426
593
|
'editor/addon': {
|
|
427
594
|
keywords: ['editor/addon', 'editoraddon', 'jigsaw', 'icon', 'core'],
|
|
428
595
|
componentName: 'EditorAddonIcon',
|
|
429
|
-
package: '@atlaskit/icon/glyph/editor/addon'
|
|
596
|
+
package: '@atlaskit/icon/glyph/editor/addon',
|
|
597
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
598
|
+
'@atlaskit/icon/glyph/editor/addon')
|
|
430
599
|
},
|
|
431
600
|
'editor/advanced': {
|
|
432
601
|
keywords: ['editor/advanced', 'editoradvanced', 'strikethrough', 'type', 'font', 'typography', 'icon', 'core'],
|
|
433
602
|
componentName: 'EditorAdvancedIcon',
|
|
434
|
-
package: '@atlaskit/icon/glyph/editor/advanced'
|
|
603
|
+
package: '@atlaskit/icon/glyph/editor/advanced',
|
|
604
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
605
|
+
'@atlaskit/icon/glyph/editor/advanced')
|
|
435
606
|
},
|
|
436
607
|
'editor/align-center': {
|
|
437
608
|
keywords: ['editor/align-center', 'editoraligncenter', 'icon', 'core'],
|
|
438
609
|
componentName: 'EditorAlignCenterIcon',
|
|
439
|
-
package: '@atlaskit/icon/glyph/editor/align-center'
|
|
610
|
+
package: '@atlaskit/icon/glyph/editor/align-center',
|
|
611
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
612
|
+
'@atlaskit/icon/glyph/editor/align-center')
|
|
440
613
|
},
|
|
441
614
|
'editor/align-image-center': {
|
|
442
615
|
keywords: ['editor/align-image-center', 'editoralignimagecenter', 'icon', 'core'],
|
|
443
616
|
componentName: 'EditorAlignImageCenterIcon',
|
|
444
|
-
package: '@atlaskit/icon/glyph/editor/align-image-center'
|
|
617
|
+
package: '@atlaskit/icon/glyph/editor/align-image-center',
|
|
618
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
619
|
+
'@atlaskit/icon/glyph/editor/align-image-center')
|
|
445
620
|
},
|
|
446
621
|
'editor/align-image-left': {
|
|
447
622
|
keywords: ['editor/align-image-left', 'editoralignimageleft', 'icon', 'core'],
|
|
448
623
|
componentName: 'EditorAlignImageLeftIcon',
|
|
449
|
-
package: '@atlaskit/icon/glyph/editor/align-image-left'
|
|
624
|
+
package: '@atlaskit/icon/glyph/editor/align-image-left',
|
|
625
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
626
|
+
'@atlaskit/icon/glyph/editor/align-image-left')
|
|
450
627
|
},
|
|
451
628
|
'editor/align-image-right': {
|
|
452
629
|
keywords: ['editor/align-image-right', 'editoralignimageright', 'icon', 'core'],
|
|
453
630
|
componentName: 'EditorAlignImageRightIcon',
|
|
454
|
-
package: '@atlaskit/icon/glyph/editor/align-image-right'
|
|
631
|
+
package: '@atlaskit/icon/glyph/editor/align-image-right',
|
|
632
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
633
|
+
'@atlaskit/icon/glyph/editor/align-image-right')
|
|
455
634
|
},
|
|
456
635
|
'editor/align-left': {
|
|
457
636
|
keywords: ['editor/align-left', 'editoralignleft', 'icon', 'core'],
|
|
458
637
|
componentName: 'EditorAlignLeftIcon',
|
|
459
|
-
package: '@atlaskit/icon/glyph/editor/align-left'
|
|
638
|
+
package: '@atlaskit/icon/glyph/editor/align-left',
|
|
639
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
640
|
+
'@atlaskit/icon/glyph/editor/align-left')
|
|
460
641
|
},
|
|
461
642
|
'editor/align-right': {
|
|
462
643
|
keywords: ['editor/align-right', 'editoralignright', 'icon', 'core'],
|
|
463
644
|
componentName: 'EditorAlignRightIcon',
|
|
464
|
-
package: '@atlaskit/icon/glyph/editor/align-right'
|
|
645
|
+
package: '@atlaskit/icon/glyph/editor/align-right',
|
|
646
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
647
|
+
'@atlaskit/icon/glyph/editor/align-right')
|
|
465
648
|
},
|
|
466
649
|
'editor/attachment': {
|
|
467
650
|
keywords: ['editor/attachment', 'editorattachment', 'paperclip', 'icon', 'core'],
|
|
468
651
|
componentName: 'EditorAttachmentIcon',
|
|
469
|
-
package: '@atlaskit/icon/glyph/editor/attachment'
|
|
652
|
+
package: '@atlaskit/icon/glyph/editor/attachment',
|
|
653
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
654
|
+
'@atlaskit/icon/glyph/editor/attachment')
|
|
470
655
|
},
|
|
471
656
|
'editor/background-color': {
|
|
472
657
|
keywords: ['editor/background-color', 'editorbackgroundcolor', 'fill', 'icon', 'core'],
|
|
473
658
|
componentName: 'EditorBackgroundColorIcon',
|
|
474
|
-
package: '@atlaskit/icon/glyph/editor/background-color'
|
|
659
|
+
package: '@atlaskit/icon/glyph/editor/background-color',
|
|
660
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
661
|
+
'@atlaskit/icon/glyph/editor/background-color')
|
|
475
662
|
},
|
|
476
663
|
'editor/bold': {
|
|
477
664
|
keywords: ['editor/bold', 'editorbold', 'icon', 'core'],
|
|
478
665
|
componentName: 'EditorBoldIcon',
|
|
479
|
-
package: '@atlaskit/icon/glyph/editor/bold'
|
|
666
|
+
package: '@atlaskit/icon/glyph/editor/bold',
|
|
667
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
668
|
+
'@atlaskit/icon/glyph/editor/bold')
|
|
480
669
|
},
|
|
481
670
|
'editor/bullet-list': {
|
|
482
671
|
keywords: ['editor/bullet-list', 'editorbulletlist', 'ul', 'icon', 'core'],
|
|
483
672
|
componentName: 'EditorBulletListIcon',
|
|
484
|
-
package: '@atlaskit/icon/glyph/editor/bullet-list'
|
|
673
|
+
package: '@atlaskit/icon/glyph/editor/bullet-list',
|
|
674
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
675
|
+
'@atlaskit/icon/glyph/editor/bullet-list')
|
|
485
676
|
},
|
|
486
677
|
'editor/close': {
|
|
487
678
|
keywords: ['editor/close', 'editorclose', 'x', 'cancel', 'cross', 'icon', 'core'],
|
|
488
679
|
componentName: 'EditorCloseIcon',
|
|
489
|
-
package: '@atlaskit/icon/glyph/editor/close'
|
|
680
|
+
package: '@atlaskit/icon/glyph/editor/close',
|
|
681
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
682
|
+
'@atlaskit/icon/glyph/editor/close')
|
|
490
683
|
},
|
|
491
684
|
'editor/code': {
|
|
492
685
|
keywords: ['editor/code', 'editorcode', 'source', 'icon', 'core'],
|
|
493
686
|
componentName: 'EditorCodeIcon',
|
|
494
|
-
package: '@atlaskit/icon/glyph/editor/code'
|
|
687
|
+
package: '@atlaskit/icon/glyph/editor/code',
|
|
688
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
689
|
+
'@atlaskit/icon/glyph/editor/code')
|
|
495
690
|
},
|
|
496
691
|
'editor/collapse': {
|
|
497
692
|
keywords: ['editor/collapse', 'editorcollapse', 'close', 'icon', 'core'],
|
|
498
693
|
componentName: 'EditorCollapseIcon',
|
|
499
|
-
package: '@atlaskit/icon/glyph/editor/collapse'
|
|
694
|
+
package: '@atlaskit/icon/glyph/editor/collapse',
|
|
695
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
696
|
+
'@atlaskit/icon/glyph/editor/collapse')
|
|
500
697
|
},
|
|
501
698
|
'editor/date': {
|
|
502
699
|
keywords: ['editor/date', 'editordate', 'calendar', 'icon', 'core'],
|
|
503
700
|
componentName: 'EditorDateIcon',
|
|
504
|
-
package: '@atlaskit/icon/glyph/editor/date'
|
|
701
|
+
package: '@atlaskit/icon/glyph/editor/date',
|
|
702
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
703
|
+
'@atlaskit/icon/glyph/editor/date')
|
|
505
704
|
},
|
|
506
705
|
'editor/decision': {
|
|
507
706
|
keywords: ['editor/decision', 'editordecision', 'icon', 'core'],
|
|
508
707
|
componentName: 'EditorDecisionIcon',
|
|
509
|
-
package: '@atlaskit/icon/glyph/editor/decision'
|
|
708
|
+
package: '@atlaskit/icon/glyph/editor/decision',
|
|
709
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
710
|
+
'@atlaskit/icon/glyph/editor/decision')
|
|
510
711
|
},
|
|
511
712
|
'editor/divider': {
|
|
512
713
|
keywords: ['editor/divider', 'editordivider', 'icon', 'core'],
|
|
513
714
|
componentName: 'EditorDividerIcon',
|
|
514
|
-
package: '@atlaskit/icon/glyph/editor/divider'
|
|
715
|
+
package: '@atlaskit/icon/glyph/editor/divider',
|
|
716
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
717
|
+
'@atlaskit/icon/glyph/editor/divider')
|
|
515
718
|
},
|
|
516
719
|
'editor/done': {
|
|
517
720
|
keywords: ['editor/done', 'editordone', 'check', 'tick', 'icon', 'core'],
|
|
518
721
|
componentName: 'EditorDoneIcon',
|
|
519
|
-
package: '@atlaskit/icon/glyph/editor/done'
|
|
722
|
+
package: '@atlaskit/icon/glyph/editor/done',
|
|
723
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
724
|
+
'@atlaskit/icon/glyph/editor/done')
|
|
520
725
|
},
|
|
521
726
|
'editor/edit': {
|
|
522
727
|
keywords: ['editor/edit', 'editoredit', 'pencil', 'write', 'icon', 'core'],
|
|
523
728
|
componentName: 'EditorEditIcon',
|
|
524
|
-
package: '@atlaskit/icon/glyph/editor/edit'
|
|
729
|
+
package: '@atlaskit/icon/glyph/editor/edit',
|
|
730
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
731
|
+
'@atlaskit/icon/glyph/editor/edit')
|
|
525
732
|
},
|
|
526
733
|
'editor/emoji': {
|
|
527
734
|
keywords: ['editor/emoji', 'editoremoji', 'emoticon', 'smiley', 'icon', 'core'],
|
|
528
735
|
componentName: 'EditorEmojiIcon',
|
|
529
|
-
package: '@atlaskit/icon/glyph/editor/emoji'
|
|
736
|
+
package: '@atlaskit/icon/glyph/editor/emoji',
|
|
737
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
738
|
+
'@atlaskit/icon/glyph/editor/emoji')
|
|
530
739
|
},
|
|
531
740
|
'editor/error': {
|
|
532
741
|
keywords: ['editor/error', 'editorerror', 'warning', 'alert', 'icon', 'core'],
|
|
533
742
|
componentName: 'EditorErrorIcon',
|
|
534
|
-
package: '@atlaskit/icon/glyph/editor/error'
|
|
743
|
+
package: '@atlaskit/icon/glyph/editor/error',
|
|
744
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
745
|
+
'@atlaskit/icon/glyph/editor/error')
|
|
535
746
|
},
|
|
536
747
|
'editor/expand': {
|
|
537
748
|
keywords: ['editor/expand', 'editorexpand', 'open', 'icon', 'core'],
|
|
538
749
|
componentName: 'EditorExpandIcon',
|
|
539
|
-
package: '@atlaskit/icon/glyph/editor/expand'
|
|
750
|
+
package: '@atlaskit/icon/glyph/editor/expand',
|
|
751
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
752
|
+
'@atlaskit/icon/glyph/editor/expand')
|
|
540
753
|
},
|
|
541
754
|
'editor/feedback': {
|
|
542
755
|
keywords: ['editor/feedback', 'editorfeedback', 'announce', 'speaker', 'megaphone', 'icon', 'core'],
|
|
543
756
|
componentName: 'EditorFeedbackIcon',
|
|
544
|
-
package: '@atlaskit/icon/glyph/editor/feedback'
|
|
757
|
+
package: '@atlaskit/icon/glyph/editor/feedback',
|
|
758
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
759
|
+
'@atlaskit/icon/glyph/editor/feedback')
|
|
545
760
|
},
|
|
546
761
|
'editor/file': {
|
|
547
762
|
keywords: ['editor/file', 'editorfile', 'page', 'document', 'paper', 'sheet', 'icon', 'core'],
|
|
548
763
|
componentName: 'EditorFileIcon',
|
|
549
|
-
package: '@atlaskit/icon/glyph/editor/file'
|
|
764
|
+
package: '@atlaskit/icon/glyph/editor/file',
|
|
765
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
766
|
+
'@atlaskit/icon/glyph/editor/file')
|
|
550
767
|
},
|
|
551
768
|
'editor/file-preview': {
|
|
552
769
|
keywords: ['editor/file-preview', 'editorfilepreview', 'icon', 'core'],
|
|
553
770
|
componentName: 'EditorFilePreviewIcon',
|
|
554
|
-
package: '@atlaskit/icon/glyph/editor/file-preview'
|
|
771
|
+
package: '@atlaskit/icon/glyph/editor/file-preview',
|
|
772
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
773
|
+
'@atlaskit/icon/glyph/editor/file-preview')
|
|
555
774
|
},
|
|
556
775
|
'editor/help': {
|
|
557
776
|
keywords: ['editor/help', 'editorhelp', 'question', 'icon', 'core'],
|
|
558
777
|
componentName: 'EditorHelpIcon',
|
|
559
|
-
package: '@atlaskit/icon/glyph/editor/help'
|
|
778
|
+
package: '@atlaskit/icon/glyph/editor/help',
|
|
779
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
780
|
+
'@atlaskit/icon/glyph/editor/help')
|
|
560
781
|
},
|
|
561
782
|
'editor/hint': {
|
|
562
783
|
keywords: ['editor/hint', 'editorhint', 'light', 'idea', 'icon', 'core'],
|
|
563
784
|
componentName: 'EditorHintIcon',
|
|
564
|
-
package: '@atlaskit/icon/glyph/editor/hint'
|
|
785
|
+
package: '@atlaskit/icon/glyph/editor/hint',
|
|
786
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
787
|
+
'@atlaskit/icon/glyph/editor/hint')
|
|
565
788
|
},
|
|
566
789
|
'editor/horizontal-rule': {
|
|
567
790
|
keywords: ['editor/horizontal-rule', 'editorhorizontalrule', 'rule', 'divider', 'icon', 'core'],
|
|
568
791
|
componentName: 'EditorHorizontalRuleIcon',
|
|
569
|
-
package: '@atlaskit/icon/glyph/editor/horizontal-rule'
|
|
792
|
+
package: '@atlaskit/icon/glyph/editor/horizontal-rule',
|
|
793
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
794
|
+
'@atlaskit/icon/glyph/editor/horizontal-rule')
|
|
570
795
|
},
|
|
571
796
|
'editor/image': {
|
|
572
797
|
keywords: ['editor/image', 'editorimage', 'photo', 'picture', 'icon', 'core'],
|
|
573
798
|
componentName: 'EditorImageIcon',
|
|
574
|
-
package: '@atlaskit/icon/glyph/editor/image'
|
|
799
|
+
package: '@atlaskit/icon/glyph/editor/image',
|
|
800
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
801
|
+
'@atlaskit/icon/glyph/editor/image')
|
|
575
802
|
},
|
|
576
803
|
'editor/image-border': {
|
|
577
804
|
keywords: ['editor/image-border', 'editorimageborder', 'marquee', 'box', 'icon', 'core'],
|
|
578
805
|
componentName: 'EditorImageBorderIcon',
|
|
579
|
-
package: '@atlaskit/icon/glyph/editor/image-border'
|
|
806
|
+
package: '@atlaskit/icon/glyph/editor/image-border',
|
|
807
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
808
|
+
'@atlaskit/icon/glyph/editor/image-border')
|
|
580
809
|
},
|
|
581
810
|
'editor/image-resize': {
|
|
582
811
|
keywords: ['editor/image-resize', 'editorimageresize', 'expand', 'icon', 'core'],
|
|
583
812
|
componentName: 'EditorImageResizeIcon',
|
|
584
|
-
package: '@atlaskit/icon/glyph/editor/image-resize'
|
|
813
|
+
package: '@atlaskit/icon/glyph/editor/image-resize',
|
|
814
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
815
|
+
'@atlaskit/icon/glyph/editor/image-resize')
|
|
585
816
|
},
|
|
586
817
|
'editor/indent': {
|
|
587
818
|
keywords: ['editor/indent', 'editorindent', 'tab', 'spacing', 'padding', 'icon', 'core'],
|
|
588
819
|
componentName: 'EditorIndentIcon',
|
|
589
|
-
package: '@atlaskit/icon/glyph/editor/indent'
|
|
820
|
+
package: '@atlaskit/icon/glyph/editor/indent',
|
|
821
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
822
|
+
'@atlaskit/icon/glyph/editor/indent')
|
|
590
823
|
},
|
|
591
824
|
'editor/info': {
|
|
592
825
|
keywords: ['editor/info', 'editorinfo', 'icon', 'core'],
|
|
593
826
|
componentName: 'EditorInfoIcon',
|
|
594
|
-
package: '@atlaskit/icon/glyph/editor/info'
|
|
827
|
+
package: '@atlaskit/icon/glyph/editor/info',
|
|
828
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
829
|
+
'@atlaskit/icon/glyph/editor/info')
|
|
595
830
|
},
|
|
596
831
|
'editor/italic': {
|
|
597
832
|
keywords: ['editor/italic', 'editoritalic', 'icon', 'core'],
|
|
598
833
|
componentName: 'EditorItalicIcon',
|
|
599
|
-
package: '@atlaskit/icon/glyph/editor/italic'
|
|
834
|
+
package: '@atlaskit/icon/glyph/editor/italic',
|
|
835
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
836
|
+
'@atlaskit/icon/glyph/editor/italic')
|
|
600
837
|
},
|
|
601
838
|
'editor/layout-single': {
|
|
602
839
|
keywords: ['editor/layout-single', 'editorlayoutsingle', 'icon', 'core'],
|
|
603
840
|
componentName: 'EditorLayoutSingleIcon',
|
|
604
|
-
package: '@atlaskit/icon/glyph/editor/layout-single'
|
|
841
|
+
package: '@atlaskit/icon/glyph/editor/layout-single',
|
|
842
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
843
|
+
'@atlaskit/icon/glyph/editor/layout-single')
|
|
605
844
|
},
|
|
606
845
|
'editor/layout-three-equal': {
|
|
607
846
|
keywords: ['editor/layout-three-equal', 'editorlayoutthreeequal', 'icon', 'core'],
|
|
608
847
|
componentName: 'EditorLayoutThreeEqualIcon',
|
|
609
|
-
package: '@atlaskit/icon/glyph/editor/layout-three-equal'
|
|
848
|
+
package: '@atlaskit/icon/glyph/editor/layout-three-equal',
|
|
849
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
850
|
+
'@atlaskit/icon/glyph/editor/layout-three-equal')
|
|
610
851
|
},
|
|
611
852
|
'editor/layout-three-with-sidebars': {
|
|
612
853
|
keywords: ['editor/layout-three-with-sidebars', 'editorlayoutthreewithsidebars', 'icon', 'core'],
|
|
613
854
|
componentName: 'EditorLayoutThreeWithSidebarsIcon',
|
|
614
|
-
package: '@atlaskit/icon/glyph/editor/layout-three-with-sidebars'
|
|
855
|
+
package: '@atlaskit/icon/glyph/editor/layout-three-with-sidebars',
|
|
856
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
857
|
+
'@atlaskit/icon/glyph/editor/layout-three-with-sidebars')
|
|
615
858
|
},
|
|
616
859
|
'editor/layout-two-equal': {
|
|
617
860
|
keywords: ['editor/layout-two-equal', 'editorlayouttwoequal', 'icon', 'core'],
|
|
618
861
|
componentName: 'EditorLayoutTwoEqualIcon',
|
|
619
|
-
package: '@atlaskit/icon/glyph/editor/layout-two-equal'
|
|
862
|
+
package: '@atlaskit/icon/glyph/editor/layout-two-equal',
|
|
863
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
864
|
+
'@atlaskit/icon/glyph/editor/layout-two-equal')
|
|
620
865
|
},
|
|
621
866
|
'editor/layout-two-left-sidebar': {
|
|
622
867
|
keywords: ['editor/layout-two-left-sidebar', 'editorlayouttwoleftsidebar', 'icon', 'core'],
|
|
623
868
|
componentName: 'EditorLayoutTwoLeftSidebarIcon',
|
|
624
|
-
package: '@atlaskit/icon/glyph/editor/layout-two-left-sidebar'
|
|
869
|
+
package: '@atlaskit/icon/glyph/editor/layout-two-left-sidebar',
|
|
870
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
871
|
+
'@atlaskit/icon/glyph/editor/layout-two-left-sidebar')
|
|
625
872
|
},
|
|
626
873
|
'editor/layout-two-right-sidebar': {
|
|
627
874
|
keywords: ['editor/layout-two-right-sidebar', 'editorlayouttworightsidebar', 'icon', 'core'],
|
|
628
875
|
componentName: 'EditorLayoutTwoRightSidebarIcon',
|
|
629
|
-
package: '@atlaskit/icon/glyph/editor/layout-two-right-sidebar'
|
|
876
|
+
package: '@atlaskit/icon/glyph/editor/layout-two-right-sidebar',
|
|
877
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
878
|
+
'@atlaskit/icon/glyph/editor/layout-two-right-sidebar')
|
|
630
879
|
},
|
|
631
880
|
'editor/link': {
|
|
632
881
|
keywords: ['editor/link', 'editorlink', 'icon', 'core'],
|
|
633
882
|
componentName: 'EditorLinkIcon',
|
|
634
|
-
package: '@atlaskit/icon/glyph/editor/link'
|
|
883
|
+
package: '@atlaskit/icon/glyph/editor/link',
|
|
884
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
885
|
+
'@atlaskit/icon/glyph/editor/link')
|
|
635
886
|
},
|
|
636
887
|
'editor/media-center': {
|
|
637
888
|
keywords: ['editor/media-center', 'editormediacenter', 'layout', 'align', 'position', 'icon', 'core'],
|
|
638
889
|
componentName: 'EditorMediaCenterIcon',
|
|
639
|
-
package: '@atlaskit/icon/glyph/editor/media-center'
|
|
890
|
+
package: '@atlaskit/icon/glyph/editor/media-center',
|
|
891
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
892
|
+
'@atlaskit/icon/glyph/editor/media-center')
|
|
640
893
|
},
|
|
641
894
|
'editor/media-full-width': {
|
|
642
895
|
keywords: ['editor/media-full-width', 'editormediafullwidth', 'layout', 'align', 'position', 'icon', 'core'],
|
|
643
896
|
componentName: 'EditorMediaFullWidthIcon',
|
|
644
|
-
package: '@atlaskit/icon/glyph/editor/media-full-width'
|
|
897
|
+
package: '@atlaskit/icon/glyph/editor/media-full-width',
|
|
898
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
899
|
+
'@atlaskit/icon/glyph/editor/media-full-width')
|
|
645
900
|
},
|
|
646
901
|
'editor/media-wide': {
|
|
647
902
|
keywords: ['editor/media-wide', 'editormediawide', 'layout', 'align', 'position', 'icon', 'core'],
|
|
648
903
|
componentName: 'EditorMediaWideIcon',
|
|
649
|
-
package: '@atlaskit/icon/glyph/editor/media-wide'
|
|
904
|
+
package: '@atlaskit/icon/glyph/editor/media-wide',
|
|
905
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
906
|
+
'@atlaskit/icon/glyph/editor/media-wide')
|
|
650
907
|
},
|
|
651
908
|
'editor/media-wrap-left': {
|
|
652
909
|
keywords: ['editor/media-wrap-left', 'editormediawrapleft', 'layout', 'align', 'position', 'icon', 'core'],
|
|
653
910
|
componentName: 'EditorMediaWrapLeftIcon',
|
|
654
|
-
package: '@atlaskit/icon/glyph/editor/media-wrap-left'
|
|
911
|
+
package: '@atlaskit/icon/glyph/editor/media-wrap-left',
|
|
912
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
913
|
+
'@atlaskit/icon/glyph/editor/media-wrap-left')
|
|
655
914
|
},
|
|
656
915
|
'editor/media-wrap-right': {
|
|
657
916
|
keywords: ['editor/media-wrap-right', 'editormediawrapright', 'layout', 'align', 'position', 'icon', 'core'],
|
|
658
917
|
componentName: 'EditorMediaWrapRightIcon',
|
|
659
|
-
package: '@atlaskit/icon/glyph/editor/media-wrap-right'
|
|
918
|
+
package: '@atlaskit/icon/glyph/editor/media-wrap-right',
|
|
919
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
920
|
+
'@atlaskit/icon/glyph/editor/media-wrap-right')
|
|
660
921
|
},
|
|
661
922
|
'editor/mention': {
|
|
662
923
|
keywords: ['editor/mention', 'editormention', '@', 'person', 'user', 'icon', 'core'],
|
|
663
924
|
componentName: 'EditorMentionIcon',
|
|
664
|
-
package: '@atlaskit/icon/glyph/editor/mention'
|
|
925
|
+
package: '@atlaskit/icon/glyph/editor/mention',
|
|
926
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
927
|
+
'@atlaskit/icon/glyph/editor/mention')
|
|
665
928
|
},
|
|
666
929
|
'editor/more': {
|
|
667
930
|
keywords: ['editor/more', 'editormore', 'dots', 'ellipses', 'icon', 'core'],
|
|
668
931
|
componentName: 'EditorMoreIcon',
|
|
669
|
-
package: '@atlaskit/icon/glyph/editor/more'
|
|
932
|
+
package: '@atlaskit/icon/glyph/editor/more',
|
|
933
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
934
|
+
'@atlaskit/icon/glyph/editor/more')
|
|
670
935
|
},
|
|
671
936
|
'editor/note': {
|
|
672
937
|
keywords: ['editor/note', 'editornote', 'document', 'page', 'icon', 'core'],
|
|
673
938
|
componentName: 'EditorNoteIcon',
|
|
674
|
-
package: '@atlaskit/icon/glyph/editor/note'
|
|
939
|
+
package: '@atlaskit/icon/glyph/editor/note',
|
|
940
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
941
|
+
'@atlaskit/icon/glyph/editor/note')
|
|
675
942
|
},
|
|
676
943
|
'editor/number-list': {
|
|
677
944
|
keywords: ['editor/number-list', 'editornumberlist', 'ol', 'icon', 'core'],
|
|
678
945
|
componentName: 'EditorNumberListIcon',
|
|
679
|
-
package: '@atlaskit/icon/glyph/editor/number-list'
|
|
946
|
+
package: '@atlaskit/icon/glyph/editor/number-list',
|
|
947
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
948
|
+
'@atlaskit/icon/glyph/editor/number-list')
|
|
680
949
|
},
|
|
681
950
|
'editor/open': {
|
|
682
951
|
keywords: ['editor/open', 'editoropen', 'icon', 'core'],
|
|
683
952
|
componentName: 'EditorOpenIcon',
|
|
684
|
-
package: '@atlaskit/icon/glyph/editor/open'
|
|
953
|
+
package: '@atlaskit/icon/glyph/editor/open',
|
|
954
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
955
|
+
'@atlaskit/icon/glyph/editor/open')
|
|
685
956
|
},
|
|
686
957
|
'editor/outdent': {
|
|
687
958
|
keywords: ['editor/outdent', 'editoroutdent', 'indent', 'tab', 'spacing', 'padding', 'icon', 'core'],
|
|
688
959
|
componentName: 'EditorOutdentIcon',
|
|
689
|
-
package: '@atlaskit/icon/glyph/editor/outdent'
|
|
960
|
+
package: '@atlaskit/icon/glyph/editor/outdent',
|
|
961
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
962
|
+
'@atlaskit/icon/glyph/editor/outdent')
|
|
690
963
|
},
|
|
691
964
|
'editor/panel': {
|
|
692
965
|
keywords: ['editor/panel', 'editorpanel', 'info', 'icon', 'core'],
|
|
693
966
|
componentName: 'EditorPanelIcon',
|
|
694
|
-
package: '@atlaskit/icon/glyph/editor/panel'
|
|
967
|
+
package: '@atlaskit/icon/glyph/editor/panel',
|
|
968
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
969
|
+
'@atlaskit/icon/glyph/editor/panel')
|
|
695
970
|
},
|
|
696
971
|
'editor/photo': {
|
|
697
972
|
keywords: ['editor/photo', 'editorphoto', 'camera', 'icon', 'core'],
|
|
698
973
|
componentName: 'EditorPhotoIcon',
|
|
699
|
-
package: '@atlaskit/icon/glyph/editor/photo'
|
|
974
|
+
package: '@atlaskit/icon/glyph/editor/photo',
|
|
975
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
976
|
+
'@atlaskit/icon/glyph/editor/photo')
|
|
700
977
|
},
|
|
701
978
|
'editor/quote': {
|
|
702
979
|
keywords: ['editor/quote', 'editorquote', 'icon', 'core'],
|
|
703
980
|
componentName: 'EditorQuoteIcon',
|
|
704
|
-
package: '@atlaskit/icon/glyph/editor/quote'
|
|
981
|
+
package: '@atlaskit/icon/glyph/editor/quote',
|
|
982
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
983
|
+
'@atlaskit/icon/glyph/editor/quote')
|
|
705
984
|
},
|
|
706
985
|
'editor/recent': {
|
|
707
986
|
keywords: ['editor/recent', 'editorrecent', 'clock', 'time', 'icon', 'core'],
|
|
708
987
|
componentName: 'EditorRecentIcon',
|
|
709
|
-
package: '@atlaskit/icon/glyph/editor/recent'
|
|
988
|
+
package: '@atlaskit/icon/glyph/editor/recent',
|
|
989
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
990
|
+
'@atlaskit/icon/glyph/editor/recent')
|
|
710
991
|
},
|
|
711
992
|
'editor/redo': {
|
|
712
993
|
keywords: ['editor/redo', 'editorredo', 'icon', 'core'],
|
|
713
994
|
componentName: 'EditorRedoIcon',
|
|
714
|
-
package: '@atlaskit/icon/glyph/editor/redo'
|
|
995
|
+
package: '@atlaskit/icon/glyph/editor/redo',
|
|
996
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
997
|
+
'@atlaskit/icon/glyph/editor/redo')
|
|
715
998
|
},
|
|
716
999
|
'editor/remove': {
|
|
717
1000
|
keywords: ['editor/remove', 'editorremove', 'bin', 'trash', 'recycle', 'delete', 'icon', 'core'],
|
|
718
1001
|
componentName: 'EditorRemoveIcon',
|
|
719
|
-
package: '@atlaskit/icon/glyph/editor/remove'
|
|
1002
|
+
package: '@atlaskit/icon/glyph/editor/remove',
|
|
1003
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1004
|
+
'@atlaskit/icon/glyph/editor/remove')
|
|
720
1005
|
},
|
|
721
1006
|
'editor/remove-emoji': {
|
|
722
1007
|
keywords: ['editor/remove-emoji', 'editorremoveemoji', 'icon', 'core'],
|
|
723
1008
|
componentName: 'EditorRemoveEmojiIcon',
|
|
724
|
-
package: '@atlaskit/icon/glyph/editor/remove-emoji'
|
|
1009
|
+
package: '@atlaskit/icon/glyph/editor/remove-emoji',
|
|
1010
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1011
|
+
'@atlaskit/icon/glyph/editor/remove-emoji')
|
|
725
1012
|
},
|
|
726
1013
|
'editor/search': {
|
|
727
1014
|
keywords: ['editor/search', 'editorsearch', 'magnifying', 'glass', 'find', 'icon', 'core'],
|
|
728
1015
|
componentName: 'EditorSearchIcon',
|
|
729
|
-
package: '@atlaskit/icon/glyph/editor/search'
|
|
1016
|
+
package: '@atlaskit/icon/glyph/editor/search',
|
|
1017
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1018
|
+
'@atlaskit/icon/glyph/editor/search')
|
|
730
1019
|
},
|
|
731
1020
|
'editor/settings': {
|
|
732
1021
|
keywords: ['editor/settings', 'editorsettings', 'options', 'configuration', 'icon', 'core'],
|
|
733
1022
|
componentName: 'EditorSettingsIcon',
|
|
734
|
-
package: '@atlaskit/icon/glyph/editor/settings'
|
|
1023
|
+
package: '@atlaskit/icon/glyph/editor/settings',
|
|
1024
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1025
|
+
'@atlaskit/icon/glyph/editor/settings')
|
|
735
1026
|
},
|
|
736
1027
|
'editor/strikethrough': {
|
|
737
1028
|
keywords: ['editor/strikethrough', 'editorstrikethrough', 'strikethrough', 'type', 'font', 'typography', 'icon', 'core'],
|
|
738
1029
|
componentName: 'EditorStrikethroughIcon',
|
|
739
|
-
package: '@atlaskit/icon/glyph/editor/strikethrough'
|
|
1030
|
+
package: '@atlaskit/icon/glyph/editor/strikethrough',
|
|
1031
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1032
|
+
'@atlaskit/icon/glyph/editor/strikethrough')
|
|
740
1033
|
},
|
|
741
1034
|
'editor/success': {
|
|
742
1035
|
keywords: ['editor/success', 'editorsuccess', 'luck', 'achievement', 'icon', 'core'],
|
|
743
1036
|
componentName: 'EditorSuccessIcon',
|
|
744
|
-
package: '@atlaskit/icon/glyph/editor/success'
|
|
1037
|
+
package: '@atlaskit/icon/glyph/editor/success',
|
|
1038
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1039
|
+
'@atlaskit/icon/glyph/editor/success')
|
|
745
1040
|
},
|
|
746
1041
|
'editor/table': {
|
|
747
1042
|
keywords: ['editor/table', 'editortable', 'grid', 'icon', 'core'],
|
|
748
1043
|
componentName: 'EditorTableIcon',
|
|
749
|
-
package: '@atlaskit/icon/glyph/editor/table'
|
|
1044
|
+
package: '@atlaskit/icon/glyph/editor/table',
|
|
1045
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1046
|
+
'@atlaskit/icon/glyph/editor/table')
|
|
750
1047
|
},
|
|
751
1048
|
'editor/table-display-options': {
|
|
752
1049
|
keywords: ['editor/table-display-options', 'editortabledisplayoptions', 'display-options', 'display', 'icon', 'core'],
|
|
753
1050
|
componentName: 'EditorTableDisplayOptionsIcon',
|
|
754
|
-
package: '@atlaskit/icon/glyph/editor/table-display-options'
|
|
1051
|
+
package: '@atlaskit/icon/glyph/editor/table-display-options',
|
|
1052
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1053
|
+
'@atlaskit/icon/glyph/editor/table-display-options')
|
|
755
1054
|
},
|
|
756
1055
|
'editor/task': {
|
|
757
1056
|
keywords: ['editor/task', 'editortask', 'checkbox', 'tick', 'icon', 'core'],
|
|
758
1057
|
componentName: 'EditorTaskIcon',
|
|
759
|
-
package: '@atlaskit/icon/glyph/editor/task'
|
|
1058
|
+
package: '@atlaskit/icon/glyph/editor/task',
|
|
1059
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1060
|
+
'@atlaskit/icon/glyph/editor/task')
|
|
760
1061
|
},
|
|
761
1062
|
'editor/text-color': {
|
|
762
1063
|
keywords: ['editor/text-color', 'editortextcolor', 'font', 'icon', 'core'],
|
|
763
1064
|
componentName: 'EditorTextColorIcon',
|
|
764
|
-
package: '@atlaskit/icon/glyph/editor/text-color'
|
|
1065
|
+
package: '@atlaskit/icon/glyph/editor/text-color',
|
|
1066
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1067
|
+
'@atlaskit/icon/glyph/editor/text-color')
|
|
765
1068
|
},
|
|
766
1069
|
'editor/text-style': {
|
|
767
1070
|
keywords: ['editor/text-style', 'editortextstyle', 'type', 'font', 'typography', 'icon', 'core'],
|
|
768
1071
|
componentName: 'EditorTextStyleIcon',
|
|
769
|
-
package: '@atlaskit/icon/glyph/editor/text-style'
|
|
1072
|
+
package: '@atlaskit/icon/glyph/editor/text-style',
|
|
1073
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1074
|
+
'@atlaskit/icon/glyph/editor/text-style')
|
|
770
1075
|
},
|
|
771
1076
|
'editor/underline': {
|
|
772
1077
|
keywords: ['editor/underline', 'editorunderline', 'font', 'text', 'icon', 'core'],
|
|
773
1078
|
componentName: 'EditorUnderlineIcon',
|
|
774
|
-
package: '@atlaskit/icon/glyph/editor/underline'
|
|
1079
|
+
package: '@atlaskit/icon/glyph/editor/underline',
|
|
1080
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1081
|
+
'@atlaskit/icon/glyph/editor/underline')
|
|
775
1082
|
},
|
|
776
1083
|
'editor/undo': {
|
|
777
1084
|
keywords: ['editor/undo', 'editorundo', 'icon', 'core'],
|
|
778
1085
|
componentName: 'EditorUndoIcon',
|
|
779
|
-
package: '@atlaskit/icon/glyph/editor/undo'
|
|
1086
|
+
package: '@atlaskit/icon/glyph/editor/undo',
|
|
1087
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1088
|
+
'@atlaskit/icon/glyph/editor/undo')
|
|
780
1089
|
},
|
|
781
1090
|
'editor/unlink': {
|
|
782
1091
|
keywords: ['editor/unlink', 'editorunlink', 'icon', 'core'],
|
|
783
1092
|
componentName: 'EditorUnlinkIcon',
|
|
784
|
-
package: '@atlaskit/icon/glyph/editor/unlink'
|
|
1093
|
+
package: '@atlaskit/icon/glyph/editor/unlink',
|
|
1094
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1095
|
+
'@atlaskit/icon/glyph/editor/unlink')
|
|
785
1096
|
},
|
|
786
1097
|
'editor/warning': {
|
|
787
1098
|
keywords: ['editor/warning', 'editorwarning', 'alert', 'error', 'icon', 'core'],
|
|
788
1099
|
componentName: 'EditorWarningIcon',
|
|
789
|
-
package: '@atlaskit/icon/glyph/editor/warning'
|
|
1100
|
+
package: '@atlaskit/icon/glyph/editor/warning',
|
|
1101
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1102
|
+
'@atlaskit/icon/glyph/editor/warning')
|
|
790
1103
|
},
|
|
791
1104
|
email: {
|
|
792
1105
|
keywords: ['email', 'icon', 'core'],
|
|
793
1106
|
componentName: 'EmailIcon',
|
|
794
|
-
package: '@atlaskit/icon/glyph/email'
|
|
1107
|
+
package: '@atlaskit/icon/glyph/email',
|
|
1108
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1109
|
+
'@atlaskit/icon/glyph/email')
|
|
795
1110
|
},
|
|
796
1111
|
emoji: {
|
|
797
1112
|
keywords: ['emoji', 'emoticon', 'smiley', 'icon', 'core'],
|
|
798
1113
|
componentName: 'EmojiIcon',
|
|
799
|
-
package: '@atlaskit/icon/glyph/emoji'
|
|
1114
|
+
package: '@atlaskit/icon/glyph/emoji',
|
|
1115
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1116
|
+
'@atlaskit/icon/glyph/emoji')
|
|
800
1117
|
},
|
|
801
1118
|
'emoji-add': {
|
|
802
1119
|
keywords: ['emoji-add', 'emojiadd', 'icon', 'core'],
|
|
803
1120
|
componentName: 'EmojiAddIcon',
|
|
804
|
-
package: '@atlaskit/icon/glyph/emoji-add'
|
|
1121
|
+
package: '@atlaskit/icon/glyph/emoji-add',
|
|
1122
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1123
|
+
'@atlaskit/icon/glyph/emoji-add')
|
|
805
1124
|
},
|
|
806
1125
|
'emoji/activity': {
|
|
807
1126
|
keywords: ['emoji/activity', 'emojiactivity', 'tennis', 'ball', 'icon', 'core'],
|
|
808
1127
|
componentName: 'EmojiActivityIcon',
|
|
809
|
-
package: '@atlaskit/icon/glyph/emoji/activity'
|
|
1128
|
+
package: '@atlaskit/icon/glyph/emoji/activity',
|
|
1129
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1130
|
+
'@atlaskit/icon/glyph/emoji/activity')
|
|
810
1131
|
},
|
|
811
1132
|
'emoji/atlassian': {
|
|
812
1133
|
keywords: ['emoji/atlassian', 'emojiatlassian', 'icon', 'core'],
|
|
813
1134
|
componentName: 'EmojiAtlassianIcon',
|
|
814
|
-
package: '@atlaskit/icon/glyph/emoji/atlassian'
|
|
1135
|
+
package: '@atlaskit/icon/glyph/emoji/atlassian',
|
|
1136
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1137
|
+
'@atlaskit/icon/glyph/emoji/atlassian')
|
|
815
1138
|
},
|
|
816
1139
|
'emoji/custom': {
|
|
817
1140
|
keywords: ['emoji/custom', 'emojicustom', 'plus', 'add', 'create', 'new', 'icon', 'core'],
|
|
818
1141
|
componentName: 'EmojiCustomIcon',
|
|
819
|
-
package: '@atlaskit/icon/glyph/emoji/custom'
|
|
1142
|
+
package: '@atlaskit/icon/glyph/emoji/custom',
|
|
1143
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1144
|
+
'@atlaskit/icon/glyph/emoji/custom')
|
|
820
1145
|
},
|
|
821
1146
|
'emoji/emoji': {
|
|
822
1147
|
keywords: ['emoji/emoji', 'emojiemoji', 'emoticon', 'smiley', 'icon', 'core'],
|
|
823
1148
|
componentName: 'EmojiEmojiIcon',
|
|
824
|
-
package: '@atlaskit/icon/glyph/emoji/emoji'
|
|
1149
|
+
package: '@atlaskit/icon/glyph/emoji/emoji',
|
|
1150
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1151
|
+
'@atlaskit/icon/glyph/emoji/emoji')
|
|
825
1152
|
},
|
|
826
1153
|
'emoji/flags': {
|
|
827
1154
|
keywords: ['emoji/flags', 'emojiflags', 'icon', 'core'],
|
|
828
1155
|
componentName: 'EmojiFlagsIcon',
|
|
829
|
-
package: '@atlaskit/icon/glyph/emoji/flags'
|
|
1156
|
+
package: '@atlaskit/icon/glyph/emoji/flags',
|
|
1157
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1158
|
+
'@atlaskit/icon/glyph/emoji/flags')
|
|
830
1159
|
},
|
|
831
1160
|
'emoji/food': {
|
|
832
1161
|
keywords: ['emoji/food', 'emojifood', 'icon', 'core'],
|
|
833
1162
|
componentName: 'EmojiFoodIcon',
|
|
834
|
-
package: '@atlaskit/icon/glyph/emoji/food'
|
|
1163
|
+
package: '@atlaskit/icon/glyph/emoji/food',
|
|
1164
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1165
|
+
'@atlaskit/icon/glyph/emoji/food')
|
|
835
1166
|
},
|
|
836
1167
|
'emoji/frequent': {
|
|
837
1168
|
keywords: ['emoji/frequent', 'emojifrequent', 'time', 'clock', 'icon', 'core'],
|
|
838
1169
|
componentName: 'EmojiFrequentIcon',
|
|
839
|
-
package: '@atlaskit/icon/glyph/emoji/frequent'
|
|
1170
|
+
package: '@atlaskit/icon/glyph/emoji/frequent',
|
|
1171
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1172
|
+
'@atlaskit/icon/glyph/emoji/frequent')
|
|
840
1173
|
},
|
|
841
1174
|
'emoji/keyboard': {
|
|
842
1175
|
keywords: ['emoji/keyboard', 'emojikeyboard', 'type', 'icon', 'core'],
|
|
843
1176
|
componentName: 'EmojiKeyboardIcon',
|
|
844
|
-
package: '@atlaskit/icon/glyph/emoji/keyboard'
|
|
1177
|
+
package: '@atlaskit/icon/glyph/emoji/keyboard',
|
|
1178
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1179
|
+
'@atlaskit/icon/glyph/emoji/keyboard')
|
|
845
1180
|
},
|
|
846
1181
|
'emoji/nature': {
|
|
847
1182
|
keywords: ['emoji/nature', 'emojinature', 'tree', 'icon', 'core'],
|
|
848
1183
|
componentName: 'EmojiNatureIcon',
|
|
849
|
-
package: '@atlaskit/icon/glyph/emoji/nature'
|
|
1184
|
+
package: '@atlaskit/icon/glyph/emoji/nature',
|
|
1185
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1186
|
+
'@atlaskit/icon/glyph/emoji/nature')
|
|
850
1187
|
},
|
|
851
1188
|
'emoji/objects': {
|
|
852
1189
|
keywords: ['emoji/objects', 'emojiobjects', 'light', 'icon', 'core'],
|
|
853
1190
|
componentName: 'EmojiObjectsIcon',
|
|
854
|
-
package: '@atlaskit/icon/glyph/emoji/objects'
|
|
1191
|
+
package: '@atlaskit/icon/glyph/emoji/objects',
|
|
1192
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1193
|
+
'@atlaskit/icon/glyph/emoji/objects')
|
|
855
1194
|
},
|
|
856
1195
|
'emoji/people': {
|
|
857
1196
|
keywords: ['emoji/people', 'emojipeople', 'smiley', 'face', 'icon', 'core'],
|
|
858
1197
|
componentName: 'EmojiPeopleIcon',
|
|
859
|
-
package: '@atlaskit/icon/glyph/emoji/people'
|
|
1198
|
+
package: '@atlaskit/icon/glyph/emoji/people',
|
|
1199
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1200
|
+
'@atlaskit/icon/glyph/emoji/people')
|
|
860
1201
|
},
|
|
861
1202
|
'emoji/productivity': {
|
|
862
1203
|
keywords: ['emoji/productivity', 'emojiproductivity', 'icon', 'core'],
|
|
863
1204
|
componentName: 'EmojiProductivityIcon',
|
|
864
|
-
package: '@atlaskit/icon/glyph/emoji/productivity'
|
|
1205
|
+
package: '@atlaskit/icon/glyph/emoji/productivity',
|
|
1206
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1207
|
+
'@atlaskit/icon/glyph/emoji/productivity')
|
|
865
1208
|
},
|
|
866
1209
|
'emoji/symbols': {
|
|
867
1210
|
keywords: ['emoji/symbols', 'emojisymbols', 'heart', 'love', 'icon', 'core'],
|
|
868
1211
|
componentName: 'EmojiSymbolsIcon',
|
|
869
|
-
package: '@atlaskit/icon/glyph/emoji/symbols'
|
|
1212
|
+
package: '@atlaskit/icon/glyph/emoji/symbols',
|
|
1213
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1214
|
+
'@atlaskit/icon/glyph/emoji/symbols')
|
|
870
1215
|
},
|
|
871
1216
|
'emoji/travel': {
|
|
872
1217
|
keywords: ['emoji/travel', 'emojitravel', 'train', 'transport', 'icon', 'core'],
|
|
873
1218
|
componentName: 'EmojiTravelIcon',
|
|
874
|
-
package: '@atlaskit/icon/glyph/emoji/travel'
|
|
1219
|
+
package: '@atlaskit/icon/glyph/emoji/travel',
|
|
1220
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1221
|
+
'@atlaskit/icon/glyph/emoji/travel')
|
|
875
1222
|
},
|
|
876
1223
|
error: {
|
|
877
1224
|
keywords: ['error', 'warning', 'alert', 'icon', 'core'],
|
|
878
1225
|
componentName: 'ErrorIcon',
|
|
879
|
-
package: '@atlaskit/icon/glyph/error'
|
|
1226
|
+
package: '@atlaskit/icon/glyph/error',
|
|
1227
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1228
|
+
'@atlaskit/icon/glyph/error')
|
|
880
1229
|
},
|
|
881
1230
|
export: {
|
|
882
1231
|
keywords: ['export', 'upload', 'icon', 'core'],
|
|
883
1232
|
componentName: 'ExportIcon',
|
|
884
|
-
package: '@atlaskit/icon/glyph/export'
|
|
1233
|
+
package: '@atlaskit/icon/glyph/export',
|
|
1234
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1235
|
+
'@atlaskit/icon/glyph/export')
|
|
885
1236
|
},
|
|
886
1237
|
feedback: {
|
|
887
1238
|
keywords: ['feedback', 'announce', 'speaker', 'megaphone', 'icon', 'core'],
|
|
888
1239
|
componentName: 'FeedbackIcon',
|
|
889
|
-
package: '@atlaskit/icon/glyph/feedback'
|
|
1240
|
+
package: '@atlaskit/icon/glyph/feedback',
|
|
1241
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1242
|
+
'@atlaskit/icon/glyph/feedback')
|
|
890
1243
|
},
|
|
891
1244
|
file: {
|
|
892
1245
|
keywords: ['file', 'document', 'paper', 'page', 'sheet', 'icon', 'core'],
|
|
893
1246
|
componentName: 'FileIcon',
|
|
894
|
-
package: '@atlaskit/icon/glyph/file'
|
|
1247
|
+
package: '@atlaskit/icon/glyph/file',
|
|
1248
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1249
|
+
'@atlaskit/icon/glyph/file')
|
|
895
1250
|
},
|
|
896
1251
|
filter: {
|
|
897
1252
|
keywords: ['filter', 'icon', 'core'],
|
|
898
1253
|
componentName: 'FilterIcon',
|
|
899
|
-
package: '@atlaskit/icon/glyph/filter'
|
|
1254
|
+
package: '@atlaskit/icon/glyph/filter',
|
|
1255
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1256
|
+
'@atlaskit/icon/glyph/filter')
|
|
900
1257
|
},
|
|
901
1258
|
'flag-filled': {
|
|
902
1259
|
keywords: ['flag-filled', 'flagfilled', 'icon', 'core'],
|
|
903
1260
|
componentName: 'FlagFilledIcon',
|
|
904
|
-
package: '@atlaskit/icon/glyph/flag-filled'
|
|
1261
|
+
package: '@atlaskit/icon/glyph/flag-filled',
|
|
1262
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1263
|
+
'@atlaskit/icon/glyph/flag-filled')
|
|
905
1264
|
},
|
|
906
1265
|
folder: {
|
|
907
1266
|
keywords: ['folder', 'directory', 'icon', 'core'],
|
|
908
1267
|
componentName: 'FolderIcon',
|
|
909
|
-
package: '@atlaskit/icon/glyph/folder'
|
|
1268
|
+
package: '@atlaskit/icon/glyph/folder',
|
|
1269
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1270
|
+
'@atlaskit/icon/glyph/folder')
|
|
910
1271
|
},
|
|
911
1272
|
'folder-filled': {
|
|
912
1273
|
keywords: ['folder-filled', 'folderfilled', 'directory', 'icon', 'core'],
|
|
913
1274
|
componentName: 'FolderFilledIcon',
|
|
914
|
-
package: '@atlaskit/icon/glyph/folder-filled'
|
|
1275
|
+
package: '@atlaskit/icon/glyph/folder-filled',
|
|
1276
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1277
|
+
'@atlaskit/icon/glyph/folder-filled')
|
|
915
1278
|
},
|
|
916
1279
|
followers: {
|
|
917
1280
|
keywords: ['followers', 'person', 'user', 'icon', 'core'],
|
|
918
1281
|
componentName: 'FollowersIcon',
|
|
919
|
-
package: '@atlaskit/icon/glyph/followers'
|
|
1282
|
+
package: '@atlaskit/icon/glyph/followers',
|
|
1283
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1284
|
+
'@atlaskit/icon/glyph/followers')
|
|
920
1285
|
},
|
|
921
1286
|
following: {
|
|
922
1287
|
keywords: ['following', 'person', 'user', 'icon', 'core'],
|
|
923
1288
|
componentName: 'FollowingIcon',
|
|
924
|
-
package: '@atlaskit/icon/glyph/following'
|
|
1289
|
+
package: '@atlaskit/icon/glyph/following',
|
|
1290
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1291
|
+
'@atlaskit/icon/glyph/following')
|
|
925
1292
|
},
|
|
926
1293
|
googledrive: {
|
|
927
1294
|
keywords: ['googledrive', 'icon', 'core'],
|
|
928
1295
|
componentName: 'GoogledriveIcon',
|
|
929
|
-
package: '@atlaskit/icon/glyph/googledrive'
|
|
1296
|
+
package: '@atlaskit/icon/glyph/googledrive',
|
|
1297
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1298
|
+
'@atlaskit/icon/glyph/googledrive')
|
|
930
1299
|
},
|
|
931
1300
|
'graph-bar': {
|
|
932
1301
|
keywords: ['graph-bar', 'graphbar', 'chart', 'growth', 'data', 'statistics', 'analytics', 'icon', 'core'],
|
|
933
1302
|
componentName: 'GraphBarIcon',
|
|
934
|
-
package: '@atlaskit/icon/glyph/graph-bar'
|
|
1303
|
+
package: '@atlaskit/icon/glyph/graph-bar',
|
|
1304
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1305
|
+
'@atlaskit/icon/glyph/graph-bar')
|
|
935
1306
|
},
|
|
936
1307
|
'graph-line': {
|
|
937
1308
|
keywords: ['graph-line', 'graphline', 'chart', 'growth', 'data', 'statistics', 'analytics', 'icon', 'core'],
|
|
938
1309
|
componentName: 'GraphLineIcon',
|
|
939
|
-
package: '@atlaskit/icon/glyph/graph-line'
|
|
1310
|
+
package: '@atlaskit/icon/glyph/graph-line',
|
|
1311
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1312
|
+
'@atlaskit/icon/glyph/graph-line')
|
|
940
1313
|
},
|
|
941
1314
|
gsuite: {
|
|
942
1315
|
keywords: ['gsuite', 'icon', 'core'],
|
|
943
1316
|
componentName: 'GsuiteIcon',
|
|
944
|
-
package: '@atlaskit/icon/glyph/gsuite'
|
|
1317
|
+
package: '@atlaskit/icon/glyph/gsuite',
|
|
1318
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1319
|
+
'@atlaskit/icon/glyph/gsuite')
|
|
945
1320
|
},
|
|
946
1321
|
highlights: {
|
|
947
1322
|
keywords: ['highlights', 'icon', 'core'],
|
|
948
1323
|
componentName: 'HighlightsIcon',
|
|
949
|
-
package: '@atlaskit/icon/glyph/highlights'
|
|
1324
|
+
package: '@atlaskit/icon/glyph/highlights',
|
|
1325
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1326
|
+
'@atlaskit/icon/glyph/highlights')
|
|
950
1327
|
},
|
|
951
1328
|
'hipchat/audio-only': {
|
|
952
1329
|
keywords: ['hipchat/audio-only', 'hipchataudioonly', 'audio', 'icon', 'core'],
|
|
953
1330
|
componentName: 'HipchatAudioOnlyIcon',
|
|
954
|
-
package: '@atlaskit/icon/glyph/hipchat/audio-only'
|
|
1331
|
+
package: '@atlaskit/icon/glyph/hipchat/audio-only',
|
|
1332
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1333
|
+
'@atlaskit/icon/glyph/hipchat/audio-only')
|
|
955
1334
|
},
|
|
956
1335
|
'hipchat/chevron-double-down': {
|
|
957
1336
|
keywords: ['hipchat/chevron-double-down', 'hipchatchevrondoubledown', 'icon', 'core'],
|
|
958
1337
|
componentName: 'HipchatChevronDoubleDownIcon',
|
|
959
|
-
package: '@atlaskit/icon/glyph/hipchat/chevron-double-down'
|
|
1338
|
+
package: '@atlaskit/icon/glyph/hipchat/chevron-double-down',
|
|
1339
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1340
|
+
'@atlaskit/icon/glyph/hipchat/chevron-double-down')
|
|
960
1341
|
},
|
|
961
1342
|
'hipchat/chevron-double-up': {
|
|
962
1343
|
keywords: ['hipchat/chevron-double-up', 'hipchatchevrondoubleup', 'icon', 'core'],
|
|
963
1344
|
componentName: 'HipchatChevronDoubleUpIcon',
|
|
964
|
-
package: '@atlaskit/icon/glyph/hipchat/chevron-double-up'
|
|
1345
|
+
package: '@atlaskit/icon/glyph/hipchat/chevron-double-up',
|
|
1346
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1347
|
+
'@atlaskit/icon/glyph/hipchat/chevron-double-up')
|
|
965
1348
|
},
|
|
966
1349
|
'hipchat/chevron-down': {
|
|
967
1350
|
keywords: ['hipchat/chevron-down', 'hipchatchevrondown', 'icon', 'core'],
|
|
968
1351
|
componentName: 'HipchatChevronDownIcon',
|
|
969
|
-
package: '@atlaskit/icon/glyph/hipchat/chevron-down'
|
|
1352
|
+
package: '@atlaskit/icon/glyph/hipchat/chevron-down',
|
|
1353
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1354
|
+
'@atlaskit/icon/glyph/hipchat/chevron-down')
|
|
970
1355
|
},
|
|
971
1356
|
'hipchat/chevron-up': {
|
|
972
1357
|
keywords: ['hipchat/chevron-up', 'hipchatchevronup', 'icon', 'core'],
|
|
973
1358
|
componentName: 'HipchatChevronUpIcon',
|
|
974
|
-
package: '@atlaskit/icon/glyph/hipchat/chevron-up'
|
|
1359
|
+
package: '@atlaskit/icon/glyph/hipchat/chevron-up',
|
|
1360
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1361
|
+
'@atlaskit/icon/glyph/hipchat/chevron-up')
|
|
975
1362
|
},
|
|
976
1363
|
'hipchat/dial-out': {
|
|
977
1364
|
keywords: ['hipchat/dial-out', 'hipchatdialout', 'dial', 'call', 'icon', 'core'],
|
|
978
1365
|
componentName: 'HipchatDialOutIcon',
|
|
979
|
-
package: '@atlaskit/icon/glyph/hipchat/dial-out'
|
|
1366
|
+
package: '@atlaskit/icon/glyph/hipchat/dial-out',
|
|
1367
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1368
|
+
'@atlaskit/icon/glyph/hipchat/dial-out')
|
|
980
1369
|
},
|
|
981
1370
|
'hipchat/lobby': {
|
|
982
1371
|
keywords: ['hipchat/lobby', 'hipchatlobby', 'bell', 'icon', 'core'],
|
|
983
1372
|
componentName: 'HipchatLobbyIcon',
|
|
984
|
-
package: '@atlaskit/icon/glyph/hipchat/lobby'
|
|
1373
|
+
package: '@atlaskit/icon/glyph/hipchat/lobby',
|
|
1374
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1375
|
+
'@atlaskit/icon/glyph/hipchat/lobby')
|
|
985
1376
|
},
|
|
986
1377
|
'hipchat/media-attachment-count': {
|
|
987
1378
|
keywords: ['hipchat/media-attachment-count', 'hipchatmediaattachmentcount', 'dot', 'icon', 'core'],
|
|
988
1379
|
componentName: 'HipchatMediaAttachmentCountIcon',
|
|
989
|
-
package: '@atlaskit/icon/glyph/hipchat/media-attachment-count'
|
|
1380
|
+
package: '@atlaskit/icon/glyph/hipchat/media-attachment-count',
|
|
1381
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1382
|
+
'@atlaskit/icon/glyph/hipchat/media-attachment-count')
|
|
990
1383
|
},
|
|
991
1384
|
'hipchat/outgoing-sound': {
|
|
992
1385
|
keywords: ['hipchat/outgoing-sound', 'hipchatoutgoingsound', 'sound', 'icon', 'core'],
|
|
993
1386
|
componentName: 'HipchatOutgoingSoundIcon',
|
|
994
|
-
package: '@atlaskit/icon/glyph/hipchat/outgoing-sound'
|
|
1387
|
+
package: '@atlaskit/icon/glyph/hipchat/outgoing-sound',
|
|
1388
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1389
|
+
'@atlaskit/icon/glyph/hipchat/outgoing-sound')
|
|
995
1390
|
},
|
|
996
1391
|
'hipchat/sd-video': {
|
|
997
1392
|
keywords: ['hipchat/sd-video', 'hipchatsdvideo', 'video', 'definition', 'icon', 'core'],
|
|
998
1393
|
componentName: 'HipchatSdVideoIcon',
|
|
999
|
-
package: '@atlaskit/icon/glyph/hipchat/sd-video'
|
|
1394
|
+
package: '@atlaskit/icon/glyph/hipchat/sd-video',
|
|
1395
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1396
|
+
'@atlaskit/icon/glyph/hipchat/sd-video')
|
|
1000
1397
|
},
|
|
1001
1398
|
home: {
|
|
1002
1399
|
keywords: ['home', 'icon', 'core'],
|
|
1003
1400
|
componentName: 'HomeIcon',
|
|
1004
|
-
package: '@atlaskit/icon/glyph/home'
|
|
1401
|
+
package: '@atlaskit/icon/glyph/home',
|
|
1402
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1403
|
+
'@atlaskit/icon/glyph/home')
|
|
1005
1404
|
},
|
|
1006
1405
|
'home-circle': {
|
|
1007
1406
|
keywords: ['home-circle', 'homecircle', 'icon', 'core'],
|
|
1008
1407
|
componentName: 'HomeCircleIcon',
|
|
1009
|
-
package: '@atlaskit/icon/glyph/home-circle'
|
|
1408
|
+
package: '@atlaskit/icon/glyph/home-circle',
|
|
1409
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1410
|
+
'@atlaskit/icon/glyph/home-circle')
|
|
1010
1411
|
},
|
|
1011
1412
|
image: {
|
|
1012
1413
|
keywords: ['image', 'picture', 'photo', 'icon', 'core'],
|
|
1013
1414
|
componentName: 'ImageIcon',
|
|
1014
|
-
package: '@atlaskit/icon/glyph/image'
|
|
1415
|
+
package: '@atlaskit/icon/glyph/image',
|
|
1416
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1417
|
+
'@atlaskit/icon/glyph/image')
|
|
1015
1418
|
},
|
|
1016
1419
|
'image-border': {
|
|
1017
1420
|
keywords: ['image-border', 'imageborder', 'marquee', 'box', 'icon', 'core'],
|
|
1018
1421
|
componentName: 'ImageBorderIcon',
|
|
1019
|
-
package: '@atlaskit/icon/glyph/image-border'
|
|
1422
|
+
package: '@atlaskit/icon/glyph/image-border',
|
|
1423
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1424
|
+
'@atlaskit/icon/glyph/image-border')
|
|
1020
1425
|
},
|
|
1021
1426
|
'image-resize': {
|
|
1022
1427
|
keywords: ['image-resize', 'imageresize', 'expand', 'icon', 'core'],
|
|
1023
1428
|
componentName: 'ImageResizeIcon',
|
|
1024
|
-
package: '@atlaskit/icon/glyph/image-resize'
|
|
1429
|
+
package: '@atlaskit/icon/glyph/image-resize',
|
|
1430
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1431
|
+
'@atlaskit/icon/glyph/image-resize')
|
|
1025
1432
|
},
|
|
1026
1433
|
info: {
|
|
1027
1434
|
keywords: ['info', 'icon', 'core'],
|
|
1028
1435
|
componentName: 'InfoIcon',
|
|
1029
|
-
package: '@atlaskit/icon/glyph/info'
|
|
1436
|
+
package: '@atlaskit/icon/glyph/info',
|
|
1437
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1438
|
+
'@atlaskit/icon/glyph/info')
|
|
1030
1439
|
},
|
|
1031
1440
|
'invite-team': {
|
|
1032
1441
|
keywords: ['invite-team', 'inviteteam', 'add', 'person', 'user', 'icon', 'core'],
|
|
1033
1442
|
componentName: 'InviteTeamIcon',
|
|
1034
|
-
package: '@atlaskit/icon/glyph/invite-team'
|
|
1443
|
+
package: '@atlaskit/icon/glyph/invite-team',
|
|
1444
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1445
|
+
'@atlaskit/icon/glyph/invite-team')
|
|
1035
1446
|
},
|
|
1036
1447
|
issue: {
|
|
1037
1448
|
keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core'],
|
|
1038
1449
|
componentName: 'IssueIcon',
|
|
1039
|
-
package: '@atlaskit/icon/glyph/issue'
|
|
1450
|
+
package: '@atlaskit/icon/glyph/issue',
|
|
1451
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1452
|
+
'@atlaskit/icon/glyph/issue')
|
|
1040
1453
|
},
|
|
1041
1454
|
'issue-raise': {
|
|
1042
1455
|
keywords: ['issue-raise', 'issueraise', 'add', 'create', 'plus', 'new', 'icon', 'core'],
|
|
1043
1456
|
componentName: 'IssueRaiseIcon',
|
|
1044
|
-
package: '@atlaskit/icon/glyph/issue-raise'
|
|
1457
|
+
package: '@atlaskit/icon/glyph/issue-raise',
|
|
1458
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1459
|
+
'@atlaskit/icon/glyph/issue-raise')
|
|
1045
1460
|
},
|
|
1046
1461
|
issues: {
|
|
1047
1462
|
keywords: ['issues', 'tick', 'check', 'confirm', 'task', 'icon', 'core'],
|
|
1048
1463
|
componentName: 'IssuesIcon',
|
|
1049
|
-
package: '@atlaskit/icon/glyph/issues'
|
|
1464
|
+
package: '@atlaskit/icon/glyph/issues',
|
|
1465
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1466
|
+
'@atlaskit/icon/glyph/issues')
|
|
1050
1467
|
},
|
|
1051
1468
|
'jira/capture': {
|
|
1052
1469
|
keywords: ['jira/capture', 'jiracapture', 'icon', 'core'],
|
|
1053
1470
|
componentName: 'JiraCaptureIcon',
|
|
1054
|
-
package: '@atlaskit/icon/glyph/jira/capture'
|
|
1471
|
+
package: '@atlaskit/icon/glyph/jira/capture',
|
|
1472
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1473
|
+
'@atlaskit/icon/glyph/jira/capture')
|
|
1055
1474
|
},
|
|
1056
1475
|
'jira/failed-build-status': {
|
|
1057
1476
|
keywords: ['jira/failed-build-status', 'jirafailedbuildstatus', 'icon', 'core'],
|
|
1058
1477
|
componentName: 'JiraFailedBuildStatusIcon',
|
|
1059
|
-
package: '@atlaskit/icon/glyph/jira/failed-build-status'
|
|
1478
|
+
package: '@atlaskit/icon/glyph/jira/failed-build-status',
|
|
1479
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1480
|
+
'@atlaskit/icon/glyph/jira/failed-build-status')
|
|
1060
1481
|
},
|
|
1061
1482
|
'jira/labs': {
|
|
1062
1483
|
keywords: ['jira/labs', 'jiralabs', 'icon', 'core'],
|
|
1063
1484
|
componentName: 'JiraLabsIcon',
|
|
1064
|
-
package: '@atlaskit/icon/glyph/jira/labs'
|
|
1485
|
+
package: '@atlaskit/icon/glyph/jira/labs',
|
|
1486
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1487
|
+
'@atlaskit/icon/glyph/jira/labs')
|
|
1065
1488
|
},
|
|
1066
1489
|
'jira/test-session': {
|
|
1067
1490
|
keywords: ['jira/test-session', 'jiratestsession', 'icon', 'core'],
|
|
1068
1491
|
componentName: 'JiraTestSessionIcon',
|
|
1069
|
-
package: '@atlaskit/icon/glyph/jira/test-session'
|
|
1492
|
+
package: '@atlaskit/icon/glyph/jira/test-session',
|
|
1493
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1494
|
+
'@atlaskit/icon/glyph/jira/test-session')
|
|
1070
1495
|
},
|
|
1071
1496
|
label: {
|
|
1072
1497
|
keywords: ['label', 'icon', 'core'],
|
|
1073
1498
|
componentName: 'LabelIcon',
|
|
1074
|
-
package: '@atlaskit/icon/glyph/label'
|
|
1499
|
+
package: '@atlaskit/icon/glyph/label',
|
|
1500
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1501
|
+
'@atlaskit/icon/glyph/label')
|
|
1075
1502
|
},
|
|
1076
1503
|
lightbulb: {
|
|
1077
1504
|
keywords: ['lightbulb', 'idea', 'hint', 'icon', 'core'],
|
|
1078
1505
|
componentName: 'LightbulbIcon',
|
|
1079
|
-
package: '@atlaskit/icon/glyph/lightbulb'
|
|
1506
|
+
package: '@atlaskit/icon/glyph/lightbulb',
|
|
1507
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1508
|
+
'@atlaskit/icon/glyph/lightbulb')
|
|
1080
1509
|
},
|
|
1081
1510
|
'lightbulb-filled': {
|
|
1082
1511
|
keywords: ['lightbulb-filled', 'lightbulbfilled', 'idea', 'hint', 'icon', 'core'],
|
|
1083
1512
|
componentName: 'LightbulbFilledIcon',
|
|
1084
|
-
package: '@atlaskit/icon/glyph/lightbulb-filled'
|
|
1513
|
+
package: '@atlaskit/icon/glyph/lightbulb-filled',
|
|
1514
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1515
|
+
'@atlaskit/icon/glyph/lightbulb-filled')
|
|
1085
1516
|
},
|
|
1086
1517
|
like: {
|
|
1087
1518
|
keywords: ['like', 'icon', 'core'],
|
|
1088
1519
|
componentName: 'LikeIcon',
|
|
1089
|
-
package: '@atlaskit/icon/glyph/like'
|
|
1520
|
+
package: '@atlaskit/icon/glyph/like',
|
|
1521
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1522
|
+
'@atlaskit/icon/glyph/like')
|
|
1090
1523
|
},
|
|
1091
1524
|
link: {
|
|
1092
1525
|
keywords: ['link', 'icon', 'core'],
|
|
1093
1526
|
componentName: 'LinkIcon',
|
|
1094
|
-
package: '@atlaskit/icon/glyph/link'
|
|
1527
|
+
package: '@atlaskit/icon/glyph/link',
|
|
1528
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1529
|
+
'@atlaskit/icon/glyph/link')
|
|
1095
1530
|
},
|
|
1096
1531
|
'link-filled': {
|
|
1097
1532
|
keywords: ['link-filled', 'linkfilled', 'icon', 'core'],
|
|
1098
1533
|
componentName: 'LinkFilledIcon',
|
|
1099
|
-
package: '@atlaskit/icon/glyph/link-filled'
|
|
1534
|
+
package: '@atlaskit/icon/glyph/link-filled',
|
|
1535
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1536
|
+
'@atlaskit/icon/glyph/link-filled')
|
|
1100
1537
|
},
|
|
1101
1538
|
list: {
|
|
1102
1539
|
keywords: ['list', 'justify', 'ul', 'icon', 'core'],
|
|
1103
1540
|
componentName: 'ListIcon',
|
|
1104
|
-
package: '@atlaskit/icon/glyph/list'
|
|
1541
|
+
package: '@atlaskit/icon/glyph/list',
|
|
1542
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1543
|
+
'@atlaskit/icon/glyph/list')
|
|
1105
1544
|
},
|
|
1106
1545
|
location: {
|
|
1107
1546
|
keywords: ['location', 'pin', 'gps', 'map', 'icon', 'core'],
|
|
1108
1547
|
componentName: 'LocationIcon',
|
|
1109
|
-
package: '@atlaskit/icon/glyph/location'
|
|
1548
|
+
package: '@atlaskit/icon/glyph/location',
|
|
1549
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1550
|
+
'@atlaskit/icon/glyph/location')
|
|
1110
1551
|
},
|
|
1111
1552
|
lock: {
|
|
1112
1553
|
keywords: ['lock', 'closed', 'permissions', 'privacy', 'restrict', 'secure', 'icon', 'core'],
|
|
1113
1554
|
componentName: 'LockIcon',
|
|
1114
|
-
package: '@atlaskit/icon/glyph/lock'
|
|
1555
|
+
package: '@atlaskit/icon/glyph/lock',
|
|
1556
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1557
|
+
'@atlaskit/icon/glyph/lock')
|
|
1115
1558
|
},
|
|
1116
1559
|
'lock-circle': {
|
|
1117
1560
|
keywords: ['lock-circle', 'lockcircle', 'closed', 'permissions', 'privacy', 'restrict', 'secure', 'icon', 'core'],
|
|
1118
1561
|
componentName: 'LockCircleIcon',
|
|
1119
|
-
package: '@atlaskit/icon/glyph/lock-circle'
|
|
1562
|
+
package: '@atlaskit/icon/glyph/lock-circle',
|
|
1563
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1564
|
+
'@atlaskit/icon/glyph/lock-circle')
|
|
1120
1565
|
},
|
|
1121
1566
|
'lock-filled': {
|
|
1122
1567
|
keywords: ['lock-filled', 'lockfilled', 'closed', 'permissions', 'privacy', 'restrict', 'secure', 'icon', 'core'],
|
|
1123
1568
|
componentName: 'LockFilledIcon',
|
|
1124
|
-
package: '@atlaskit/icon/glyph/lock-filled'
|
|
1569
|
+
package: '@atlaskit/icon/glyph/lock-filled',
|
|
1570
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1571
|
+
'@atlaskit/icon/glyph/lock-filled')
|
|
1125
1572
|
},
|
|
1126
1573
|
marketplace: {
|
|
1127
1574
|
keywords: ['marketplace', 'store', 'shop', 'icon', 'core'],
|
|
1128
1575
|
componentName: 'MarketplaceIcon',
|
|
1129
|
-
package: '@atlaskit/icon/glyph/marketplace'
|
|
1576
|
+
package: '@atlaskit/icon/glyph/marketplace',
|
|
1577
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1578
|
+
'@atlaskit/icon/glyph/marketplace')
|
|
1130
1579
|
},
|
|
1131
1580
|
'media-services/actual-size': {
|
|
1132
1581
|
keywords: ['media-services/actual-size', 'mediaservicesactualsize', 'icon', 'core'],
|
|
1133
1582
|
componentName: 'MediaServicesActualSizeIcon',
|
|
1134
|
-
package: '@atlaskit/icon/glyph/media-services/actual-size'
|
|
1583
|
+
package: '@atlaskit/icon/glyph/media-services/actual-size',
|
|
1584
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1585
|
+
'@atlaskit/icon/glyph/media-services/actual-size')
|
|
1135
1586
|
},
|
|
1136
1587
|
'media-services/add-comment': {
|
|
1137
1588
|
keywords: ['media-services/add-comment', 'mediaservicesaddcomment', 'chat', 'new', 'create', 'icon', 'core'],
|
|
1138
1589
|
componentName: 'MediaServicesAddCommentIcon',
|
|
1139
|
-
package: '@atlaskit/icon/glyph/media-services/add-comment'
|
|
1590
|
+
package: '@atlaskit/icon/glyph/media-services/add-comment',
|
|
1591
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1592
|
+
'@atlaskit/icon/glyph/media-services/add-comment')
|
|
1140
1593
|
},
|
|
1141
1594
|
'media-services/annotate': {
|
|
1142
1595
|
keywords: ['media-services/annotate', 'mediaservicesannotate', 'icon', 'core'],
|
|
1143
1596
|
componentName: 'MediaServicesAnnotateIcon',
|
|
1144
|
-
package: '@atlaskit/icon/glyph/media-services/annotate'
|
|
1597
|
+
package: '@atlaskit/icon/glyph/media-services/annotate',
|
|
1598
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1599
|
+
'@atlaskit/icon/glyph/media-services/annotate')
|
|
1145
1600
|
},
|
|
1146
1601
|
'media-services/arrow': {
|
|
1147
1602
|
keywords: ['media-services/arrow', 'mediaservicesarrow', 'icon', 'core'],
|
|
1148
1603
|
componentName: 'MediaServicesArrowIcon',
|
|
1149
|
-
package: '@atlaskit/icon/glyph/media-services/arrow'
|
|
1604
|
+
package: '@atlaskit/icon/glyph/media-services/arrow',
|
|
1605
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1606
|
+
'@atlaskit/icon/glyph/media-services/arrow')
|
|
1150
1607
|
},
|
|
1151
1608
|
'media-services/audio': {
|
|
1152
1609
|
keywords: ['media-services/audio', 'mediaservicesaudio', 'music', 'note', 'sound', 'icon', 'core'],
|
|
1153
1610
|
componentName: 'MediaServicesAudioIcon',
|
|
1154
|
-
package: '@atlaskit/icon/glyph/media-services/audio'
|
|
1611
|
+
package: '@atlaskit/icon/glyph/media-services/audio',
|
|
1612
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1613
|
+
'@atlaskit/icon/glyph/media-services/audio')
|
|
1155
1614
|
},
|
|
1156
1615
|
'media-services/blur': {
|
|
1157
1616
|
keywords: ['media-services/blur', 'mediaservicesblur', 'pixelate', 'icon', 'core'],
|
|
1158
1617
|
componentName: 'MediaServicesBlurIcon',
|
|
1159
|
-
package: '@atlaskit/icon/glyph/media-services/blur'
|
|
1618
|
+
package: '@atlaskit/icon/glyph/media-services/blur',
|
|
1619
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1620
|
+
'@atlaskit/icon/glyph/media-services/blur')
|
|
1160
1621
|
},
|
|
1161
1622
|
'media-services/brush': {
|
|
1162
1623
|
keywords: ['media-services/brush', 'mediaservicesbrush', 'paint', 'icon', 'core'],
|
|
1163
1624
|
componentName: 'MediaServicesBrushIcon',
|
|
1164
|
-
package: '@atlaskit/icon/glyph/media-services/brush'
|
|
1625
|
+
package: '@atlaskit/icon/glyph/media-services/brush',
|
|
1626
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1627
|
+
'@atlaskit/icon/glyph/media-services/brush')
|
|
1165
1628
|
},
|
|
1166
1629
|
'media-services/button-option': {
|
|
1167
1630
|
keywords: ['media-services/button-option', 'mediaservicesbuttonoption', 'icon', 'core'],
|
|
1168
1631
|
componentName: 'MediaServicesButtonOptionIcon',
|
|
1169
|
-
package: '@atlaskit/icon/glyph/media-services/button-option'
|
|
1632
|
+
package: '@atlaskit/icon/glyph/media-services/button-option',
|
|
1633
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1634
|
+
'@atlaskit/icon/glyph/media-services/button-option')
|
|
1170
1635
|
},
|
|
1171
1636
|
'media-services/code': {
|
|
1172
1637
|
keywords: ['media-services/code', 'mediaservicescode', 'source', 'icon', 'core'],
|
|
1173
1638
|
componentName: 'MediaServicesCodeIcon',
|
|
1174
|
-
package: '@atlaskit/icon/glyph/media-services/code'
|
|
1639
|
+
package: '@atlaskit/icon/glyph/media-services/code',
|
|
1640
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1641
|
+
'@atlaskit/icon/glyph/media-services/code')
|
|
1175
1642
|
},
|
|
1176
1643
|
'media-services/document': {
|
|
1177
1644
|
keywords: ['media-services/document', 'mediaservicesdocument', 'text', 'icon', 'core'],
|
|
1178
1645
|
componentName: 'MediaServicesDocumentIcon',
|
|
1179
|
-
package: '@atlaskit/icon/glyph/media-services/document'
|
|
1646
|
+
package: '@atlaskit/icon/glyph/media-services/document',
|
|
1647
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1648
|
+
'@atlaskit/icon/glyph/media-services/document')
|
|
1180
1649
|
},
|
|
1181
1650
|
'media-services/filter': {
|
|
1182
1651
|
keywords: ['media-services/filter', 'mediaservicesfilter', 'icon', 'core'],
|
|
1183
1652
|
componentName: 'MediaServicesFilterIcon',
|
|
1184
|
-
package: '@atlaskit/icon/glyph/media-services/filter'
|
|
1653
|
+
package: '@atlaskit/icon/glyph/media-services/filter',
|
|
1654
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1655
|
+
'@atlaskit/icon/glyph/media-services/filter')
|
|
1185
1656
|
},
|
|
1186
1657
|
'media-services/fit-to-page': {
|
|
1187
1658
|
keywords: ['media-services/fit-to-page', 'mediaservicesfittopage', 'icon', 'core'],
|
|
1188
1659
|
componentName: 'MediaServicesFitToPageIcon',
|
|
1189
|
-
package: '@atlaskit/icon/glyph/media-services/fit-to-page'
|
|
1660
|
+
package: '@atlaskit/icon/glyph/media-services/fit-to-page',
|
|
1661
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1662
|
+
'@atlaskit/icon/glyph/media-services/fit-to-page')
|
|
1190
1663
|
},
|
|
1191
1664
|
'media-services/full-screen': {
|
|
1192
1665
|
keywords: ['media-services/full-screen', 'mediaservicesfullscreen', 'icon', 'core'],
|
|
1193
1666
|
componentName: 'MediaServicesFullScreenIcon',
|
|
1194
|
-
package: '@atlaskit/icon/glyph/media-services/full-screen'
|
|
1667
|
+
package: '@atlaskit/icon/glyph/media-services/full-screen',
|
|
1668
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1669
|
+
'@atlaskit/icon/glyph/media-services/full-screen')
|
|
1195
1670
|
},
|
|
1196
1671
|
'media-services/grid': {
|
|
1197
1672
|
keywords: ['media-services/grid', 'mediaservicesgrid', 'table', 'icon', 'core'],
|
|
1198
1673
|
componentName: 'MediaServicesGridIcon',
|
|
1199
|
-
package: '@atlaskit/icon/glyph/media-services/grid'
|
|
1674
|
+
package: '@atlaskit/icon/glyph/media-services/grid',
|
|
1675
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1676
|
+
'@atlaskit/icon/glyph/media-services/grid')
|
|
1200
1677
|
},
|
|
1201
1678
|
'media-services/image': {
|
|
1202
1679
|
keywords: ['media-services/image', 'mediaservicesimage', 'photo', 'picture', 'icon', 'core'],
|
|
1203
1680
|
componentName: 'MediaServicesImageIcon',
|
|
1204
|
-
package: '@atlaskit/icon/glyph/media-services/image'
|
|
1681
|
+
package: '@atlaskit/icon/glyph/media-services/image',
|
|
1682
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1683
|
+
'@atlaskit/icon/glyph/media-services/image')
|
|
1205
1684
|
},
|
|
1206
1685
|
'media-services/line': {
|
|
1207
1686
|
keywords: ['media-services/line', 'mediaservicesline', 'icon', 'core'],
|
|
1208
1687
|
componentName: 'MediaServicesLineIcon',
|
|
1209
|
-
package: '@atlaskit/icon/glyph/media-services/line'
|
|
1688
|
+
package: '@atlaskit/icon/glyph/media-services/line',
|
|
1689
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1690
|
+
'@atlaskit/icon/glyph/media-services/line')
|
|
1210
1691
|
},
|
|
1211
1692
|
'media-services/line-thickness': {
|
|
1212
1693
|
keywords: ['media-services/line-thickness', 'mediaserviceslinethickness', 'icon', 'core'],
|
|
1213
1694
|
componentName: 'MediaServicesLineThicknessIcon',
|
|
1214
|
-
package: '@atlaskit/icon/glyph/media-services/line-thickness'
|
|
1695
|
+
package: '@atlaskit/icon/glyph/media-services/line-thickness',
|
|
1696
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1697
|
+
'@atlaskit/icon/glyph/media-services/line-thickness')
|
|
1215
1698
|
},
|
|
1216
1699
|
'media-services/no-image': {
|
|
1217
1700
|
keywords: ['media-services/no-image', 'mediaservicesnoimage', 'icon', 'core'],
|
|
1218
1701
|
componentName: 'MediaServicesNoImageIcon',
|
|
1219
|
-
package: '@atlaskit/icon/glyph/media-services/no-image'
|
|
1702
|
+
package: '@atlaskit/icon/glyph/media-services/no-image',
|
|
1703
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1704
|
+
'@atlaskit/icon/glyph/media-services/no-image')
|
|
1220
1705
|
},
|
|
1221
1706
|
'media-services/open-mediaviewer': {
|
|
1222
1707
|
keywords: ['media-services/open-mediaviewer', 'mediaservicesopenmediaviewer', 'icon', 'core'],
|
|
1223
1708
|
componentName: 'MediaServicesOpenMediaviewerIcon',
|
|
1224
|
-
package: '@atlaskit/icon/glyph/media-services/open-mediaviewer'
|
|
1709
|
+
package: '@atlaskit/icon/glyph/media-services/open-mediaviewer',
|
|
1710
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1711
|
+
'@atlaskit/icon/glyph/media-services/open-mediaviewer')
|
|
1225
1712
|
},
|
|
1226
1713
|
'media-services/oval': {
|
|
1227
1714
|
keywords: ['media-services/oval', 'mediaservicesoval', 'ellipse', 'icon', 'core'],
|
|
1228
1715
|
componentName: 'MediaServicesOvalIcon',
|
|
1229
|
-
package: '@atlaskit/icon/glyph/media-services/oval'
|
|
1716
|
+
package: '@atlaskit/icon/glyph/media-services/oval',
|
|
1717
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1718
|
+
'@atlaskit/icon/glyph/media-services/oval')
|
|
1230
1719
|
},
|
|
1231
1720
|
'media-services/pdf': {
|
|
1232
1721
|
keywords: ['media-services/pdf', 'mediaservicespdf', 'document', 'icon', 'core'],
|
|
1233
1722
|
componentName: 'MediaServicesPdfIcon',
|
|
1234
|
-
package: '@atlaskit/icon/glyph/media-services/pdf'
|
|
1723
|
+
package: '@atlaskit/icon/glyph/media-services/pdf',
|
|
1724
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1725
|
+
'@atlaskit/icon/glyph/media-services/pdf')
|
|
1235
1726
|
},
|
|
1236
1727
|
'media-services/preselected': {
|
|
1237
1728
|
keywords: ['media-services/preselected', 'mediaservicespreselected', 'circle', 'icon', 'core'],
|
|
1238
1729
|
componentName: 'MediaServicesPreselectedIcon',
|
|
1239
|
-
package: '@atlaskit/icon/glyph/media-services/preselected'
|
|
1730
|
+
package: '@atlaskit/icon/glyph/media-services/preselected',
|
|
1731
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1732
|
+
'@atlaskit/icon/glyph/media-services/preselected')
|
|
1240
1733
|
},
|
|
1241
1734
|
'media-services/presentation': {
|
|
1242
1735
|
keywords: ['media-services/presentation', 'mediaservicespresentation', 'chart', 'graph', 'icon', 'core'],
|
|
1243
1736
|
componentName: 'MediaServicesPresentationIcon',
|
|
1244
|
-
package: '@atlaskit/icon/glyph/media-services/presentation'
|
|
1737
|
+
package: '@atlaskit/icon/glyph/media-services/presentation',
|
|
1738
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1739
|
+
'@atlaskit/icon/glyph/media-services/presentation')
|
|
1245
1740
|
},
|
|
1246
1741
|
'media-services/rectangle': {
|
|
1247
1742
|
keywords: ['media-services/rectangle', 'mediaservicesrectangle', 'box', 'icon', 'core'],
|
|
1248
1743
|
componentName: 'MediaServicesRectangleIcon',
|
|
1249
|
-
package: '@atlaskit/icon/glyph/media-services/rectangle'
|
|
1744
|
+
package: '@atlaskit/icon/glyph/media-services/rectangle',
|
|
1745
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1746
|
+
'@atlaskit/icon/glyph/media-services/rectangle')
|
|
1250
1747
|
},
|
|
1251
1748
|
'media-services/scale-large': {
|
|
1252
1749
|
keywords: ['media-services/scale-large', 'mediaservicesscalelarge', 'photo', 'picture', 'image', 'icon', 'core'],
|
|
1253
1750
|
componentName: 'MediaServicesScaleLargeIcon',
|
|
1254
|
-
package: '@atlaskit/icon/glyph/media-services/scale-large'
|
|
1751
|
+
package: '@atlaskit/icon/glyph/media-services/scale-large',
|
|
1752
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1753
|
+
'@atlaskit/icon/glyph/media-services/scale-large')
|
|
1255
1754
|
},
|
|
1256
1755
|
'media-services/scale-small': {
|
|
1257
1756
|
keywords: ['media-services/scale-small', 'mediaservicesscalesmall', 'photo', 'picture', 'image', 'icon', 'core'],
|
|
1258
1757
|
componentName: 'MediaServicesScaleSmallIcon',
|
|
1259
|
-
package: '@atlaskit/icon/glyph/media-services/scale-small'
|
|
1758
|
+
package: '@atlaskit/icon/glyph/media-services/scale-small',
|
|
1759
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1760
|
+
'@atlaskit/icon/glyph/media-services/scale-small')
|
|
1260
1761
|
},
|
|
1261
1762
|
'media-services/spreadsheet': {
|
|
1262
1763
|
keywords: ['media-services/spreadsheet', 'mediaservicesspreadsheet', 'document', 'excel', 'sheets', 'table', 'icon', 'core'],
|
|
1263
1764
|
componentName: 'MediaServicesSpreadsheetIcon',
|
|
1264
|
-
package: '@atlaskit/icon/glyph/media-services/spreadsheet'
|
|
1765
|
+
package: '@atlaskit/icon/glyph/media-services/spreadsheet',
|
|
1766
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1767
|
+
'@atlaskit/icon/glyph/media-services/spreadsheet')
|
|
1265
1768
|
},
|
|
1266
1769
|
'media-services/text': {
|
|
1267
1770
|
keywords: ['media-services/text', 'mediaservicestext', 'type', 'typography', 'font', 'icon', 'core'],
|
|
1268
1771
|
componentName: 'MediaServicesTextIcon',
|
|
1269
|
-
package: '@atlaskit/icon/glyph/media-services/text'
|
|
1772
|
+
package: '@atlaskit/icon/glyph/media-services/text',
|
|
1773
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1774
|
+
'@atlaskit/icon/glyph/media-services/text')
|
|
1270
1775
|
},
|
|
1271
1776
|
'media-services/unknown': {
|
|
1272
1777
|
keywords: ['media-services/unknown', 'mediaservicesunknown', 'document', 'file', 'icon', 'core'],
|
|
1273
1778
|
componentName: 'MediaServicesUnknownIcon',
|
|
1274
|
-
package: '@atlaskit/icon/glyph/media-services/unknown'
|
|
1779
|
+
package: '@atlaskit/icon/glyph/media-services/unknown',
|
|
1780
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1781
|
+
'@atlaskit/icon/glyph/media-services/unknown')
|
|
1275
1782
|
},
|
|
1276
1783
|
'media-services/video': {
|
|
1277
1784
|
keywords: ['media-services/video', 'mediaservicesvideo', 'film', 'camera', 'icon', 'core'],
|
|
1278
1785
|
componentName: 'MediaServicesVideoIcon',
|
|
1279
|
-
package: '@atlaskit/icon/glyph/media-services/video'
|
|
1786
|
+
package: '@atlaskit/icon/glyph/media-services/video',
|
|
1787
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1788
|
+
'@atlaskit/icon/glyph/media-services/video')
|
|
1280
1789
|
},
|
|
1281
1790
|
'media-services/zip': {
|
|
1282
1791
|
keywords: ['media-services/zip', 'mediaserviceszip', 'compress', 'icon', 'core'],
|
|
1283
1792
|
componentName: 'MediaServicesZipIcon',
|
|
1284
|
-
package: '@atlaskit/icon/glyph/media-services/zip'
|
|
1793
|
+
package: '@atlaskit/icon/glyph/media-services/zip',
|
|
1794
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1795
|
+
'@atlaskit/icon/glyph/media-services/zip')
|
|
1285
1796
|
},
|
|
1286
1797
|
'media-services/zoom-in': {
|
|
1287
1798
|
keywords: ['media-services/zoom-in', 'mediaserviceszoomin', 'magnify', 'icon', 'core'],
|
|
1288
1799
|
componentName: 'MediaServicesZoomInIcon',
|
|
1289
|
-
package: '@atlaskit/icon/glyph/media-services/zoom-in'
|
|
1800
|
+
package: '@atlaskit/icon/glyph/media-services/zoom-in',
|
|
1801
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1802
|
+
'@atlaskit/icon/glyph/media-services/zoom-in')
|
|
1290
1803
|
},
|
|
1291
1804
|
'media-services/zoom-out': {
|
|
1292
1805
|
keywords: ['media-services/zoom-out', 'mediaserviceszoomout', 'magnify', 'icon', 'core'],
|
|
1293
1806
|
componentName: 'MediaServicesZoomOutIcon',
|
|
1294
|
-
package: '@atlaskit/icon/glyph/media-services/zoom-out'
|
|
1807
|
+
package: '@atlaskit/icon/glyph/media-services/zoom-out',
|
|
1808
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1809
|
+
'@atlaskit/icon/glyph/media-services/zoom-out')
|
|
1295
1810
|
},
|
|
1296
1811
|
mention: {
|
|
1297
1812
|
keywords: ['mention', 'user', 'person', '@', 'icon', 'core'],
|
|
1298
1813
|
componentName: 'MentionIcon',
|
|
1299
|
-
package: '@atlaskit/icon/glyph/mention'
|
|
1814
|
+
package: '@atlaskit/icon/glyph/mention',
|
|
1815
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1816
|
+
'@atlaskit/icon/glyph/mention')
|
|
1300
1817
|
},
|
|
1301
1818
|
menu: {
|
|
1302
1819
|
keywords: ['menu', 'hamburger', 'navigation', 'switcher', 'app switcher', 'icon', 'core'],
|
|
1303
1820
|
componentName: 'MenuIcon',
|
|
1304
|
-
package: '@atlaskit/icon/glyph/menu'
|
|
1821
|
+
package: '@atlaskit/icon/glyph/menu',
|
|
1822
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1823
|
+
'@atlaskit/icon/glyph/menu')
|
|
1305
1824
|
},
|
|
1306
1825
|
'menu-expand': {
|
|
1307
1826
|
keywords: ['menu-expand', 'menuexpand', 'icon', 'core'],
|
|
1308
1827
|
componentName: 'MenuExpandIcon',
|
|
1309
|
-
package: '@atlaskit/icon/glyph/menu-expand'
|
|
1828
|
+
package: '@atlaskit/icon/glyph/menu-expand',
|
|
1829
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1830
|
+
'@atlaskit/icon/glyph/menu-expand')
|
|
1310
1831
|
},
|
|
1311
1832
|
mobile: {
|
|
1312
1833
|
keywords: ['mobile', 'icon', 'core'],
|
|
1313
1834
|
componentName: 'MobileIcon',
|
|
1314
|
-
package: '@atlaskit/icon/glyph/mobile'
|
|
1835
|
+
package: '@atlaskit/icon/glyph/mobile',
|
|
1836
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1837
|
+
'@atlaskit/icon/glyph/mobile')
|
|
1315
1838
|
},
|
|
1316
1839
|
more: {
|
|
1317
1840
|
keywords: ['more', 'dots', 'ellipses', 'icon', 'core'],
|
|
1318
1841
|
componentName: 'MoreIcon',
|
|
1319
|
-
package: '@atlaskit/icon/glyph/more'
|
|
1842
|
+
package: '@atlaskit/icon/glyph/more',
|
|
1843
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1844
|
+
'@atlaskit/icon/glyph/more')
|
|
1320
1845
|
},
|
|
1321
1846
|
'more-vertical': {
|
|
1322
1847
|
keywords: ['more-vertical', 'morevertical', 'dots', 'icon', 'core'],
|
|
1323
1848
|
componentName: 'MoreVerticalIcon',
|
|
1324
|
-
package: '@atlaskit/icon/glyph/more-vertical'
|
|
1849
|
+
package: '@atlaskit/icon/glyph/more-vertical',
|
|
1850
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1851
|
+
'@atlaskit/icon/glyph/more-vertical')
|
|
1325
1852
|
},
|
|
1326
1853
|
notification: {
|
|
1327
1854
|
keywords: ['notification', 'bell', 'alarm', 'icon', 'core'],
|
|
1328
1855
|
componentName: 'NotificationIcon',
|
|
1329
|
-
package: '@atlaskit/icon/glyph/notification'
|
|
1856
|
+
package: '@atlaskit/icon/glyph/notification',
|
|
1857
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1858
|
+
'@atlaskit/icon/glyph/notification')
|
|
1330
1859
|
},
|
|
1331
1860
|
'notification-all': {
|
|
1332
1861
|
keywords: ['notification-all', 'notificationall', 'bell', 'alarm', 'icon', 'core'],
|
|
1333
1862
|
componentName: 'NotificationAllIcon',
|
|
1334
|
-
package: '@atlaskit/icon/glyph/notification-all'
|
|
1863
|
+
package: '@atlaskit/icon/glyph/notification-all',
|
|
1864
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1865
|
+
'@atlaskit/icon/glyph/notification-all')
|
|
1335
1866
|
},
|
|
1336
1867
|
'notification-direct': {
|
|
1337
1868
|
keywords: ['notification-direct', 'notificationdirect', 'bell', 'alarm', 'icon', 'core'],
|
|
1338
1869
|
componentName: 'NotificationDirectIcon',
|
|
1339
|
-
package: '@atlaskit/icon/glyph/notification-direct'
|
|
1870
|
+
package: '@atlaskit/icon/glyph/notification-direct',
|
|
1871
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1872
|
+
'@atlaskit/icon/glyph/notification-direct')
|
|
1340
1873
|
},
|
|
1341
1874
|
'office-building': {
|
|
1342
1875
|
keywords: ['office-building', 'officebuilding', 'icon', 'core'],
|
|
1343
1876
|
componentName: 'OfficeBuildingIcon',
|
|
1344
|
-
package: '@atlaskit/icon/glyph/office-building'
|
|
1877
|
+
package: '@atlaskit/icon/glyph/office-building',
|
|
1878
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1879
|
+
'@atlaskit/icon/glyph/office-building')
|
|
1345
1880
|
},
|
|
1346
1881
|
'office-building-filled': {
|
|
1347
1882
|
keywords: ['office-building-filled', 'officebuildingfilled', 'icon', 'core'],
|
|
1348
1883
|
componentName: 'OfficeBuildingFilledIcon',
|
|
1349
|
-
package: '@atlaskit/icon/glyph/office-building-filled'
|
|
1884
|
+
package: '@atlaskit/icon/glyph/office-building-filled',
|
|
1885
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1886
|
+
'@atlaskit/icon/glyph/office-building-filled')
|
|
1350
1887
|
},
|
|
1351
1888
|
open: {
|
|
1352
1889
|
keywords: ['open', 'icon', 'core'],
|
|
1353
1890
|
componentName: 'OpenIcon',
|
|
1354
|
-
package: '@atlaskit/icon/glyph/open'
|
|
1891
|
+
package: '@atlaskit/icon/glyph/open',
|
|
1892
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1893
|
+
'@atlaskit/icon/glyph/open')
|
|
1355
1894
|
},
|
|
1356
1895
|
overview: {
|
|
1357
1896
|
keywords: ['overview', 'icon', 'core'],
|
|
1358
1897
|
componentName: 'OverviewIcon',
|
|
1359
|
-
package: '@atlaskit/icon/glyph/overview'
|
|
1898
|
+
package: '@atlaskit/icon/glyph/overview',
|
|
1899
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1900
|
+
'@atlaskit/icon/glyph/overview')
|
|
1360
1901
|
},
|
|
1361
1902
|
page: {
|
|
1362
1903
|
keywords: ['page', 'file', 'document', 'icon', 'core'],
|
|
1363
1904
|
componentName: 'PageIcon',
|
|
1364
|
-
package: '@atlaskit/icon/glyph/page'
|
|
1905
|
+
package: '@atlaskit/icon/glyph/page',
|
|
1906
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1907
|
+
'@atlaskit/icon/glyph/page')
|
|
1365
1908
|
},
|
|
1366
1909
|
'page-filled': {
|
|
1367
1910
|
keywords: ['page-filled', 'pagefilled', 'file', 'document', 'icon', 'core'],
|
|
1368
1911
|
componentName: 'PageFilledIcon',
|
|
1369
|
-
package: '@atlaskit/icon/glyph/page-filled'
|
|
1912
|
+
package: '@atlaskit/icon/glyph/page-filled',
|
|
1913
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1914
|
+
'@atlaskit/icon/glyph/page-filled')
|
|
1370
1915
|
},
|
|
1371
1916
|
pdf: {
|
|
1372
1917
|
keywords: ['pdf', 'document', 'file', 'icon', 'core'],
|
|
1373
1918
|
componentName: 'PdfIcon',
|
|
1374
|
-
package: '@atlaskit/icon/glyph/pdf'
|
|
1919
|
+
package: '@atlaskit/icon/glyph/pdf',
|
|
1920
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1921
|
+
'@atlaskit/icon/glyph/pdf')
|
|
1375
1922
|
},
|
|
1376
1923
|
people: {
|
|
1377
1924
|
keywords: ['people', 'person', 'user', 'group', 'icon', 'core'],
|
|
1378
1925
|
componentName: 'PeopleIcon',
|
|
1379
|
-
package: '@atlaskit/icon/glyph/people'
|
|
1926
|
+
package: '@atlaskit/icon/glyph/people',
|
|
1927
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1928
|
+
'@atlaskit/icon/glyph/people')
|
|
1380
1929
|
},
|
|
1381
1930
|
'people-group': {
|
|
1382
1931
|
keywords: ['people-group', 'peoplegroup', 'person', 'user', 'group', 'icon', 'core'],
|
|
1383
1932
|
componentName: 'PeopleGroupIcon',
|
|
1384
|
-
package: '@atlaskit/icon/glyph/people-group'
|
|
1933
|
+
package: '@atlaskit/icon/glyph/people-group',
|
|
1934
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1935
|
+
'@atlaskit/icon/glyph/people-group')
|
|
1385
1936
|
},
|
|
1386
1937
|
person: {
|
|
1387
1938
|
keywords: ['person', 'person', 'user', 'avatar', 'icon', 'core'],
|
|
1388
1939
|
componentName: 'PersonIcon',
|
|
1389
|
-
package: '@atlaskit/icon/glyph/person'
|
|
1940
|
+
package: '@atlaskit/icon/glyph/person',
|
|
1941
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1942
|
+
'@atlaskit/icon/glyph/person')
|
|
1390
1943
|
},
|
|
1391
1944
|
'person-circle': {
|
|
1392
1945
|
keywords: ['person-circle', 'personcircle', 'icon', 'core'],
|
|
1393
1946
|
componentName: 'PersonCircleIcon',
|
|
1394
|
-
package: '@atlaskit/icon/glyph/person-circle'
|
|
1947
|
+
package: '@atlaskit/icon/glyph/person-circle',
|
|
1948
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1949
|
+
'@atlaskit/icon/glyph/person-circle')
|
|
1395
1950
|
},
|
|
1396
1951
|
'person-with-circle': {
|
|
1397
1952
|
keywords: ['person-with-circle', 'personwithcircle', 'icon', 'core'],
|
|
1398
1953
|
componentName: 'PersonWithCircleIcon',
|
|
1399
|
-
package: '@atlaskit/icon/glyph/person-with-circle'
|
|
1954
|
+
package: '@atlaskit/icon/glyph/person-with-circle',
|
|
1955
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1956
|
+
'@atlaskit/icon/glyph/person-with-circle')
|
|
1400
1957
|
},
|
|
1401
1958
|
'person-with-cross': {
|
|
1402
1959
|
keywords: ['person-with-cross', 'personwithcross', 'icon', 'core'],
|
|
1403
1960
|
componentName: 'PersonWithCrossIcon',
|
|
1404
|
-
package: '@atlaskit/icon/glyph/person-with-cross'
|
|
1961
|
+
package: '@atlaskit/icon/glyph/person-with-cross',
|
|
1962
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1963
|
+
'@atlaskit/icon/glyph/person-with-cross')
|
|
1405
1964
|
},
|
|
1406
1965
|
'person-with-tick': {
|
|
1407
1966
|
keywords: ['person-with-tick', 'personwithtick', 'icon', 'core'],
|
|
1408
1967
|
componentName: 'PersonWithTickIcon',
|
|
1409
|
-
package: '@atlaskit/icon/glyph/person-with-tick'
|
|
1968
|
+
package: '@atlaskit/icon/glyph/person-with-tick',
|
|
1969
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1970
|
+
'@atlaskit/icon/glyph/person-with-tick')
|
|
1410
1971
|
},
|
|
1411
1972
|
portfolio: {
|
|
1412
1973
|
keywords: ['portfolio', 'icon', 'core'],
|
|
1413
1974
|
componentName: 'PortfolioIcon',
|
|
1414
|
-
package: '@atlaskit/icon/glyph/portfolio'
|
|
1975
|
+
package: '@atlaskit/icon/glyph/portfolio',
|
|
1976
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1977
|
+
'@atlaskit/icon/glyph/portfolio')
|
|
1415
1978
|
},
|
|
1416
1979
|
preferences: {
|
|
1417
1980
|
keywords: ['preferences', 'settings', 'configuration', 'options', 'icon', 'core'],
|
|
1418
1981
|
componentName: 'PreferencesIcon',
|
|
1419
|
-
package: '@atlaskit/icon/glyph/preferences'
|
|
1982
|
+
package: '@atlaskit/icon/glyph/preferences',
|
|
1983
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1984
|
+
'@atlaskit/icon/glyph/preferences')
|
|
1420
1985
|
},
|
|
1421
1986
|
premium: {
|
|
1422
1987
|
keywords: ['premium', 'icon', 'core'],
|
|
1423
1988
|
componentName: 'PremiumIcon',
|
|
1424
|
-
package: '@atlaskit/icon/glyph/premium'
|
|
1989
|
+
package: '@atlaskit/icon/glyph/premium',
|
|
1990
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1991
|
+
'@atlaskit/icon/glyph/premium')
|
|
1425
1992
|
},
|
|
1426
1993
|
'presence-active': {
|
|
1427
1994
|
keywords: ['presence-active', 'presenceactive', 'dot', 'icon', 'core'],
|
|
1428
1995
|
componentName: 'PresenceActiveIcon',
|
|
1429
|
-
package: '@atlaskit/icon/glyph/presence-active'
|
|
1996
|
+
package: '@atlaskit/icon/glyph/presence-active',
|
|
1997
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
1998
|
+
'@atlaskit/icon/glyph/presence-active')
|
|
1430
1999
|
},
|
|
1431
2000
|
'presence-busy': {
|
|
1432
2001
|
keywords: ['presence-busy', 'presencebusy', 'block', 'do not disturb', 'icon', 'core'],
|
|
1433
2002
|
componentName: 'PresenceBusyIcon',
|
|
1434
|
-
package: '@atlaskit/icon/glyph/presence-busy'
|
|
2003
|
+
package: '@atlaskit/icon/glyph/presence-busy',
|
|
2004
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2005
|
+
'@atlaskit/icon/glyph/presence-busy')
|
|
1435
2006
|
},
|
|
1436
2007
|
'presence-unavailable': {
|
|
1437
2008
|
keywords: ['presence-unavailable', 'presenceunavailable', 'icon', 'core'],
|
|
1438
2009
|
componentName: 'PresenceUnavailableIcon',
|
|
1439
|
-
package: '@atlaskit/icon/glyph/presence-unavailable'
|
|
2010
|
+
package: '@atlaskit/icon/glyph/presence-unavailable',
|
|
2011
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2012
|
+
'@atlaskit/icon/glyph/presence-unavailable')
|
|
1440
2013
|
},
|
|
1441
2014
|
question: {
|
|
1442
2015
|
keywords: ['question', 'help', 'icon', 'core'],
|
|
1443
2016
|
componentName: 'QuestionIcon',
|
|
1444
|
-
package: '@atlaskit/icon/glyph/question'
|
|
2017
|
+
package: '@atlaskit/icon/glyph/question',
|
|
2018
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2019
|
+
'@atlaskit/icon/glyph/question')
|
|
1445
2020
|
},
|
|
1446
2021
|
'question-circle': {
|
|
1447
2022
|
keywords: ['question-circle', 'questioncircle', 'help', 'icon', 'core'],
|
|
1448
2023
|
componentName: 'QuestionCircleIcon',
|
|
1449
|
-
package: '@atlaskit/icon/glyph/question-circle'
|
|
2024
|
+
package: '@atlaskit/icon/glyph/question-circle',
|
|
2025
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2026
|
+
'@atlaskit/icon/glyph/question-circle')
|
|
1450
2027
|
},
|
|
1451
2028
|
questions: {
|
|
1452
2029
|
keywords: ['questions', 'icon', 'core'],
|
|
1453
2030
|
componentName: 'QuestionsIcon',
|
|
1454
|
-
package: '@atlaskit/icon/glyph/questions'
|
|
2031
|
+
package: '@atlaskit/icon/glyph/questions',
|
|
2032
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2033
|
+
'@atlaskit/icon/glyph/questions')
|
|
1455
2034
|
},
|
|
1456
2035
|
queues: {
|
|
1457
2036
|
keywords: ['queues', 'icon', 'core'],
|
|
1458
2037
|
componentName: 'QueuesIcon',
|
|
1459
|
-
package: '@atlaskit/icon/glyph/queues'
|
|
2038
|
+
package: '@atlaskit/icon/glyph/queues',
|
|
2039
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2040
|
+
'@atlaskit/icon/glyph/queues')
|
|
1460
2041
|
},
|
|
1461
2042
|
quote: {
|
|
1462
2043
|
keywords: ['quote', 'icon', 'core'],
|
|
1463
2044
|
componentName: 'QuoteIcon',
|
|
1464
|
-
package: '@atlaskit/icon/glyph/quote'
|
|
2045
|
+
package: '@atlaskit/icon/glyph/quote',
|
|
2046
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2047
|
+
'@atlaskit/icon/glyph/quote')
|
|
1465
2048
|
},
|
|
1466
2049
|
radio: {
|
|
1467
2050
|
keywords: ['radio', 'icon', 'core'],
|
|
1468
2051
|
componentName: 'RadioIcon',
|
|
1469
|
-
package: '@atlaskit/icon/glyph/radio'
|
|
2052
|
+
package: '@atlaskit/icon/glyph/radio',
|
|
2053
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2054
|
+
'@atlaskit/icon/glyph/radio')
|
|
1470
2055
|
},
|
|
1471
2056
|
recent: {
|
|
1472
2057
|
keywords: ['recent', 'time', 'clock', 'icon', 'core'],
|
|
1473
2058
|
componentName: 'RecentIcon',
|
|
1474
|
-
package: '@atlaskit/icon/glyph/recent'
|
|
2059
|
+
package: '@atlaskit/icon/glyph/recent',
|
|
2060
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2061
|
+
'@atlaskit/icon/glyph/recent')
|
|
1475
2062
|
},
|
|
1476
2063
|
redo: {
|
|
1477
2064
|
keywords: ['redo', 'icon', 'core'],
|
|
1478
2065
|
componentName: 'RedoIcon',
|
|
1479
|
-
package: '@atlaskit/icon/glyph/redo'
|
|
2066
|
+
package: '@atlaskit/icon/glyph/redo',
|
|
2067
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2068
|
+
'@atlaskit/icon/glyph/redo')
|
|
1480
2069
|
},
|
|
1481
2070
|
refresh: {
|
|
1482
2071
|
keywords: ['refresh', 'cycle', 'icon', 'core'],
|
|
1483
2072
|
componentName: 'RefreshIcon',
|
|
1484
|
-
package: '@atlaskit/icon/glyph/refresh'
|
|
2073
|
+
package: '@atlaskit/icon/glyph/refresh',
|
|
2074
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2075
|
+
'@atlaskit/icon/glyph/refresh')
|
|
1485
2076
|
},
|
|
1486
2077
|
retry: {
|
|
1487
2078
|
keywords: ['retry', 'icon', 'core'],
|
|
1488
2079
|
componentName: 'RetryIcon',
|
|
1489
|
-
package: '@atlaskit/icon/glyph/retry'
|
|
2080
|
+
package: '@atlaskit/icon/glyph/retry',
|
|
2081
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2082
|
+
'@atlaskit/icon/glyph/retry')
|
|
1490
2083
|
},
|
|
1491
2084
|
roadmap: {
|
|
1492
2085
|
keywords: ['roadmap', 'icon', 'core'],
|
|
1493
2086
|
componentName: 'RoadmapIcon',
|
|
1494
|
-
package: '@atlaskit/icon/glyph/roadmap'
|
|
2087
|
+
package: '@atlaskit/icon/glyph/roadmap',
|
|
2088
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2089
|
+
'@atlaskit/icon/glyph/roadmap')
|
|
1495
2090
|
},
|
|
1496
2091
|
'room-menu': {
|
|
1497
2092
|
keywords: ['room-menu', 'roommenu', 'icon', 'core'],
|
|
1498
2093
|
componentName: 'RoomMenuIcon',
|
|
1499
|
-
package: '@atlaskit/icon/glyph/room-menu'
|
|
2094
|
+
package: '@atlaskit/icon/glyph/room-menu',
|
|
2095
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2096
|
+
'@atlaskit/icon/glyph/room-menu')
|
|
1500
2097
|
},
|
|
1501
2098
|
schedule: {
|
|
1502
2099
|
keywords: ['schedule', 'calendar', 'date', 'new', 'icon', 'core'],
|
|
1503
2100
|
componentName: 'ScheduleIcon',
|
|
1504
|
-
package: '@atlaskit/icon/glyph/schedule'
|
|
2101
|
+
package: '@atlaskit/icon/glyph/schedule',
|
|
2102
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2103
|
+
'@atlaskit/icon/glyph/schedule')
|
|
1505
2104
|
},
|
|
1506
2105
|
'schedule-filled': {
|
|
1507
2106
|
keywords: ['schedule-filled', 'schedulefilled', 'icon', 'core'],
|
|
1508
2107
|
componentName: 'ScheduleFilledIcon',
|
|
1509
|
-
package: '@atlaskit/icon/glyph/schedule-filled'
|
|
2108
|
+
package: '@atlaskit/icon/glyph/schedule-filled',
|
|
2109
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2110
|
+
'@atlaskit/icon/glyph/schedule-filled')
|
|
1510
2111
|
},
|
|
1511
2112
|
screen: {
|
|
1512
2113
|
keywords: ['screen', 'desktop', 'computer', 'monitor', 'icon', 'core'],
|
|
1513
2114
|
componentName: 'ScreenIcon',
|
|
1514
|
-
package: '@atlaskit/icon/glyph/screen'
|
|
2115
|
+
package: '@atlaskit/icon/glyph/screen',
|
|
2116
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2117
|
+
'@atlaskit/icon/glyph/screen')
|
|
1515
2118
|
},
|
|
1516
2119
|
search: {
|
|
1517
2120
|
keywords: ['search', 'find', 'magnify', 'icon', 'core'],
|
|
1518
2121
|
componentName: 'SearchIcon',
|
|
1519
|
-
package: '@atlaskit/icon/glyph/search'
|
|
2122
|
+
package: '@atlaskit/icon/glyph/search',
|
|
2123
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2124
|
+
'@atlaskit/icon/glyph/search')
|
|
1520
2125
|
},
|
|
1521
2126
|
'select-clear': {
|
|
1522
2127
|
keywords: ['select-clear', 'selectclear', 'icon', 'core'],
|
|
1523
2128
|
componentName: 'SelectClearIcon',
|
|
1524
|
-
package: '@atlaskit/icon/glyph/select-clear'
|
|
2129
|
+
package: '@atlaskit/icon/glyph/select-clear',
|
|
2130
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2131
|
+
'@atlaskit/icon/glyph/select-clear')
|
|
1525
2132
|
},
|
|
1526
2133
|
send: {
|
|
1527
2134
|
keywords: ['send', 'mail', 'icon', 'core'],
|
|
1528
2135
|
componentName: 'SendIcon',
|
|
1529
|
-
package: '@atlaskit/icon/glyph/send'
|
|
2136
|
+
package: '@atlaskit/icon/glyph/send',
|
|
2137
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2138
|
+
'@atlaskit/icon/glyph/send')
|
|
1530
2139
|
},
|
|
1531
2140
|
settings: {
|
|
1532
2141
|
keywords: ['settings', 'cog', 'options', 'configuration', 'icon', 'core'],
|
|
1533
2142
|
componentName: 'SettingsIcon',
|
|
1534
|
-
package: '@atlaskit/icon/glyph/settings'
|
|
2143
|
+
package: '@atlaskit/icon/glyph/settings',
|
|
2144
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2145
|
+
'@atlaskit/icon/glyph/settings')
|
|
1535
2146
|
},
|
|
1536
2147
|
share: {
|
|
1537
2148
|
keywords: ['share', 'icon', 'core'],
|
|
1538
2149
|
componentName: 'ShareIcon',
|
|
1539
|
-
package: '@atlaskit/icon/glyph/share'
|
|
2150
|
+
package: '@atlaskit/icon/glyph/share',
|
|
2151
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2152
|
+
'@atlaskit/icon/glyph/share')
|
|
1540
2153
|
},
|
|
1541
2154
|
ship: {
|
|
1542
2155
|
keywords: ['ship', 'icon', 'core'],
|
|
1543
2156
|
componentName: 'ShipIcon',
|
|
1544
|
-
package: '@atlaskit/icon/glyph/ship'
|
|
2157
|
+
package: '@atlaskit/icon/glyph/ship',
|
|
2158
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2159
|
+
'@atlaskit/icon/glyph/ship')
|
|
1545
2160
|
},
|
|
1546
2161
|
shortcut: {
|
|
1547
2162
|
keywords: ['shortcut', 'export', 'icon', 'core'],
|
|
1548
2163
|
componentName: 'ShortcutIcon',
|
|
1549
|
-
package: '@atlaskit/icon/glyph/shortcut'
|
|
2164
|
+
package: '@atlaskit/icon/glyph/shortcut',
|
|
2165
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2166
|
+
'@atlaskit/icon/glyph/shortcut')
|
|
1550
2167
|
},
|
|
1551
2168
|
'sign-in': {
|
|
1552
2169
|
keywords: ['sign-in', 'signin', 'log', 'icon', 'core'],
|
|
1553
2170
|
componentName: 'SignInIcon',
|
|
1554
|
-
package: '@atlaskit/icon/glyph/sign-in'
|
|
2171
|
+
package: '@atlaskit/icon/glyph/sign-in',
|
|
2172
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2173
|
+
'@atlaskit/icon/glyph/sign-in')
|
|
1555
2174
|
},
|
|
1556
2175
|
'sign-out': {
|
|
1557
2176
|
keywords: ['sign-out', 'signout', 'log', 'icon', 'core'],
|
|
1558
2177
|
componentName: 'SignOutIcon',
|
|
1559
|
-
package: '@atlaskit/icon/glyph/sign-out'
|
|
2178
|
+
package: '@atlaskit/icon/glyph/sign-out',
|
|
2179
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2180
|
+
'@atlaskit/icon/glyph/sign-out')
|
|
1560
2181
|
},
|
|
1561
2182
|
sprint: {
|
|
1562
2183
|
keywords: ['sprint', 'icon', 'core'],
|
|
1563
2184
|
componentName: 'SprintIcon',
|
|
1564
|
-
package: '@atlaskit/icon/glyph/sprint'
|
|
2185
|
+
package: '@atlaskit/icon/glyph/sprint',
|
|
2186
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2187
|
+
'@atlaskit/icon/glyph/sprint')
|
|
1565
2188
|
},
|
|
1566
2189
|
star: {
|
|
1567
2190
|
keywords: ['star', 'icon', 'core'],
|
|
1568
2191
|
componentName: 'StarIcon',
|
|
1569
|
-
package: '@atlaskit/icon/glyph/star'
|
|
2192
|
+
package: '@atlaskit/icon/glyph/star',
|
|
2193
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2194
|
+
'@atlaskit/icon/glyph/star')
|
|
1570
2195
|
},
|
|
1571
2196
|
'star-filled': {
|
|
1572
2197
|
keywords: ['star-filled', 'starfilled', 'icon', 'core'],
|
|
1573
2198
|
componentName: 'StarFilledIcon',
|
|
1574
|
-
package: '@atlaskit/icon/glyph/star-filled'
|
|
2199
|
+
package: '@atlaskit/icon/glyph/star-filled',
|
|
2200
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2201
|
+
'@atlaskit/icon/glyph/star-filled')
|
|
1575
2202
|
},
|
|
1576
2203
|
'star-large': {
|
|
1577
2204
|
keywords: ['star-large', 'starlarge', 'icon', 'core'],
|
|
1578
2205
|
componentName: 'StarLargeIcon',
|
|
1579
|
-
package: '@atlaskit/icon/glyph/star-large'
|
|
2206
|
+
package: '@atlaskit/icon/glyph/star-large',
|
|
2207
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2208
|
+
'@atlaskit/icon/glyph/star-large')
|
|
1580
2209
|
},
|
|
1581
2210
|
status: {
|
|
1582
2211
|
keywords: ['status', 'icon', 'core'],
|
|
1583
2212
|
componentName: 'StatusIcon',
|
|
1584
|
-
package: '@atlaskit/icon/glyph/status'
|
|
2213
|
+
package: '@atlaskit/icon/glyph/status',
|
|
2214
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2215
|
+
'@atlaskit/icon/glyph/status')
|
|
1585
2216
|
},
|
|
1586
2217
|
stopwatch: {
|
|
1587
2218
|
keywords: ['stopwatch', 'icon', 'core'],
|
|
1588
2219
|
componentName: 'StopwatchIcon',
|
|
1589
|
-
package: '@atlaskit/icon/glyph/stopwatch'
|
|
2220
|
+
package: '@atlaskit/icon/glyph/stopwatch',
|
|
2221
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2222
|
+
'@atlaskit/icon/glyph/stopwatch')
|
|
1590
2223
|
},
|
|
1591
2224
|
subtask: {
|
|
1592
2225
|
keywords: ['subtask', 'issue', 'task', 'icon', 'core'],
|
|
1593
2226
|
componentName: 'SubtaskIcon',
|
|
1594
|
-
package: '@atlaskit/icon/glyph/subtask'
|
|
2227
|
+
package: '@atlaskit/icon/glyph/subtask',
|
|
2228
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2229
|
+
'@atlaskit/icon/glyph/subtask')
|
|
1595
2230
|
},
|
|
1596
2231
|
suitcase: {
|
|
1597
2232
|
keywords: ['suitcase', 'icon', 'core'],
|
|
1598
2233
|
componentName: 'SuitcaseIcon',
|
|
1599
|
-
package: '@atlaskit/icon/glyph/suitcase'
|
|
2234
|
+
package: '@atlaskit/icon/glyph/suitcase',
|
|
2235
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2236
|
+
'@atlaskit/icon/glyph/suitcase')
|
|
1600
2237
|
},
|
|
1601
2238
|
switcher: {
|
|
1602
2239
|
keywords: ['switcher', 'icon', 'core'],
|
|
1603
2240
|
componentName: 'SwitcherIcon',
|
|
1604
|
-
package: '@atlaskit/icon/glyph/switcher'
|
|
2241
|
+
package: '@atlaskit/icon/glyph/switcher',
|
|
2242
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2243
|
+
'@atlaskit/icon/glyph/switcher')
|
|
1605
2244
|
},
|
|
1606
2245
|
table: {
|
|
1607
2246
|
keywords: ['table', 'grid', 'icon', 'core'],
|
|
1608
2247
|
componentName: 'TableIcon',
|
|
1609
|
-
package: '@atlaskit/icon/glyph/table'
|
|
2248
|
+
package: '@atlaskit/icon/glyph/table',
|
|
2249
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2250
|
+
'@atlaskit/icon/glyph/table')
|
|
1610
2251
|
},
|
|
1611
2252
|
task: {
|
|
1612
2253
|
keywords: ['task', 'check', 'tick', 'icon', 'core'],
|
|
1613
2254
|
componentName: 'TaskIcon',
|
|
1614
|
-
package: '@atlaskit/icon/glyph/task'
|
|
2255
|
+
package: '@atlaskit/icon/glyph/task',
|
|
2256
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2257
|
+
'@atlaskit/icon/glyph/task')
|
|
1615
2258
|
},
|
|
1616
2259
|
teams: {
|
|
1617
2260
|
keywords: ['teams', 'icon', 'core'],
|
|
1618
2261
|
componentName: 'TeamsIcon',
|
|
1619
|
-
package: '@atlaskit/icon/glyph/teams'
|
|
2262
|
+
package: '@atlaskit/icon/glyph/teams',
|
|
2263
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2264
|
+
'@atlaskit/icon/glyph/teams')
|
|
1620
2265
|
},
|
|
1621
2266
|
trash: {
|
|
1622
2267
|
keywords: ['trash', 'bin', 'remove', 'delete', 'recycle', 'icon', 'core'],
|
|
1623
2268
|
componentName: 'TrashIcon',
|
|
1624
|
-
package: '@atlaskit/icon/glyph/trash'
|
|
2269
|
+
package: '@atlaskit/icon/glyph/trash',
|
|
2270
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2271
|
+
'@atlaskit/icon/glyph/trash')
|
|
1625
2272
|
},
|
|
1626
2273
|
tray: {
|
|
1627
2274
|
keywords: ['tray', 'inbox', 'icon', 'core'],
|
|
1628
2275
|
componentName: 'TrayIcon',
|
|
1629
|
-
package: '@atlaskit/icon/glyph/tray'
|
|
2276
|
+
package: '@atlaskit/icon/glyph/tray',
|
|
2277
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2278
|
+
'@atlaskit/icon/glyph/tray')
|
|
1630
2279
|
},
|
|
1631
2280
|
undo: {
|
|
1632
2281
|
keywords: ['undo', 'icon', 'core'],
|
|
1633
2282
|
componentName: 'UndoIcon',
|
|
1634
|
-
package: '@atlaskit/icon/glyph/undo'
|
|
2283
|
+
package: '@atlaskit/icon/glyph/undo',
|
|
2284
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2285
|
+
'@atlaskit/icon/glyph/undo')
|
|
1635
2286
|
},
|
|
1636
2287
|
unlink: {
|
|
1637
2288
|
keywords: ['unlink', 'icon', 'core'],
|
|
1638
2289
|
componentName: 'UnlinkIcon',
|
|
1639
|
-
package: '@atlaskit/icon/glyph/unlink'
|
|
2290
|
+
package: '@atlaskit/icon/glyph/unlink',
|
|
2291
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2292
|
+
'@atlaskit/icon/glyph/unlink')
|
|
1640
2293
|
},
|
|
1641
2294
|
unlock: {
|
|
1642
2295
|
keywords: ['unlock', 'open', 'permissions', 'privacy', 'restrict', 'insecure', 'icon', 'core'],
|
|
1643
2296
|
componentName: 'UnlockIcon',
|
|
1644
|
-
package: '@atlaskit/icon/glyph/unlock'
|
|
2297
|
+
package: '@atlaskit/icon/glyph/unlock',
|
|
2298
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2299
|
+
'@atlaskit/icon/glyph/unlock')
|
|
1645
2300
|
},
|
|
1646
2301
|
'unlock-circle': {
|
|
1647
2302
|
keywords: ['unlock-circle', 'unlockcircle', 'open', 'permissions', 'privacy', 'restrict', 'insecure', 'icon', 'core'],
|
|
1648
2303
|
componentName: 'UnlockCircleIcon',
|
|
1649
|
-
package: '@atlaskit/icon/glyph/unlock-circle'
|
|
2304
|
+
package: '@atlaskit/icon/glyph/unlock-circle',
|
|
2305
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2306
|
+
'@atlaskit/icon/glyph/unlock-circle')
|
|
1650
2307
|
},
|
|
1651
2308
|
'unlock-filled': {
|
|
1652
2309
|
keywords: ['unlock-filled', 'unlockfilled', 'open', 'permissions', 'privacy', 'restrict', 'insecure', 'icon', 'core'],
|
|
1653
2310
|
componentName: 'UnlockFilledIcon',
|
|
1654
|
-
package: '@atlaskit/icon/glyph/unlock-filled'
|
|
2311
|
+
package: '@atlaskit/icon/glyph/unlock-filled',
|
|
2312
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2313
|
+
'@atlaskit/icon/glyph/unlock-filled')
|
|
1655
2314
|
},
|
|
1656
2315
|
upload: {
|
|
1657
2316
|
keywords: ['upload', 'cloud', 'icon', 'core'],
|
|
1658
2317
|
componentName: 'UploadIcon',
|
|
1659
|
-
package: '@atlaskit/icon/glyph/upload'
|
|
2318
|
+
package: '@atlaskit/icon/glyph/upload',
|
|
2319
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2320
|
+
'@atlaskit/icon/glyph/upload')
|
|
1660
2321
|
},
|
|
1661
2322
|
'user-avatar-circle': {
|
|
1662
2323
|
keywords: ['user-avatar-circle', 'useravatarcircle', 'person', 'icon', 'core'],
|
|
1663
2324
|
componentName: 'UserAvatarCircleIcon',
|
|
1664
|
-
package: '@atlaskit/icon/glyph/user-avatar-circle'
|
|
2325
|
+
package: '@atlaskit/icon/glyph/user-avatar-circle',
|
|
2326
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2327
|
+
'@atlaskit/icon/glyph/user-avatar-circle')
|
|
1665
2328
|
},
|
|
1666
2329
|
'vid-audio-muted': {
|
|
1667
2330
|
keywords: ['vid-audio-muted', 'vidaudiomuted', 'microphone', 'sound', 'icon', 'core'],
|
|
1668
2331
|
componentName: 'VidAudioMutedIcon',
|
|
1669
|
-
package: '@atlaskit/icon/glyph/vid-audio-muted'
|
|
2332
|
+
package: '@atlaskit/icon/glyph/vid-audio-muted',
|
|
2333
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2334
|
+
'@atlaskit/icon/glyph/vid-audio-muted')
|
|
1670
2335
|
},
|
|
1671
2336
|
'vid-audio-on': {
|
|
1672
2337
|
keywords: ['vid-audio-on', 'vidaudioon', 'microphone', 'sound', 'icon', 'core'],
|
|
1673
2338
|
componentName: 'VidAudioOnIcon',
|
|
1674
|
-
package: '@atlaskit/icon/glyph/vid-audio-on'
|
|
2339
|
+
package: '@atlaskit/icon/glyph/vid-audio-on',
|
|
2340
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2341
|
+
'@atlaskit/icon/glyph/vid-audio-on')
|
|
1675
2342
|
},
|
|
1676
2343
|
'vid-backward': {
|
|
1677
2344
|
keywords: ['vid-backward', 'vidbackward', 'rewind', 'icon', 'core'],
|
|
1678
2345
|
componentName: 'VidBackwardIcon',
|
|
1679
|
-
package: '@atlaskit/icon/glyph/vid-backward'
|
|
2346
|
+
package: '@atlaskit/icon/glyph/vid-backward',
|
|
2347
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2348
|
+
'@atlaskit/icon/glyph/vid-backward')
|
|
1680
2349
|
},
|
|
1681
2350
|
'vid-camera-off': {
|
|
1682
2351
|
keywords: ['vid-camera-off', 'vidcameraoff', 'video', 'icon', 'core'],
|
|
1683
2352
|
componentName: 'VidCameraOffIcon',
|
|
1684
|
-
package: '@atlaskit/icon/glyph/vid-camera-off'
|
|
2353
|
+
package: '@atlaskit/icon/glyph/vid-camera-off',
|
|
2354
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2355
|
+
'@atlaskit/icon/glyph/vid-camera-off')
|
|
1685
2356
|
},
|
|
1686
2357
|
'vid-camera-on': {
|
|
1687
2358
|
keywords: ['vid-camera-on', 'vidcameraon', 'icon', 'core'],
|
|
1688
2359
|
componentName: 'VidCameraOnIcon',
|
|
1689
|
-
package: '@atlaskit/icon/glyph/vid-camera-on'
|
|
2360
|
+
package: '@atlaskit/icon/glyph/vid-camera-on',
|
|
2361
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2362
|
+
'@atlaskit/icon/glyph/vid-camera-on')
|
|
1690
2363
|
},
|
|
1691
2364
|
'vid-connection-circle': {
|
|
1692
2365
|
keywords: ['vid-connection-circle', 'vidconnectioncircle', 'signal', 'bar', 'icon', 'core'],
|
|
1693
2366
|
componentName: 'VidConnectionCircleIcon',
|
|
1694
|
-
package: '@atlaskit/icon/glyph/vid-connection-circle'
|
|
2367
|
+
package: '@atlaskit/icon/glyph/vid-connection-circle',
|
|
2368
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2369
|
+
'@atlaskit/icon/glyph/vid-connection-circle')
|
|
1695
2370
|
},
|
|
1696
2371
|
'vid-forward': {
|
|
1697
2372
|
keywords: ['vid-forward', 'vidforward', 'fast', 'icon', 'core'],
|
|
1698
2373
|
componentName: 'VidForwardIcon',
|
|
1699
|
-
package: '@atlaskit/icon/glyph/vid-forward'
|
|
2374
|
+
package: '@atlaskit/icon/glyph/vid-forward',
|
|
2375
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2376
|
+
'@atlaskit/icon/glyph/vid-forward')
|
|
1700
2377
|
},
|
|
1701
2378
|
'vid-full-screen-off': {
|
|
1702
2379
|
keywords: ['vid-full-screen-off', 'vidfullscreenoff', 'collapse', 'close', 'icon', 'core'],
|
|
1703
2380
|
componentName: 'VidFullScreenOffIcon',
|
|
1704
|
-
package: '@atlaskit/icon/glyph/vid-full-screen-off'
|
|
2381
|
+
package: '@atlaskit/icon/glyph/vid-full-screen-off',
|
|
2382
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2383
|
+
'@atlaskit/icon/glyph/vid-full-screen-off')
|
|
1705
2384
|
},
|
|
1706
2385
|
'vid-full-screen-on': {
|
|
1707
2386
|
keywords: ['vid-full-screen-on', 'vidfullscreenon', 'expand', 'icon', 'core'],
|
|
1708
2387
|
componentName: 'VidFullScreenOnIcon',
|
|
1709
|
-
package: '@atlaskit/icon/glyph/vid-full-screen-on'
|
|
2388
|
+
package: '@atlaskit/icon/glyph/vid-full-screen-on',
|
|
2389
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2390
|
+
'@atlaskit/icon/glyph/vid-full-screen-on')
|
|
1710
2391
|
},
|
|
1711
2392
|
'vid-hang-up': {
|
|
1712
2393
|
keywords: ['vid-hang-up', 'vidhangup', 'end', 'call', 'icon', 'core'],
|
|
1713
2394
|
componentName: 'VidHangUpIcon',
|
|
1714
|
-
package: '@atlaskit/icon/glyph/vid-hang-up'
|
|
2395
|
+
package: '@atlaskit/icon/glyph/vid-hang-up',
|
|
2396
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2397
|
+
'@atlaskit/icon/glyph/vid-hang-up')
|
|
1715
2398
|
},
|
|
1716
2399
|
'vid-hd-circle': {
|
|
1717
2400
|
keywords: ['vid-hd-circle', 'vidhdcircle', 'high', 'definition', 'icon', 'core'],
|
|
1718
2401
|
componentName: 'VidHdCircleIcon',
|
|
1719
|
-
package: '@atlaskit/icon/glyph/vid-hd-circle'
|
|
2402
|
+
package: '@atlaskit/icon/glyph/vid-hd-circle',
|
|
2403
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2404
|
+
'@atlaskit/icon/glyph/vid-hd-circle')
|
|
1720
2405
|
},
|
|
1721
2406
|
'vid-pause': {
|
|
1722
2407
|
keywords: ['vid-pause', 'vidpause', 'icon', 'core'],
|
|
1723
2408
|
componentName: 'VidPauseIcon',
|
|
1724
|
-
package: '@atlaskit/icon/glyph/vid-pause'
|
|
2409
|
+
package: '@atlaskit/icon/glyph/vid-pause',
|
|
2410
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2411
|
+
'@atlaskit/icon/glyph/vid-pause')
|
|
1725
2412
|
},
|
|
1726
2413
|
'vid-play': {
|
|
1727
2414
|
keywords: ['vid-play', 'vidplay', 'icon', 'core'],
|
|
1728
2415
|
componentName: 'VidPlayIcon',
|
|
1729
|
-
package: '@atlaskit/icon/glyph/vid-play'
|
|
2416
|
+
package: '@atlaskit/icon/glyph/vid-play',
|
|
2417
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2418
|
+
'@atlaskit/icon/glyph/vid-play')
|
|
1730
2419
|
},
|
|
1731
2420
|
'vid-raised-hand': {
|
|
1732
2421
|
keywords: ['vid-raised-hand', 'vidraisedhand', 'person', 'question', 'user', 'arm', 'icon', 'core'],
|
|
1733
2422
|
componentName: 'VidRaisedHandIcon',
|
|
1734
|
-
package: '@atlaskit/icon/glyph/vid-raised-hand'
|
|
2423
|
+
package: '@atlaskit/icon/glyph/vid-raised-hand',
|
|
2424
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2425
|
+
'@atlaskit/icon/glyph/vid-raised-hand')
|
|
1735
2426
|
},
|
|
1736
2427
|
'vid-share-screen': {
|
|
1737
2428
|
keywords: ['vid-share-screen', 'vidsharescreen', 'icon', 'core'],
|
|
1738
2429
|
componentName: 'VidShareScreenIcon',
|
|
1739
|
-
package: '@atlaskit/icon/glyph/vid-share-screen'
|
|
2430
|
+
package: '@atlaskit/icon/glyph/vid-share-screen',
|
|
2431
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2432
|
+
'@atlaskit/icon/glyph/vid-share-screen')
|
|
1740
2433
|
},
|
|
1741
2434
|
'vid-speaking-circle': {
|
|
1742
2435
|
keywords: ['vid-speaking-circle', 'vidspeakingcircle', 'sound', 'talk', 'audio', 'icon', 'core'],
|
|
1743
2436
|
componentName: 'VidSpeakingCircleIcon',
|
|
1744
|
-
package: '@atlaskit/icon/glyph/vid-speaking-circle'
|
|
2437
|
+
package: '@atlaskit/icon/glyph/vid-speaking-circle',
|
|
2438
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2439
|
+
'@atlaskit/icon/glyph/vid-speaking-circle')
|
|
1745
2440
|
},
|
|
1746
2441
|
'vid-volume-full': {
|
|
1747
2442
|
keywords: ['vid-volume-full', 'vidvolumefull', 'icon', 'core'],
|
|
1748
2443
|
componentName: 'VidVolumeFullIcon',
|
|
1749
|
-
package: '@atlaskit/icon/glyph/vid-volume-full'
|
|
2444
|
+
package: '@atlaskit/icon/glyph/vid-volume-full',
|
|
2445
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2446
|
+
'@atlaskit/icon/glyph/vid-volume-full')
|
|
1750
2447
|
},
|
|
1751
2448
|
'vid-volume-half': {
|
|
1752
2449
|
keywords: ['vid-volume-half', 'vidvolumehalf', 'icon', 'core'],
|
|
1753
2450
|
componentName: 'VidVolumeHalfIcon',
|
|
1754
|
-
package: '@atlaskit/icon/glyph/vid-volume-half'
|
|
2451
|
+
package: '@atlaskit/icon/glyph/vid-volume-half',
|
|
2452
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2453
|
+
'@atlaskit/icon/glyph/vid-volume-half')
|
|
1755
2454
|
},
|
|
1756
2455
|
'vid-volume-muted': {
|
|
1757
2456
|
keywords: ['vid-volume-muted', 'vidvolumemuted', 'icon', 'core'],
|
|
1758
2457
|
componentName: 'VidVolumeMutedIcon',
|
|
1759
|
-
package: '@atlaskit/icon/glyph/vid-volume-muted'
|
|
2458
|
+
package: '@atlaskit/icon/glyph/vid-volume-muted',
|
|
2459
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2460
|
+
'@atlaskit/icon/glyph/vid-volume-muted')
|
|
1760
2461
|
},
|
|
1761
2462
|
'video-circle': {
|
|
1762
2463
|
keywords: ['video-circle', 'videocircle', 'video', 'camera', 'icon', 'core'],
|
|
1763
2464
|
componentName: 'VideoCircleIcon',
|
|
1764
|
-
package: '@atlaskit/icon/glyph/video-circle'
|
|
2465
|
+
package: '@atlaskit/icon/glyph/video-circle',
|
|
2466
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2467
|
+
'@atlaskit/icon/glyph/video-circle')
|
|
1765
2468
|
},
|
|
1766
2469
|
'video-filled': {
|
|
1767
2470
|
keywords: ['video-filled', 'videofilled', 'video', 'camera', 'icon', 'core'],
|
|
1768
2471
|
componentName: 'VideoFilledIcon',
|
|
1769
|
-
package: '@atlaskit/icon/glyph/video-filled'
|
|
2472
|
+
package: '@atlaskit/icon/glyph/video-filled',
|
|
2473
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2474
|
+
'@atlaskit/icon/glyph/video-filled')
|
|
1770
2475
|
},
|
|
1771
2476
|
warning: {
|
|
1772
2477
|
keywords: ['warning', 'error', 'alert', 'icon', 'core'],
|
|
1773
2478
|
componentName: 'WarningIcon',
|
|
1774
|
-
package: '@atlaskit/icon/glyph/warning'
|
|
2479
|
+
package: '@atlaskit/icon/glyph/warning',
|
|
2480
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2481
|
+
'@atlaskit/icon/glyph/warning')
|
|
1775
2482
|
},
|
|
1776
2483
|
watch: {
|
|
1777
2484
|
keywords: ['watch', 'visible', 'visibility', 'eye', 'icon', 'core'],
|
|
1778
2485
|
componentName: 'WatchIcon',
|
|
1779
|
-
package: '@atlaskit/icon/glyph/watch'
|
|
2486
|
+
package: '@atlaskit/icon/glyph/watch',
|
|
2487
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2488
|
+
'@atlaskit/icon/glyph/watch')
|
|
1780
2489
|
},
|
|
1781
2490
|
'watch-filled': {
|
|
1782
2491
|
keywords: ['watch-filled', 'watchfilled', 'visible', 'visibility', 'eye', 'icon', 'core'],
|
|
1783
2492
|
componentName: 'WatchFilledIcon',
|
|
1784
|
-
package: '@atlaskit/icon/glyph/watch-filled'
|
|
2493
|
+
package: '@atlaskit/icon/glyph/watch-filled',
|
|
2494
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2495
|
+
'@atlaskit/icon/glyph/watch-filled')
|
|
1785
2496
|
},
|
|
1786
2497
|
world: {
|
|
1787
2498
|
keywords: ['world', 'globe', 'earth', 'icon', 'core'],
|
|
1788
2499
|
componentName: 'WorldIcon',
|
|
1789
|
-
package: '@atlaskit/icon/glyph/world'
|
|
2500
|
+
package: '@atlaskit/icon/glyph/world',
|
|
2501
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2502
|
+
'@atlaskit/icon/glyph/world')
|
|
1790
2503
|
},
|
|
1791
2504
|
'world-small': {
|
|
1792
2505
|
keywords: ['world-small', 'worldsmall', 'icon', 'core'],
|
|
1793
2506
|
componentName: 'WorldSmallIcon',
|
|
1794
|
-
package: '@atlaskit/icon/glyph/world-small'
|
|
2507
|
+
package: '@atlaskit/icon/glyph/world-small',
|
|
2508
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
2509
|
+
'@atlaskit/icon/glyph/world-small')
|
|
1795
2510
|
}
|
|
1796
2511
|
};
|
|
2512
|
+
const metaData = Object.fromEntries(Object.entries(metaDataWithPackageLoader).map(([key, {
|
|
2513
|
+
packageLoader,
|
|
2514
|
+
...rest
|
|
2515
|
+
}]) => [key, rest]));
|
|
1797
2516
|
export default metaData;
|