File tree Expand file tree Collapse file tree 2 files changed +117
-0
lines changed
Expand file tree Collapse file tree 2 files changed +117
-0
lines changed Original file line number Diff line number Diff line change @@ -133,12 +133,90 @@ addIcon('file_generic', {
133133 collection : 'internal' ,
134134 } ,
135135} ) ;
136+ addIcon ( 'file_css' , {
137+ default : {
138+ name : 'file_css' ,
139+ collection : 'internal' ,
140+ } ,
141+ } ) ;
142+ addIcon ( 'file_csv' , {
143+ default : {
144+ name : 'file_csv' ,
145+ collection : 'internal' ,
146+ } ,
147+ } ) ;
148+ addIcon ( 'file_doc' , {
149+ default : {
150+ name : 'file_doc' ,
151+ collection : 'internal' ,
152+ } ,
153+ } ) ;
154+ addIcon ( 'file_htm' , {
155+ default : {
156+ name : 'file_htm' ,
157+ collection : 'internal' ,
158+ } ,
159+ } ) ;
160+ addIcon ( 'file_html' , {
161+ default : {
162+ name : 'file_html' ,
163+ collection : 'internal' ,
164+ } ,
165+ } ) ;
166+ addIcon ( 'file_js' , {
167+ default : {
168+ name : 'file_js' ,
169+ collection : 'internal' ,
170+ } ,
171+ } ) ;
136172addIcon ( 'file_json' , {
137173 default : {
138174 name : 'file_json' ,
139175 collection : 'internal' ,
140176 } ,
141177} ) ;
178+ addIcon ( 'file_pdf' , {
179+ default : {
180+ name : 'file_pdf' ,
181+ collection : 'internal' ,
182+ } ,
183+ } ) ;
184+ addIcon ( 'file_rtf' , {
185+ default : {
186+ name : 'file_rtf' ,
187+ collection : 'internal' ,
188+ } ,
189+ } ) ;
190+ addIcon ( 'file_svg' , {
191+ default : {
192+ name : 'file_svg' ,
193+ collection : 'internal' ,
194+ } ,
195+ } ) ;
196+ addIcon ( 'file_txt' , {
197+ default : {
198+ name : 'file_txt' ,
199+ collection : 'internal' ,
200+ } ,
201+ } ) ;
202+ addIcon ( 'file_xls' , {
203+ default : {
204+ name : 'file_xls' ,
205+ collection : 'internal' ,
206+ } ,
207+ } ) ;
208+ addIcon ( 'file_xml' , {
209+ default : {
210+ name : 'file_xml' ,
211+ collection : 'internal' ,
212+ } ,
213+ } ) ;
214+ addIcon ( 'file_zip' , {
215+ default : {
216+ name : 'file_zip' ,
217+ collection : 'internal' ,
218+ } ,
219+ } ) ;
142220addIcon ( 'file_link' , {
143221 default : {
144222 name : 'file_link' ,
You can’t perform that action at this time.
0 commit comments