@nice2dev/icons-filetypes 1.0.19

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.
@@ -0,0 +1,504 @@
1
+ import { CSSProperties } from 'react';
2
+ import { default as default_2 } from 'react';
3
+ import { SVGProps } from 'react';
4
+
5
+ export declare const AacIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
6
+
7
+ export declare const AccdbIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
8
+
9
+ export declare type AdobeIconName = 'psd' | 'ai' | 'indd' | 'xd' | 'ae' | 'pr' | 'lr' | 'br' | 'dw' | 'an' | 'au' | 'fl';
10
+
11
+ export declare const AeIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
12
+
13
+ export declare const AiffIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
14
+
15
+ export declare const AiIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
16
+
17
+ export declare const AnIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
18
+
19
+ export declare type ArchiveIconName = 'zip' | 'rar' | '7z' | 'tar' | 'gz' | 'bz2' | 'xz' | 'iso' | 'dmg' | 'pkg';
20
+
21
+ export declare type AudioIconName = 'mp3' | 'wav' | 'flac' | 'ogg' | 'aac' | 'm4a' | 'wma' | 'aiff' | 'mid' | 'midi';
22
+
23
+ export declare const AuIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
24
+
25
+ export declare const AvifIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
26
+
27
+ export declare const AviIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
28
+
29
+ export declare const BashIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
30
+
31
+ export declare const BatIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
32
+
33
+ export declare const BlendIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
34
+
35
+ export declare const BmpIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
36
+
37
+ export declare const BrIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
38
+
39
+ export declare const Bz2Icon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
40
+
41
+ export declare const C4dIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
42
+
43
+ export declare type CADIconName = 'dwg' | 'dxf' | 'step' | 'iges' | 'sldprt' | 'catpart';
44
+
45
+ export declare const CatpartIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
46
+
47
+ export declare const CIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
48
+
49
+ export declare type CodeIconName = 'js' | 'ts' | 'jsx' | 'tsx' | 'py' | 'java' | 'cs' | 'cpp' | 'c' | 'h' | 'go' | 'rs' | 'rb' | 'php' | 'swift' | 'kt' | 'scala' | 'r' | 'sql' | 'html' | 'css' | 'scss' | 'less' | 'json' | 'xml' | 'yaml' | 'yml' | 'toml' | 'md' | 'vue' | 'svelte' | 'dart' | 'lua' | 'sh' | 'bash' | 'ps1' | 'bat';
50
+
51
+ export declare const CppIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
52
+
53
+ export declare const Cr2Icon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
54
+
55
+ /**
56
+ * Creates a file type icon component with consistent styling.
57
+ *
58
+ * @param renderContent - Function that renders the icon's unique elements
59
+ * @param options - Icon creation options
60
+ * @returns A React component for the file type icon
61
+ */
62
+ export declare function createFiletypeIcon(renderContent: (props: FiletypeRenderProps) => default_2.ReactNode, options: CreateFiletypeIconOptions): default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
63
+
64
+ export declare interface CreateFiletypeIconOptions {
65
+ displayName: string;
66
+ extension?: string;
67
+ defaultExtensionColor?: string;
68
+ }
69
+
70
+ export declare const CsIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
71
+
72
+ export declare const CssIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
73
+
74
+ export declare const CsvIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
75
+
76
+ export declare const DartIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
77
+
78
+ export declare type DatabaseIconName = 'sql' | 'db' | 'sqlite' | 'mdb' | 'accdb';
79
+
80
+ export declare const DbIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
81
+
82
+ export declare const DmgIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
83
+
84
+ export declare const DocIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
85
+
86
+ export declare type DocumentIconName = 'doc' | 'docx' | 'xls' | 'xlsx' | 'ppt' | 'pptx' | 'pdf' | 'txt' | 'rtf' | 'odt' | 'ods' | 'odp' | 'csv' | 'pages' | 'numbers' | 'keynote';
87
+
88
+ export declare const DocxIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
89
+
90
+ export declare const DwgIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
91
+
92
+ export declare const DwIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
93
+
94
+ export declare const DxfIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
95
+
96
+ export declare const EotIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
97
+
98
+ export declare const EpsIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
99
+
100
+ export declare const EXTENSION_COLORS: Record<string, string>;
101
+
102
+ export declare const FbxIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
103
+
104
+ export declare const FILE_TYPE_ICONS: {
105
+ readonly doc: "DocIcon";
106
+ readonly docx: "DocxIcon";
107
+ readonly xls: "XlsIcon";
108
+ readonly xlsx: "XlsxIcon";
109
+ readonly ppt: "PptIcon";
110
+ readonly pptx: "PptxIcon";
111
+ readonly pdf: "PdfIcon";
112
+ readonly txt: "TxtIcon";
113
+ readonly rtf: "RtfIcon";
114
+ readonly csv: "CsvIcon";
115
+ readonly odt: "OdtIcon";
116
+ readonly ods: "OdsIcon";
117
+ readonly odp: "OdpIcon";
118
+ readonly pages: "PagesIcon";
119
+ readonly numbers: "NumbersIcon";
120
+ readonly keynote: "KeynoteIcon";
121
+ readonly mp4: "Mp4Icon";
122
+ readonly avi: "AviIcon";
123
+ readonly mkv: "MkvIcon";
124
+ readonly mov: "MovIcon";
125
+ readonly webm: "WebmIcon";
126
+ readonly wmv: "WmvIcon";
127
+ readonly flv: "FlvIcon";
128
+ readonly m4v: "M4vIcon";
129
+ readonly mpg: "MpgIcon";
130
+ readonly mpeg: "MpegIcon";
131
+ readonly '3gp': "ThreeGpIcon";
132
+ readonly ts: "TsIcon";
133
+ readonly vob: "VobIcon";
134
+ readonly mp3: "Mp3Icon";
135
+ readonly wav: "WavIcon";
136
+ readonly flac: "FlacIcon";
137
+ readonly ogg: "OggIcon";
138
+ readonly aac: "AacIcon";
139
+ readonly m4a: "M4aIcon";
140
+ readonly wma: "WmaIcon";
141
+ readonly aiff: "AiffIcon";
142
+ readonly mid: "MidIcon";
143
+ readonly midi: "MidiIcon";
144
+ readonly jpg: "JpgIcon";
145
+ readonly jpeg: "JpegIcon";
146
+ readonly png: "PngIcon";
147
+ readonly gif: "GifIcon";
148
+ readonly svg: "SvgIcon";
149
+ readonly webp: "WebpIcon";
150
+ readonly bmp: "BmpIcon";
151
+ readonly tiff: "TiffIcon";
152
+ readonly ico: "IcoIcon";
153
+ readonly raw: "RawIcon";
154
+ readonly cr2: "Cr2Icon";
155
+ readonly nef: "NefIcon";
156
+ readonly heic: "HeicIcon";
157
+ readonly heif: "HeifIcon";
158
+ readonly avif: "AvifIcon";
159
+ readonly eps: "EpsIcon";
160
+ readonly js: "JsIcon";
161
+ readonly jsx: "JsxIcon";
162
+ readonly tsx: "TsxIcon";
163
+ readonly py: "PyIcon";
164
+ readonly java: "JavaIcon";
165
+ readonly cs: "CsIcon";
166
+ readonly cpp: "CppIcon";
167
+ readonly c: "CIcon";
168
+ readonly h: "HIcon";
169
+ readonly go: "GoIcon";
170
+ readonly rs: "RsIcon";
171
+ readonly rb: "RbIcon";
172
+ readonly php: "PhpIcon";
173
+ readonly swift: "SwiftIcon";
174
+ readonly kt: "KtIcon";
175
+ readonly scala: "ScalaIcon";
176
+ readonly r: "RLangIcon";
177
+ readonly html: "HtmlIcon";
178
+ readonly css: "CssIcon";
179
+ readonly scss: "ScssIcon";
180
+ readonly less: "LessIcon";
181
+ readonly json: "JsonIcon";
182
+ readonly xml: "XmlIcon";
183
+ readonly yaml: "YamlIcon";
184
+ readonly yml: "YmlIcon";
185
+ readonly toml: "TomlIcon";
186
+ readonly md: "MdIcon";
187
+ readonly vue: "VueIcon";
188
+ readonly svelte: "SvelteIcon";
189
+ readonly dart: "DartIcon";
190
+ readonly lua: "LuaIcon";
191
+ readonly sh: "ShIcon";
192
+ readonly bash: "BashIcon";
193
+ readonly ps1: "Ps1Icon";
194
+ readonly bat: "BatIcon";
195
+ readonly sql: "SqlIcon";
196
+ readonly zip: "ZipIcon";
197
+ readonly rar: "RarIcon";
198
+ readonly '7z': "SevenZIcon";
199
+ readonly tar: "TarIcon";
200
+ readonly gz: "GzIcon";
201
+ readonly bz2: "Bz2Icon";
202
+ readonly xz: "XzIcon";
203
+ readonly iso: "IsoIcon";
204
+ readonly dmg: "DmgIcon";
205
+ readonly pkg: "PkgIcon";
206
+ readonly ttf: "TtfIcon";
207
+ readonly otf: "OtfIcon";
208
+ readonly woff: "WoffIcon";
209
+ readonly woff2: "Woff2Icon";
210
+ readonly eot: "EotIcon";
211
+ readonly db: "DbIcon";
212
+ readonly sqlite: "SqliteIcon";
213
+ readonly mdb: "MdbIcon";
214
+ readonly accdb: "AccdbIcon";
215
+ readonly obj: "ObjIcon";
216
+ readonly fbx: "FbxIcon";
217
+ readonly gltf: "GltfIcon";
218
+ readonly glb: "GlbIcon";
219
+ readonly stl: "StlIcon";
220
+ readonly blend: "BlendIcon";
221
+ readonly max: "MaxIcon";
222
+ readonly maya: "MayaIcon";
223
+ readonly c4d: "C4dIcon";
224
+ readonly dwg: "DwgIcon";
225
+ readonly dxf: "DxfIcon";
226
+ readonly step: "StepIcon";
227
+ readonly iges: "IgesIcon";
228
+ readonly sldprt: "SldprtIcon";
229
+ readonly catpart: "CatpartIcon";
230
+ readonly psd: "PsdIcon";
231
+ readonly ai: "AiIcon";
232
+ readonly indd: "InddIcon";
233
+ readonly xd: "XdIcon";
234
+ readonly aep: "AeIcon";
235
+ readonly prproj: "PrIcon";
236
+ readonly lrcat: "LrIcon";
237
+ readonly fla: "AnIcon";
238
+ readonly sesx: "AuIcon";
239
+ };
240
+
241
+ export declare type FileExtension = keyof typeof FILE_TYPE_ICONS;
242
+
243
+ export declare const FILETYPE_CATEGORIES: FiletypeCategory[];
244
+
245
+ export declare interface FiletypeCategory {
246
+ name: string;
247
+ icons: FiletypeIconName[];
248
+ description: string;
249
+ }
250
+
251
+ export declare type FiletypeIconName = DocumentIconName | AdobeIconName | VideoIconName | AudioIconName | ImageIconName | CodeIconName | ArchiveIconName | FontIconName | DatabaseIconName | Model3DIconName | CADIconName;
252
+
253
+ export declare interface FiletypeIconProps extends Omit<SVGProps<SVGSVGElement>, 'ref'> {
254
+ /** Icon size (width and height) */
255
+ size?: number | string;
256
+ /** Primary color (default: currentColor) */
257
+ color?: string;
258
+ /** File extension color (for colored variant) */
259
+ extensionColor?: string;
260
+ /** Icon variant */
261
+ variant?: FiletypeIconVariant;
262
+ /** Custom title for accessibility */
263
+ title?: string;
264
+ /** CSS class name */
265
+ className?: string;
266
+ /** Inline styles */
267
+ style?: CSSProperties;
268
+ }
269
+
270
+ export declare type FiletypeIconVariant = 'filled' | 'outlined' | 'colored';
271
+
272
+ /**
273
+ * Internal props interface with required color/variant (used in render functions).
274
+ * The factory provides defaults so these are guaranteed at render time.
275
+ */
276
+ export declare interface FiletypeRenderProps {
277
+ size: number | string;
278
+ color: string;
279
+ extensionColor: string;
280
+ variant: FiletypeIconVariant;
281
+ }
282
+
283
+ export declare const FlacIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
284
+
285
+ export declare const FlIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
286
+
287
+ export declare const FlvIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
288
+
289
+ export declare type FontIconName = 'ttf' | 'otf' | 'woff' | 'woff2' | 'eot';
290
+
291
+ /**
292
+ * Get extension color for a file type.
293
+ */
294
+ export declare function getExtensionColor(extension: string): string;
295
+
296
+ export declare const GifIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
297
+
298
+ export declare const GlbIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
299
+
300
+ export declare const GltfIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
301
+
302
+ export declare const GoIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
303
+
304
+ export declare const GzIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
305
+
306
+ export declare const HeicIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
307
+
308
+ export declare const HeifIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
309
+
310
+ export declare const HIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
311
+
312
+ export declare const HtmlIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
313
+
314
+ export declare const IcoIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
315
+
316
+ export declare const IgesIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
317
+
318
+ export declare type ImageIconName = 'jpg' | 'jpeg' | 'png' | 'gif' | 'svg' | 'webp' | 'bmp' | 'tiff' | 'ico' | 'raw' | 'cr2' | 'nef' | 'heic' | 'heif' | 'avif' | 'eps';
319
+
320
+ export declare const InddIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
321
+
322
+ export declare const IsoIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
323
+
324
+ export declare const JavaIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
325
+
326
+ export declare const JpegIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
327
+
328
+ export declare const JpgIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
329
+
330
+ export declare const JsIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
331
+
332
+ export declare const JsonIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
333
+
334
+ export declare const JsxIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
335
+
336
+ export declare const KeynoteIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
337
+
338
+ export declare const KtIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
339
+
340
+ export declare const LessIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
341
+
342
+ export declare const LrIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
343
+
344
+ export declare const LuaIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
345
+
346
+ export declare const M4aIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
347
+
348
+ export declare const M4vIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
349
+
350
+ export declare const MaxIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
351
+
352
+ export declare const MayaIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
353
+
354
+ export declare const MdbIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
355
+
356
+ export declare const MdIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
357
+
358
+ export declare const MidIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
359
+
360
+ export declare const MidiIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
361
+
362
+ export declare const MkvIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
363
+
364
+ export declare type Model3DIconName = 'obj' | 'fbx' | 'gltf' | 'glb' | 'stl' | 'blend' | 'max' | 'maya' | 'c4d';
365
+
366
+ export declare const MovIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
367
+
368
+ export declare const Mp3Icon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
369
+
370
+ export declare const Mp4Icon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
371
+
372
+ export declare const MpegIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
373
+
374
+ export declare const MpgIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
375
+
376
+ export declare const NefIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
377
+
378
+ export declare const NumbersIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
379
+
380
+ export declare const ObjIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
381
+
382
+ export declare const OdpIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
383
+
384
+ export declare const OdsIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
385
+
386
+ export declare const OdtIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
387
+
388
+ export declare const OggIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
389
+
390
+ export declare const OtfIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
391
+
392
+ export declare const PagesIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
393
+
394
+ export declare const PdfIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
395
+
396
+ export declare const PhpIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
397
+
398
+ export declare const PkgIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
399
+
400
+ export declare const PngIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
401
+
402
+ export declare const PptIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
403
+
404
+ export declare const PptxIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
405
+
406
+ export declare const PrIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
407
+
408
+ export declare const Ps1Icon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
409
+
410
+ export declare const PsdIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
411
+
412
+ export declare const PyIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
413
+
414
+ export declare const RarIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
415
+
416
+ export declare const RawIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
417
+
418
+ export declare const RbIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
419
+
420
+ export declare const RLangIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
421
+
422
+ export declare const RsIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
423
+
424
+ export declare const RtfIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
425
+
426
+ export declare const ScalaIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
427
+
428
+ export declare const ScssIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
429
+
430
+ export declare const SevenZIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
431
+
432
+ export declare const ShIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
433
+
434
+ export declare const SldprtIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
435
+
436
+ export declare const SqlIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
437
+
438
+ export declare const SqliteIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
439
+
440
+ export declare const StepIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
441
+
442
+ export declare const StlIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
443
+
444
+ export declare const SvelteIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
445
+
446
+ export declare const SvgIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
447
+
448
+ export declare const SwiftIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
449
+
450
+ export declare const TarIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
451
+
452
+ export declare const ThreeGpIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
453
+
454
+ export declare const TiffIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
455
+
456
+ export declare const TomlIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
457
+
458
+ export declare const TsIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
459
+
460
+ export declare const TsVideoIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
461
+
462
+ export declare const TsxIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
463
+
464
+ export declare const TtfIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
465
+
466
+ export declare const TxtIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
467
+
468
+ export declare type VideoIconName = 'mp4' | 'avi' | 'mkv' | 'mov' | 'webm' | 'wmv' | 'flv' | 'm4v' | 'mpg' | 'mpeg' | '3gp' | 'ts' | 'vob';
469
+
470
+ export declare const VobIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
471
+
472
+ export declare const VueIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
473
+
474
+ export declare const WavIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
475
+
476
+ export declare const WebmIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
477
+
478
+ export declare const WebpIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
479
+
480
+ export declare const WmaIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
481
+
482
+ export declare const WmvIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
483
+
484
+ export declare const Woff2Icon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
485
+
486
+ export declare const WoffIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
487
+
488
+ export declare const XdIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
489
+
490
+ export declare const XlsIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
491
+
492
+ export declare const XlsxIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
493
+
494
+ export declare const XmlIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
495
+
496
+ export declare const XzIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
497
+
498
+ export declare const YamlIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
499
+
500
+ export declare const YmlIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
501
+
502
+ export declare const ZipIcon: default_2.ForwardRefExoticComponent<FiletypeIconProps & default_2.RefAttributes<SVGSVGElement>>;
503
+
504
+ export { }