Update Codicons: Add newline

482a516fd4
This commit is contained in:
Miguel Solorio
2021-11-05 09:15:32 -07:00
parent 60af1d383c
commit f3dd2158ca
2 changed files with 1 additions and 0 deletions

View File

@@ -601,5 +601,6 @@ export namespace Codicon {
export const lockSmall = new Codicon('lock-small', { fontCharacter: '\\ebe7' });
export const azureDevops = new Codicon('azure-devops', { fontCharacter: '\\ebe8' });
export const verifiedFilled = new Codicon('verified-filled', { fontCharacter: '\\ebe9' });
export const newLine = new Codicon('newline', { fontCharacter: '\\ebea' });
}