Skip to content

Commit 0de2a4d

Browse files
authored
feat: add CAD file extensions to 3d icon mapping (#3436)
1 parent b959b48 commit 0de2a4d

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

src/core/icons/fileIcons.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,16 +2049,37 @@ export const fileIcons: FileIcons = {
20492049
'stl',
20502050
'stp',
20512051
'step',
2052+
'ste',
20522053
'obj',
20532054
'o',
20542055
'ac',
2056+
'dwg',
20552057
'dxf',
20562058
'fbx',
20572059
'mesh',
2060+
'3dm',
2061+
'3mf',
2062+
'catpart',
2063+
'catproduct',
2064+
'f3d',
2065+
'iam',
2066+
'ige',
2067+
'iges',
2068+
'igs',
2069+
'ipt',
2070+
'jt',
20582071
'mqo',
20592072
'pmd',
20602073
'pmx',
2074+
'prt',
2075+
'sab',
2076+
'sat',
20612077
'skp',
2078+
'sldasm',
2079+
'slddrw',
2080+
'sldprt',
2081+
'smb',
2082+
'smt',
20622083
'vac',
20632084
'vdp',
20642085
'vox',
@@ -2070,6 +2091,10 @@ export const fileIcons: FileIcons = {
20702091
'wrl',
20712092
'usd',
20722093
'usdz',
2094+
'wire',
2095+
'x_b',
2096+
'x_t',
2097+
'123dx',
20732098
],
20742099
},
20752100
{ name: 'buildkite', fileNames: ['buildkite.yml', 'buildkite.yaml'] },

0 commit comments

Comments
 (0)