@atlaskit/icon-file-type 6.5.0 → 6.7.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 +27 -0
- package/__tests__/visual-regression/icon-file-type-snapshots.test.ts +0 -11
- package/dist/cjs/entry-points/metadata.js +10 -2
- package/dist/cjs/metadata.js +484 -73
- package/dist/es2019/entry-points/metadata.js +2 -1
- package/dist/es2019/metadata.js +208 -72
- package/dist/esm/entry-points/metadata.js +2 -1
- package/dist/esm/metadata.js +347 -72
- package/dist/types/entry-points/metadata.d.ts +1 -0
- package/dist/types/metadata.d.ts +16 -6
- package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -0
- package/dist/types-ts4.5/metadata.d.ts +16 -6
- package/glyph/archive/16.js +5 -11
- package/glyph/archive/24.js +5 -11
- package/glyph/archive/48.js +5 -11
- package/glyph/audio/16.js +5 -11
- package/glyph/audio/24.js +5 -11
- package/glyph/audio/48.js +5 -11
- package/glyph/document/16.js +5 -11
- package/glyph/document/24.js +5 -11
- package/glyph/document/48.js +5 -11
- package/glyph/excel-spreadsheet/16.js +5 -11
- package/glyph/excel-spreadsheet/24.js +5 -11
- package/glyph/excel-spreadsheet/48.js +5 -11
- package/glyph/executable/16.js +5 -11
- package/glyph/executable/24.js +5 -11
- package/glyph/executable/48.js +5 -11
- package/glyph/figma/16.js +5 -11
- package/glyph/figma/24.js +5 -11
- package/glyph/figma/48.js +5 -11
- package/glyph/folder/16.js +5 -11
- package/glyph/folder/24.js +5 -11
- package/glyph/folder/48.js +5 -11
- package/glyph/generic/16.js +5 -11
- package/glyph/generic/24.js +5 -11
- package/glyph/generic/48.js +5 -11
- package/glyph/gif/16.js +5 -11
- package/glyph/gif/24.js +5 -11
- package/glyph/gif/48.js +5 -11
- package/glyph/google-doc/16.js +5 -11
- package/glyph/google-doc/24.js +5 -11
- package/glyph/google-doc/48.js +5 -11
- package/glyph/google-form/16.js +5 -11
- package/glyph/google-form/24.js +5 -11
- package/glyph/google-form/48.js +5 -11
- package/glyph/google-sheet/16.js +5 -11
- package/glyph/google-sheet/24.js +5 -11
- package/glyph/google-sheet/48.js +5 -11
- package/glyph/google-slide/16.js +5 -11
- package/glyph/google-slide/24.js +5 -11
- package/glyph/google-slide/48.js +5 -11
- package/glyph/image/16.js +5 -11
- package/glyph/image/24.js +5 -11
- package/glyph/image/48.js +5 -11
- package/glyph/pdf-document/16.js +5 -11
- package/glyph/pdf-document/24.js +5 -11
- package/glyph/pdf-document/48.js +5 -11
- package/glyph/powerpoint-presentation/16.js +5 -11
- package/glyph/powerpoint-presentation/24.js +5 -11
- package/glyph/powerpoint-presentation/48.js +5 -11
- package/glyph/presentation/16.js +5 -11
- package/glyph/presentation/24.js +5 -11
- package/glyph/presentation/48.js +5 -11
- package/glyph/sketch/16.js +5 -11
- package/glyph/sketch/24.js +5 -11
- package/glyph/sketch/48.js +5 -11
- package/glyph/source-code/16.js +5 -11
- package/glyph/source-code/24.js +5 -11
- package/glyph/source-code/48.js +5 -11
- package/glyph/spreadsheet/16.js +5 -11
- package/glyph/spreadsheet/24.js +5 -11
- package/glyph/spreadsheet/48.js +5 -11
- package/glyph/video/16.js +5 -11
- package/glyph/video/24.js +5 -11
- package/glyph/video/48.js +5 -11
- package/glyph/word-document/16.js +5 -11
- package/glyph/word-document/24.js +5 -11
- package/glyph/word-document/48.js +5 -11
- package/package.json +3 -8
- package/svgs/archive/16.svg +1 -1
- package/svgs/archive/24.svg +1 -1
- package/svgs/archive/48.svg +1 -1
- package/svgs/audio/16.svg +1 -1
- package/svgs/audio/24.svg +1 -1
- package/svgs/audio/48.svg +1 -1
- package/svgs/document/16.svg +1 -1
- package/svgs/document/24.svg +1 -1
- package/svgs/document/48.svg +1 -1
- package/svgs/excel-spreadsheet/16.svg +1 -1
- package/svgs/excel-spreadsheet/24.svg +1 -1
- package/svgs/excel-spreadsheet/48.svg +1 -1
- package/svgs/executable/16.svg +1 -1
- package/svgs/executable/24.svg +1 -1
- package/svgs/executable/48.svg +1 -1
- package/svgs/figma/16.svg +1 -1
- package/svgs/figma/24.svg +1 -1
- package/svgs/figma/48.svg +1 -1
- package/svgs/folder/16.svg +1 -1
- package/svgs/folder/24.svg +1 -1
- package/svgs/folder/48.svg +1 -1
- package/svgs/generic/16.svg +1 -1
- package/svgs/generic/24.svg +1 -0
- package/svgs/generic/48.svg +1 -1
- package/svgs/gif/16.svg +1 -1
- package/svgs/gif/24.svg +1 -1
- package/svgs/gif/48.svg +1 -1
- package/svgs/google-doc/16.svg +1 -1
- package/svgs/google-doc/24.svg +1 -1
- package/svgs/google-doc/48.svg +1 -1
- package/svgs/google-form/16.svg +1 -1
- package/svgs/google-form/24.svg +1 -1
- package/svgs/google-form/48.svg +1 -1
- package/svgs/google-sheet/16.svg +1 -1
- package/svgs/google-sheet/24.svg +1 -1
- package/svgs/google-sheet/48.svg +1 -1
- package/svgs/google-slide/16.svg +1 -1
- package/svgs/google-slide/24.svg +1 -1
- package/svgs/google-slide/48.svg +1 -1
- package/svgs/image/16.svg +1 -1
- package/svgs/image/24.svg +1 -1
- package/svgs/image/48.svg +1 -1
- package/svgs/pdf-document/16.svg +1 -1
- package/svgs/pdf-document/24.svg +1 -1
- package/svgs/pdf-document/48.svg +1 -1
- package/svgs/powerpoint-presentation/16.svg +1 -1
- package/svgs/powerpoint-presentation/24.svg +1 -1
- package/svgs/powerpoint-presentation/48.svg +1 -1
- package/svgs/presentation/16.svg +1 -1
- package/svgs/presentation/24.svg +1 -1
- package/svgs/presentation/48.svg +1 -1
- package/svgs/sketch/16.svg +1 -1
- package/svgs/sketch/24.svg +1 -1
- package/svgs/sketch/48.svg +1 -1
- package/svgs/source-code/16.svg +1 -1
- package/svgs/source-code/24.svg +1 -1
- package/svgs/source-code/48.svg +1 -1
- package/svgs/spreadsheet/16.svg +1 -1
- package/svgs/spreadsheet/24.svg +1 -1
- package/svgs/spreadsheet/48.svg +1 -1
- package/svgs/video/16.svg +1 -1
- package/svgs/video/24.svg +1 -1
- package/svgs/video/48.svg +1 -1
- package/svgs/word-document/16.svg +1 -1
- package/svgs/word-document/24.svg +1 -1
- package/svgs/word-document/48.svg +1 -1
- package/__tests__/visual-regression/__image_snapshots__/icon-file-type-snapshots-test-ts-icon-file-type-snapshots-should-match-dark-mode-icons-1-snap.png +0 -3
package/dist/esm/metadata.js
CHANGED
|
@@ -1,343 +1,618 @@
|
|
|
1
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
|
+
var _excluded = ["packageLoader"];
|
|
1
4
|
/**
|
|
2
|
-
*
|
|
5
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
6
|
*
|
|
4
|
-
*
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
* To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
|
|
6
8
|
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
+
* @codegen <<SignedSource::e5916f3c6ad8cdc12dce7fd1c83f24dc>>
|
|
10
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
9
11
|
*/
|
|
12
|
+
/* eslint-disable import/no-extraneous-dependencies -- This import is within the same package, hence self-referential. */
|
|
10
13
|
|
|
11
|
-
var
|
|
14
|
+
export var metaDataWithPackageLoader = {
|
|
12
15
|
'archive/16': {
|
|
13
16
|
keywords: ['archive/16', 'archive16', 'file-type', 'icon-file-type'],
|
|
14
17
|
componentName: 'Archive16Icon',
|
|
15
|
-
package: '@atlaskit/icon-file-type/glyph/archive/16'
|
|
18
|
+
package: '@atlaskit/icon-file-type/glyph/archive/16',
|
|
19
|
+
packageLoader: function packageLoader() {
|
|
20
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
21
|
+
'@atlaskit/icon-file-type/glyph/archive/16');
|
|
22
|
+
}
|
|
16
23
|
},
|
|
17
24
|
'audio/16': {
|
|
18
25
|
keywords: ['audio/16', 'audio16', 'file-type', 'icon-file-type'],
|
|
19
26
|
componentName: 'Audio16Icon',
|
|
20
|
-
package: '@atlaskit/icon-file-type/glyph/audio/16'
|
|
27
|
+
package: '@atlaskit/icon-file-type/glyph/audio/16',
|
|
28
|
+
packageLoader: function packageLoader() {
|
|
29
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
30
|
+
'@atlaskit/icon-file-type/glyph/audio/16');
|
|
31
|
+
}
|
|
21
32
|
},
|
|
22
33
|
'document/16': {
|
|
23
34
|
keywords: ['document/16', 'document16', 'file-type', 'icon-file-type'],
|
|
24
35
|
componentName: 'Document16Icon',
|
|
25
|
-
package: '@atlaskit/icon-file-type/glyph/document/16'
|
|
36
|
+
package: '@atlaskit/icon-file-type/glyph/document/16',
|
|
37
|
+
packageLoader: function packageLoader() {
|
|
38
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
39
|
+
'@atlaskit/icon-file-type/glyph/document/16');
|
|
40
|
+
}
|
|
26
41
|
},
|
|
27
42
|
'excel-spreadsheet/16': {
|
|
28
43
|
keywords: ['excel-spreadsheet/16', 'excelspreadsheet16', 'file-type', 'icon-file-type'],
|
|
29
44
|
componentName: 'ExcelSpreadsheet16Icon',
|
|
30
|
-
package: '@atlaskit/icon-file-type/glyph/excel-spreadsheet/16'
|
|
45
|
+
package: '@atlaskit/icon-file-type/glyph/excel-spreadsheet/16',
|
|
46
|
+
packageLoader: function packageLoader() {
|
|
47
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
48
|
+
'@atlaskit/icon-file-type/glyph/excel-spreadsheet/16');
|
|
49
|
+
}
|
|
31
50
|
},
|
|
32
51
|
'executable/16': {
|
|
33
52
|
keywords: ['executable/16', 'executable16', 'file-type', 'icon-file-type'],
|
|
34
53
|
componentName: 'Executable16Icon',
|
|
35
|
-
package: '@atlaskit/icon-file-type/glyph/executable/16'
|
|
54
|
+
package: '@atlaskit/icon-file-type/glyph/executable/16',
|
|
55
|
+
packageLoader: function packageLoader() {
|
|
56
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
57
|
+
'@atlaskit/icon-file-type/glyph/executable/16');
|
|
58
|
+
}
|
|
36
59
|
},
|
|
37
60
|
'figma/16': {
|
|
38
61
|
keywords: ['figma/16', 'figma16', 'file-type', 'icon-file-type'],
|
|
39
62
|
componentName: 'Figma16Icon',
|
|
40
|
-
package: '@atlaskit/icon-file-type/glyph/figma/16'
|
|
63
|
+
package: '@atlaskit/icon-file-type/glyph/figma/16',
|
|
64
|
+
packageLoader: function packageLoader() {
|
|
65
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
66
|
+
'@atlaskit/icon-file-type/glyph/figma/16');
|
|
67
|
+
}
|
|
41
68
|
},
|
|
42
69
|
'folder/16': {
|
|
43
70
|
keywords: ['folder/16', 'folder16', 'file-type', 'icon-file-type'],
|
|
44
71
|
componentName: 'Folder16Icon',
|
|
45
|
-
package: '@atlaskit/icon-file-type/glyph/folder/16'
|
|
72
|
+
package: '@atlaskit/icon-file-type/glyph/folder/16',
|
|
73
|
+
packageLoader: function packageLoader() {
|
|
74
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
75
|
+
'@atlaskit/icon-file-type/glyph/folder/16');
|
|
76
|
+
}
|
|
46
77
|
},
|
|
47
78
|
'generic/16': {
|
|
48
79
|
keywords: ['generic/16', 'generic16', 'file-type', 'icon-file-type'],
|
|
49
80
|
componentName: 'Generic16Icon',
|
|
50
|
-
package: '@atlaskit/icon-file-type/glyph/generic/16'
|
|
81
|
+
package: '@atlaskit/icon-file-type/glyph/generic/16',
|
|
82
|
+
packageLoader: function packageLoader() {
|
|
83
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
84
|
+
'@atlaskit/icon-file-type/glyph/generic/16');
|
|
85
|
+
}
|
|
51
86
|
},
|
|
52
87
|
'gif/16': {
|
|
53
88
|
keywords: ['gif/16', 'gif16', 'file-type', 'icon-file-type'],
|
|
54
89
|
componentName: 'Gif16Icon',
|
|
55
|
-
package: '@atlaskit/icon-file-type/glyph/gif/16'
|
|
90
|
+
package: '@atlaskit/icon-file-type/glyph/gif/16',
|
|
91
|
+
packageLoader: function packageLoader() {
|
|
92
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
93
|
+
'@atlaskit/icon-file-type/glyph/gif/16');
|
|
94
|
+
}
|
|
56
95
|
},
|
|
57
96
|
'google-doc/16': {
|
|
58
97
|
keywords: ['google-doc/16', 'googledoc16', 'file-type', 'icon-file-type'],
|
|
59
98
|
componentName: 'GoogleDoc16Icon',
|
|
60
|
-
package: '@atlaskit/icon-file-type/glyph/google-doc/16'
|
|
99
|
+
package: '@atlaskit/icon-file-type/glyph/google-doc/16',
|
|
100
|
+
packageLoader: function packageLoader() {
|
|
101
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
102
|
+
'@atlaskit/icon-file-type/glyph/google-doc/16');
|
|
103
|
+
}
|
|
61
104
|
},
|
|
62
105
|
'google-form/16': {
|
|
63
106
|
keywords: ['google-form/16', 'googleform16', 'file-type', 'icon-file-type'],
|
|
64
107
|
componentName: 'GoogleForm16Icon',
|
|
65
|
-
package: '@atlaskit/icon-file-type/glyph/google-form/16'
|
|
108
|
+
package: '@atlaskit/icon-file-type/glyph/google-form/16',
|
|
109
|
+
packageLoader: function packageLoader() {
|
|
110
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
111
|
+
'@atlaskit/icon-file-type/glyph/google-form/16');
|
|
112
|
+
}
|
|
66
113
|
},
|
|
67
114
|
'google-sheet/16': {
|
|
68
115
|
keywords: ['google-sheet/16', 'googlesheet16', 'file-type', 'icon-file-type'],
|
|
69
116
|
componentName: 'GoogleSheet16Icon',
|
|
70
|
-
package: '@atlaskit/icon-file-type/glyph/google-sheet/16'
|
|
117
|
+
package: '@atlaskit/icon-file-type/glyph/google-sheet/16',
|
|
118
|
+
packageLoader: function packageLoader() {
|
|
119
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
120
|
+
'@atlaskit/icon-file-type/glyph/google-sheet/16');
|
|
121
|
+
}
|
|
71
122
|
},
|
|
72
123
|
'google-slide/16': {
|
|
73
124
|
keywords: ['google-slide/16', 'googleslide16', 'file-type', 'icon-file-type'],
|
|
74
125
|
componentName: 'GoogleSlide16Icon',
|
|
75
|
-
package: '@atlaskit/icon-file-type/glyph/google-slide/16'
|
|
126
|
+
package: '@atlaskit/icon-file-type/glyph/google-slide/16',
|
|
127
|
+
packageLoader: function packageLoader() {
|
|
128
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
129
|
+
'@atlaskit/icon-file-type/glyph/google-slide/16');
|
|
130
|
+
}
|
|
76
131
|
},
|
|
77
132
|
'image/16': {
|
|
78
133
|
keywords: ['image/16', 'image16', 'file-type', 'icon-file-type'],
|
|
79
134
|
componentName: 'Image16Icon',
|
|
80
|
-
package: '@atlaskit/icon-file-type/glyph/image/16'
|
|
135
|
+
package: '@atlaskit/icon-file-type/glyph/image/16',
|
|
136
|
+
packageLoader: function packageLoader() {
|
|
137
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
138
|
+
'@atlaskit/icon-file-type/glyph/image/16');
|
|
139
|
+
}
|
|
81
140
|
},
|
|
82
141
|
'pdf-document/16': {
|
|
83
142
|
keywords: ['pdf-document/16', 'pdfdocument16', 'file-type', 'icon-file-type'],
|
|
84
143
|
componentName: 'PdfDocument16Icon',
|
|
85
|
-
package: '@atlaskit/icon-file-type/glyph/pdf-document/16'
|
|
144
|
+
package: '@atlaskit/icon-file-type/glyph/pdf-document/16',
|
|
145
|
+
packageLoader: function packageLoader() {
|
|
146
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
147
|
+
'@atlaskit/icon-file-type/glyph/pdf-document/16');
|
|
148
|
+
}
|
|
86
149
|
},
|
|
87
150
|
'powerpoint-presentation/16': {
|
|
88
151
|
keywords: ['powerpoint-presentation/16', 'powerpointpresentation16', 'file-type', 'icon-file-type'],
|
|
89
152
|
componentName: 'PowerpointPresentation16Icon',
|
|
90
|
-
package: '@atlaskit/icon-file-type/glyph/powerpoint-presentation/16'
|
|
153
|
+
package: '@atlaskit/icon-file-type/glyph/powerpoint-presentation/16',
|
|
154
|
+
packageLoader: function packageLoader() {
|
|
155
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
156
|
+
'@atlaskit/icon-file-type/glyph/powerpoint-presentation/16');
|
|
157
|
+
}
|
|
91
158
|
},
|
|
92
159
|
'presentation/16': {
|
|
93
160
|
keywords: ['presentation/16', 'presentation16', 'file-type', 'icon-file-type'],
|
|
94
161
|
componentName: 'Presentation16Icon',
|
|
95
|
-
package: '@atlaskit/icon-file-type/glyph/presentation/16'
|
|
162
|
+
package: '@atlaskit/icon-file-type/glyph/presentation/16',
|
|
163
|
+
packageLoader: function packageLoader() {
|
|
164
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
165
|
+
'@atlaskit/icon-file-type/glyph/presentation/16');
|
|
166
|
+
}
|
|
96
167
|
},
|
|
97
168
|
'sketch/16': {
|
|
98
169
|
keywords: ['sketch/16', 'sketch16', 'file-type', 'icon-file-type'],
|
|
99
170
|
componentName: 'Sketch16Icon',
|
|
100
|
-
package: '@atlaskit/icon-file-type/glyph/sketch/16'
|
|
171
|
+
package: '@atlaskit/icon-file-type/glyph/sketch/16',
|
|
172
|
+
packageLoader: function packageLoader() {
|
|
173
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
174
|
+
'@atlaskit/icon-file-type/glyph/sketch/16');
|
|
175
|
+
}
|
|
101
176
|
},
|
|
102
177
|
'source-code/16': {
|
|
103
178
|
keywords: ['source-code/16', 'sourcecode16', 'file-type', 'icon-file-type'],
|
|
104
179
|
componentName: 'SourceCode16Icon',
|
|
105
|
-
package: '@atlaskit/icon-file-type/glyph/source-code/16'
|
|
180
|
+
package: '@atlaskit/icon-file-type/glyph/source-code/16',
|
|
181
|
+
packageLoader: function packageLoader() {
|
|
182
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
183
|
+
'@atlaskit/icon-file-type/glyph/source-code/16');
|
|
184
|
+
}
|
|
106
185
|
},
|
|
107
186
|
'spreadsheet/16': {
|
|
108
187
|
keywords: ['spreadsheet/16', 'spreadsheet16', 'file-type', 'icon-file-type'],
|
|
109
188
|
componentName: 'Spreadsheet16Icon',
|
|
110
|
-
package: '@atlaskit/icon-file-type/glyph/spreadsheet/16'
|
|
189
|
+
package: '@atlaskit/icon-file-type/glyph/spreadsheet/16',
|
|
190
|
+
packageLoader: function packageLoader() {
|
|
191
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
192
|
+
'@atlaskit/icon-file-type/glyph/spreadsheet/16');
|
|
193
|
+
}
|
|
111
194
|
},
|
|
112
195
|
'video/16': {
|
|
113
196
|
keywords: ['video/16', 'video16', 'file-type', 'icon-file-type'],
|
|
114
197
|
componentName: 'Video16Icon',
|
|
115
|
-
package: '@atlaskit/icon-file-type/glyph/video/16'
|
|
198
|
+
package: '@atlaskit/icon-file-type/glyph/video/16',
|
|
199
|
+
packageLoader: function packageLoader() {
|
|
200
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
201
|
+
'@atlaskit/icon-file-type/glyph/video/16');
|
|
202
|
+
}
|
|
116
203
|
},
|
|
117
204
|
'word-document/16': {
|
|
118
205
|
keywords: ['word-document/16', 'worddocument16', 'file-type', 'icon-file-type'],
|
|
119
206
|
componentName: 'WordDocument16Icon',
|
|
120
|
-
package: '@atlaskit/icon-file-type/glyph/word-document/16'
|
|
207
|
+
package: '@atlaskit/icon-file-type/glyph/word-document/16',
|
|
208
|
+
packageLoader: function packageLoader() {
|
|
209
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
210
|
+
'@atlaskit/icon-file-type/glyph/word-document/16');
|
|
211
|
+
}
|
|
121
212
|
},
|
|
122
213
|
'archive/24': {
|
|
123
214
|
keywords: ['archive/24', 'archive24', 'file-type', 'icon-file-type'],
|
|
124
215
|
componentName: 'Archive24Icon',
|
|
125
|
-
package: '@atlaskit/icon-file-type/glyph/archive/24'
|
|
216
|
+
package: '@atlaskit/icon-file-type/glyph/archive/24',
|
|
217
|
+
packageLoader: function packageLoader() {
|
|
218
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
219
|
+
'@atlaskit/icon-file-type/glyph/archive/24');
|
|
220
|
+
}
|
|
126
221
|
},
|
|
127
222
|
'audio/24': {
|
|
128
223
|
keywords: ['audio/24', 'audio24', 'file-type', 'icon-file-type'],
|
|
129
224
|
componentName: 'Audio24Icon',
|
|
130
|
-
package: '@atlaskit/icon-file-type/glyph/audio/24'
|
|
225
|
+
package: '@atlaskit/icon-file-type/glyph/audio/24',
|
|
226
|
+
packageLoader: function packageLoader() {
|
|
227
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
228
|
+
'@atlaskit/icon-file-type/glyph/audio/24');
|
|
229
|
+
}
|
|
131
230
|
},
|
|
132
231
|
'document/24': {
|
|
133
232
|
keywords: ['document/24', 'document24', 'file-type', 'icon-file-type'],
|
|
134
233
|
componentName: 'Document24Icon',
|
|
135
|
-
package: '@atlaskit/icon-file-type/glyph/document/24'
|
|
234
|
+
package: '@atlaskit/icon-file-type/glyph/document/24',
|
|
235
|
+
packageLoader: function packageLoader() {
|
|
236
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
237
|
+
'@atlaskit/icon-file-type/glyph/document/24');
|
|
238
|
+
}
|
|
136
239
|
},
|
|
137
240
|
'excel-spreadsheet/24': {
|
|
138
241
|
keywords: ['excel-spreadsheet/24', 'excelspreadsheet24', 'file-type', 'icon-file-type'],
|
|
139
242
|
componentName: 'ExcelSpreadsheet24Icon',
|
|
140
|
-
package: '@atlaskit/icon-file-type/glyph/excel-spreadsheet/24'
|
|
243
|
+
package: '@atlaskit/icon-file-type/glyph/excel-spreadsheet/24',
|
|
244
|
+
packageLoader: function packageLoader() {
|
|
245
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
246
|
+
'@atlaskit/icon-file-type/glyph/excel-spreadsheet/24');
|
|
247
|
+
}
|
|
141
248
|
},
|
|
142
249
|
'executable/24': {
|
|
143
250
|
keywords: ['executable/24', 'executable24', 'file-type', 'icon-file-type'],
|
|
144
251
|
componentName: 'Executable24Icon',
|
|
145
|
-
package: '@atlaskit/icon-file-type/glyph/executable/24'
|
|
252
|
+
package: '@atlaskit/icon-file-type/glyph/executable/24',
|
|
253
|
+
packageLoader: function packageLoader() {
|
|
254
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
255
|
+
'@atlaskit/icon-file-type/glyph/executable/24');
|
|
256
|
+
}
|
|
146
257
|
},
|
|
147
258
|
'figma/24': {
|
|
148
259
|
keywords: ['figma/24', 'figma24', 'file-type', 'icon-file-type'],
|
|
149
260
|
componentName: 'Figma24Icon',
|
|
150
|
-
package: '@atlaskit/icon-file-type/glyph/figma/24'
|
|
261
|
+
package: '@atlaskit/icon-file-type/glyph/figma/24',
|
|
262
|
+
packageLoader: function packageLoader() {
|
|
263
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
264
|
+
'@atlaskit/icon-file-type/glyph/figma/24');
|
|
265
|
+
}
|
|
151
266
|
},
|
|
152
267
|
'folder/24': {
|
|
153
268
|
keywords: ['folder/24', 'folder24', 'file-type', 'icon-file-type'],
|
|
154
269
|
componentName: 'Folder24Icon',
|
|
155
|
-
package: '@atlaskit/icon-file-type/glyph/folder/24'
|
|
270
|
+
package: '@atlaskit/icon-file-type/glyph/folder/24',
|
|
271
|
+
packageLoader: function packageLoader() {
|
|
272
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
273
|
+
'@atlaskit/icon-file-type/glyph/folder/24');
|
|
274
|
+
}
|
|
156
275
|
},
|
|
157
276
|
'generic/24': {
|
|
158
277
|
keywords: ['generic/24', 'generic24', 'file-type', 'icon-file-type'],
|
|
159
278
|
componentName: 'Generic24Icon',
|
|
160
|
-
package: '@atlaskit/icon-file-type/glyph/generic/24'
|
|
279
|
+
package: '@atlaskit/icon-file-type/glyph/generic/24',
|
|
280
|
+
packageLoader: function packageLoader() {
|
|
281
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
282
|
+
'@atlaskit/icon-file-type/glyph/generic/24');
|
|
283
|
+
}
|
|
161
284
|
},
|
|
162
285
|
'gif/24': {
|
|
163
286
|
keywords: ['gif/24', 'gif24', 'file-type', 'icon-file-type'],
|
|
164
287
|
componentName: 'Gif24Icon',
|
|
165
|
-
package: '@atlaskit/icon-file-type/glyph/gif/24'
|
|
288
|
+
package: '@atlaskit/icon-file-type/glyph/gif/24',
|
|
289
|
+
packageLoader: function packageLoader() {
|
|
290
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
291
|
+
'@atlaskit/icon-file-type/glyph/gif/24');
|
|
292
|
+
}
|
|
166
293
|
},
|
|
167
294
|
'google-doc/24': {
|
|
168
295
|
keywords: ['google-doc/24', 'googledoc24', 'file-type', 'icon-file-type'],
|
|
169
296
|
componentName: 'GoogleDoc24Icon',
|
|
170
|
-
package: '@atlaskit/icon-file-type/glyph/google-doc/24'
|
|
297
|
+
package: '@atlaskit/icon-file-type/glyph/google-doc/24',
|
|
298
|
+
packageLoader: function packageLoader() {
|
|
299
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
300
|
+
'@atlaskit/icon-file-type/glyph/google-doc/24');
|
|
301
|
+
}
|
|
171
302
|
},
|
|
172
303
|
'google-form/24': {
|
|
173
304
|
keywords: ['google-form/24', 'googleform24', 'file-type', 'icon-file-type'],
|
|
174
305
|
componentName: 'GoogleForm24Icon',
|
|
175
|
-
package: '@atlaskit/icon-file-type/glyph/google-form/24'
|
|
306
|
+
package: '@atlaskit/icon-file-type/glyph/google-form/24',
|
|
307
|
+
packageLoader: function packageLoader() {
|
|
308
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
309
|
+
'@atlaskit/icon-file-type/glyph/google-form/24');
|
|
310
|
+
}
|
|
176
311
|
},
|
|
177
312
|
'google-sheet/24': {
|
|
178
313
|
keywords: ['google-sheet/24', 'googlesheet24', 'file-type', 'icon-file-type'],
|
|
179
314
|
componentName: 'GoogleSheet24Icon',
|
|
180
|
-
package: '@atlaskit/icon-file-type/glyph/google-sheet/24'
|
|
315
|
+
package: '@atlaskit/icon-file-type/glyph/google-sheet/24',
|
|
316
|
+
packageLoader: function packageLoader() {
|
|
317
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
318
|
+
'@atlaskit/icon-file-type/glyph/google-sheet/24');
|
|
319
|
+
}
|
|
181
320
|
},
|
|
182
321
|
'google-slide/24': {
|
|
183
322
|
keywords: ['google-slide/24', 'googleslide24', 'file-type', 'icon-file-type'],
|
|
184
323
|
componentName: 'GoogleSlide24Icon',
|
|
185
|
-
package: '@atlaskit/icon-file-type/glyph/google-slide/24'
|
|
324
|
+
package: '@atlaskit/icon-file-type/glyph/google-slide/24',
|
|
325
|
+
packageLoader: function packageLoader() {
|
|
326
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
327
|
+
'@atlaskit/icon-file-type/glyph/google-slide/24');
|
|
328
|
+
}
|
|
186
329
|
},
|
|
187
330
|
'image/24': {
|
|
188
331
|
keywords: ['image/24', 'image24', 'file-type', 'icon-file-type'],
|
|
189
332
|
componentName: 'Image24Icon',
|
|
190
|
-
package: '@atlaskit/icon-file-type/glyph/image/24'
|
|
333
|
+
package: '@atlaskit/icon-file-type/glyph/image/24',
|
|
334
|
+
packageLoader: function packageLoader() {
|
|
335
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
336
|
+
'@atlaskit/icon-file-type/glyph/image/24');
|
|
337
|
+
}
|
|
191
338
|
},
|
|
192
339
|
'pdf-document/24': {
|
|
193
340
|
keywords: ['pdf-document/24', 'pdfdocument24', 'file-type', 'icon-file-type'],
|
|
194
341
|
componentName: 'PdfDocument24Icon',
|
|
195
|
-
package: '@atlaskit/icon-file-type/glyph/pdf-document/24'
|
|
342
|
+
package: '@atlaskit/icon-file-type/glyph/pdf-document/24',
|
|
343
|
+
packageLoader: function packageLoader() {
|
|
344
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
345
|
+
'@atlaskit/icon-file-type/glyph/pdf-document/24');
|
|
346
|
+
}
|
|
196
347
|
},
|
|
197
348
|
'powerpoint-presentation/24': {
|
|
198
349
|
keywords: ['powerpoint-presentation/24', 'powerpointpresentation24', 'file-type', 'icon-file-type'],
|
|
199
350
|
componentName: 'PowerpointPresentation24Icon',
|
|
200
|
-
package: '@atlaskit/icon-file-type/glyph/powerpoint-presentation/24'
|
|
351
|
+
package: '@atlaskit/icon-file-type/glyph/powerpoint-presentation/24',
|
|
352
|
+
packageLoader: function packageLoader() {
|
|
353
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
354
|
+
'@atlaskit/icon-file-type/glyph/powerpoint-presentation/24');
|
|
355
|
+
}
|
|
201
356
|
},
|
|
202
357
|
'presentation/24': {
|
|
203
358
|
keywords: ['presentation/24', 'presentation24', 'file-type', 'icon-file-type'],
|
|
204
359
|
componentName: 'Presentation24Icon',
|
|
205
|
-
package: '@atlaskit/icon-file-type/glyph/presentation/24'
|
|
360
|
+
package: '@atlaskit/icon-file-type/glyph/presentation/24',
|
|
361
|
+
packageLoader: function packageLoader() {
|
|
362
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
363
|
+
'@atlaskit/icon-file-type/glyph/presentation/24');
|
|
364
|
+
}
|
|
206
365
|
},
|
|
207
366
|
'sketch/24': {
|
|
208
367
|
keywords: ['sketch/24', 'sketch24', 'file-type', 'icon-file-type'],
|
|
209
368
|
componentName: 'Sketch24Icon',
|
|
210
|
-
package: '@atlaskit/icon-file-type/glyph/sketch/24'
|
|
369
|
+
package: '@atlaskit/icon-file-type/glyph/sketch/24',
|
|
370
|
+
packageLoader: function packageLoader() {
|
|
371
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
372
|
+
'@atlaskit/icon-file-type/glyph/sketch/24');
|
|
373
|
+
}
|
|
211
374
|
},
|
|
212
375
|
'source-code/24': {
|
|
213
376
|
keywords: ['source-code/24', 'sourcecode24', 'file-type', 'icon-file-type'],
|
|
214
377
|
componentName: 'SourceCode24Icon',
|
|
215
|
-
package: '@atlaskit/icon-file-type/glyph/source-code/24'
|
|
378
|
+
package: '@atlaskit/icon-file-type/glyph/source-code/24',
|
|
379
|
+
packageLoader: function packageLoader() {
|
|
380
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
381
|
+
'@atlaskit/icon-file-type/glyph/source-code/24');
|
|
382
|
+
}
|
|
216
383
|
},
|
|
217
384
|
'spreadsheet/24': {
|
|
218
385
|
keywords: ['spreadsheet/24', 'spreadsheet24', 'file-type', 'icon-file-type'],
|
|
219
386
|
componentName: 'Spreadsheet24Icon',
|
|
220
|
-
package: '@atlaskit/icon-file-type/glyph/spreadsheet/24'
|
|
387
|
+
package: '@atlaskit/icon-file-type/glyph/spreadsheet/24',
|
|
388
|
+
packageLoader: function packageLoader() {
|
|
389
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
390
|
+
'@atlaskit/icon-file-type/glyph/spreadsheet/24');
|
|
391
|
+
}
|
|
221
392
|
},
|
|
222
393
|
'video/24': {
|
|
223
394
|
keywords: ['video/24', 'video24', 'file-type', 'icon-file-type'],
|
|
224
395
|
componentName: 'Video24Icon',
|
|
225
|
-
package: '@atlaskit/icon-file-type/glyph/video/24'
|
|
396
|
+
package: '@atlaskit/icon-file-type/glyph/video/24',
|
|
397
|
+
packageLoader: function packageLoader() {
|
|
398
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
399
|
+
'@atlaskit/icon-file-type/glyph/video/24');
|
|
400
|
+
}
|
|
226
401
|
},
|
|
227
402
|
'word-document/24': {
|
|
228
403
|
keywords: ['word-document/24', 'worddocument24', 'file-type', 'icon-file-type'],
|
|
229
404
|
componentName: 'WordDocument24Icon',
|
|
230
|
-
package: '@atlaskit/icon-file-type/glyph/word-document/24'
|
|
405
|
+
package: '@atlaskit/icon-file-type/glyph/word-document/24',
|
|
406
|
+
packageLoader: function packageLoader() {
|
|
407
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
408
|
+
'@atlaskit/icon-file-type/glyph/word-document/24');
|
|
409
|
+
}
|
|
231
410
|
},
|
|
232
411
|
'archive/48': {
|
|
233
412
|
keywords: ['archive/48', 'archive48', 'file-type', 'icon-file-type'],
|
|
234
413
|
componentName: 'Archive48Icon',
|
|
235
|
-
package: '@atlaskit/icon-file-type/glyph/archive/48'
|
|
414
|
+
package: '@atlaskit/icon-file-type/glyph/archive/48',
|
|
415
|
+
packageLoader: function packageLoader() {
|
|
416
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
417
|
+
'@atlaskit/icon-file-type/glyph/archive/48');
|
|
418
|
+
}
|
|
236
419
|
},
|
|
237
420
|
'audio/48': {
|
|
238
421
|
keywords: ['audio/48', 'audio48', 'file-type', 'icon-file-type'],
|
|
239
422
|
componentName: 'Audio48Icon',
|
|
240
|
-
package: '@atlaskit/icon-file-type/glyph/audio/48'
|
|
423
|
+
package: '@atlaskit/icon-file-type/glyph/audio/48',
|
|
424
|
+
packageLoader: function packageLoader() {
|
|
425
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
426
|
+
'@atlaskit/icon-file-type/glyph/audio/48');
|
|
427
|
+
}
|
|
241
428
|
},
|
|
242
429
|
'document/48': {
|
|
243
430
|
keywords: ['document/48', 'document48', 'file-type', 'icon-file-type'],
|
|
244
431
|
componentName: 'Document48Icon',
|
|
245
|
-
package: '@atlaskit/icon-file-type/glyph/document/48'
|
|
432
|
+
package: '@atlaskit/icon-file-type/glyph/document/48',
|
|
433
|
+
packageLoader: function packageLoader() {
|
|
434
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
435
|
+
'@atlaskit/icon-file-type/glyph/document/48');
|
|
436
|
+
}
|
|
246
437
|
},
|
|
247
438
|
'excel-spreadsheet/48': {
|
|
248
439
|
keywords: ['excel-spreadsheet/48', 'excelspreadsheet48', 'file-type', 'icon-file-type'],
|
|
249
440
|
componentName: 'ExcelSpreadsheet48Icon',
|
|
250
|
-
package: '@atlaskit/icon-file-type/glyph/excel-spreadsheet/48'
|
|
441
|
+
package: '@atlaskit/icon-file-type/glyph/excel-spreadsheet/48',
|
|
442
|
+
packageLoader: function packageLoader() {
|
|
443
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
444
|
+
'@atlaskit/icon-file-type/glyph/excel-spreadsheet/48');
|
|
445
|
+
}
|
|
251
446
|
},
|
|
252
447
|
'executable/48': {
|
|
253
448
|
keywords: ['executable/48', 'executable48', 'file-type', 'icon-file-type'],
|
|
254
449
|
componentName: 'Executable48Icon',
|
|
255
|
-
package: '@atlaskit/icon-file-type/glyph/executable/48'
|
|
450
|
+
package: '@atlaskit/icon-file-type/glyph/executable/48',
|
|
451
|
+
packageLoader: function packageLoader() {
|
|
452
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
453
|
+
'@atlaskit/icon-file-type/glyph/executable/48');
|
|
454
|
+
}
|
|
256
455
|
},
|
|
257
456
|
'figma/48': {
|
|
258
457
|
keywords: ['figma/48', 'figma48', 'file-type', 'icon-file-type'],
|
|
259
458
|
componentName: 'Figma48Icon',
|
|
260
|
-
package: '@atlaskit/icon-file-type/glyph/figma/48'
|
|
459
|
+
package: '@atlaskit/icon-file-type/glyph/figma/48',
|
|
460
|
+
packageLoader: function packageLoader() {
|
|
461
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
462
|
+
'@atlaskit/icon-file-type/glyph/figma/48');
|
|
463
|
+
}
|
|
261
464
|
},
|
|
262
465
|
'folder/48': {
|
|
263
466
|
keywords: ['folder/48', 'folder48', 'file-type', 'icon-file-type'],
|
|
264
467
|
componentName: 'Folder48Icon',
|
|
265
|
-
package: '@atlaskit/icon-file-type/glyph/folder/48'
|
|
468
|
+
package: '@atlaskit/icon-file-type/glyph/folder/48',
|
|
469
|
+
packageLoader: function packageLoader() {
|
|
470
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
471
|
+
'@atlaskit/icon-file-type/glyph/folder/48');
|
|
472
|
+
}
|
|
266
473
|
},
|
|
267
474
|
'generic/48': {
|
|
268
475
|
keywords: ['generic/48', 'generic48', 'file-type', 'icon-file-type'],
|
|
269
476
|
componentName: 'Generic48Icon',
|
|
270
|
-
package: '@atlaskit/icon-file-type/glyph/generic/48'
|
|
477
|
+
package: '@atlaskit/icon-file-type/glyph/generic/48',
|
|
478
|
+
packageLoader: function packageLoader() {
|
|
479
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
480
|
+
'@atlaskit/icon-file-type/glyph/generic/48');
|
|
481
|
+
}
|
|
271
482
|
},
|
|
272
483
|
'gif/48': {
|
|
273
484
|
keywords: ['gif/48', 'gif48', 'file-type', 'icon-file-type'],
|
|
274
485
|
componentName: 'Gif48Icon',
|
|
275
|
-
package: '@atlaskit/icon-file-type/glyph/gif/48'
|
|
486
|
+
package: '@atlaskit/icon-file-type/glyph/gif/48',
|
|
487
|
+
packageLoader: function packageLoader() {
|
|
488
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
489
|
+
'@atlaskit/icon-file-type/glyph/gif/48');
|
|
490
|
+
}
|
|
276
491
|
},
|
|
277
492
|
'google-doc/48': {
|
|
278
493
|
keywords: ['google-doc/48', 'googledoc48', 'file-type', 'icon-file-type'],
|
|
279
494
|
componentName: 'GoogleDoc48Icon',
|
|
280
|
-
package: '@atlaskit/icon-file-type/glyph/google-doc/48'
|
|
495
|
+
package: '@atlaskit/icon-file-type/glyph/google-doc/48',
|
|
496
|
+
packageLoader: function packageLoader() {
|
|
497
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
498
|
+
'@atlaskit/icon-file-type/glyph/google-doc/48');
|
|
499
|
+
}
|
|
281
500
|
},
|
|
282
501
|
'google-form/48': {
|
|
283
502
|
keywords: ['google-form/48', 'googleform48', 'file-type', 'icon-file-type'],
|
|
284
503
|
componentName: 'GoogleForm48Icon',
|
|
285
|
-
package: '@atlaskit/icon-file-type/glyph/google-form/48'
|
|
504
|
+
package: '@atlaskit/icon-file-type/glyph/google-form/48',
|
|
505
|
+
packageLoader: function packageLoader() {
|
|
506
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
507
|
+
'@atlaskit/icon-file-type/glyph/google-form/48');
|
|
508
|
+
}
|
|
286
509
|
},
|
|
287
510
|
'google-sheet/48': {
|
|
288
511
|
keywords: ['google-sheet/48', 'googlesheet48', 'file-type', 'icon-file-type'],
|
|
289
512
|
componentName: 'GoogleSheet48Icon',
|
|
290
|
-
package: '@atlaskit/icon-file-type/glyph/google-sheet/48'
|
|
513
|
+
package: '@atlaskit/icon-file-type/glyph/google-sheet/48',
|
|
514
|
+
packageLoader: function packageLoader() {
|
|
515
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
516
|
+
'@atlaskit/icon-file-type/glyph/google-sheet/48');
|
|
517
|
+
}
|
|
291
518
|
},
|
|
292
519
|
'google-slide/48': {
|
|
293
520
|
keywords: ['google-slide/48', 'googleslide48', 'file-type', 'icon-file-type'],
|
|
294
521
|
componentName: 'GoogleSlide48Icon',
|
|
295
|
-
package: '@atlaskit/icon-file-type/glyph/google-slide/48'
|
|
522
|
+
package: '@atlaskit/icon-file-type/glyph/google-slide/48',
|
|
523
|
+
packageLoader: function packageLoader() {
|
|
524
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
525
|
+
'@atlaskit/icon-file-type/glyph/google-slide/48');
|
|
526
|
+
}
|
|
296
527
|
},
|
|
297
528
|
'image/48': {
|
|
298
529
|
keywords: ['image/48', 'image48', 'file-type', 'icon-file-type'],
|
|
299
530
|
componentName: 'Image48Icon',
|
|
300
|
-
package: '@atlaskit/icon-file-type/glyph/image/48'
|
|
531
|
+
package: '@atlaskit/icon-file-type/glyph/image/48',
|
|
532
|
+
packageLoader: function packageLoader() {
|
|
533
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
534
|
+
'@atlaskit/icon-file-type/glyph/image/48');
|
|
535
|
+
}
|
|
301
536
|
},
|
|
302
537
|
'pdf-document/48': {
|
|
303
538
|
keywords: ['pdf-document/48', 'pdfdocument48', 'file-type', 'icon-file-type'],
|
|
304
539
|
componentName: 'PdfDocument48Icon',
|
|
305
|
-
package: '@atlaskit/icon-file-type/glyph/pdf-document/48'
|
|
540
|
+
package: '@atlaskit/icon-file-type/glyph/pdf-document/48',
|
|
541
|
+
packageLoader: function packageLoader() {
|
|
542
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
543
|
+
'@atlaskit/icon-file-type/glyph/pdf-document/48');
|
|
544
|
+
}
|
|
306
545
|
},
|
|
307
546
|
'powerpoint-presentation/48': {
|
|
308
547
|
keywords: ['powerpoint-presentation/48', 'powerpointpresentation48', 'file-type', 'icon-file-type'],
|
|
309
548
|
componentName: 'PowerpointPresentation48Icon',
|
|
310
|
-
package: '@atlaskit/icon-file-type/glyph/powerpoint-presentation/48'
|
|
549
|
+
package: '@atlaskit/icon-file-type/glyph/powerpoint-presentation/48',
|
|
550
|
+
packageLoader: function packageLoader() {
|
|
551
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
552
|
+
'@atlaskit/icon-file-type/glyph/powerpoint-presentation/48');
|
|
553
|
+
}
|
|
311
554
|
},
|
|
312
555
|
'presentation/48': {
|
|
313
556
|
keywords: ['presentation/48', 'presentation48', 'file-type', 'icon-file-type'],
|
|
314
557
|
componentName: 'Presentation48Icon',
|
|
315
|
-
package: '@atlaskit/icon-file-type/glyph/presentation/48'
|
|
558
|
+
package: '@atlaskit/icon-file-type/glyph/presentation/48',
|
|
559
|
+
packageLoader: function packageLoader() {
|
|
560
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
561
|
+
'@atlaskit/icon-file-type/glyph/presentation/48');
|
|
562
|
+
}
|
|
316
563
|
},
|
|
317
564
|
'sketch/48': {
|
|
318
565
|
keywords: ['sketch/48', 'sketch48', 'file-type', 'icon-file-type'],
|
|
319
566
|
componentName: 'Sketch48Icon',
|
|
320
|
-
package: '@atlaskit/icon-file-type/glyph/sketch/48'
|
|
567
|
+
package: '@atlaskit/icon-file-type/glyph/sketch/48',
|
|
568
|
+
packageLoader: function packageLoader() {
|
|
569
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
570
|
+
'@atlaskit/icon-file-type/glyph/sketch/48');
|
|
571
|
+
}
|
|
321
572
|
},
|
|
322
573
|
'source-code/48': {
|
|
323
574
|
keywords: ['source-code/48', 'sourcecode48', 'file-type', 'icon-file-type'],
|
|
324
575
|
componentName: 'SourceCode48Icon',
|
|
325
|
-
package: '@atlaskit/icon-file-type/glyph/source-code/48'
|
|
576
|
+
package: '@atlaskit/icon-file-type/glyph/source-code/48',
|
|
577
|
+
packageLoader: function packageLoader() {
|
|
578
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
579
|
+
'@atlaskit/icon-file-type/glyph/source-code/48');
|
|
580
|
+
}
|
|
326
581
|
},
|
|
327
582
|
'spreadsheet/48': {
|
|
328
583
|
keywords: ['spreadsheet/48', 'spreadsheet48', 'file-type', 'icon-file-type'],
|
|
329
584
|
componentName: 'Spreadsheet48Icon',
|
|
330
|
-
package: '@atlaskit/icon-file-type/glyph/spreadsheet/48'
|
|
585
|
+
package: '@atlaskit/icon-file-type/glyph/spreadsheet/48',
|
|
586
|
+
packageLoader: function packageLoader() {
|
|
587
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
588
|
+
'@atlaskit/icon-file-type/glyph/spreadsheet/48');
|
|
589
|
+
}
|
|
331
590
|
},
|
|
332
591
|
'video/48': {
|
|
333
592
|
keywords: ['video/48', 'video48', 'file-type', 'icon-file-type'],
|
|
334
593
|
componentName: 'Video48Icon',
|
|
335
|
-
package: '@atlaskit/icon-file-type/glyph/video/48'
|
|
594
|
+
package: '@atlaskit/icon-file-type/glyph/video/48',
|
|
595
|
+
packageLoader: function packageLoader() {
|
|
596
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
597
|
+
'@atlaskit/icon-file-type/glyph/video/48');
|
|
598
|
+
}
|
|
336
599
|
},
|
|
337
600
|
'word-document/48': {
|
|
338
601
|
keywords: ['word-document/48', 'worddocument48', 'file-type', 'icon-file-type'],
|
|
339
602
|
componentName: 'WordDocument48Icon',
|
|
340
|
-
package: '@atlaskit/icon-file-type/glyph/word-document/48'
|
|
603
|
+
package: '@atlaskit/icon-file-type/glyph/word-document/48',
|
|
604
|
+
packageLoader: function packageLoader() {
|
|
605
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
606
|
+
'@atlaskit/icon-file-type/glyph/word-document/48');
|
|
607
|
+
}
|
|
341
608
|
}
|
|
342
609
|
};
|
|
610
|
+
var metaData = Object.fromEntries(Object.entries(metaDataWithPackageLoader).map(function (_ref2) {
|
|
611
|
+
var _ref3 = _slicedToArray(_ref2, 2),
|
|
612
|
+
key = _ref3[0],
|
|
613
|
+
_ref = _ref3[1];
|
|
614
|
+
var packageLoader = _ref.packageLoader,
|
|
615
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
616
|
+
return [key, rest];
|
|
617
|
+
}));
|
|
343
618
|
export default metaData;
|