diff --git a/icons/craco.svg b/icons/craco.svg new file mode 100644 index 0000000000..b98084192b --- /dev/null +++ b/icons/craco.svg @@ -0,0 +1,45 @@ + + + + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index af4bbc0da3..63677073e7 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -2160,5 +2160,16 @@ export const fileIcons: FileIcons = { `.nanostagedrc`, ], }, + { + name: 'craco', + fileNames: [ + 'craco.config.ts', + 'craco.config.js', + 'craco.config.cjs', + '.cracorc.ts', + '.cracorc.js', + '.cracorc', + ], + }, ], };