Skip to content

Commit

Permalink
Added AC3D (.ac) file icon.
Browse files Browse the repository at this point in the history
Its a 3d model file, more info here [AC3D](https://www.inivis.com/)
  • Loading branch information
RenanMsV committed Aug 21, 2019
1 parent b80d9ec commit e966f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ export const fileIcons: FileIcons = {
{ name: 'edge', fileExtensions: ['edge'] },
{ name: 'scheme', fileExtensions: ['ss', 'scm'] },
{ name: 'tailwindcss', fileNames: ['tailwind.js', 'tailwind.config.js'] },
{ name: '3d', fileExtensions: ['stl', 'obj'] },
{ name: '3d', fileExtensions: ['stl', 'obj', 'ac'] },
{ name: 'buildkite', fileNames: ['buildkite.yml', 'buildkite.yaml'] },
{ name: 'netlify', fileNames: ['netlify.toml'] },
{ name: 'svg', fileExtensions: ['svg'] },
Expand Down

0 comments on commit e966f68

Please sign in to comment.