@@ -14,148 +14,162 @@ exports[`icons/file-icon/FileIcon should render default 32 icon when no extensio
1414/>
1515` ;
1616
17- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 1` ] = `
17+ exports [` icons/file-icon/FileIcon should render the expected icon when HEIC is defined 1` ] = `
18+ <FileImage32
19+ height = { 32 }
20+ width = { 32 }
21+ />
22+ ` ;
23+
24+ exports [` icons/file-icon/FileIcon should render the expected icon when HEIF is defined 1` ] = `
25+ <FileImage32
26+ height = { 32 }
27+ width = { 32 }
28+ />
29+ ` ;
30+
31+ exports [` icons/file-icon/FileIcon should render the expected icon when doc is defined 1` ] = `
1832<FileWord32
1933 height = { 32 }
2034 width = { 32 }
2135/>
2236` ;
2337
24- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 2 ` ] = `
38+ exports [` icons/file-icon/FileIcon should render the expected icon when docm is defined 1 ` ] = `
2539<FileWord32
2640 height = { 32 }
2741 width = { 32 }
2842/>
2943` ;
3044
31- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 3 ` ] = `
45+ exports [` icons/file-icon/FileIcon should render the expected icon when docx is defined 1 ` ] = `
3246<FileWord32
3347 height = { 32 }
3448 width = { 32 }
3549/>
3650` ;
3751
38- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 4 ` ] = `
52+ exports [` icons/file-icon/FileIcon should render the expected icon when gdoc is defined 1 ` ] = `
3953<FileDocs32
4054 height = { 32 }
4155 width = { 32 }
4256/>
4357` ;
4458
45- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 5 ` ] = `
59+ exports [` icons/file-icon/FileIcon should render the expected icon when gsheet is defined 1 ` ] = `
4660<FileSheets32
4761 height = { 32 }
4862 width = { 32 }
4963/>
5064` ;
5165
52- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 6 ` ] = `
66+ exports [` icons/file-icon/FileIcon should render the expected icon when gslide is defined 1 ` ] = `
5367<FileSlides32
5468 height = { 32 }
5569 width = { 32 }
5670/>
5771` ;
5872
59- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 7 ` ] = `
73+ exports [` icons/file-icon/FileIcon should render the expected icon when gslides is defined 1 ` ] = `
6074<FileSlides32
6175 height = { 32 }
6276 width = { 32 }
6377/>
6478` ;
6579
66- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 8 ` ] = `
67- <FileKeynote32
80+ exports [` icons/file-icon/FileIcon should render the expected icon when heic is defined 1 ` ] = `
81+ <FileImage32
6882 height = { 32 }
6983 width = { 32 }
7084/>
7185` ;
7286
73- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 9 ` ] = `
74- <FileNumbers32
87+ exports [` icons/file-icon/FileIcon should render the expected icon when heif is defined 1 ` ] = `
88+ <FileImage32
7589 height = { 32 }
7690 width = { 32 }
7791/>
7892` ;
7993
80- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 10 ` ] = `
81- <FilePages32
94+ exports [` icons/file-icon/FileIcon should render the expected icon when key is defined 1 ` ] = `
95+ <FileKeynote32
8296 height = { 32 }
8397 width = { 32 }
8498/>
8599` ;
86100
87- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 11 ` ] = `
88- <FilePowerpoint32
101+ exports [` icons/file-icon/FileIcon should render the expected icon when numbers is defined 1 ` ] = `
102+ <FileNumbers32
89103 height = { 32 }
90104 width = { 32 }
91105/>
92106` ;
93107
94- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 12 ` ] = `
95- <FilePowerpoint32
108+ exports [` icons/file-icon/FileIcon should render the expected icon when pages is defined 1 ` ] = `
109+ <FilePages32
96110 height = { 32 }
97111 width = { 32 }
98112/>
99113` ;
100114
101- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 13 ` ] = `
115+ exports [` icons/file-icon/FileIcon should render the expected icon when ppt is defined 1 ` ] = `
102116<FilePowerpoint32
103117 height = { 32 }
104118 width = { 32 }
105119/>
106120` ;
107121
108- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 14 ` ] = `
109- <FileExcel32
122+ exports [` icons/file-icon/FileIcon should render the expected icon when pptm is defined 1 ` ] = `
123+ <FilePowerpoint32
110124 height = { 32 }
111125 width = { 32 }
112126/>
113127` ;
114128
115- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 15 ` ] = `
116- <FileExcel32
129+ exports [` icons/file-icon/FileIcon should render the expected icon when pptx is defined 1 ` ] = `
130+ <FilePowerpoint32
117131 height = { 32 }
118132 width = { 32 }
119133/>
120134` ;
121135
122- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 16 ` ] = `
123- <FileExcel32
136+ exports [` icons/file-icon/FileIcon should render the expected icon when xbd is defined 1 ` ] = `
137+ <FileXbd32
124138 height = { 32 }
125139 width = { 32 }
126140/>
127141` ;
128142
129- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 17 ` ] = `
130- <FileZip32
143+ exports [` icons/file-icon/FileIcon should render the expected icon when xdw is defined 1 ` ] = `
144+ <FileXdw32
131145 height = { 32 }
132146 width = { 32 }
133147/>
134148` ;
135149
136- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 18 ` ] = `
137- <FileImage32
150+ exports [` icons/file-icon/FileIcon should render the expected icon when xls is defined 1 ` ] = `
151+ <FileExcel32
138152 height = { 32 }
139153 width = { 32 }
140154/>
141155` ;
142156
143- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 19 ` ] = `
144- <FileImage32
157+ exports [` icons/file-icon/FileIcon should render the expected icon when xlsb is defined 1 ` ] = `
158+ <FileExcel32
145159 height = { 32 }
146160 width = { 32 }
147161/>
148162` ;
149163
150- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 20 ` ] = `
151- <FileImage32
164+ exports [` icons/file-icon/FileIcon should render the expected icon when xlsm is defined 1 ` ] = `
165+ <FileExcel32
152166 height = { 32 }
153167 width = { 32 }
154168/>
155169` ;
156170
157- exports [` icons/file-icon/FileIcon should render the expected icon when extension is defined 21 ` ] = `
158- <FileImage32
171+ exports [` icons/file-icon/FileIcon should render the expected icon when zip is defined 1 ` ] = `
172+ <FileZip32
159173 height = { 32 }
160174 width = { 32 }
161175/>
0 commit comments