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